@font-face {
    font-family: HKGrotesk-Regular;
    src: url("../fonts/HKGrotesk-Regular.otf") format("opentype");
}
body {
	--main-color: #37B3AD;
    --second-color: #000000;
	font-family: HKGrotesk-Regular !important;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav >.nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #FFFFFF;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	border-bottom: 3px solid #ffffff;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0px;
	padding-right: 0px;
}
#menu-area
{
	justify-content: space-between;
	position: fixed;
	width: 100%	;
	transition: background 1s;
}
.autoCol .mission {
	text-align:center;
}

#menu-area #logoDark {
	display: none;
}
#menu-area #logoLight {
	display: block;
}

#menu-area.cus-nav #logoDark {
	display: block;
}
#menu-area.cus-nav #logoLight {
	display: none;
}

#menu-area.cus-nav  {
	background :#ffffff ;
	z-index: 999;
	top: 0%;
	
}

#menu-area.cus-nav .navbar-expand-lg {
	padding: 0px 30px !important;
	transition: padding 1s;
}

#menu-area.cus-nav .navbar-light .navbar-nav .active>.nav-link, #menu-area.cus-nav .navbar-light .navbar-nav .nav-link.active, #menu-area.cus-nav .navbar-light .navbar-nav .nav-link.show, #menu-area.cus-nav .navbar-light .navbar-nav .show>.nav-link, #menu-area.cus-nav .navbar-light .navbar-nav >.nav-link, #menu-area.cus-nav .navbar-light .navbar-nav .nav-link, #menu-area.cus-nav .navbar-light .navbar-nav .nav-link.show, #menu-area.cus-nav .navbar-light .navbar-nav .show>.nav-link {
	color: #000000;
}
header li.nav-item {
	margin-right: 50px !important;
	font-family: HKGrotesk-Regular;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	/* or 111% */

	letter-spacing: 0.204814px;

	color: #FFFFFF;


	/* Inside Auto Layout */

	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 10px 0px;
}

header .hero {
	position: absolute;
width: 615px;
height: 180px;
left: 200px;
top: 312px;

/* H1 */

font-family: HKGrotesk-Regular;
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 46px;
/* or 103% */


color: #FFFFFF;

text-shadow: 0px 8px 32px rgba(13, 40, 38, 0.71);

}
#presentationMission {
	text-align: center;
	margin-bottom: 50px;
}

#presentationMission img {
	width: auto;
	margin-bottom: 40px;
}
#presentationMission text {
	text-align:center;
}
.intro {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 60px;
}
#detailMission p {
	margin-bottom: 20px;
	font-size: 20px;
}

.row {
	margin-bottom:80px;
}
#temoignageMission .detailTemoignage p {
	padding-right:35%;
	font-style: italic;
}
#temoignageMission .detailTemoignage span.signature {
	font-weight: bold;
}

#temoignageMission .detailTemoignage span.signature:before {
	content: "— ";
}

#detailMission .btn {
	margin-top: 30px;
}

 
.detailConseils ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}
.detailConseils ol li {
  counter-increment: my-awesome-counter;
  position: relative;
	padding-left: 30px; 
	margin-bottom:40px;
	font-size: 20px;
}
.detailConseils ol li::before {
  content: counter(my-awesome-counter);
  color: var(--main-color);
  font-size: 1.75rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  border-radius: 50%;
  text-align: center;
}

.pr80 {
	padding-right: 80px;
}
.pr50 {
	padding-right: 50px;
}
.bold {
	font-weight: bold;
}

.label-mission {
	background: #EEF2F5;
    font-size: 20px;
    padding: 10Px 14px;
    border-radius: 10px;
	color: #657C83;
	font-weight: bold;
	display: inline-block;
	margin-top:30px;
	text-transform: uppercase;
}

header .hero.center {
	width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
	left:0px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #FFFFFF;
	border-bottom: 3px solid #ffffff;
}

a.bouton:hover {
	text-decoration: none;
}

.dropdown-menu {
	display: block;
	margin-top:-2px;
	box-shadow: 0px 3px 83px rgba(0, 0, 0, 0.2);
}
li.menu.dropdown:hover .nav-link {
	border-bottom: 1px solid transparent;
}
li.menu.dropdown div.dropdown-large {
	min-width: 1160px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 600ms, visibility 600ms;
	transition: opacity 600ms, visibility 600ms;
    position: fixed;
    left: 50%;
	transform: translate(-50%, 0);
	max-width:1400px;
	width: 80%;
    z-index: 100000;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#menu-area li.menu.dropdown:hover div.dropdown-large {
	visibility: visible;
	opacity: 1;
    top: 100px;
}

#menu-area.cus-nav li.menu.dropdown:hover div.dropdown-large {
    top: 73px;
}
#menu-area.cus-nav li {
	padding-top:10px !important;
	transition: padding 1s;
}
.dropdown-menu .col-md-4 {
	text-align: center;
	margin-bottom: 30px;
}
.dropdown-menu .col-md-4 a {
	font-family: HKGrotesk-Regular;
	font-style: normal;
	font-weight: 600;
	font-size: 16.3851px;
	line-height: 17px;
	/* or 106% */

	text-align: center;
	letter-spacing: 0.204814px;

	color: #000000;
}

.magnet {
  display: inline-block;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all .5s ease;
}

footer {
/*	height: 180px;*/
/*	background-color: #000000;*/
	background-color: #1b4654;
	padding: 65px 50px 65px 50px;
}

footer a {
	color:#FFFFFF;
}

footer div.left {
	text-align: left !important;
}

footer div.center {
	text-align: center;
}

footer div.right {
	text-align: right;
}


footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.pt-10 {
	padding-top: 10px;
}

.bg-light {
	text-align:center;
	color:#000000;
	background-color : rgba(227, 242, 242, 0.4) !important;
	padding-top: 90px;
	padding-bottom: 90px;
}

.bg-light h4 {
	font-family: HKGrotesk-Regular;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 36px;
/* or 111% */

letter-spacing: 0.204814px
}

.bg-light p {
	font-family: HKGrotesk-Regular;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 140%;
/* or 31px */

letter-spacing: 0.2px;

color: #000000;
}

.bg-light ul li a, .bg-light ul li a:hover {
	color:#000000;
	text-decoration-line: none;
}

.btn {
	border-radius: 100px;
	padding: 14px 34px;
	font-family: HKGrotesk-Regular;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
}
.btn-primary, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: var(--main-color);
	border:2px solid var(--main-color);
	border-color: var(--main-color) !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgb(55 179 173 / 50%);
}
.btn-primary:hover {
	background-color: transparent;
	border:2px solid var(--main-color);
	color: var(--main-color);
}
.menuItemContainer .btn-primary:hover {
	background-color: var(--main-color) !important;
	border:4px solid var(--main-color) !important;
	color: white;
}
.cus-nav #echangerBouton.btn-primary:hover {
	background-color: var(--main-color) !important;
	border:2px solid #ffffff !important;
	color: #ffffff;
}
#plop {
	top: 40px !important;
	right: 50px !important;
}

a.btn-secondary {
	background-color: var(--second-color);
	border: 2px solid var(--second-color);
	color: #FFFFFF !important;
}

a.btn-secondary:hover {
	background-color: transparent;
	border: 2px solid var(--second-color);
	color: var(--second-color)  !important;
}

a.littleBtn {
	padding: 10px 15px;
    font-size: 20px;
}
.sectionTop {
	margin-bottom:120px;
	position: relative;
}

/*.sectionTop:after {
	content:url('../img/flecheTop.svg');
    position: absolute;
    right: -100px;
    top: 55px;
}
*/
.sectionTop .texte p {
	font-family: HKGrotesk-Regular;
	margin: 0px;
	padding-right: 80px;
font-style: normal;
font-weight: normal;
font-size: 28px;
line-height: 34px;
align-items: center;
letter-spacing: 0.204814px;
}

/*#plop {
	transform: rotate(-20deg);
}*/

.titreContainer {
	text-align:center;
	padding: 30px 0px;
}
#echangerBouton {
/*	height: 64px;
	top:43px;*/
	top: 52px;
	display: block;
	position: absolute;
	right:50px;
	align-items: center;
/*	padding: 18px 20px 16px 24px;*/
	padding: 10px 20px 10px 24px;
	color:#FFFFFF;
}
.cus-nav #echangerBouton {
/*	top:13px;*/
	top: 21px;
}

.menuItemContainer a {
	height: 200px;
	width: 230px;
	display: table-cell;
	vertical-align: middle;
	padding:0px 10px;
}
.menuItemContainer a:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	border-radius: 5px;
	text-decoration: none;
}

.inlineMission .second {
	text-align:center;
}
span.titre {
	font-family: HKGrotesk-Regular;
font-style: normal;
font-weight: normal;
font-size: 46px;
line-height: 52px;
/* or 111% */

align-items: center;
text-align: center;
letter-spacing: 0.204814px;
}

div.mission {
	padding:0 80px 0 0;
	margin-top:100px;
}
div.mission.m2 {
	padding:80px;
	padding-bottom:0px;
	margin-top:100px;
	padding-right:0px;
}
div.mission div.visuel {
	margin-bottom: 40px;
}

div.mission div.presentation {
	padding: 0 20px;
}

div.mission div.presentation h2 {
	margin-bottom: 24px;
	font-size:26px;
	font-weight:bold;
}

div.mission div.presentation p {
	font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 24px;
/* or 117% */

letter-spacing: 0.2px;
margin-bottom: 40px;
}
/*.mission img.missionVisuel {
	width: auto;
}
*/
#temoignages li.temoignage {
	display: inline-block;
}

.bigTextRow {
	font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 36px;
padding-right:35%;
/* or 117% */

letter-spacing: 0.2px;
margin-bottom: 115px;
}

.container img {
	max-width:350px;
}
.icon img {
	width: auto;
}
.formEchanger {
	margin-bottom:50px;
}
.formEchanger .formContent label {
	font-weight: bold;
}
.formEchanger .formContent select, .formEchanger .formContent input {
	width:370px;
	height: 46px !important;
	padding: 10px;
}
#plusLoin .mission img.missionVisuel {
	width: 100%;
}

.formEchanger button {
	font-size:18px;
	line-height:22px;
	padding: 10px 44px;
	margin-left:30px;
}

.question {
	margin-top:100px;
	padding-right:150px
}


.question h3, .reassurance h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 120%;
	letter-spacing: 0.141653px;
	margin-bottom: 24px;
}

.question h3.autre {
	font-weight: normal;
	margin-bottom:40px;
}

.question p, .reassurance p {
	font-size: 16px;
	line-height: 130%;
}

.hideQuestion {
	display: none;
}

.showQuestion {
	display: block;
	transition: display 1s;
}

.reassurance svg {
	margin-bottom: 0px;
	max-width: 80px;
}
.question hr, hr.mainColor {
	width: 50px;
    text-align: left;
    margin-left: 0px;
    border-top: 4px solid var(--main-color);
    border-radius: 100px;
}

#questionsHomeHeader {
	margin-top:0px; margin-bottom: 0px;
}

#plop {
	  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

footer img {
	width:auto !important;
}

#faq .question {
	margin:0px;
	margin-bottom: 80px;
	padding-right: 30px;
}

#faq img {
	width: auto;
}
#faq #visuelFAQ {
	text-align: center;
}

#faq #visuelFAQ img {
	width:300px;
}

#faq .rightCol .question {
	padding-right:0px;
	padding-left:30px;
}

#faq a.selector {
	cursor: pointer;
	border: 2px solid #f1f1f1;
	margin-left:15px;
	margin-right:15px;
	border-radius: 100px;
    padding: 10px 24px;
    font-family: HKGrotesk-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
	color: #000000;
}

#faq a.select:focus {
	box-shadow: none;
}
#faq a.selector:hover, #faq a.selector.active {
	color: var(--main-color);
	border-color: var(--main-color);
	text-decoration :none;
}

#myfaq:after {
      content: '';
      display: block;
      clear: both;
    }

#myfaq>div.active {
  float: left;
  width:50%;
/*  width: 33vw*/
	margin-bottom:30px;
	min-height:220px;
}

#myfaq>div.active:nth-child(2n+1) {
  clear: both;
}

.autoCol>div {
  float: left;
  width: 50%;
}
.autoCol>div:nth-child(2) {
	margin-top: 0px;
}
.autoCol>div:nth-child(2n+1) {
	margin-top: 0px;
	clear: both;
}
.autoCol>div.first {
	margin-top: -100px;
}

.autoCol>div.mission.first {
	margin-top: -110px;
}

#plus15ans {
	margin-top: 60px;
	margin-bottom: 60px;
/*	margin-top: 150px;
	margin-bottom: 150px;*/
}
#plus15ans .title {
	font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    padding-right: 35%;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}

#plus15ans .row {
	margin-bottom: 0px !important;
}
#plusLoin .title {
	font-style: normal;
    font-weight: normal;
    font-size: 38px;
	text-align: center;
    line-height: 42px;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
}

#conseils {
	margin-bottom: 40px;
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.cus-nav .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.cus-nav .navbar-light .navbar-toggler-icon.close {
	background-size: 16px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 14.8607L16 0.999994' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 1.13928L16 15' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}



#contactModal .modal-header, #simpleContactModal .modal-header {
	border-bottom: none;
	position: relative;
}

#contactModal .btnheader, #simpleContactModal .btnheader {
	position: absolute;
	right:20px;
}

#contactModal .btnheader::before, #simpleContactModal .btnheader::before, #help .btnheader::before {
    float: right;
    background-color: #1a1919;
    padding: 7px 18px 7px 14px;
    border-radius: 100px;
    margin-top: 1px;
    content: "Fermer X";
    color: white;
    font-size: 18px;
    cursor: pointer;
    margin-right: 1px;
    line-height: 1;
    opacity: 14.5;
}

#help .btnheader::before {
	margin-top:-20px;
	margin-right:-20px;
}

#contactModal .container, #simpleContactModal .container {
	padding: 0px 20px;
}

#contactModal .missionContact {
	cursor:pointer;
	text-align: center;
}

a.btn, a.bouton {
	cursor: pointer;
}

#contactModal .missionContact .missionContactContenant {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); 
	border-radius: 5px;
	height:200px;
	margin-bottom:30px; 
	padding:15px;
}

#contactModal .missionContact .missionContactContenant a {
	color:#000000;
	display:table-cell;
	vertical-align:middle;
	height:170px;
}

#contactModal .missionContact .missionContactContenant img {
	max-height:120px;
}

.showMobileOnly {
	display: none;
}
.showDesktopOnly {
	display: block;
}
#desQuestions {
	margin-top:150px;
	background-color:#F1F6F5;
	padding:30px;
}
@media only screen and (max-width: 768px) {
	#conseils {
		margin-bottom: 0px !important;
	}
	#desQuestions {
		margin-top:0px;
		margin-bottom:0px;
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
	.bg-light h4 {
		font-size:24px;
		line-height: 30px;
	}
	.lastMobile {
		order: 12;
	}
	.prelastMobile {
		order: 11;
	}
	#conseils h3 {
		text-align:center;
		font-size:22px;
	}
	#conseils .pr80 {
		text-align: center !important;
		margin-bottom: 50px;
		padding-right: 0px !important;
	}
	footer {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	footer div {
		text-align: center !important;
	}
	
	footer div a {
		display: block;
	}

	footer div a.linkedin {
		margin-top: 10px;
	}
	footer div a.linkedin img {
		margin-left:0px !important;
	}

	header .hero.center {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		text-align: center;
		left:0px;
	}
	
	#visuelPartenaires {
		margin-top: 0px !important;
	}

	.noPadding {
		padding: 0px !important;
	}
	.nofit {
		object-fit: unset !important;
		max-height: none !important;
	}
	
	#faq .question {
		margin-bottom: 0px;
	}

	#myfaq>div {
		float:none !important;
		width: 100% !important;
	}
	#faqSelector {
		padding: 0px !important;
		margin-bottom: 40px !important;
	}
	#faqSelectorTop {
		font-size: 28px !important;
		margin-bottom: 40px !important;
	}
/*	.firstQuestion p {
		display: block !important;
	}*/
	#faq #visuelFAQ img {
		display: none;
	}
	#faq a.selector {
		border: 2px solid #f1f1f1;
		margin-left: 3px;
		margin-right: 3px;
		border-radius: 100px;
		padding: 5px 14px;
		font-family: HKGrotesk-Regular;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 24px;
		margin-top:10px;
		color: #000000;
		display: inline-block;
	}
	.mt200 {
		margin-top: 0px !important;
	}
	#plusLoin .row {
		margin-bottom: 10px;
	}
	
	#plusLoin .visuel {
		text-align: center;
	}
	
	#plusLoin .visuel img {
		width:60% !important;
	}
	
	#detailMission img, #temoignageMission img, #conseils img {
		width: 100% !important;
		object-fit: cover;
		max-height: 440px;
		max-width: 100% !important;
	}
	
	#presentationMission img {
		max-width: 80% !important;
		margin-bottom: 0px !important;
	}
	
	#presentationMission p {
		font-size: 24px;
		line-height: 30px;
	}
	
	#presentationMission .label-mission {
		margin-top: 0px;
		padding-top:2px !important;
		padding-bottom:2px !important;
	}

	#detailMission .last {
		order: -1;
		margin-bottom:20px;
	}
	
	#detailMission p {
		font-size:18px;
	}
	#temoignageMission svg {
		display:none;
	}
	#temoignageMission .pr80 {
		margin-bottom: 20px;
	}
	#temoignageMission .detailTemoignage p {
		padding-right: 0px;
	}
	
	#plusLoin .title {
		font-size: 26px;
		line-height: 32px;
	}
	
	
	#detailMission .pr50, #temoignageMission .pr80 {
/*		padding-right: 0px;*/
		padding-right: 15px;
	}
	
	#detailMission .intro {
		font-size:24px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	
	.navbar-toggler:not(:disabled):not(.disabled) {
		border:none;
	}
	#plus15ans .title {
		padding-right: 0px;
		font-size:22px;
		line-height: 28px;
	}
	#plus15ans .row {
		margin-bottom:20px;		
	}
	.reassurance svg {
		float:left;
		width:80px;
		height:80px;
	}
	#icons .icon h3 {
		margin-bottom:10px;
		font-weight:bolder;
	}
	.autoCol>div.question {
		margin-top:0px !important;
	}
	.autoCol>div:nth-child(2n+1), .autoCol>div:nth-child(2), .autoCol>div {
/*		margin-top: 60px;*/
		margin-top:0px !important;
	}
	.showMobileOnly {
		display: block;
	}
	footer .showDesktopOnly {
		display: none;
	}
	#contactModal .container {
		padding: 0px;
	}

	#contactModal .missionContact .missionContactContenant {
		box-shadow: none;
		padding:0px;
		margin-bottom: 15px;
	}


	#menu-area.cus-nav .navbar-expand-lg {
		padding: 0px 15px !important;
	}
	.navbar {
		padding: 0px 15px !important
	}
	.container {
		padding-left:30px;
		padding-right:30px;
	}
	.btn {
/*		padding: 8px 12px !important;*/
		padding: 16px 24px;
		font-size: 18px;
		line-height: 22px;
	}
	span.titre {
		font-size:28px;
		line-height: 32px;
	}
	.bigTextRow {
		font-size: 22px;
		line-height: 26px;
	}
	div.mission {
		margin-top: 60px;
		padding:0px;
	}
	div.mission div.presentation h2 {
		font-size:26px;
		line-height:30px;
	}
	div.mission div.presentation p {
		font-size:20px;
		line-height:24px;

	}
	.container img {
		max-width: 100% !important;
	}
	#plus15ans {
		margin-top:30px !important;
	}
	a.littleBtn {
		font-size: 18px;
		padding: 10px 16px;
	}
	.sectionTop .texte p {
		padding-right: 0px;
		font-size: 20px;
		line-height: 26px;
	}
	.sectionTop:after {
		content: "";
	}
	
	.sectionTop {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 45px;
	}
	
	.sectionTop .bouton {
		margin-top: 30px;
/*		margin-top: 55px;*/
	}
	
	.inlineMission .first h2 {
		font-size: 31.0419px;
line-height: 34px;
	}
	.inlineMission .first {
		order : 2;
	}
	.bigTextRow {
		margin-top: 50px;
		padding-right: 15px;
		margin-bottom: 50px;
	}
	
	.inlineMission .second {
		order : 1;
	}
	header {
		background-position: center !important;
	}
	header .hero {
		width:auto !important;
		height: auto;
		font-size:30px !important;
		left: 30px !important;
		top: 350px !important;
		line-height: 32px !important;
	}
	
	header .heroSignature {
		font-size: 20px;
		width:80%;
		bottom:250px !important;
	}
	.icon img {
		width:90px;
		float:left;
	}
	.icon div {
		margin-left:110px;
	}
	#icons .icon h3 {
		font-size: 24px;
		line-height: 30px;
	}
	#icons .icon p {
		font-size: 16px;
		line-height: 20px;
	}
	#icons .icon {
		margin-bottom: 30px;
	}
	#icons {
		margin-bottom: 0px;
	}
	.formEchanger .formContent select, .formEchanger .formContent input {
		width: 100%;
		height: 46px;
		padding: 10px;
	}
	div.mission div.presentation {
		padding-left:0px;
		padding-right:0px;
	}
	.formEchanger .row {
		margin:0px;
	}
	
	.formEchanger .formContent {
		padding: 0px !important;
	}
	.formEchanger .formButton {
		margin: 30px 0px 0px 0px;
		text-align: center;
	}
	.formEchanger .formButton button {
		margin: 0px;
	}
	.formEchanger .iconFormEchanger {
		order: -1;
		text-align:center;
	}
	header .heroSignature {
/*		display: none;*/
		bottom: 50px !important;
		right: 20px !important;
		width:95% !important;
	}
	.visuelContainer {
		text-align:center;
	}
	.visuelContainer img {
		max-width: 280px;
	}
	
	#questionsHomeHeader {
		margin-bottom: 30px;
		padding-left:0px;
		padding-right: 0px;
	}
	
	.question {
		margin-top: 20px;
		padding-right:0px;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.question h3 {
		font-weight: normal;
	}
	.question hr, .question p {
		display: none;
	}
	.question hr.showMobileOnly {
		border-top: 2px solid rgba(0,0,0,0.1);
		width: 100%;
		display: block;
		margin-top: -25px;
	}
	.question .autre {
		display: none;
	}
	#questionsHome {
		margin-top: 0px;
	}
	#questionsHomeHeader .bigTextRow {
		order: 13;
		margin-top: 10px;
	}
	
	#moreQuestions {
		text-align: center;
	}
	.detailConseils ol li {
		font-size:16px;
	}
	.detailConseils ol li::before {
		font-size: 1.3rem !important;
		--size: 36px !important;
	}
	#plus15ans {
		margin-bottom:0px !important;
	}
}