.loading,
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
}
.loading .overlay-message-chargement,
.overlay .overlay-message-chargement {
  position: absolute;
  top: 55%;
  text-align: center;
  width: 100%;
  z-index: 1000;
  opacity: 1;
  color: navy;
  font-weight: bold;
  font-size: 1.2em;
}
.overlay {
  background-color: black;
  opacity: 0.35;
}
.lds-ellipsis {
  position: relative;
  top: 45%;
  width: 75px;
  z-index: 1000;
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}
.lds-ellipsis div {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: navy;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.ico-pdf:before,
.ico-courriel:before,
.ico-word:before,
.ico-excel:before,
.ico-powerpoint:before,
.ico-image:before,
.ico-archive:before,
.ico-defaut:before {
  font-size: 1.3em;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}
.ico-pdf:before {
  font-weight: 900;
  color: #b30b00;
  content: "\f1c1";
}
.ico-courriel:before {
  color: #006dc3;
  content: "\f0e0";
}
.ico-word:before {
  font-weight: 900;
  color: #295598;
  content: "\f1c2";
}
.ico-excel:before {
  font-weight: 900;
  color: #207245;
  content: "\f1c3";
}
.ico-powerpoint:before {
  font-weight: 900;
  color: #d14424;
  content: "\f1c4";
}
.ico-image:before {
  font-weight: 900;
  color: #666;
  content: "\f1c5";
}
.ico-archive:before {
  font-weight: 900;
  color: #eecb4a;
  content: "\f1c6";
}
.ico-defaut:before {
  font-weight: 900;
  color: #666;
  content: "\f15b";
}
@font-face {
  font-family: Futura;
  src: url(fonts/Futura.ttc);
}
@font-face {
  font-family: "Futura Condensed";
  src: url("fonts/Futura-CondensedBold.woff2") format("woff2"), url("fonts/Futura-CondensedBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.ng-cloak {
  display: none;
}
.imaq-radar {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 1.1em;
  background-color: #162b67;
  min-height: 300px;
  width: 100%;
  padding: 20px 40px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.imaq-radar a {
  color: #3989d1;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .imaq-radar {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .imaq-radar {
    padding: 15px 10px;
  }
}
.imaq-radar .lds-ellipsis div {
  background-color: white !important;
}
.imaq-radar .entete {
  background-image: url("img/radar.png");
  background-repeat: no-repeat;
  height: 115px;
  width: 100%;
}
.imaq-radar .titre-radar {
  color: #2590d8;
  text-transform: uppercase;
}
.imaq-radar hr {
  border-color: #1761a7;
  margin: 0;
}
.imaq-radar .boutons .btn-lancer.TextButton {
  background-color: #1d68b2;
  color: white;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.2em;
  text-decoration: none;
}
.imaq-radar .info-mediateur .nom-complet {
  font-size: 1.5em;
}
.imaq-radar .info-mediateur .titre {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 22px;
}
.imaq-radar .info-mediateur .sous-titre {
  line-height: 22px;
}
.imaq-radar .info-mediateur .listeSecteurs {
  margin-top: 20px;
}
.imaq-radar .info-mediateur .listeSecteurs .lienSecteur {
  color: #2aa839;
  text-decoration: underline;
}
.imaq-radar .info-mediateur .listeSecteurs .lienSecteur:hover {
  color: #3989d1;
}
.imaq-radar .info-mediateur .listeSecteurs .secteur-icone-video {
  width: 5%;
}
.imaq-radar .info-mediateur .listeSecteurs .secteur-icone-video a {
  text-decoration: none;
}
.imaq-radar .info-mediateur .listeSecteurs .secteur-icone-video a {
  color: #2aa839;
}
.imaq-radar .info-mediateur .listeSecteurs .secteur-icone-video a:hover {
  color: #3989d1;
}
.imaq-radar .info-mediateur .listeSecteurs .video-js.videoContainer video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  height: auto;
}
.imaq-radar .adresse-mediateur .employeur {
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 22px;
}
.imaq-radar .adresse-mediateur .adresse1,
.imaq-radar .adresse-mediateur .adresse2,
.imaq-radar .adresse-mediateur .ville,
.imaq-radar .adresse-mediateur .code-postal {
  line-height: 22px;
}
.imaq-radar .recherche .libelle {
  color: white;
}
.imaq-radar .recherche .champs {
  margin-top: 20px;
}
.imaq-radar .recherche .champs label {
  color: #2aa839;
  text-transform: uppercase;
  font-size: 1.2em;
}
.imaq-radar .recherche .champs label.sous-titre {
  color: #312d74;
  font-size: 1em;
  position: relative;
  top: -5px;
}
.imaq-radar .recherche .champs .icone-infobulle {
  color: #2aa839;
  font-size: 1.2em;
}
.imaq-radar .recherche .champs .icone-infobulle .infobulle {
  min-width: 400px;
}
.imaq-radar .recherche .champs.container-fluid {
  padding: 0;
}
.imaq-radar .recherche .champs.container-fluid .row .col-md-6 {
  margin-bottom: 20px;
}
.imaq-radar .recherche .champs.container-fluid .row select {
  width: 50%;
}
.imaq-radar .recherche .champs.container-fluid .row input[type="text"] {
  width: 90%;
}
.imaq-radar .recherche .champs.container-fluid .row .secteur {
  padding: 5px 10px 5px 10px;
  width: 90%;
  border-radius: 5px;
  background-color: white;
  font-family: "MontrealRegular", Helvetica, Arial, sans-serif;
  font-size: 80%;
  border: solid 1px white;
  overflow-y: auto;
  overflow-x: hidden;
}
.imaq-radar .recherche .champs.container-fluid .row input[type="checkbox"] {
  width: 33px;
  height: 33px;
  margin-top: 0;
}
.imaq-radar .recherche .boutons .btn-lancer.TextButton {
  margin-top: 15px;
}
.imaq-radar .resultats .resultat-entete {
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 10px auto 10px auto;
}
.imaq-radar .resultats .resultat-libelle {
  color: white;
  margin-bottom: 10px;
}
.imaq-radar .resultats hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.imaq-radar .resultats .aucun-resultat {
  color: white;
}
.imaq-radar .resultats .resultat-item {
  color: white;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.imaq-radar .resultats .resultat-item .image {
  padding-left: 0px;
}
.imaq-radar .resultats .page {
  font-size: 1.2em;
  margin-right: 5px;
}
.imaq-radar .resultats .page span.pageNo {
  color: white;
}
.imaq-radar .resultats .page span.pageSeperator {
  margin-left: 5px;
  color: #2aa839;
}
.imaq-radar .resultats .page a {
  color: #2aa839;
}
.imaq-radar .profil {
  color: white;
}
.imaq-radar .profil .profil-entete {
  text-transform: uppercase;
  font-size: 1.2em;
}
.imaq-radar .profil hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.imaq-radar .profil .biographie {
  margin: 20px auto 40px auto;
}
.imaq-radar .profil .nom-secteur {
  color: #2aa839;
  margin-top: 20px;
}
.imaq-radar .profil .service-distance,
.imaq-radar .profil .langues,
.imaq-radar .profil .cv {
  margin-top: 10px;
  margin-bottom: 10px;
}
.imaq-radar .profil .video {
  margin-top: 30px;
}
.imaq-radar .profil .video .titre {
  font-size: 1em;
}
.imaq-radar .profil .video .video-player {
  margin-top: 20px;
}
.imaq-radar .profil .video .video-js.videoContainer video {
  display: block;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  height: auto;
}
.imaq-radar .profil .liste-secteurs {
  margin-top: 30px;
}
.imaq-radar .profil .liste-secteurs .col-md-12 {
  padding-left: 0;
}
.imaq-radar .profil .image {
  padding-left: 0px;
}
.imaq-radar .profil .row {
  margin: 0;
}
.imaq-radar .profil .barre-droite .row .col-md-2,
.imaq-radar .profil .barre-droite .row .col-md-10 {
  padding: 0 !important;
}
.imaq-radar .profil .barre-droite .row .col-md-12 {
  padding-left: 8px;
}
.imaq-radar .profil .barre-droite .adresse-mediateur {
  margin-bottom: 10px;
}
.imaq-radar .profil .barre-droite .telephone,
.imaq-radar .profil .barre-droite .courriel,
.imaq-radar .profil .barre-droite .site-web,
.imaq-radar .profil .barre-droite .contacter-courriel,
.imaq-radar .profil .barre-droite .partager-fiche,
.imaq-radar .profil .barre-droite .linked-in {
  margin-top: 10px;
  margin-bottom: 5px;
}
.imaq-radar .profil .barre-droite .site-web .col-md-2,
.imaq-radar .profil .barre-droite .contacter-courriel .col-md-2,
.imaq-radar .profil .barre-droite .partager-fiche .col-md-2,
.imaq-radar .profil .barre-droite .linked-in .col-md-2 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-size: 25px auto;
}
.imaq-radar .profil .barre-droite .site-web .col-md-10,
.imaq-radar .profil .barre-droite .contacter-courriel .col-md-10,
.imaq-radar .profil .barre-droite .partager-fiche .col-md-10,
.imaq-radar .profil .barre-droite .linked-in .col-md-10 {
  font-size: 0.85em;
}
.imaq-radar .profil .barre-droite .site-web .col-md-2 {
  background-image: url("img/siteweb.png");
}
.imaq-radar .profil .barre-droite .contacter-courriel .col-md-2 {
  background-image: url("img/courriel.png");
}
.imaq-radar .profil .barre-droite .partager-fiche .col-md-2 {
  background-image: url("img/partager.png");
}
.imaq-radar .profil .barre-droite .linked-in .col-md-2 {
  background-image: url("img/linkedin.png");
}
.imaq-radar .modal .modal-header {
  border-bottom-color: #1761a7;
}
.imaq-radar .modal .modal-footer {
  border-top-color: #1761a7;
}
.imaq-radar .modal .modal-title {
  color: #2aa839;
  display: inline-block;
}
.imaq-radar .modal .close {
  color: #1d68b2;
  float: right;
}
.imaq-radar .modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.imaq-radar .modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.imaq-radar .modal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit;
  /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}
.imaq-radar .modal .modal-content.video {
  background-color: #162b67;
}
.imaq-radar .modal label.sous-titre {
  color: #312d74;
  font-size: 1em;
  position: relative;
  top: -5px;
  text-transform: uppercase;
}
.imaq-radar .modal .domaines .row input[type="checkbox"] {
  float: left;
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
  border-color: #312d74;
  margin-top: 6px;
}
.imaq-radar .modal .domaines .row label {
  font-weight: normal;
  font-size: 1em;
  display: block;
  text-transform: none;
  color: #312d74;
  margin-left: 15px;
}
.bloc-note-bas-page {
  margin-top: 15px;
  margin-bottom: 15px;
}
.bloc-service-nomination {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  color: #ffffff;
  background-color: #1d68b2;
  padding: 20px 40px;
  font-size: 1.1em;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  /*.div-bouton-confier-nomination {
        margin-top: 15px;
        margin-bottom: 45px;
        text-align: right;
    }*/
}
@media (max-width: 768px) {
  .bloc-service-nomination {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .bloc-service-nomination {
    padding: 15px 10px;
  }
}
.bloc-service-nomination .titre-service-nomination {
  font-family: "Futura Condensed", "Trebuchet MS", Arial, sans-serif;
  font-size: 4em;
  line-height: 1.2em;
}
@media (max-width: 480px) {
  .bloc-service-nomination .titre-service-nomination {
    font-size: 3em;
  }
}
.bloc-service-nomination .sous-titre-service-nomination {
  font-size: 1.2em;
}
.bloc-service-nomination .texte-service-nomination {
  margin-top: 10px;
}
.bloc-service-nomination .liste-nomination {
  list-style-type: none;
  padding: 5px;
  margin-top: 10px;
}
.bloc-service-nomination .liste-nomination li::before {
  content: "\2022";
  color: #feb50e;
  display: inline-block;
  font-size: 3em;
  vertical-align: middle;
  margin-right: 0.25em;
}
.bloc-service-nomination .liste-nomination li {
  line-height: 2em;
}
.bloc-service-nomination .bouton-confier-nomination {
  background-color: #162b67;
  color: white;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.2em;
  text-decoration: none;
}
