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

@font-face {
  font-family: "Roboto-slab";
  font-weight: bold;
  src: url('../fonts/RobotoSlab-Bold.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;
}


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

.image-cover{
	background-image: url(../images/sante_cover.png) ;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
}



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

.hlist {
	margin-left: 50px;
	cursor: pointer;
}


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

.intro {
	position: absolute;
	top: 34vh;
	left: 0;
	width: 100%;
	color: white;
	text-align: center;
}

.tiret {
	height: 3px;
	width: 6vh;
	background-color: white;
	margin: auto;
	border-radius: 1000px;
	margin-bottom: 40px;


}

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

.scroll {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}



.scroller {
  cursor: pointer !important;
  width: 2%;
}

@media (max-width: 700px) {
  .scroller {
    width: 4%;
  }
}

@media (max-width: 415px) {
  .scroller {
    width: 6%;
  }
}

h2 {
	font-size: 42px;
	font-family: "Roboto-slab";
}


@media (min-width: 1365px) {
  h2 {
    font-size: 52px;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
	color: white;
}

.citation {
	margin-top: 40px;
	margin-bottom: 15px;
	font-style: italic;
	text-align: center;
	color: #7A7A79;
}

.image-article {
	height: 100%;
}

#nom-citation {
	text-align: right;
	color: #5C5C5B;
	margin-bottom: 25px;
}

.corps {
	color: #7A7A79;
	font-size: 14px;
	text-align: left;
}

.alignement {
	display: flex;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 40px;

}

.firstli {
	margin-top: 20px;
}


ul li {
	padding-bottom: 20px;
	
}

ul {
	margin-bottom: 0px;

}

.gradient {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #29AEA2; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #29AEA2, #514367); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #29AEA2, #514367); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #29AEA2, #514367); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #29AEA2, #514367); /* Standard syntax */
}

h3 {
	color: white;
	font-family: "Roboto-slab";
}

.contenu {
	margin-bottom: 40px;
}

.headbutton {
  font-size: 20px;
  padding: 20px 40px;
  border-radius: 7px;
  background-color: #38B6AB;
  border-style: hidden;
  font-family: "Montserrat";
  color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

@media (max-width: 376px) {
  .headbutton {
    font-size: 20px;
  }
}

@media (max-width: 330px) {
  .headbutton {
    font-size: 16px;
  }
}

.cursor-head {
  cursor: default !important;
}


.block-center {
	text-align: center;
}

.valign {
	display: flex;
	align-items: center;
}

.estimation {
  margin-top: 60px;

}

.estimation-fluid {
  border-top: 1px solid #9D9D9C;
  margin-top: 40px;

}

.estim-button {
	background-color: #38B6AB; /* For browsers that do not support gradients */
	border: none;
	width: 100%;
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 80px;
	font-family: "Montserrat";
	border-radius: 7px;
	color: white;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
	cursor: pointer;

}

.flottaison {
	min-height: 50vh !important;
}

.centreur {
	display: flex;
	align-items: center;
}

span a {
  text-decoration: none !important;
  color: white;
}

span a:active {
  color: #D1D1D1;
}

span a:hover, span a:focus {
  color: white;
}

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

footer ul li {
    padding-bottom: 0 !important;
}

footer ul {
  font-size: 1em;
}


footer {
  padding: 15px 35px;
  background-color: #29AEA2; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, #493469, #06CDC2); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, #493469, #06CDC2); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, #493469, #06CDC2); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, #493469, #06CDC2); /* 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-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: #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;
  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-color: #4F4262;
}

.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-2:active:before {
	background-color: #4F4262;
}

.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-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: white;
  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: #D1D1D1;
}

h5 {
  color: #5C5C5B;
  text-align: center;
  font-size: 30px;
  font-family: "Roboto-slab";
  font-weight: bold;
}

.offre-text {
  text-align: center;
  font-size: 20px;
  color: #5C5C5B;
  opacity: 0.8;
  line-height: 1.5;
  margin-top: 35px;
}


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

@media (max-width: 576px) {

	.intro {
		top: 31vh;
	}

	.tiret {
		margin-bottom: 25px;
	}

}

@media (max-width: 330px) {

  .intro {
    top: 23vh;
  }

}

@media (min-width: 1365px) {
	.intro {
		top:36vh;
	}
}

@media (max-width: 992px) {
	h3 {
		text-align: center;
		margin-bottom: 40px;
	}
}

@media (max-width: 342px) {

	.estim-button {
		font-size: 0.8em;
	}
}

@media (min-width: 955px) {

	.burger {
		display: none;
	}
}

@media (max-width: 955px) {

	.burger {
		display: run-in;
	}
}

@media (min-width: 1400px) {
	.flottaison {
		min-height: 50vh ! important;
	}
}

.header {
  position: fixed;
  top:0;
  left:0;
  right: 0;
  z-index: 2;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  padding-top: 15px;
  transition: all 0.2s ease-in-out;
  background-color:transparent;  
}

.header__burger {
	display: none;
}

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

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

.header__logo {
	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: #5C5C5B;
	}

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

}

/*------- Scrolling header DEBUT -------*/

.hvr-sweep-to-right.active:before {
  background: #38B6AB !important;

}

.hvr-underline-from-left.active:before {
  background: #5B4D71 !important;
}

.barre.active {
  background: #5B4D71;
}

.hbutton.active {
  background-color: #5B4D71 !important;
  color: white !important;
}

.green-logo {
  display: none;
}

.green-logo.active {
  display: block;
}

.green-logo.active-burger {
  display: none !important;
}

.white-logo.active {
  display: none;
}

.white-logo.active-burger {
  display: none !important
}

.blog-color {
  color: white;
}

.blog-color.active {
  color: #5B4D71 !important;
}

.nav-m.active {
  color: #5B4D71 !important;
}

.header.active {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    color: #5B4D71 !important;
    padding-bottom: 15px;
}

.header.active-burger {
  background: rgba(0, 0, 0, 0.5) !important;
}




/*------- Scrolling header FIN -------*/













