/*header .hero {
	font-size: 54px;
	line-height: 54px;
	width:700px;
}
*/

header .hero {
    position: absolute;
    width: 750px;
    height: 180px;
    left: 150px;
    top: 420px;
    font-family: HKGrotesk-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 58px;
    color: #FFFFFF;
    text-shadow: 0px 8px 32px rgb(13 40 38 / 71%);
}

.btn {
	font-weight: normal;
}

header .hero.bottomHero {
	top: 480px !important;
}
#questionsColonnes .question:nth-child(odd){
	padding-right:80px;
	padding-left:0px;
}
#questionsColonnes .question:nth-child(even){
	padding-right:0px;
	padding-left:80px;
}
.ql-editor {
	max-height:500px;
}
.textContainer table {
	width:100%;
}
.textContainer h2 {
    font-size: 1.5rem;
}
.textContainer p {
	margin-bottom: 0px;
}
.detailConseils ol li::before {
    content: counter(my-awesome-counter);
    color: #ffffff;
	background-color: var(--second-color);
    font-size: 1.75rem;
    font-weight: bold;
    position: absolute;
    --size: 42px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    border-radius: 50%;
    text-align: center;
}

#plus15ans {
	margin-top: 0px;
	margin-bottom: 60px;
/*	margin-top: 150px;
	margin-bottom: 150px;*/
}
.bg-light {
	padding-top:30px;
	padding-bottom:20px;
}

footer {
	padding: 20px 50px 20px 30px;
}

#echangerDark {
	display: none;
}
.cus-nav #echangerBouton.btn-primary:hover {
    background-color: #ffffff !important;
    border: 2px solid var(--main-color) !important;
    color: var(--main-color);
}
.cus-nav #echangerBouton.btn-primary:hover #echangerDark {
	display: inline-block;
}
.cus-nav #echangerBouton.btn-primary:hover #echangerLight {
	display: none;
}

.label-mission {
	font-size: 14px !important;
    padding: 5px 10px !important;
}
.intro {
    font-size: 24px;
    line-height: 30px;
}

#detailMission p {
	font-size: 16px;
}

#visuelDetailMission {
	text-align:center;
}

div.mission div.presentation h2 {
	font-size:20px;
}
div.mission div.presentation p {
	font-size: 16px;
    line-height: 22px;
}

a.littleBtn {
	font-size: 18px;
	padding: 5px 10px;
}

div.mission div.visuel {
	margin-bottom: 10px !important;
}

#contactModal .missionContact .missionContactContenant {
	box-shadow: none;
    height: 180px;
    margin-bottom: 10px;
}
#contactModal .missionContact .missionContactContenant img {
/*	max-height: 100px;*/
	max-height:85px;
	height:85px;
}
#contactModal .missionContact:hover .missionContactContenant {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

#contactModal .missionContact .missionContactContenant a {
	display: table !important;
	margin-left:auto;
	margin-right:auto;
}

#menuMobile {
	z-index:1000;
}

#plusLoin .mission {
	text-align:center;
}

footer .showDesktopOnly {
    display: inline;
}

@media only screen and (max-width: 768px) {
	#plus15ans {
		margin-top:50px !important;
	}
	.mission .presentation h2 {
		font-size:22px !important;
	}
	#icons .icon h3 {
		font-size: 20px !important;
		line-height: 26px !important;
	}
}

@media only screen and (max-width: 768px) {
	.container img {
		max-width: 80% !important;
	}
	#questionsColonnes .question {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}