@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
.wow {
  visibility: hidden;
}

.search {
  padding: 70px 0px;
  max-width: 900px;
  margin: 0 auto;
}
.search h1 {
  color: #27aae1;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 0px;
}
.search p {
  display: block;
}
.search p .showit {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: lowercase;
  margin-bottom: 30px;
}
.search p .showit b {
  text-transform: uppercase;
}
.search a {
  font-size: 16px;
  display: inline;
}
.search .search-results {
  margin-top: 30px;
}
.search .result-title-box {
  margin-bottom: 30px;
}
.search .phrases .phrases-box .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 364px;
  padding-left: 30px;
}
.search .phrases .phrases-box .controls .radio {
  margin-top: 00px;
}

.full-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .full-nav {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.full-nav .form-links {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .full-nav .form-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    margin-left: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 330px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.full-nav .form-links .link_added {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .full-nav .form-links .link_added {
    max-width: 270px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
.full-nav .form-links .link_added span {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #27aae1;
  line-height: 16px;
}
.full-nav .form-links .link_added .imgs_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.full-nav .form-links .link_added .imgs_icons img:first-child {
  margin-right: 8px;
  width: 22px;
  height: 24px;
}
.full-nav .form-links .link_added .imgs_icons img:last-child {
  width: 24px;
  height: 24px;
}
.full-nav .form-links .link_added.last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .full-nav .form-links .link_added.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    display: none;
  }
}
.full-nav .form-links .link_added.last.displamobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .full-nav .form-links .link_added.last.displamobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    margin-right: 0;
  }
}
.full-nav .form-links .link_added.last span {
  color: #0c5887;
}
.full-nav .form-links .link_added.last img {
  margin-right: 8px;
  width: 22px;
  height: 24px;
}
.full-nav .form-links form {
  margin: 0px 30px;
}
@media screen and (max-width: 768px) {
  .full-nav .form-links form {
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 20px;
    display: block;
    height: 30px;
    position: relative;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
  }
}
.full-nav .form-links form .searchinput {
  position: relative;
  width: 241px;
}
@media screen and (max-width: 768px) {
  .full-nav .form-links form .searchinput {
    width: 100%;
  }
}
.full-nav .form-links form .searchinput button {
  border: 0px;
  background: none;
  z-index: 3;
  padding: 0;
  right: 0;
  position: absolute;
  width: 25px;
  height: 25px;
}
.full-nav .form-links form .searchinput button img {
  width: 25px;
  height: 25px;
}
.full-nav .form-links form .searchinput input {
  width: 100%;
  padding: 3px 0px;
  position: absolute;
  z-index: 2;
  border: 0px;
  border-bottom: 1px solid #c0c0c0;
  color: #c0c0c0;
  text-transform: uppercase;
  background-color: #fff !important;
  outline: 0px;
  border-radius: 0px;
}

.slick-slide img {
  margin: 0px auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 100%;
}

.marquee {
  width: 100%;
  background: #a8c03a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.marquee .title {
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  background: #e0e548;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 225px;
  z-index: 4;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .marquee .title {
    width: 100px;
    font-size: 14px;
  }
}
.marquee .news {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  padding-left: 90%;
  text-indent: 0;
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}
@media screen and (max-width: 768px) {
  .marquee .news {
    font-size: 12px;
  }
}
.marquee .news:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee .news a {
  color: #fff;
  font-size: 16px;
}
.marquee .news a:after {
  content: '  -  ';
  margin: 0px 15px;
}

.block {
  display: block;
}

.cordonnes_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  background: #0c5887;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .cordonnes_new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: 100%;
  }
}
.cordonnes_new h2 {
  color: #27aae1;
  font-family: "robotob";
  font-size: 14px;
  background: url(../images/cercle.png) left;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 20px 0px;
  text-align: left;
  width: 100%;
}
.cordonnes_new .data_all_adress {
  background: #0c5887;
  text-align: center;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 768px) {
  .cordonnes_new .data_all_adress {
    padding: 20px 20px;
  }
}
.cordonnes_new .data_all_adress .lab {
  margin-bottom: 20px;
}
.cordonnes_new .data_all_adress .lab:last-child {
  margin-bottom: 0px;
}
.cordonnes_new .data_all_adress p {
  color: #fff;
}
.cordonnes_new .data_all_adress p.lab {
  margin-bottom: 40px;
}

div#chiffrecle .groupimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0px;
}
@media screen and (max-width: 768px) {
  div#chiffrecle .groupimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
div#chiffrecle .groupimg.w-100 .img {
  max-width: 335px;
}
div#chiffrecle .groupimg .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 292px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  div#chiffrecle .groupimg .img {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    margin-right: 0px;
    width: 100%;
  }
  div#chiffrecle .groupimg .img:last-child {
    margin-bottom: 0px;
  }
}
div#chiffrecle .groupimg .img:last-child {
  margin-right: 0;
}
div#chiffrecle .groupimg .img p {
  color: #004577;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Robotor";
  margin-left: 17px;
  font-weight: bold;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  div#chiffrecle .groupimg .img p {
    margin-left: 0px;
  }
}
div#chiffrecle .groupimg .img img {
  height: auto;
  float: none;
  width: auto;
}

@media screen and (max-width: 768px) {
  a.logo img {
    width: auto;
  }
}
.img_slider.results img {
  top: 0px;
}

#video {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 20;
}
#video .Closepopupvideo {
  color: #fff;
  z-index: 4;
  font-size: 20px;
  position: absolute;
  top: 3%;
  right: 4px;
  opacity: 1;
}
#video .video {
  width: 341px;
  height: 192px;
  -webkit-box-shadow: 0px 0px 15.96px 5.04px #004779;
          box-shadow: 0px 0px 15.96px 5.04px #004779;
  text-shadow: 0px 0px 15.96px #004779;
  background: #000;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#video .video .layerbg {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
}
#video .video .layerbg.playing:hover {
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
#video .video .layerbg.playing:hover #pause {
  visibility: visible;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  opacity: 1;
}
#video .video .layerbg img {
  z-index: 4;
  position: absolute;
}
#video .video #pause {
  visibility: hidden;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  opacity: 0;
}
#video .video #play, #video .video #pause {
  z-index: 5;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .img_slider {
    height: 109px;
  }
}
#preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#preloader .logo {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto;
}
#preloader .loader {
  text-indent: -9999em;
  position: absolute;
  /* font-size: 11px; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  /* left: 50%; */
  top: 57%;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-90%, 0);
            transform: translate(-90%, 0);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-90%, 0);
            transform: translate(-90%, 0);
  }
}



@-webkit-keyframes marquee {
    0% { -webkit-transform: translate(0%, 0); }
    100% { -webkit-transform: translate(-90%, 0); }
}


/*# sourceMappingURL=app.css.map */