@font-face {
  font-family: "Roboto-slab";
  src: url('../fonts/RobotoSlab-Light.ttf');
}

@font-face {
  font-family: "Montserrat";
  src: url('../fonts/Montserrat.ttf');
}

@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
  font-family: "Montserrat";
  font-weight: lighter;
  src: url('../fonts/Montserrat-Light.otf');
}

body{
  margin: 0;
  padding: 0;
  font-family: "Montserrat";
  max-width: 100%;
  overflow-x: hidden;
}

h4 {
  text-align: left;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.cover {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.hlist {
  margin-left: 50px;
  color: #5B4D71;
  cursor: pointer;
}

.hbutton {
  background-color: #5B4D71;
  color: white;
  border-radius: 7px;
  border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content.Display {
  display: block !important;
}

.dropdown-content a {
    color: #5C5C5B;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown:hover .dropdown-content {
    display: block;
}



.burger {
  height: 27px;
}

.intro {
  padding-top: 5vh;
  width: 100%;
  color: #5B4D71;
  text-align: center;
  margin-bottom: 30px;
}

.corps {
  color: #7A7A79;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify !important;
}

.tiret {
  height: 3px;
  width: 6vh;
  background-color: #5B4D71;
  margin: auto;
  border-radius: 1000px;
  margin-bottom: 25px;


}

.nom-secteur {
  font-size: bold;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
}

span a {
  text-decoration: none !important;
  color: #5B4D71;
}

span a:hover, span a:focus {
  color: #5B4D71;
}

span a:active {
  color: #3B324A;
}


/*------- FOOTER -------*/


footer {
  padding: 15px 35px;
  margin-top: 40px;
  background-color: #29AEA2; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #514367, #29AEA2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #514367, #29AEA2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #514367, #29AEA2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #514367, #29AEA2); /* Standard syntax */
  min-height: 240px;
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  width: 100%;
  flex-wrap: wrap;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.8;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

footer a:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

footer a {
  color: rgba(255, 255, 255, 1);
}

footer p {
  margin-bottom: 0;
}

#copyright {
  margin-top: 15px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}

.form-nl {
  display: flex;
  margin-top: 10px;
}

.title-nl-footer {
  color: rgba(255, 255, 255, 0.8);
}

.input-style-footer {
  height: 35px;
  border-radius: 7px 0 0 7px;
  border: solid #9D9D9C;
  padding-left: 10px;
  border-width: 1px;
  width: 210px;
  font-size: 12px;
  color: #F7F7F7;
  background-color: rgba(255, 255, 255, 0.5)
}

.input-style-footer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}

.input-style-footer::-moz-placeholder { /* Firefox 19+ */
  color: white;
}

.input-style-footer:-ms-input-placeholder { /* IE 10+ */
  color: white;
}

.input-style-footer-moz-placeholder { /* Firefox 18- */
  color: white;
}


.button-input-footer {
  height: 35px;
  border-radius: 0 7px 7px 0;
  border: solid #9D9D9C;
  color: #5B4D71;
  background-color: white;
  border-width: 1px;
  z-index: 10;
  width: 63px;
  border-left:none !important;
  cursor: pointer;

}


.footer-flexer {
  display: flex;
  align-items: center;
}

.footer-contact {
  margin-left: 15px;
}

.footer-contact-2 {
  margin-left: 20px;
}

.footer-picto-space {
  margin-bottom: 10px;
}

#footer-rs {
  display: flex;
  flex-direction: column;
}

#footer-rs a {
  margin-top: 5px;
}

.footer-drapeau {
  display: flex;
}

.drap-eng-footer {
  padding-left: 5px;
}

#footer-rs-2 {
  display: none;
  justify-content: space-between;
  width: 100%;
  padding: 0 15%;

}

@media (max-width: 1279px) {
  .footer-tall {
    display: none;
  }

}

@media (max-width: 725px) {
  .footer-medium {
    display: none;
  }

  .footer-nl-2 {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
  }

  .button-input-footer {
  height: 35px;
  border-radius: 0 7px 7px 0;
  border: solid #9D9D9C;
  color: #5B4D71;
  background-color: white;
  border-width: 1px;
  z-index: 10;
  width: 23%;
  border-left:none !important;
  cursor: pointer;

  }

  .input-style-footer {
  height: 35px;
  border-radius: 7px 0 0 7px;
  border: solid #9D9D9C;
  padding-left: 10px;
  border-width: 1px;
  width: 77%;
  font-size: 12px;
  color: #F7F7F7;
  background-color: rgba(255, 255, 255, 0.5)
}  

}



@media (max-width: 450px) {
  #footer-rs {
    display: none;
  }

  #footer-rs-2 {
    display: flex;
    margin-top: 30px;
  }

  footer {
    min-height: 340px !important;
  }
}

@media (max-width: 415px) {
  #footer-rs {
    display: none;
  }

  .footer-contact {
    margin-left: 5px;
  }

  .footer-contact-2 {
    margin-left: 10px;
  }

  footer {
    padding: 15px 15px;
  }
}

@media (max-width: 353px) {
    footer {
    font-size: 0.9em;
  }

  footer ul li {
    font-size: 0.9em;

  }
}

.footer-nl-2 {
  display: none;
}

/*------- FIN FOOTER -------*/


.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #5B4D71;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.hvr-underline-from-left:active:before {
  background: #3B324A;
}


.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #38B6AB;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 7px;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right:active:before {
  background: #319E94;  
}

.hvr-sweep-to-right-2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5B4D71;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
}

.hvr-sweep-to-right-2:hover, .hvr-sweep-to-right-2:focus, .hvr-sweep-to-right-2:active {
  color: white;
}
.hvr-sweep-to-right-2:hover:before, .hvr-sweep-to-right-2:focus:before, .hvr-sweep-to-right-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-sweep-to-right-3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5B4D71 !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 7px;
}
.hvr-sweep-to-right-3:hover, .hvr-sweep-to-right-3:focus, .hvr-sweep-to-right-3:active {
  color: white;
}
.hvr-sweep-to-right-3:hover:before, .hvr-sweep-to-right-3:focus:before, .hvr-sweep-to-right-3:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.5) !important;
}

.hvr-shadow:active {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.5) !important;
}

.hvr-shadow-2 {
/*  display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
/*  box-shadow: 0 0 1px transparent;*/
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow-2:hover, .hvr-shadow-2:focus, .hvr-shadow-2:active {
  box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.5) !important;
}



@media (min-width: 1200px) {
  .header {
    margin-left: 10vw;
    margin-right: 10vw
  }
}

@media (min-width: 955px) {

  .burger {
    display: none;
  }
}

@media (max-width: 955px) {



  .burger {
    display: run-in;
  }
}





.header {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  z-index: 2;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__burger {
  display: none;
}

.header__burger .barre {
  width: 40px;
  height: 3px;
  background: #38B6AB;
  margin-top: 5px;
  border-radius: 10000000000px;
}

.header__burger .barre.whiter {
  background: #38B6AB;
}

.header__logo {
  margin-top: 15px;
  margin-left: 20px;
}

.mobile__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-burger {
  display: none;
}

@media (min-width: 955px) {
  .menu {
    padding-right: 20px;
  }
}

@media (max-width: 955px) {

  .menu {
    position: absolute;
    width: 80%;
    right: 0;
    bottom:0;
    top: 0;
    background-color: white;
    box-shadow: 0 4px 13px rgba(0,0,0,0.0);

    transform: translateX(100%);
    -webkit-transform: translateX(100%);

  }

  .menu.isOpen{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    box-shadow: 0 4px 20px 20px rgba(0,0,0,0.3);
    position: fixed;

  }

  .header__burger {
    display: block;
    cursor: pointer;
    z-index: 10000000!important;
    position: absolute;
    top: 25px;
    right: 20px;
  }

  .header__burger.Open {
    position: fixed;
  }

  .header {
    align-items: initial;
    z-index: 1000000!important;
  }

  .header.ON {
    height: 100vh;
  }


  .mobile__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 8vh;
  }

  .mobile__nav a {
    color: #5C5C5B;
    font-weight: bold;
  }

  .mobile__nav .inside {
    color: #5C5C5B;
    font-weight: bold;
  }

  .mobile__nav .dropdown {
    color: #5C5C5B;
    font-weight: bold;
  }


  .logo-burger {
    display: block;
  }

  .hlist {
    margin-left: 0;
    color: #5B4D71;
  }

  .dropdown:active .dropdown-content {
    display: block;
  }

  .hbutton {
  background-color: #5B4D71;
  color: white;
  border-radius: 7px;
  border: none;
  }

  .nav-m {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  span a:hover, span a:focus {
  color: #5C5C5B;
  }


  .logo-esi4u{
    width: 300px;
  }
}


















