:root {	
 --site-color: #C5A100;
 --site-color2: #1B1A1A;
 --site-color3: #FB402B;
;	
}

html{
  scroll-behavior: smooth;
}

body, html {
	
	font-family: "Schibsted Grotesk", sans-serif;
	font-size: 18px;
	color: #282828;
	background-color: #FFF;
	font-weight: 500;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}


html{
    background-repeat: no-repeat;
    -webkit-animation: fadein 1s; 
    -moz-animation: fadein 1s; 
    -ms-animation: fadein 1s; 
    -o-animation: fadein 1s; 
    animation: fadein 1s;	
}


 * {
	padding: 0px;
	margin: 0px;
    box-sizing: border-box; 
}

b, strong{
	   font-family: "Schibsted Grotesk", sans-serif;
	 font-weight: bold !important;
}

a {
	color:var(--site-color);
	transition: color 0.5s;
	position: relative;
	display: inline-block;
	text-decoration-thickness: 0.08em;
    text-underline-offset: 0.15em;
}


a:hover{
	text-decoration:none;
    opacity: 0.4;
}


p {
	 line-height: 1.2em;
     padding-bottom: 20px;
	 letter-spacing: 0.02em;
}


h1, h2, h3, h4, h5{ 
	
    font-family: "Schibsted Grotesk", sans-serif;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
    font-weight: 500;
   
}


h1{
    font-size: 72px;
    margin-bottom: 40px;
}

h2{
  font-size: 36px;
}

h3{
    font-size: 24px;
    margin-bottom: 20px;
}


img {
	border: 0px;
	max-width:100%;
}

iframe{
	width: 100%;
	
}

.firstlink{
    cursor: pointer;
}





.clear {
	clear: both;
}

*:focus {
    outline: 0;
}

.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #A49F94;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 50px;
	border: none;
}



a.btn_site, button.btn_site {
	background-color: var(--site-color);
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 400;
	text-decoration: none;
	padding: 0px 60px 0px 32px;
	border-radius: 40px;
	line-height: 58px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(/img/icons/arrow-right.svg);
	background-position: calc(100% - 32px) center;
	margin-top: 40px;
}


a.btn_site_black, button.btn_site_black {
	background-color: var(--site-color2);
	color: #FFFFFF;
	cursor: pointer;
	font-weight: 400;
	text-decoration: none;
	padding: 0px 60px 0px 32px;
	border-radius: 40px;
	line-height: 58px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(/img/icons/arrow-right.svg);
	background-position: calc(100% - 32px) center;
	margin-top: 40px;
}





.container_general{
	position: relative;
	margin: 15px;
}

.container_page ul {
    list-style: none;
    margin-bottom: 20px;
}

.container_page ul:not(.breadcrumb) li{
    list-style: none;
    position: relative;
    padding-left: 40px;
    padding-bottom: 4px;
}

.container_page ul:not(.breadcrumb) li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--site-color);
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: 8px;
}





/*///////////// SCROLL TO TOP /////////*/
#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 80px;
  display: none;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  z-index: 999;
  border: 0;
}

/*///////////// KLARO /////////*/

div[data-name="videos"] {
  width: 100% !important;
  height: auto !important;
  position: relative;
  max-width: none !important;
  aspect-ratio: 16 / 9;
}

.context-notice .cm-btn.cm-btn-success{
  background-color: #FFF  !important;
    color: var(--site-color) !important;
}

.context-notice .cm-btn.cm-btn-success-var{
  color: #FFF !important;
  background-color: var(--site-color)!important;
}
.klaro .cookie-notice a {
  color: var(--site-color)!important;
}

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


#menu_container{
	
/*	position: sticky;
	background-color: #000000;
	
	*/
	position: absolute;
	width: 100%;
    z-index: 9999;
	top: 0px;
    left: 0px;

 
}
/*#menu_container .inside .menu, .menu_selected{
    display: flex;
    justify-content: space-between;  
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
	z-index: 1;
    position: relative;
}*/

.menu_nav_container{
	display: none;
	background-color: #1e1e1e;

}


body.menu_opened .menu_nav_container{
	display: block;
	height: 100VH;
	width: 100%;
	position: absolute;
    z-index: 9999;
    top: 0px;
	left: 0px;
}

.menu {
    position: relative;
    display: flex;
    align-items: center;
  	color: #FFFFFF;

}
.menu a{
	color: #FFFFFF;
	text-decoration: none !important;
	 font-family: "DM Sans", sans-serif;
}

.menu_logo {
	display: flex;
	flex: 1;
	justify-content: space-between;
}

.logo{
	margin-top: 28px;
}


.menu_nav {
  background-color: #FFFFFF;
  height: 99px;
  line-height: 99px;
  padding: 0px 30px;	
  margin: 0px 30px;
  position: relative;
 top: -2px;	
}
.menu_nav:before, .menu_nav:after {
	content: '';
	width: 48px;
	background-color: #FFF;
	height: 100%;
	mask-repeat: no-repeat;
	mask-position: right top;
	mask-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0px;

}
.menu_nav:before {
	mask-image: url('/img/menu_center_left.svg');
	left: -47px;
}
.menu_nav:after {
	mask-image: url('/img/menu_center_right.svg');
	right: -47px;
}

.menu_nav a{
	    color: var(--site-color2);
}




.menu_nav_secondaire  {
  display: flex;	
  flex: 1;
  justify-content: flex-end;
}


.menu_nav ul, .menu_nav_secondaire ul {
	display: flex;
	gap:30px;
	list-style: none;
	
}

.menu_lan{
  height: 99px;
  line-height: 99px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-right: 60px;	
}

.menu_lan span{
 font-size: 10px;	
	
}



.hamburger_white .hamburger-inner,.hamburger_white  .hamburger-inner::before, .hamburger_white  .hamburger-inner::after {
  background-color: #FFFFFF;
}


.menu_nav_content {
  max-width: 1170px;
  margin: auto;
  display: flex;
  height: calc(100vh - 120px);
  justify-content: space-between;  
  align-items: center;
  padding: 0px 20px;
}


/*/////////////COOKIE/////////*/

.cookie-notice .cm-btn.cm-btn-success, .cm-btn-accept-all {
  background-color: var(--site-color) !important;
  color: #fff !important;
}
.cn-decline, .cn-learn-more, .cm-btn-accept, .klaro .cookie-modal a {
  color: var(--site-color) !important;
}

/*/////////////LAZYLOAD /////////*/

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.lazy_alpha {
opacity: 0;
}
.lazy_alpha:not(.initial) {
transition: opacity 1.5s;
}
.lazy_alpha.initial,
.lazy_alpha.loaded,
.lazy_alpha.error {
opacity: 1;
}

.lazy_trans {
    opacity: 0;
    transition: opacity 0.5s ease;
}

/*///////////// FILTRE PHOTO /////////*/


.filtre_photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.5);
  z-index: 0;
}

/*///////////// MEDIAS /////////*/


/*///////////// CONTAINER /////////*/

.container{
    min-height: 600px;
}
.container_page{
    padding: 0px 0px 100px 0px;
}


/*///////////// INSIDE /////////*/


.inside_full{
	padding: 0px 40px;
}



.inside{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	width:100%;
	max-width: 1280px;
	padding: 0px 40px;
	
}

/*///////////// HEADER /////////*/
.header{
	position: relative;
    height: 510px;
	
}

.header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center center;
}

.header_cache{
	height: 150px;
	width: 100%;
	background-image: url('/img/header_cache.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.header_cache::before {
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 50vw;
	height: 100%;
	background-color: #FFFFFF;
}




/*/////////////CONTENT ONEPAGE/////////*/

#content{
    max-width: 100%;
    overflow: hidden !important;
}
.onepage_section{
    position: relative;

}

.section_page{
	position: relative;
	min-height: 500px;
    
}


/*/////////////HOME SLIDER /////////*/
#home_carousel_galerie{
    width: 100%;
    height: calc( 100vh - 95px);
}

.home_slider_infos{
	margin-top: 240px;
	max-width: 620px;
}

.home_slider_titre{
    color: #FFF;
    font-size: 72px;
    font-weight: 400;
    display: inline-block;
	line-height: 80px;
	margin-bottom: 40px;
}

.home_slider_contenu{
    color: #FFF;
}

#home_carousel_galerie .swiper-pagination {
  position: absolute;
  padding: 0px;
  display: inline-block;
  width: auto;
  left: 40px;
  bottom: 30px;
}

#home_carousel_galerie .swiper-pagination-bullet{
	font-family: "DM Sans", sans-serif;
	color: #FFF;
	padding-right: 20px;
	margin-right: 24px;
	border-top: 1px solid  #EAEAEA80;
	border-radius:0px;
	background-color: transparent !important;
	font-size: 14px;
	line-height: 30px;
}

/*/////////////HOME INTRO /////////*/



.home_intro h1{
	color: var(--site-color2);
    font-size: 128px;
    margin-bottom: 45px;
	margin-top: 45px;
}

.home_intro .ligne1 {
    display: block;
	text-align: left;
}

.home_intro .ligne2 {
    display: block;
    text-align: right;
}

/*/////////////HOME ACTUS /////////*/


.home_actus_container {
  display: flex;
  align-items: stretch;
  gap: 50px;            
  box-sizing: border-box;              
  margin: 0;
  flex-wrap: nowrap;   
  margin: 96px 0px;
}


.home_actu_box {
  display: flex;	
  box-sizing: border-box;
  min-width: 0;     
  flex: 0 0 calc(33.33% - 33px); 
  transition: flex-basis 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  background: var(--site-color3);
  min-height: 800px;
  align-items: center;
  overflow: hidden;
  position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}






/*/////////////PAGES/////////*/


/*/////////////PAGES CHRONOLOGIE/////////*/





/*///////////// PAGE LISTING EVENTS ACTUS /////////*/



/*/////////////EVENTS /////////*/

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

#footer {
	background-color: var(--site-color2);
	color: #FFFFFF;
	padding-top: 170px;
	padding-bottom: 100px;
	font-size: 14px;

	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul{
	list-style: none;
}

#footer b, #footer ul li a{
	font-size: 18px;
	font-weight: 500;
}

#footer ul li{
	padding-top: 6px;
}

.footer_adresse{
	padding-top: 40px;
}


.footer_membre .btn_site{
	color: #FFFFFF;
	background-color: var(--site-color2);
    border: 2px solid #FFFFFF;
	padding: 0px 30px 0px 32px;
	background-image: none;
	line-height: 42px;
}

.footer_social a{
	margin-right: 6px;
	
}
.footer_newsletter #newsletter_inscription{
	margin-top: 25px;
	
}

.footer_newsletter  .btn_site{
	height: 44px;
	padding: 0px 32px 0px 15px;
	background-position: calc(100% - 16px) center;
	margin: 0px;
	float: right;
}

.footer_newsletter input[type="email"]{
	height: 44px !important;
	line-height: 44px !important;
	width: calc(100% - 60px) !important;
	float: left;
}

.footer_copyright span{
	padding-right: 20px;
	
}
/*/////////////COLONNE/////////*/

.container_col {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 30px;
}


.span-1 { grid-column: span 1; }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }
.span-4 { grid-column: span 4; }
.span-5 { grid-column: span 5; }
.span-6 { grid-column: span 6; }
.span-7 { grid-column: span 7; }
.span-8 { grid-column: span 8; }
.span-9 { grid-column: span 9; }
.span-10 { grid-column: span 10; }
.span-11 { grid-column: span 11; }
.span-12 { grid-column: span 12; }
.span-full { grid-column:  1 / -1; }



    
/*///////////// SWIPER/////////*/

.swiper {
  position: relative;
	
}

.swiper_fade.swiper {
  overflow: unset !important;
}

.swiper_fade .swiper-wrapper {
  overflow: hidden !important;
	border-radius: 24px;
}


.swiper-pagination-bullet-active {
  background: #323232;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: '' !important;
}


.swiper-button-prev {
    background-image: url('/img/fleche_left.svg');
    left: 58px;
}

.swiper-button-next {
    background-image: url('/img/fleche_right.svg');
    right: 58px;
}

.swiper-fleche{
    content: '' !important;
     position: absolute;
    height: 30px;
    width: 16px;
    display: block;
    background-position: center center;
/*    top: 50%;
    transform: translateY(-50%);*/
    z-index: 999;
    cursor: pointer;
	background-repeat: no-repeat;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
  position: relative;
  padding-top: 20px;
  
}

.swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper-pagination-bullet{
    background: var(--site-color);
}

/*///////////// contact formulaire/////////*/


form{
	width: 100%;
}
label{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.2em;
    text-transform: none;
}

input, textarea{
    background-color: #FFFFFF;
	color: var(--site-color2);
	
}


input[type=text], input[type=email], input[type=password]{
    font-family: "Schibsted Grotesk", sans-serif;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	padding: 0px 10px;
	box-sizing: border-box;
	line-height: 50px;
	margin-bottom: 15px;
	font-weight: 400;
    border: none;
    letter-spacing: 0.12em;
	border-radius: 5000px;
}


textarea{
	font-family: "Schibsted Grotesk", sans-serif;
	width: 100%;
	min-height:150px;
	padding: 10px 10px;
	box-sizing: border-box;
		font-weight: 400;
	font-size: 16px;
    border: none;
	margin-bottom: 25px;
	line-height: 1.4 !important;
}


input[type=text].error, input[type=email].error, textarea.error{
	margin-bottom: 0px;

}

 input[type=text]::placeholder, input[type=email]::placeholder,
textarea::placeholder{
	  font-family: "Schibsted Grotesk", sans-serif;
	font-weight: 400;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--site-color2);
}


label.error {
  color: #FF0000;
  font-size: 15px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}

textarea {
    white-space: pre-wrap;
	overflow: auto;
}



/*///////////// Mobile /////////*/


.nomobile{
	display: inline-block;
}

.mobile{
	display: none !important;
}




/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}


/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}




@media all and (max-width:810px){

.nomobile{
	display: none !important;
}

.mobile{
	display: block !important;
}
    
body, html {
  font-size: 16px;
}
	
    
h1 {
  font-size: 30px;
}      
h2 {
  font-size: 24px;
} 
h3 {
  font-size: 18px;
}  
 


    
.span-1 { grid-column: span 12; }
.span-2 { grid-column: span 12 }
.span-3 { grid-column: span 12; }
.span-4 { grid-column: span 12; }
.span-5 { grid-column: span 12; }
.span-6 { grid-column: span 12; }
.span-7 { grid-column: span 12; }
.span-8 { grid-column: span 12; }
.span-9 { grid-column: span 12; }
.span-10 { grid-column: span 12; }
.span-11 { grid-column: span 12; }
.span-12 { grid-column: span 12; }

 
    
	
}
