@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: 16px;
  margin-top: 5vh !important;
  margin-bottom: 15px;
  font-weight: bold !important;
  color : #e8582c !important;
  
}

.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;
}





.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;
  }
}


















