@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600&display=swap');

body {
	max-width: 1900px;
	margin: auto;
	padding: 0;
	text-align: center;
	font-family: 'Roboto', helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.5px;
	color : #e0c281;
}


header {
	clear: both;
}

/******************************** 
			MENU 
********************************/

.nav {
	max-width: 1400px;
	height: 150px;
	margin: auto ;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
}

/*a.nav-link, a.nav-logo{
    text-decoration: none ;
    text-transform: uppercase ;
}*/

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #e0c281;
}

.nav__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__menu > li {
    margin-left: 3em;
    list-style: none;
}

.nav__link, .nav-link-qcd {
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
}

.nav__link, .nav-link-qcd a {
	color: #e0c281;
    text-decoration: none;
}

.nav__link:hover, .nav-link-qcd:hover{
    color: #e0c281;
}

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

.nav__logo span {
    font-size: 1.8em;
    font-weight: 500;
    color: #e0c281;
}

.nav__logo img {
	padding: 0 0.5em 0 0;
	max-width: 170px;
}

.nav__logo a {
	text-decoration: none ;
}


/*FIN MENU*/

.containerh1{
    position: relative;
}

.containerh1 img {
    padding: 0;
    width: 100%;
    max-height: 400px;
    min-height: 170px;
}

.containerh1 h1 {
    font-size: 3em;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
    color: #e0c281;
    width: 80%;
}

/***** FIN HEADER ************/

div#contenu {
	max-width:1400px ;
	margin: 1em auto;
	padding: 0.5em;
	background: #fff ;
	display: flex;
}

#main {
	max-width: 72% ;
	margin: 0 auto ;
	margin-bottom:2em; 
	text-align: left ;
	background: #fff ;
	order: 1;
}

#aside {
	width: 25% ;
	background: #f5f5f5;
	padding: 1em;
	height: fit-content;
 	position: -webkit-sticky;
  	position: sticky;
 	top: 0.5em;
 	order: 2;
}

#aside p{
	font-weight: bold;
}

#aside ul{
	margin: unset;
	list-style-position: unset;
	list-style: none;
}

#aside li{
	text-align: left;
	padding: 1em 0;
	margin: 0;
	border-bottom: 1px solid #a6afbf;
}

#aside a{
	text-decoration: none!important;
}

#aside a:hover{
	text-decoration: none!important;
}

.breadcrumb{
	display: flex;
	max-width: 1400px;
    margin: 1em auto;
    padding: 0 0.5em;
}

.breadcrumb > ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.breadcrumb >ul > li {
    display: inline;
    font-size: 0.8em;
    margin: 0;
}

.ariane-qcd {
    color: #e0c281;
    text-decoration: underline;
    cursor: pointer;
}

.ariane-qcd:hover {
    color: #895d35;
}

h2 {
	font-size: 1.75em ;
	padding: 1em 0 0 0;
    text-align: center;
    color: #e0c281;
}

h2.chapo {
	font-size: 1.75em ;
	text-align: center;
	padding: 0 0 2em 0;
	color: #e0c281;
}

h2+h3 {
	padding-top : 0.5em;
}

h2+p {
	padding-top : 1em;
}

h3 {
	font-size: 1.4em ;
	padding: 2em 0 1em 0 ;
}

h3+h4 {
	padding-top : 0.5em;
}
h4 {
	font-size: 1.25em ;
	padding: 2em 0 1em 0 ;
}

strong {
	font-weight: 600;
}

.astuce{
	background: #f8c99e;
    text-align: center;
    padding: 0.8em;
    margin: 2em 7em;
    border-left: 0.5em solid #4c4848;
}

figcaption{
    text-align: center;
    font-style: oblique;
    font-size: smaller;
   	margin: 1em;
}

ul {
	list-style-position: outside;
	margin: 1em 0 1em 2em;
}

ol { 
	list-style: decimal;
	margin: 1em 0 1em 2em;
}

ul > li, ol > li {
	margin: 0.5em;
}

p {
	margin-bottom: 1em ;
	color: #4c4848 ;
}

a {
	color: #e0c281 ;
	text-decoration: underline;
}

a:hover {
    color: #e0c281;
}

.btn {
    line-height: 1.5;
    cursor: pointer;
	padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    margin: auto;
	padding: 0.5em 0;
    display: block;

}

.textCenter {
	text-align: center !important;
}

.container-flex {
	max-width: 1400px;
	display: flex;
	margin: auto;
	padding: 1.5em;
	justify-content: space-between;
	column-gap: 1em;
	align-items: inherit;
}

.container-flex > div {
    margin: 0;
    flex: 1 1 0;
}

.container-flex__item {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CCC;
   }

.container-flex__item a {
	display: flex;
    flex-wrap:wrap;
    text-decoration: none!important;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    font-size: 1.2em;
    padding-bottom: 1em;
   }

.container-flex__item:hover {
	opacity: 0.5;
	   }

.container-flex__item img {
 	margin-bottom: 1em;
    width: 100%;
    padding: 0;
   }

.article-more {
	background: url("/image/article-more.jpg") no-repeat;
	background-size: cover;
	height: 200px;
	width: 100%;
	justify-content: center;
	padding: 1em;
}

.col2 {
	column-gap: 6em;
	justify-content: space-around;
   }
   
.col2 > div {
    max-width: 300px;
}   

 /************** page index blog ***************/
.container-flex-blog {
	flex-wrap: wrap;
	gap: 2em;
	align-items: inherit;
}

.container-flex-blog > div{
	max-width: 300px;
	flex: 30% 1 1;
	border: 1px solid #e0c281;
}

.container-flex-blog a,
.index-qcd {
	font-size: 1em;
	text-align: center;
	cursor: pointer;
}

.container-flex-blog p {
	padding: 0 0.3em 0 0.3em;
}

.title {
	font-size: 1.3em;
	color: #e0c281;
}

.lien-more {
	text-decoration: underline;
}

/******************************** 
			FOOTER 
********************************/

#footer {
	width : 100%;
	background: #353535;
	clear: both;
	color: #f5f5f5;
    padding: 3em 1em 1em 1em;
	margin-top: 3em;
}

#footer p {
	margin: 0 ;
	padding-right: 10px ;
	margin-bottom: 0.5em;
	text-align: left;
	font-weight: 300;
	color: #fff;
}

.footer__title {
	margin-bottom: 1.5em!important;
	font-size: 1.25em;
}

.footer__last {
	padding: 1em;
	font-size: small;
	border-top: 1px solid rgba(256, 256, 256, .1);
	text-align: left;
	margin: auto;
    max-width: 1400px;
}

.IconAddress:before {
    content: url('/image/address.png');
    margin-right: 1em;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.IconTel:before {
    content: url('/image/tel.png');
    margin-right: 1em;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.IconMail:before {
	content: url('/image/mail.png');
	margin-right: 1em;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}

.btn-link, .qcd {
    display: block;
	margin-bottom: 0;
    padding: 0;
	color: #f5f5f5;
    text-align: left;
    font-weight: 300;
    text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
}

.btn-link a {
	text-decoration: none;
}

.btn-link:hover, .qcd:hover {
    color: #e0c281;
    letter-spacing: 1px;
    box-shadow: none;
}

.btn-link:before, .qcd:before {
    content: url('/image/arrow.png');
	margin-right: 0.5em;
	vertical-align: top;
	vertical-align: -webkit-baseline-middle;
	cursor: pointer;
}

.footer__social {
	display: flex;
}

.btn-social {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    transition: .3s;
}
.btn-social > img {
	max-width: fit-content;
	padding: 0;
}

.btn-social:hover{
	background-color: #e0c281;
}

/******************************** 
			CONTACT 
********************************/
.formulaire_contact {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

label {
    margin: 1em auto 0.5em auto;
	display: block;
}

input, textarea {
	appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
}

input[type="checkbox"] {
	appearance: checkbox;
	-moz-appearance: checkbox;
	-o-appearance: checkbox;
	-webkit-appearance: checkbox;
	-ms-appearance: checkbox;
}

.contact_ch_simple, .contact_ch_multi {
	background-color: #fff;
	width: 100%;
	padding: 0.5em;
	border: 1px solid #cccccc;
}

.contact_ch_simple:hover, .contact_ch_multi:hover {
	background: #E3E1E1;
	border: 1px solid #e0c281;
}

input[type="checkbox"].checkbox {
	background: #fff;
	border-radius: 2px;
	cursor: pointer;
	height: 15px;
	width: 15px;
	display: block;
	float: left;
	margin: 5px;
}

.contact_ch_multi {
	height: 300px;
}

input[type="submit"].contact_ch_bouton {
	border-radius: 5px;
	display: block;
	font-size: 1em;
	width: 100%;
	color: #fff;
	margin: 1em auto;
	cursor: pointer;
	border: none;
	letter-spacing: 1px;
	background-color: #e0c281;
	text-align: center;
	padding: 1em;
}

input[type="submit"].contact_ch_bouton:hover {
	border-bottom: none;
}

.champs_obligatoires {
	font-size: 12px;
	margin: 20px 0;
	display: block;
}

.champs_obligatoires span {
	display: inline;
}

.formulaire_contact > p {
	display: block;
	float: left;
	margin: 5px 5px 5px 0;
}

label > span, .champs_obligatoires > span {
	color: #860101;
}

#texte_ok_contact {
	font-size: 2em;
	color: rgb(22, 103, 22);
	text-align: center;
	margin-top: 30px;
}

.map-responsive {
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
	height: 0;
}
.map-responsive > iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}


/************ JS Youtube ***************/
.youtube_wrapper {
	max-width: 640px;
	margin: 30px auto;
	padding: 0 20px;
}

.youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.95;
	margin: 0;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: red;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 15px;
}
.youtube .play-button:hover {
	background-color: #FF0000;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/************ FIN JS Youtube ***************/

@media ( max-width : 992px ) {


}



@media only screen and (max-width: 768px) {
	.nav__menu {
		position: fixed;
		left: -100%;
		top: 5em;
		flex-direction: column;
		background-color: #fff;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		transition: 0.3s;
		box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
		margin: 0;
	}

	.nav__menu.active {
		left: 0;
		z-index: 1; 
	}
	.nav__menu > li {
		margin: 1em 0;
	}

	.hamburger {
		display: block;
		cursor: pointer;
	}

	.hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}

	.hamburger.active .bar:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger.active .bar:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}

	#ContenuHome {
		max-width: 95%;
	}

	#aside {
		display: none;
	}

	#main {
		max-width: 100%;
	}
	
	.containerh1 h1 {
		font-size: 2.5em;
	}
	
	h2 {
		font-size: 1.75em;
	}
	
	.astuce {
    margin: 2em 1em;
	}
	
	.btn.btn-link {
		margin-bottom: 0.5em;
	}

	#footer p {
		margin-bottom: 0.5em;
	}

	#footer > .container-flex{
		align-items: initial;
	}
}

@media only screen and ( max-width : 601px ){
	.nav {
		padding: 0.5em;
		max-height: 130px;
	}

	.nav__logo{
		margin: auto;
	}
	
	.containerh1 > h1 {
		font-size: 1.8em;
		width: 100%;
	}
	
	h2, h2.chapo {
		font-size: 1.3em;
		padding-bottom: 1em;
	}

	.container-flex {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1em;
	}

	.container-flex > div {
		margin-bottom: 2em;
		padding: 0;
	}

	.container-flex__item {
		margin: 2em!important;
	}

	.article-more {
		flex: none!important;
		margin: 1em 0!important;
	}
}
