: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: 400;
	
	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.1em;
    font-weight: 500;
   
}


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

h2{
  font-size: 48px;
  font-weight: 400;
    margin-bottom: 62px;
}

.module_lie h2{
	  margin-bottom: 0px;
	  margin-top: 40px;
}

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


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

iframe{
	width: 100%;
	
}

.firstlink{
    cursor: pointer;
}

table td{
	vertical-align: top;
	padding: 4px;
}



.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: 20px 60px 20px 32px;
	border-radius: 40px;
	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: 20px 60px 20px 32px;
	border-radius: 40px;
	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_sous_menu{
	background-color:  #F0EAD9;
	color: var(--site-color);	
	cursor: pointer;
	font-weight: 400;
	text-decoration: none;
	padding: 20px 32px 20px 32px;
	border-radius: 40px;
	font-size: 14px;
	background-repeat: no-repeat;
	margin-top: 40px;	
}


a.btn_sous_menu.selected{
	background-color: var(--site-color);
	color: #FFFFFF;
}


.sur_titre{
    font-size: 18px;
    color: var(--site-color);
}

.openclose{
    display: none;
}
.openclose h2{
    margin-bottom: 20px;
    margin-top: 20px;
}
a.item_listing{
    text-decoration: none;
    color: var(--site-color2);
    
}

.img_radius{
	border-radius: 16px;
}
.image_listing{
    aspect-ratio: 400 / 268;
    position: relative;
    background-color: #000000;
}

.image_listing_library{
   aspect-ratio: 400 / 400;
    position: relative;
    background-color: #000000;   
}

.image_listing_artistes{
	
	aspect-ratio: 400 / 155;
    position: relative;
    background-color: #000000; 
	border-radius: 16px;
   overflow: hidden;
	
}
.image_listing img, .image_listing_library img, .image_listing_artistes img{
      width: 100%;
    height: 100%;
    object-fit: cover;     
    object-position: center;
    display: block;
}






.tag{
    background-color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 5000px;
    padding: 10px 12px;

}

.page_image_mask_1 img, .page_image_mask_2 img, .mask_image_vertical img{
  width: 100%;
  height: auto;
  display: block;

}


.page_image_mask_1{
    mask-image: url("/img/mask-image.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;

}
.page_image_mask_2{
    mask-image: url("/img/mask-image2.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}

.image_mask_vertical{
    mask-image: url("/img/mask_image_vertical.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}

.mask_photo{
	mask-image: url("/img/mask_photo");
	aspect-ratio: 585/394;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: auto;
}

.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;
}



/*/////////////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;
}



/*/////////////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;
	border-radius: 24px 24px 0 0;
}

.menu {
    position: relative;
    display: flex;
    align-items: center;
  	color: #FFFFFF;
    z-index: 99999999;
}
.menu a{
	color: #FFFFFF;
	text-decoration: none !important;
	 font-family: "DM Sans", sans-serif;
       line-height: 42px;
    
}

.menu_logo {
	display: flex;
	flex: 1;
	justify-content: space-between;
	min-width: 130px;
}

.logo{
	margin-top: 28px;
}


.menu_nav {
  background-color: #FFFFFF;
  height: 99px;
  line-height: 106px;
  padding: 0px 30px;	
  margin: 0px 30px;
  position: relative;
 top: -6.5px;	
}
.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;
  padding-left: 20px;	
}

.menu_nav_secondaire li:last-child a {
  border: 2px solid #FFFFFF;
  padding: 0px 30px 0px 32px;
  border-radius: 40px;
  white-space: nowrap;
}


.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;	
	
}

.menu_sous_nav{
	display: flex;
	gap:24px;
	justify-content:center;
}

.menu_sous_nav_openclose{
   	display: flex;
	gap:100px; 
}



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


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

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

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


.inside_full{
	padding: 0px 40px;
}

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


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

/*///////////// HEADER /////////*/
.header{
	position: relative;
    height: 600px;
	border-radius: 24px;
	overflow: hidden;
}

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

.header_filter{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(90deg, rgba(27, 26, 26, 0.48) 0%, rgba(27, 26, 26, 0.48) 100%);
}

.header_infos{
	color: #FFFFFF;
	padding-top: 165px;
}




/*/////////////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{
    padding: 80px 0px 160px 0px;
}


.home_actus_titre {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box; 
    margin-bottom: 100px;
}

.home_actus_titre h2{
    margin-bottom: 0px;
}

/*/////////////HOME events /////////*/

.home_events{
    background-color: rgba(240, 234, 217, 1);
    border-radius: 24px;
    padding: 80px 0px 40px 0px;
}

/*/////////////HOME library /////////*/

.home_library{
    background: rgba(27, 26, 26, 1);
    padding-bottom: 300px;
}

.home_library_top{
    width:100%;
	margin-bottom: -6px;
    margin-top: 50px;
}

.home_library_top img{
	aspect-ratio:1520/97;
	width: 100%;
}

.home_library_bottom{
    width:100%;
	margin-top: -1px;
}

.home_library_bottom img{
	aspect-ratio:1520/95;
	width: 100%;
}

.home_library_titre{
    display: flex;
    color: #FFFFFF;
    justify-content: space-between;
}

.home_library_titre h2{
    font-size: 18px;
    color: #FFFFFF;
}

.home_library_soustitre{
    font-size: 48px;
    max-width: 730px;
}

/*/////////////HOME image end /////////*/
.home_image_mask_end{
    margin-top: -300px;
    margin-bottom: 80px;
}

/*/////////////HOME newsletter /////////*/
.home_newsletter{
    background-position: center center;
    background-size: cover;
    position: relative;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    color: #FFFFFF;
    overflow: hidden;
    padding: 120px 0px 140px 0px;

}
.home_newsletter_filter{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(27, 26, 26, 0.8);
    background-blend-mode: darken;
}

.home_newsletter_container{
    margin: auto;
    max-width: 600px;
    text-align: center;
}


.home_newsletter_container .btn_site{
	float: right;
    margin-top: 0px;
}

.home_newsletter_container input[type="email"]{
	width: calc(100% - 180px) !important;
	float: left;
}
/*/////////////PAGES/////////*/





/*/////////////ACTUS /////////*/

.actualites_listing_image{
    border-radius: 16px 16px 0 0 ;  
    overflow: hidden;
}



.actualites_listing_contenu{
    margin-top: -4px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(27, 26, 26, 0.12);
    border-radius: 0 0 16px 16px;  
    padding: 32px 40px;
    font-size: 16px;
    font-weight: 400;
}

.actualites_listing_contenu h3{   
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500;
}



.actualites_details_date{
	font-size: 14px;
}



.actualites .image_mask_vertical{
	  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
	margin-top: -30px;
	
}

/*/////////////EVENTS /////////*/
.events_titre_futur_passe{
  font-size: 48px;
  padding: 60px 0px 20px 0px;
}

.events_listing_image{
	
    border-radius: 16px ;
    overflow: hidden;
}

.events_listing_tag{
position: absolute;
top: 0px;
left: 0px;
display: flex;
gap:10px;
}

.events_listing_tag .tag{
position:relative;
}

.events_listing_contenu {
    font-size: 15px;
    font-weight: 400;
    
}
.events_listing_contenu h3{
    font-size: 20px;
    margin-top: 27px;
	font-weight: 700;
	margin-bottom: 10px;
}

.events_listing_date{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.events_detail_container{
	background-color: var(--site-color2);
	padding-top: 200px;
	border-radius: 16px;
	color: #FFFFFF;

}
.events_detail_container h1, .events_detail_container h2{
	color: var(--site-color);
}

.events_detail_dates{
	font-weight: bold;
}

.btn_billetterie a{
	margin-bottom: 0px;
	margin-top: 20px;
}

.events_detail_lieu{
	margin-top: 40px;
}

.events_detail_mask_intro{
    mask-image: url("/img/mask_image_intro.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: cover;
}

.events_detail_container .library_listing_contenu {
	color: var(--site-color2);
}
/*/////////////FESTIVALS /////////*/


.festivals_listing{
	background-color:#F0EAD9;
	border-radius: 24px;
	padding: 40px 180px;
	margin-left: -180px;
	margin-right: -180px;
}

.festivals_listing_titre{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.festivals_listing_titre .btn_site_black{
    margin-top: 14px;
}

.festivals_listing h2{
	color: var(--site-color);
	font-size: 60px;
	font-weight: 600;
	margin-bottom: 10px;
}

.festivals_listing_date{
	margin-bottom: 40px;
	font-size: 12px;
}
/*/////////////LIBRARY /////////*/


.library_listing_image{
    border-radius: 16px 16px 0 0 ;  
    overflow: hidden;
}

.library_listing_contenu{
    margin-top: -4px;
    background: #FFFFFF;
    border-radius: 0 0 16px 16px;  
    padding: 32px 40px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
	
	box-shadow: 0px 4px 24px rgba(27, 26, 26, 0.06);
    border-radius: 0px 0px 16px 16px;
}

#filters_libraries.filters_libraries_detail
 {
  position: relative;
  padding-bottom: 40px;
}


.library_detail_carousel {
  background-color: var(--site-color2);
	position: relative;
}

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

#library_module_carousel {
  aspect-ratio: 585/394;
}

.library_detail_carousel.mask_photo {
  mask-size: 100%;
}

.library_detail_carousel .swiper-slide{
  background-color: var(--site-color2);
}

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


.library_detail_videos{
	
	padding: 20px 0px;
	
}


.library_tag {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 5000px;
    float: right;
    margin-right: -30px;
    margin-bottom: -20px;
}


.library_categories .library_tag {
    height: 28px;
    line-height: 26px;
    width: auto;
    background-position: 10px center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    padding: 0px 44px;
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size:
        16px 16px;
}


.library_tag.un_selected {
    background-image:
        var(--bg-icon),
        url('/img/icons/cancel.svg');

    background-repeat: no-repeat, no-repeat;
    background-position:
        10px center,
        calc(100% - 20px) center;
 
}




.tag_documents.un_selected {
    background-image:
        var(--bg-icon),
        url('/img/icons/cancel_black.svg');
}


.tag_gallery {
    --bg-icon: url('/img/icons/image.svg');
    background-image: var(--bg-icon);
    background-color: var(--site-color);
}

.tag_videos {
    --bg-icon: url('/img/icons/video.svg');
    background-image: var(--bg-icon);
    background-color: var(--site-color3);
}

.tag_documents {
    --bg-icon: url('/img/icons/notes.svg');
    background-image: var(--bg-icon);
    background-color: #FFFFFF;
    border: 1px solid var(--site-color2);
    color: var(--site-color2) !important;
}

.tag_audios {
    --bg-icon: url('/img/icons/sound.svg');
    background-image: var(--bg-icon);
    background-color: var(--site-color2);
}


/*/////////////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/icons/fleche-left.svg');
    left: 58px;
}

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

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

.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);
	
}

form.form_black{
	background-color: var(--site-color2);
	padding: 40px;
	color: #FFFFFF;
	 border-radius: 15px;
	
}

input[type=text], input[type=email], input[type=password]{
    font-family: "Schibsted Grotesk", sans-serif;
	width: 100%;
	font-size: 16px;
	padding: 0px 10px 0px 24px;
	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;
    border-radius: 15px;
}


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:1360px){

.menu_nav_secondaire li:last-child a {
    display: none;
}
    
}

@media all and (max-width:1060px){
.menu_nav {
  padding: 0px 0px;
}	
.menu_nav ul, .menu_nav_secondaire ul {
  gap: 20px;
}	


    
}


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

.nomobile{
	display: none !important;
}

.mobile{
	display: block !important;
}
	
	body.menu_opened{
	overflow: hidden;	
	}

.menu_logo {
	display: inline-block;
  max-width: 160px;
}
	
.menu_nav_content {
	padding: 0px 20px;
	padding-top: 150px;
	text-align: center;
}

.menu_nav_content li {
	padding: 20px 0px;
}
	
.menu_nav_content li a{
	font-size: 40px;
	text-decoration: none;
}	
	
.menu_nav_content .menu_mobile_nav_secondaire li a{
	color: #FFF;
	font-size: 30px;
}	
	

	
body, html {
  font-size: 16px;
}
	
    
h1 {
  font-size: 30px;
}      
h2 {
  font-size: 24px;
} 
h3 {
  font-size: 18px;
}  
 
.home_intro h1 {
  font-size: 30px;
}
	
	
.home_slider_titre {
  font-size: 30px;
  line-height: 30px;
}
.home_actus_titre {
	flex-direction: column;
}
    
.container_col, .home_library_titre {
  display: block;
flex-direction: column;
}
	
.home_library_soustitre {
  font-size: 26px;
}
	
#newsletter_inscription {
  display: flex;
  flex-direction: column;
}
.home_newsletter_container input[type="email"] {
  width: calc(100%) !important;
}
    
.footer_newsletter .btn_site {
  position: absolute;
  left: calc(100% - 140px);
}

 .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; }
    
	
}
