/*AJOUT NICO*/
html{
	--font-family-primary: Roboto, sans-serif;
	--font-family-secondary: Roboto, sans-serif;
	--color-white: #FFF;
	--color-primary: rgba(237, 247, 255, 1);
	--color-secondary: rgba(20, 35, 55, 1);
	--color-red: #E12F2F;
	--border-radius: 1rem;
}


.badge{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem 1rem;
	background-color: var(--color-red);
	font-family: var(--font-family-secondary);
	color: var(--color-white);
	border-radius: 16px;	
}


.button{
	background-color: var(--color-secondary);
	width: 250px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--color-white);
	font-family: var(--font-family-secondary);
	font-weight: 500;
	font-size: 1.25rem;
	border-radius: var(--border-radius);
	letter-spacing: .5px;
}

.button--sm{
	width: 180px;
	height: 40px;
	font-size: 1rem;
	padding: 0;
	text-wrap: nowrap;
	border-radius: 12px;

}

.button--line{
	background-color: transparent;
	border: 2px solid var(--color-secondary);
	color:var(--color-secondary);
	box-sizing: border-box;
	font-weight: bold;
}

/*SECTION WC Présentation */


#Section_Wc_Presentation_extensible{
	overflow: visible!important;
}

#Section_Wc_Presentation__Img{
	position: absolute!important;
	right: -200px!important;
}


/*Section TEMPLATE*/


#Section_Wc_Template__Galerie,
#Section_Wc_Template_extensible{
	overflow: visible!important;
}
	
*[id^="Section_Wc_Template__Galerie__Item_"]{
	border-radius: 16px!important;
	box-shadow: 8px 8px 24px rgba(0,0,0,0.5);
	background-color: lightcoral;
}


/*-----------------------------------------------------------------------------*/


#logo_header {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	letter-spacing: -3px;
	color: white;
	font-size: 25px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Roboto, Helvetica, sans-serif;
	background-color: rgba(255,170,0,0);
	transition: background-color 0.5s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#logo_header:hover {
	background-color: rgba(255,170,0,1);
	transition: background-color 0.2s;
}
.the_button {
	display: block;
	color: white;
	background-color: rgba(0,0,0,0.1);
	font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
	font-size: 21px;
	text-align: center;
	width: 300px;
	height: 80px;
	line-height: 80px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid white;
	transition: background-color 0.5s, color 0.5s;
}
.the_button:hover {
	color: black;
	background-color: rgba(255,255,255,0.9);
	transition: background-color 0.2s, color 0.2s;
}
.the_other_button {
	display: block;
	color: black;
	background-color: rgba(245,190,15,1);
	font-family: Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
	width: 320px;
	height: 70px;
	line-height: 70px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.5s;
}
.the_other_button:hover {
	background-color: rgba(255,220,35,1);
	transition: background-color 0.2s;
}
.level1 a {
	padding: 15px 20px !important;
	font-weight: 300 !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.level0 a {
	padding-left: 5px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.level0 a > span {
	font-weight: 300 !important;	
}
.head_lang {
	display: inline-block;
	width: 35px;
    height: 30px;
	margin-top: 10px;
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 12px;
	line-height: 30px;
	opacity: 0.5;
	transition: all 0.5s;
	font-family: Roboto, Arial, sans-serif;
    font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(255,170,0,0);
	color: rgb(255,255,255);
}
.head_lang:hover {
	opacity: 1;
	background-color: rgba(255,170,0,1);
	color: rgb(0,0,0);
    font-weight: 400;
	transition: all 0.2s;
}
.head_lang.active {
	font-weight: 500;
	opacity: 1;
	cursor: default;
}
.head_lang.active:hover {
	background-color: rgba(255,170,0,0);
	color: rgb(255,255,255);
}
.banner1, .banner2, .banner3, .header2, .header3, .ptext, .ptextbig, .header4 {
	font-family: Roboto, Arial, sans-serif;
	text-align: center;
}
.banner1 {
	color: white;
	font-weight: 100;
	font-size: 48px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.banner2 {
	color: white;
	font-weight: 100;
	font-size: 64px;
	margin-bottom: 10px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.banner2 strong {
	font-weight: 300;
}
.banner3 {
	margin-top: 20px;
	color: white;
	font-weight: 300;
	font-size: 26px;
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}
.header2 {
	font-weight: 300;
	font-size: 36px;
}
.header2.white {
	color: white;
}
.header2.blue {
color: rgb(11,19,30);
}
.header3 {
	font-weight: 300;
    font-size: 21px;
	line-height: 26px;
	margin-top: 5px;
}
.header3.white {
	color: white;
	opacity: 0.7;
}
.header3.blue {
	color: rgb(40,40,60);		
}
.header4 {
	color:rgb(112,158,204);
	font-weight: 500;
	font-size: 21px;
	margin-bottom: 10px;
}
.ptext {
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}
.ptext.white {
    color: rgba(255,255,255,0.7);
    border-bottom: 1px dotted rgba(255,255,255,0.4);
    padding: 5px 0;
}
.ptext.white:last-of-type {
    border-bottom: none;
}
.ptext.blue {
	color: rgb(10,10,30);
}
.ptextbig {
	color: white;
	font-weight: 300;
	font-size: 21px;
	line-height: 26px;
}
.ptextbig span {
	font-weight: 500;
}
.ptext.white strong {
	font-weight: 400;
	color: rgba(255,255,255,0.7);
}
.ptext.white a {
	text-decoration: none;
	color: white;
	font-weight: 400;
	transition: color .5s;
}
.ptext.white a:hover {
	color: rgb(11,19,30);
	transition: color .2s;
}
#targetContainer {
	height: 800px !important;
}
#targetSection {
	height: 800px !important;
}
#targetSection_extensible {
	height: 800px !important;
}