*{box-sizing: border-box;transition: all 1s ease;}

body{
	font-family: 'Montserrat', serif;
	margin:0;
}
main{}
a{outline: none;}
#bouton_menu{display:none;}

#strukture{
	max-width: 1200px;
	margin:0 auto;
	box-shadow: 0 0 14px #cbc0b7;
}

#header{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	height:170px;
}

#baseline{
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	background-color: #604d22;
	color: white;
	padding: 6px;
	border-bottom: 5px solid #ffbd00;
	width:100%;
}

#logo{
	width:30%;
	text-align: center;
	padding:20px;
}

#logo a{
	border:0;
	outline: 0;
}

#logo img{
	max-width: 200px;
}

#menu{
	width: 70%;
}

#menu ul{
	text-align: right;
	margin-top: 53px;
	margin-right: 80px;
}

#menu ul li{
	display:inline;
	margin-left: 40px;
	font-size: 24px;
	font-weight: 700;
}

#menu ul li a{
	color:#988270;
	text-decoration: none;
}

#menu ul li a:hover{
	color:#cbc0b7;
}

#menu ul li a.selekta{
	color:#BBB9B7;
	border-bottom: 4px solid #ffbd00;
	padding-bottom: 7px;
}

#content{}

#entete{
	height: 600px;
	background-image: url(images/entete_home_1200.jpg);
	background-repeat: no-repeat;
	border-top:1px solid #fff;
	background-position: center center;
	background-size:100%;
	transition-duration: 5s;
}
#entete:hover{
	background-size:120%;
}
#entete_erreur{
	height: 600px;
	background-image: url(images/entete_erreur.jpg);
	background-repeat: no-repeat;
	border-top:1px solid #fff;
	background-position: center center;
	background-size:100%;
	transition-duration: 5s;
}
#entete_erreur:hover{
	background-size:120%;
}

#titre_entete{
	background: #ffbc00eb;
	margin-top: 101px;
	width: 50%;
	height: 386px;
	padding-top: 67px;
	padding-left: 90px;
}

#titre_entete h1{
	margin:0;
	padding:0;
	font-size: 50px;
	font-weight: 700;
	text-align: right;
	padding-right: 80px;
	line-height: 64px;	
}

#entete_offres{
	display: flex;
	justify-content: end;
	height: 600px;
	background-image: url(images/entete_offres_1200.jpg);
	background-repeat: no-repeat;
	border-top:1px solid #fff;
	background-position: center center;
	background-size:100%;
	transition-duration: 5s;
}
#entete_offres:hover{
	background-size:120%;
}
#entete_offres #titre_entete span.marron{padding-right: 20px;}
#entete_offres #titre_entete h1{text-align: left;}

#entete_equipe{
	height: 600px;
	background-image: url(images/entete_equipe_1200.jpg);
	background-repeat: no-repeat;
	border-top:1px solid #fff;
	background-position: center center;
	background-size:100%;
	transition-duration: 5s;
}
#entete_equipe:hover{
	background-size:120%;
}
#entete_equipe #titre_entete{padding-top: 130px;}
#entete_equipe #titre_entete span.marron{padding-left: 84px;}


#entete_contact{
	display: flex;
	justify-content: end;
	height: 600px;
	background-image: url(images/entete_contact_1200.jpg);
	background-repeat: no-repeat;
	border-top:1px solid #fff;
	background-position: center center;
	background-size:100%;
	transition-duration: 5s;
}
#entete_contact:hover{
	background-size:120%;
}
#entete_contact #titre_entete span.marron{padding-right:0;}
#entete_contact #titre_entete h1{text-align: left;}
#entete_contact #titre_entete {padding-top: 97px;}

#equipe{}

#citation_equipe{
	margin: 80px 80px;
	display: flex;
	flex-wrap: wrap;
}

#guillement_gauche{
	width: 9%;
	background-image: url(images/guillemet_gauche.png);
	background-repeat: no-repeat;
}

#texte_citation_equipe{
	width: 82%;
	text-align: center;
	font-size: 30px;
	color: #BBB9B7;
	font-weight: 500;
}

#guillement_droite{
	width: 9%;
	background-image: url(images/guillemet_droite.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#bouton_equipe{
	width: 100%;
	padding: 20px;
	margin-top: 55px;
	text-align: center;
}

#bouton_equipe a{
	background: #ffbc00;
	padding: 13px 60px;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	line-height: 20px;
	border-radius: 30px;
}

#bouton_equipe a:hover{
	background: #945e01;
}

#photo_equipe{
	width:100%;
	height:600px;
}
#photo_equipe img{
	height:600px;
	width:1200px;
}

#citation_depassement{
	background-color: #cbc0b7;
	padding: 75px 100px 75px 200px;
}

#texte_citation_depassement{
	border-left: 8px solid #fff;
	padding-left: 100px;
	font-size: 46.5px;
	font-weight: 400;
	font-style: italic;
	line-height: 54px;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #fff;
}

#offres{}

#titre_offres{
	font-size: 57px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 32px;
	background-color: #BBB9B7;
}

#choix_offres{
	display: flex;
	flex-wrap: wrap;
	margin:80px 50px;
	justify-content: space-between;
}

.offre{
	width: 300px;
	margin: auto;
	height: 200px;
	margin-bottom: 40px;
	border-radius: 30px;
	text-align: center;
	padding: 20px;
	box-shadow: 0 0 10px #cbc0b7;
	transition: all 500ms ease;
}

.offre:hover{
	transition: all 500ms ease;
	transform: scale(1.05);
	box-shadow: 0 10px 30px #e5dfdb !important;
	cursor: pointer !important;	
}

.offre .picto{
	margin-bottom: 20px;
}

.offre .titre_offre{
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.offre img{
	height: 90px;
}

.offre a{text-decoration: none;}

#offre_TM{background-color:#ffbd00 }
#offre_VP{background-color:#cbc0b7 }
#offre_CETL{background-color:#c9ae80;}
#offre_QVT{background-color:#945e01;}
#offre_CI{background-color:#988270;}
#offre_AED{background-color:#BBB9B7;}

#clients{
	background: #cbc0b7;
	padding-bottom: 40px;
}

#titre_clients{
	text-align: center;
	padding: 70px 20px 50px;
	font-size: 55px;
	font-weight: 700;
	color: #ffffff;
}

#slider{
	width: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	opacity: 1;
	transition: opacity 1s;
}
#slider:hover{opacity: 1;}
#slider.fade {
	opacity: 1;
}

#wrapper{
	width: 4400px;
	height: 256px;
	display: flex;
}

.client{
	height: 220px;
	width: 220px;
	margin: 5px 10px;
	border-radius: 20px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
}

.client img{filter: grayscale(1);}
.client:hover{box-shadow: 0 10px 10px #988270;
	transform: translateY(-5px);}
.client:hover img{filter: grayscale(0);}

#footer_clients{
	display: flex;
	flex-wrap: wrap;
}

#infos_equipe{
	width:55%;
	padding: 33px 53px;
	text-align: right;
	font-size: 30px;
	color:#ffffff;
}

#infos_equipe a{color:#988270;}
#infos_equipe a:hover{color:#BBB9B7;}

#infos_satisfaction{width:45%;}
#infos_satisfaction:hover #etoiles img{
	transform: scale(1.1);
}

#titre_satisfaction{
	font-size: 35px;
	font-weight: 600;
	color: #fff;
	padding: 59px 0 0 54px;
}

#etoiles{padding: 13px 0 0 120px;}
#etoiles img{max-width: 200px;}

#footer{
	display: flex;
	flex-wrap: wrap;
}

#pf{
	width: 50%;
}

#logo_footer{
	padding: 80px 0 0 0;
	text-align: center;
}

#logo_footer img{
	max-width: 300px;
}

#infos_footer{
	padding: 20px 0 0 0;
	text-align: center;
	color: #523c1a;
}
#infos_footer a{
	color:#0185cc;
	text-decoration: none;
}
#infos_footer a:hover{
	color:#0077b7;
	text-decoration: underline;
}

#linkedin{
	margin-top: 20px;
}

#linkedin a{
cursor:pointer !important;
display: block;
text-decoration: none;
}

#bouton_in{
	background: linear-gradient(0deg, rgba(0,119,183,1) 0%, rgba(2,134,205,1) 100%);
	width: 250px;
	padding: 14px;
	margin: auto;
	display: flex;
	background-color: #3d8ecd;
	border-radius: 15px;
	box-shadow: 0 3px 5px #cbc0b7;
	transition: all 500ms ease;
}

#bouton_in:hover{
	background: linear-gradient(0deg, rgba(3,105,160,1) 0%, rgba(2,134,205,1) 100%);
	box-shadow: 0 10px 10px #cbc0b7;
	transition: all 500ms ease;
}

#logo_in{}
#texte_in{
	color: #fff;
	text-decoration: none;
	margin-left: 10px;
	font-weight: 600;
	font-size: 20px;
}

#extra{
	width: 50%;
}

#mpb{
	border-left: 1px solid #cbc0b7;
	margin-top: 80px;
	padding: 34px 0 0 66px;
	display: flex;
	flex-wrap: wrap;
}

#bouton_mpb{
	background: #fff;
	padding: 28px 10px 20px 13px;
	font-weight: 600;
	color: #fff;
	border-radius: 15px;
	width: 45%;
	border:1px solid #ccc;
}
#bouton_mpb img{
	max-width: 100%;border:0;outline:0;
}
#texte_mpb{
	width: 49%;
	padding: 12px 0 0 11px;
	font-size: 16px;
	line-height: 17px;
	color: #aaa;
	background: #fff;
	font-weight: 400;
}

#qualiopi{
	border-left: 1px solid #cbc0b7;
	border-left: 1px solid #cbc0b7;
	padding: 60px 0 0 0;
	text-align: center;
}

#links{
	width: 100%;
	text-align: center;
	padding: 76px 20px 50px;
	font-size: 17px;
	color:#cbc0b7;
	line-height: 25px;
}

#links a{
	text-decoration:none;
	color:#cbc0b7;
}
#links a:hover{
	color:#988270;
}

/* 
------- page offres
*/

#competences{
	padding: 80px 80px 67px 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.competence{
	width: 32%;
	padding: 24px;
	text-align: center;
	border-radius: 20px;
}

.competence:hover{
	transform: translateY(-20px);
}
.competence:hover .picto img{
	max-width: 128px;
}

#coachs{background-color:#ffbd00; }
#conseils{background-color:#c9ae80; }
#formateurs{background-color:#945e01; }

.competence h2{
	min-height: 67px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.competence p{color: #fff;}

.competence .picto{
	width:100%;
	height:118px;
}
.competence .picto img{
max-width: 118px;
}

#principes{
	background-color: #988270;
	padding: 76px 80px 68px;
	display: flex;
	flex-wrap: wrap;
}

#citation_principes{
	width:47%;
	min-height: 500px;
}

#texte_citation_principes{
font-size: 42px;
font-weight: 700;
padding: 50px 40px 80px 0;
text-align: right;
line-height: 46px;}
#guillemet_haut_principes{height: 70px;}
#guillemet_bas_principes{height: 70px;text-align: right;padding-right: 40px;}


#liste_principes{
	width:53%;
}

#principe_1{}
#principe_2{margin-top: 109px;}
#principe_3{margin-top: 20px;}
#principe_4{margin-top: 30px;}
#principe_5{margin-top: 20px;}

.principe{
	width:49%;
}

#liste_principes .gauche{
	float: left;
}

#liste_principes .droite{
	float: right;
}

.titre_principe{
	font-size: 25px;
	font-weight: 700;
	padding: 14px 0 19px 25px;
	background-image: url(images/cercle.png);
	background-repeat: no-repeat;
	color: #fff;
}

.principe p{
	margin-top: -17px;
	padding-left: 30px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
}

#titre_offres_page{
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	padding: 46px 0 0 0;
	text-transform: uppercase;
	color: #BBB9B7;
}
#offres.page #choix_offres{
	margin-top:0;
}

#trait{
	width: 262px;
	height: 6px;
	background-color: #ffbd00;
	border-radius: 3px;
	margin: 7px auto 50px auto;
}
#catalogue{
	background-color:#a89d8c;
	margin-top:10px;
	display: flex;
	flex-wrap:wrap;
}
#image_catalogue{
	padding:76px 0 78px 180px;
	width: 40%;
}
#image_catalogue img{
	box-shadow: 0 0 15px #8d8475;
}
#texte_catalogue{
	padding: 100px 0 0 40px;
	width: 60%;
}
#texte_catalogue p{
	font-size: 36px;
	font-weight: 700;
	padding-right: 140px;
	color: #fff;
	line-height: 40px;
}
#bouton_catalogue{
	padding-top: 34px;
}
#bouton_catalogue a{
background-color: #ffbd00;
font-size: 29px;
text-decoration: none;
padding: 15px 90px 13px;
color: #fff;
border-radius: 30px;	
}
#bouton_catalogue a:hover{
background-color: #BBB9B7;
}

/* 
------- page equipe
*/

#content .bloc_personne{
	display: flex;
	flex-wrap: wrap;
}


#content .presentation_personne{
	width:50%;
	z-index: 99999999;
}
#content .presentation_personne .entete_personne{
	margin-top: 40px;
	display: flex;
}
#content .gauche .entete_personne{
	margin-left: -160px;
}
#content .droite{
	flex-flow: row-reverse;
}
#content .droite .entete_personne{
flex-direction: row-reverse;
margin-right: -140px;
}
#content .droite .entite_personne{
text-align: right;
}
#content .presentation_personne .entete_personne .photo_personne{
	    width: 300px;
    height: 300px;
}
#content .presentation_personne .entete_personne .photo_personne img{
	    border-radius: 50%;
    border: 10px solid #a69585;
}


#content .presentation_personne .entete_personne .entite_personne{
	margin-top: 123px;
margin-right: 40px;
margin-left: 50px;
}

#content .presentation_personne .entete_personne .nom_personne{
	font-weight: 600;
	font-size: 34px;
	color:#945e01;
}
	#content .presentation_personne .entete_personne .fonction_personne{
	font-size: 30px;
	margin-top: 3px;
}

#content .presentation_personne .infos_personne{}
#content .presentation_personne .infos_personne .metier_personne{
	font-size: 25px;
	padding-left: 76px;
	padding-top: 56px;
	line-height: 37px;
	padding-right: 60px;
}
#content .presentation_personne .infos_personne .parcours_personne{
	font-size: 20px;
	padding-left: 76px;
	padding-top: 116px;
	line-height: 29px;
	padding-right: 60px;
}

#content .citation_personne{
	width:50%;
}
#content .citation_personne .guillemet_haut{
	margin-top: 80px;
	margin-left: 80px;
}
#content .citation_personne .texte_citation_personne{
	margin-left: 80px;
	margin-right: 170px;
	font-size: 34px;
	text-align: right;
	padding-top: 10px;
	color:#fff;
}
#content .citation_personne .guillemet_bas{
	text-align: right;
	margin-right: 80px;
}

#content .droite .citation_personne .guillemet_haut{
	margin-top: 80px;
	margin-left: 160px;
}
#content .droite .citation_personne .texte_citation_personne{
	margin-right: 80px;
	font-size: 34px;
	text-align: left;
	padding-top: 192px;
	margin-left: 164px;
}
#content .droite .citation_personne .guillemet_bas{

	text-align: right;
	margin-right: 80px;
	margin-top: 70px;
}

#content .auteur{padding-top:20px;text-align: center;
color: #fff;font-size: 20px;}
 
#content .eddy .citation_personne{background-color: #cbc0b7;padding-bottom:66px;}

#content .nathalie .citation_personne{background-color: #988270;padding-bottom:66px;}
#content .nathalie .texte_citation_personne{padding-top:92px !important;}
#content .nathalie .parcours_personne{padding-top: 66px !important;}
#content .nathalie .metier_personne{padding-top: 0 !important;}
#content .nathalie .photo_personne img{border-color:#BBB9B7 !important;}
#content .nathalie .presentation_personne{z-index: 10000;}

#content .innocente .citation_personne{background-color:#ffbd00 ;padding-bottom:66px;}
#content .innocente .texte_citation_personne{padding-top:142px !important;}
#content .innocente .guillemet_bas{padding-top:142px !important;}
#content .innocente .metier_personne{padding-top: 30px !important;}
#content .innocente .parcours_personne{padding-top: 66px !important;padding-bottom: 66px !important;}
#content .innocente .photo_personne img{border-color:#945e01 !important;}

#content .coline .citation_personne{background-color: #a89d8c;padding-bottom:66px;}
#content .coline .texte_citation_personne{padding-top:122px !important;}
#content .coline .guillemet_bas{padding-top:52px !important;}
#content .coline .metier_personne{padding-top: 30px !important;}
#content .coline .parcours_personne{padding-top: 66px !important;padding-bottom: 66px !important;}
#content .coline .photo_personne img{border-color:#BBB9B7 !important;}
#content .coline .presentation_personne{z-index: 10001;}

#content .emilie .citation_personne{background-color: #945e01;padding-bottom:66px;}
#content .emilie .texte_citation_personne{padding-top:122px !important;}
#content .emilie .guillemet_bas{padding-top:52px !important;}
#content .emilie .metier_personne{padding-top: 30px !important;}
#content .emilie .parcours_personne{padding-top: 30px !important;padding-bottom: 66px !important;}
#content .emilie .photo_personne img{border-color:#ffbd00 !important;}

#content .chrystel .citation_personne{background-color: #c9ae80;padding-bottom:66px;}
#content .chrystel .texte_citation_personne{padding-top:160px !important;}
#content .chrystel .metier_personne{padding-top:0px !important;}
#content .chrystel .parcours_personne{padding-top:32px !important;padding-bottom:66px;}
#content .chrystel .guillemet_bas{padding-top:102px !important;}
#content .chrystel .photo_personne img{border-color:#945e01 !important;}
#content .chrystel .presentation_personne{z-index: 10002;}

#content .sophie .citation_personne{background-color: #BBB9B7;padding-bottom:66px;}
#content .sophie .texte_citation_personne{padding-top:122px !important;}
#content .sophie .metier_personne{padding-top:0px !important;}
#content .sophie .parcours_personne{padding-top:74px !important;padding-bottom:66px;}
#content .sophie .guillemet_bas{padding-top:102px !important;}

#content .charlotte .citation_personne{background-color:#fcdc81 ;padding-bottom:66px;}
#content .charlotte .texte_citation_personne{padding-top: 80px;padding-bottom: 80px}

#content .charlotte .photo_personne img{border-color:#ffbd00 !important;}
#content .charlotte .presentation_personne{z-index: 10003;}
#content .charlotte .parcours_personne{padding-top:74px !important;}
/* 
------- page contact
*/

#message{display: flex;flex-wrap: wrap;padding: 80px;}
#formulaire{width: 50%;}
#texte_message{width: 50%;padding-left: 80px;color:#816a59;}
#texte_message #accroche{font-size: 37px;margin-top: -8px;}
#texte_message #infos_contact{margin-top:80px;font-size: 26px;}
#formulaire_bouton{width: 100%;text-align: right;margin-top:40px;}

#map{
	margin-bottom: -5px;
}
#formulaire_nom, #formulaire_email, #formulaire_textarea{
	width: 100%;
	border: 1px solid #816a59;
	padding: 20px;
	opacity: 0.5;
	font-size: 30px;
	border-radius: 15px;
	font-weight: 400;
	color:#816a59;
	box-shadow: inset 0 0 5px #cec3b2;
	outline:none;
}
#formulaire_email, #formulaire_textarea{
	margin-top:40px;
}
#formulaire_textarea{
	height: 270px;
	font-family: 'Montserrat', serif;
}

#formulaire button{
font-size: 35px;
text-transform: uppercase;
font-weight: 700;
padding: 13px 47px;
background-color: #ffbd00;
border-radius: 15px;
border: none;
color: #fff;
}

#formulaire button:hover{
	background-color: #945e01;
}
#clients.contact{
	background-color: #945e01;
}

#clients.contact #infos_equipe a{
	color:#ffbd00;
}

#clients.contact #infos_equipe a:hover{
	color:#BBB9B7;
}

/* 
------- Page details offre
*/

#entete_detail_offre{background-repeat: no-repeat;height:600px;background-size: cover;background-position: center center;}
.offre_tm{background-image: url(images/offre_tm_bg.jpg);}
.offre_aed{background-image: url(images/offre_aed_bg.jpg);}
.offre_bedqvt{background-image: url(images/offre_bedqvt_bg.jpg);}
.offre_cetl{background-image: url(images/offre_cetl_bg.jpg);}
.offre_ci{background-image: url(images/offre_ci_bg.jpg);}
.offre_vppf{background-image: url(images/offre_vppf_bg.jpg);}

#picto_detail_offre{
	margin: 0 auto 0;
	width: 200px;
	padding-top: 80px;
}
#titre_detail_offre{text-align: center;font-size: 39px;color:#fff;}
#titre_detail_offre h1{margin-top:40px;}

#texte_presentation{
	background-color: #fcdc81;
	margin: -110px 80px 0;
	border-radius: 15px;
	padding:70px 80px 30px 80px;
}
#texte_presentation #bloc_photo{margin:10px 75px 25px 0;float: left;}
#texte_presentation #bloc_photo img{border:3px solid #945e01;}
#texte_presentation p{
	margin: 0 0 40px 0;
	font-size: 29px;
	line-height: 46px;
	color:#BBB9B7;
}
#texte_presentation ul.cercle{clear: both;border:1px solid transparent;margin:60px 0 0 0;}
#texte_presentation ul.cercle li{
	list-style-type: none;
	font-size: 30px;
	margin-bottom: 27px;
	padding-left: 90px;
	padding-right: 50px;
	color: #BBB9B7;
	background-image: url(images/cercle_li.png);
	background-repeat: no-repeat;
	background-position: 38px center;
}

#texte_presentation ul.cercle2 li{
	list-style-type: none;
	font-size: 27px;
	margin-bottom: 27px;
	padding-left: 90px;
	padding-right: 50px;
	color: #BBB9B7;
	background-image: url(images/cercle_li.png);
	background-repeat: no-repeat;
	background-position: 44% 50%;
}
#texte_presentation ul.cercle3 li{
	list-style-type: none;
	font-size: 27px;
	margin-bottom: 27px;
	padding-left: 40px;
	padding-right: 20px;
	color: #BBB9B7;
	background-image: url(images/cercle_li.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


#titre_separation{
	text-align: center;
	padding: 59px 200px;
	font-size: 42px;
	font-weight: 700;
	color: #945e01;
}

#conseils_offre{display: flex;flex-wrap: wrap}
#image_conseil{width: 50%;background-color: #000;display: flex;align-items: center;}
#image_conseil img{
	width: 100%;
}
#texte_conseil{
	width: 50%;
	padding: 40px 80px 0 78px;
font-size: 27px;
line-height: 40px;
	background-color: #cbc0b7;
	color: #fff;
}
#texte_conseil p{
	margin-bottom: 24px;
}
#texte_conseil p.petit{
font-size: 20px;
line-height: 25px;
}
#texte_conseil p .abbr{font-size:20px;border-bottom: 2px dashed;cursor: help;}

#titre_separation_final{
	text-align: center;
	padding: 59px 100px;
	font-size: 42px;
	font-weight: 700;
	color: #ffbd00;
}
#quatre_offres_coaching{display: flex;flex-wrap: wrap;padding:0 80px 0 80px;justify-content: space-between;}
.offre_coaching{width:45%;padding:40px 40px 0 40px;margin-bottom:40px;border-radius:15px;}
.offre_coaching ul{padding: 0 0 0 20px;font-size: 22px;list-style-type: decimal;}
.offre_coaching ul li{padding-bottom: 20px;}
.titre_coaching{font-size:40px;line-height: 40px;font-weight: 500;text-align: center;padding-bottom: 30px;}
.coach_poste{background-color: #fb0;color: #BBB9B7;}
.coach_dev{background-color: #945e01;color: #fff;}
.coach_transition{background-color: #988270;color: #fff;}
.coach_projet{background-color: #BBB9B7;color: #fff;}
ul.petit{font-size: 22px;}
ul.petit li{padding-bottom: 20px;}
#engagement p{
padding: 0 260px 40px;
font-size: 21px;
text-align: justify;
}
p.centre{text-align: center !important;}
#bilan{padding:80px;}
#bilan p{
	padding: 0 260px ;
font-size: 21px;
text-align: justify;
	margin: 0 0 30px;
}

#engagement .sous_titre{
	font-size: 37px;
	text-align: center;
	padding-bottom: 40px;
	font-weight: 500;
	color: #945e01;
}
#engagement .intro_coaching{
	font-size: 35px;
	text-align: center;
	padding:0 80px 0;
	font-weight: 500;
	color: #945e01;
	margin:0;
}

#engagement ul{
border: 1px solid transparent;
margin: 0 0 40px 0;
padding: 0 200px;
} 
#engagement ul li{
border: 1px solid transparent;
list-style-type: none;
font-size: 33px;
margin-bottom: 44px;
padding-left: 90px;
padding-right: 0px;
color: #BBB9B7;
background-image: url(images/cercle_li.png);
background-repeat: no-repeat;
background-position: 38px center;
}

#wrapper_coaching{display: flex;flex-wrap: wrap;padding:40px 80px 80px 80px;justify-content: space-between;} 
#wrapper_coaching .detail_coaching{
	width: 31%;
	padding: 40px 25px 35px 40px;
	color: #fff;
	font-size: 23px;
	line-height: 32px;
	border-radius: 10px;
}

#link_aed{padding:80px;}
#link_aed p{
max-width: 700px;
margin: 0 auto;
text-align: justify;
font-size: 27px;}

#link_aed p.lien{margin-top:30px;text-align: center;}

#link_aed a{background-color: #fb0;color:#BBB9B7;padding:10px 20px 8px;border-radius:10px;text-decoration: none;}
#link_aed a:hover{background-color: #BBB9B7;color:#fff;padding:7px 10px 5px;border-radius:10px;}

#navigation_offres{
	display: flex;
	flex-wrap: wrap;
	background-image: url(images/contact_navigation_bg.jpg);
	background-repeat: no-repeat;
}

#menu_offres{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 60px 50px;
	background-color: #0009;
}

#menu_offres .offre{
	width: 200px;
	height: 140px;
	border-radius: 15px;
	padding: 15px 0 0 0;
	margin-bottom: 30px;
	box-shadow: 0 0 10px #271400;
	}
#menu_offres .offre:hover{
	box-shadow: 0 10px 30px #271400 !important;
}
#menu_offres .actuelle{
	border: 3px solid #fb0;
	background-color: #000;
}
#menu_offres .actuelle .titre_offre, 
#menu_offres .actuelle .picto{opacity: 0.5;}

#menu_offres .offre .picto{
	margin-bottom: 0;
}
#menu_offres .offre .picto img{
	height: 68px;
}
#menu_offres .offre .titre_offre{
	font-size: 15px;
	margin-top: 5px;
}

#contact_offre{
	width: 50%;
}

#accroche_navigation{
	color:#fff;
	height: 200px;
	width: 100%;
	margin-left: -40px;
	padding: 69px 170px 0 117px;
	font-size: 26.6px;
	font-weight: 500;
	line-height: 37px;
	background-image: url(images/fleche.png);
	background-repeat: no-repeat;
	background-position: 30px 111px;
	background-size: 10%;
}

#menu_offres:hover ~ #contact_offre #accroche_navigation{
	background-position: 0px 111px;
	background-size: 11%;
}

#contact_offre:hover #accroche_navigation{
	background-image: url(images/fleche2.png);
	background-position: 90px 120px;
	background-size: 5%;
}

#titre_offre{
	text-align: center;
	margin: 120px 0 0 0;
	padding: 0 100px;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
}

#texte_detail_offre{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	padding: 15px;
	color: #FFF;
}

#bouton_detail_offre{

	text-align: center;
}

#bouton_detail_offre a{
	background-color: #ffbd00;
	color: #fff;
	padding: 20px 30px;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 15px;
	box-shadow: 0 0 3px #BBB9B7;
	display: block;
	margin: 14px auto;
	width: 55%;
}

#bouton_detail_offre a:hover{
	background-color:#BBB9B7; 
	box-shadow: 0 10px 10px #BBB9B7;
transform: translateY(-10px);
}

/* 
------- donnees mentions cgv etc
*/
#entete_contenu{
	background-color:#e5dfdb; 
	background: linear-gradient(0deg, rgb(82, 60, 26) 0%, rgb(152, 130, 112) 100%);
	padding: 80px;
}
#titre_entete_contenu{text-align: center;}
#titre_entete_contenu h1{
	margin: 0;
	padding: 0;
	padding-right: 0px;
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
	color:#ffbd00;
}
#contenu{
	background-color: #cbc0b7;
	padding: 40px;
}
#contenu h2, #contenu p{
	margin:0;
}
#double{
	display: flex;
}
#editeur, #hebergeur{
	width:50%;
	margin:40px;
	padding:40px;
	background-color: #fff; 
	
}

#cadre{
	padding:40px;
	background-color: #fff;
	color:#BBB9B7;
}
#cadre .boite{
	margin-bottom:40px;
}
/* 
------- pimp
*/

::selection {
	background-color: #ffbd00;
	color: #945e01;
}

.marron{color:#945e01;}
.marron_clair{color:#c9ae80;}
.cacao{color:#BBB9B7;}
.cacao_clair{color:#a89d8c;}
.blanc{color:#ffffff;}
.jaune{color:#ffbd00;}
.jaune_clair{color:#fcdc81;}
.taupe{color:#988270;}
.taupe_clair{color:#cbc0b7;}

.bg_jaune{background-color: #ffbd00;}
.bg_marron_clair{background-color:#c9ae80;}
.bg_taupe{background-color:#988270;}

#slider scrollbar-color{
	background-color:#fff;
	color:#fff;
}

#slider::-webkit-scrollbar {
	background-color:#fff;
}

#temoignages {
    background-color: #f7f7f7;
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif;
}

#titre_temoignages {
    text-align: center;
    font-size: 2em;
    color: #6e4c3f; /* marron cohérent */
    margin-bottom: 40px;
    font-weight: 600;
}

#temoignages_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.temoignage {
    background: white;
    border-left: 5px solid #6e4c3f;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-size: 1rem;
    line-height: 1.6;
}

.temoignage .origine {
    margin-top: 15px;
    font-style: italic;
    color: #999;
    font-size: 0.9em;
}

