/* Importation des polices Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px; 
    line-height: 1.5; 
    color: #333; 
    margin: 0;
    padding: 0;
	letter-spacing: 1px;
}

.relative{
	position:relative;
}

.clear1{
	height:1px;
	clear: both;
}

.clear5{
	height:5px;
	clear: both;
}


.clear10{
	height:10px;
	clear: both;
}


.clear25{
	height:25px;
	clear: both;
}

.clear50{
	height:50px;
	clear: both;
}

.clear100{
	height:100px;
	clear: both;
}

a{
	text-decoration: none;
	color:#000000;
	font-family: 'Playfair Display', serif;
    font-weight: 700;  
	font-size: 16px;
}

a:hover{
	color:#BC7963;
}


.titre{
    font-family: 'Playfair Display', serif;
    font-weight: 700; 
    color: #000; 
	font-size:22px;
	text-align: center;
}


.stitre{
    font-family: 'Playfair Display', serif;
    color: #000; 
	font-size:16px;
	text-align: center;
}

.header{
	width:100%;
	height:160px;
	margin-top:20px;
}

.headerLine{
	border-bottom:1px solid #000000;
}

.header .content{
	width:100%;
	max-width:1200px;
	height:160px;
	position:relative;
	margin:auto;
}

.header .logo{
	width:90px;
	height:90px;
	position: relative;
	margin:auto;
}

.header .logo img{
	width:100%;
}



.header .navigation{
	width:90%;
	max-width:650px;
	height:50px;
	position: relative;
	margin:auto;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}

.resp_menu{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
	color:#000000;
	cursor: pointer;
	display:none;
}

.navigation_resp {
    width: 265px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #000000;
    position: absolute;
    z-index: 100;
    right: 0px;
	box-sizing: border-box;
	padding:20px;
}

.focus{
	color:#BC7963;
}

.main_container{
	 width:100%;	
	 max-width:1900px;
	 height:auto;
	 margin:auto;
}

.main_container .row{
	 width:100%;	
	 max-width:1200px;
	 margin:auto;
	 display: flex;
	 align-items: flex-start;
	 justify-content: flex-start;
}

.main_container .row .column{
	 width:50%;	
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 box-sizing: border-box;

}

.main_container .row .column img{
	 width:100%;	
}

.main_container .row .text{
	 padding:20px;	
}

.slider{
	width:100%;
	min-height: 210px;
	position: relative;
	z-index: 2;
}

.slider img{
	width:100%;
}

.section{
	width:100%;
	min-height:750px;
	height:auto;
	position:relative;
	overflow-x: hidden;
	display: flex;
	align-content: center;
	align-items: center;
}


.section .content{
	width:100%;
	max-width:1200px;
	min-height:300px;
	height:auto;
	position:relative;
	margin:auto;
}

.section2{
	width:100%;
	min-height:250px;
	height:auto;
	position:relative;
	overflow-x: hidden;
	display: flex;
	align-content: center;
	align-items: center;
}


.section2 .content{
	width:100%;
	max-width:1200px;
	min-height:250px;
	height:auto;
	position:relative;
	margin:auto;
}


.traceGauche{
	width:300px;
	height:100px;
	position:absolute;
	bottom:10%;
		left:-7%;
}

.traceGauche img{
	width:100%;
}

.traceDroit{
	width:300px;
	height:100px;
	position:absolute;
	right:-4%;
	top:-7%;
}

.traceDroit img{
	width:100%;
}



.produitsSection{
	width:100%;
	max-width: 950px;
	height:auto;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: auto;
	 flex-wrap: wrap;
	column-gap: 20px;
}


.produitsSection .produits{

    height:295px;
	
	width: 100%;
    margin-bottom: 20px; 
}

.produitsSection .produits .imageHolder{
	width: 250px;
    height: 250px;
    border: 1px solid #000000;
    border-radius: 300px;
    padding: 20px;
    box-sizing: border-box;
	margin: auto;
}

.produitsSection .produits:hover>.imageHolder{
	border:1px solid #BC7963;
}

.focus_produits{
	border:1px solid #BC7963 !important;
}

.produitsSection .produits .imageHolder img{
	width:100%;
	height: 210px;
	border-radius:300px;
}

.produitsSection .produits .titreProduit{
	width: 100%;
    color: #000000;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.cta{
	width:170px;
	height:40px;
	margin:auto;
}

.cta .ctaBlack{
	width:170px;
	height:40px;
	background:#000000;
	color:#FFFFFF;
	 display: flex;
    align-items: center;
    justify-content: center;
	font-size:15px;
}

.cta .ctaWhite{
	width:170px;
	height:40px;
	background:#FFFFFF;
	color:#000000;
	 display: flex;
    align-items: center;
    justify-content: center;
	font-size:15px;
	font-family: 'Playfair Display', serif;
}

.sectionAcademie{
	width:100%;
	height:350px;
	background:#BC7963;
}

.sectionAcademie .content{
	width:100%;
	max-width:1200px;
	min-height:350px;
	height:auto;
	position:relative;
	margin:auto;
	color:#FFFFFF;
	padding-top:60px;
}

.sectionAcademie .content .titre, .sectionAcademie .content .stitre{
	color:#FFFFFF;
}

.sectionAcademie .content .row{
	width:100%;
	height:auto;
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	column-gap: 50px;
}

.sectionAcademie .content .row .column{
	width:100%;
	height:auto;
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
}



.sectionAcademie .content .row .column img{
	width:100%;
}


.sectionAcademie .content .row .column .txtBlock{
	width:90%;
	height:auto;
	margin:auto;
}


.sectionPoints{
	width:100%;
	height:650px;
	background:url("../img/fondPoints.png") no-repeat;
	padding-top:200px;
}

.sectionPoints .content{
	width:100%;
	max-width:1200px;
	min-height:350px;
	height:auto;
	position:relative;
	margin:auto;
	color:#FFFFFF;
	padding-top:60px;
}

.sectionPoints .content .row{
	width:100%;
	height:auto;
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	column-gap: 50px;
}

.sectionPoints .content .row .column{
	width:100%;
	height:250px;
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
}


.cartouche{
	width:100%;
	height:250px;
	border-radius:30px;
	background:#000000;
	padding:20px;
	box-sizing:border-box;
}

.cartouche .icone{
	width:50px;
	height:27px;
	margin:auto;
}

.cartouche .icone img{
	width:100%;
}

.alignJustify{
	text-align: center;
}

.footer{
	width:100%;
	height:250px;
		height:auto;
	background:#000000;
}

.footer .content{
	width:100%;
	max-width:1200px;
	min-height:250px;
	height:auto;
	position:relative;
	margin:auto;
	color:#FFFFFF;
	padding-top:30px;
	box-sizing: border-box;
}

.footer .content .row{
	width:100%;
	height:auto;
	display:flex;
	align-items: flex-start;
	justify-content:space-between;
	column-gap: 50px;
}


.footer .content .row .column1{
	width:20%;
	min-height:250px;
	height:auto;
	display:flex;
	align-items: center;
	justify-content: center;
}

.footer .content .row .column1 img{
	width:40%;
}

.footer .content .row .column2{
	width:30%;
	min-height:250px;
	height:auto;
	position: relative;
}

.footer .content .row .column2 a{
	color:#FFFFFF;
}

.footer .content .row .column2:after{
	    width: 1px;
    height: 190px;
    background: #FFFFFF;
    position: absolute;
    content: '';
    top: 50px;
    right: 0px;
}

.footer .content .row .column3{
	width:50%;
	height:250px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.footer .content .row .column3 .titre{
    font-family: 'Playfair Display', serif;
    font-weight: 700; 
    color: #FFFFFF; 
	font-size:22px;
	text-align: left;
}


.footer .content .row .column3 .stitre{
    font-family: 'Playfair Display', serif;
    color: #FFFFFF; 
	font-size:14px;
	text-align: left;
}

.formNewsletter{
	display: flex;
	align-items:flex-start;
	justify-content:space-between;
	column-gap:1%;
}


.champs{
	width:60%;
	height:40px;
	background:#FFFFFF;
	border:none;
	
}


.btn{
	width:39%;
	height:42px;
	background:#C06D51;
	color:#FFFFFF;
	border:none;
	font-family: 'Playfair Display', serif;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:18px;
}

.parallax{
	width:100%;
	height:200px;
	background:#C06D51;
}

.parallax .content_parallax{
	width:100%;
	max-width:1200px;
	margin:auto;
	height:200px;
	background:#C06D51;
	text-align: center;
	font-family: 'Playfair Display', serif;
    font-weight: 700;  
	font-size: 16px;
	color:#FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}


.txt_content{
	width:100%;
	text-align: center;
}


.details_produits{
	width:100%;
	min-height:600px;
	height:auto;
	background:#BC7963;
	padding-top:50px;
}

.details_produits .content{
	width:100%;
	max-width:1200px;
	height:auto;
	position:relative;
	margin:auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color:#FFFFFF;
	column-gap: 20px;
}

.details_produits .content .col{
	width:50%;
	max-width:1200px;
	height:auto;
}

.details_produits .content .titre{
    font-family: 'Playfair Display', serif;
    font-weight: 700; 
    color: #FFFFFF; 
	font-size:22px;
	text-align: left;
}


.details_produits .content .caracteristique{
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:20px;
	background:rgb(247 204 179 / 30%);
}


.details_produits .content .boxPrix{
	width: 250px;
    height: 50px;
    background: #FFFFFF;
    color: #000000;
    border: none;
    font-family: 'Playfair Display', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}


.details_produits .content .acheter{
	width: 250px;
    height: 42px;
    background: #000000;
    color: #FFFFFF;
    border: none;
    font-family: 'Playfair Display', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.details_produits .content .slider2{
	width:100%;
}

.details_produits .content .slider2 img{
	width:100%;
}

@media (max-width: 660px) {
	.header {
		height: 92px;
		margin-top: 20px;
	}
	
	.header .navigation{
		display:none;
	}
	
	.header .logo {
		margin:0;
		left: 20px;
	}
	
	.header .content {
		height: 90px;
	}
	
	
	.resp_menu{
		width: 30px;
		height: 30px;
		position: absolute;
		top: 30px;
		right: 20px;
		color:#000000;
		cursor: pointer;
		display:block;
	}
	
	.traceDroit {
		width: 300px;
		height: 100px;
		position: absolute;
		right: -44%;
		top: -6%;
	}
	
	
	.section .content {
		padding-top: 53px;
	}
	
	
	.produitsSection {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	
	.traceGauche {
		width: 300px;
		height: 100px;
		position: absolute;
		bottom: 10%;
		left: -36%;
	}
	
	
	.cta {
		width: 170px;
		height: 40px;
		margin: auto;
		margin-bottom: 35px;
	}
	
	
	.sectionAcademie .content .row {
		width: 100%;
		height: auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		row-gap: 22px;
	}
	
	.sectionAcademie {
		width: 100%;
		height: 665px;
		background: #BC7963;
	}
	
	.sectionPoints {
		width: 100%;
		height: 1250px;
		background: url(../img/fondPoints.png) no-repeat;
		padding-top: 30px;
	}
	
	.sectionPoints .content .row {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		row-gap: 22px;
	}
	
	
	.sectionPoints .content .row .column {
		width: 65%;
		height: 250px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	
	.footer .content .row {
		width: 100%;
		height: auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
		column-gap: 50px;
		row-gap: 45px;
	}
	
	.footer .content .row .column1 {
		width: 100%;
		}
	
	.footer .content .row .column2 {
		width: 100%;
		text-align: center;
	}
	
	.footer .content .row .column2:after {
    	background: #000000; 
  
	}
	
	
	.footer .content .row .column3 {
		width: 100%;
		height: 250px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.footer .content .row .column3 .titre, .footer .content .row .column3 .stitre {
		text-align: center;
	}
	
	
	.formNewsletter {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		/* column-gap: 1%; */
		row-gap: 13px;
	}
	
	.btn {
		width: 61%;
	}
	
	
	.section .content {
		width: 95%;
	}
	
	
	.header .logo img {
		width: 85%;
	}
	
	
	.details_produits .content {
		flex-direction: column;
		row-gap: 20px;
	}
	
	.details_produits .content .col {
		width: 100%;
		max-width: 1200px;
		height: auto;
		box-sizing: border-box;
   		 padding: 10px;
	}
	
	.main_container .row {
		flex-direction: column;
	}
	
	.main_container .row .column {
		width: 100%;
	}
	
}
