/*
Theme Name: UGC
Theme URI: 
Author: UGC
Author URI: https://wordpress.org/
Description: UGC
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 7.2
Version: 1.0.0
License: Private
License URI: 
Text Domain: UGC
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:normal}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

*{
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
  font-style: normal;
}

img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */
@media \0screen {img { width: auto !important }} /* Prevent height distortion in IE8. */


.notransition *{
  -webkit-transition: all 0s !important;    -moz-transition: all 0s !important;    -o-transition: all 0s !important;    -ms-transition: all 0s !important;    transition: all 0s !important;
}

em{
    /*font-family: 'tt_norms_pro_italic';*/
    font-style: italic;
}


@font-face {
    font-family: 'tt_norms_pro_regular';
    src: url('webfonts/ttnormspro_regular_macroman/tt_norms_pro_regular-webfont.woff2') format('woff2'),
         url('webfonts/ttnormspro_regular_macroman/tt_norms_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_norms_pro_italic';
    src: url('webfonts/ttnormspro_italic_macroman/tt_norms_pro_italic-webfont.woff2') format('woff2'),
         url('webfonts/ttnormspro_italic_macroman/tt_norms_pro_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_norms_pro_bold';
    src: url('webfonts/ttnormspro_bold_macroman/tt_norms_pro_bold-webfont.woff2') format('woff2'),
         url('webfonts/ttnormspro_bold_macroman/tt_norms_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'tt_norms_pro_extrabold';
    src: url('webfonts/ttnormspro_extrabold_macroman/tt_norms_pro_extrabold-webfont.woff2') format('woff2'),
         url('webfonts/ttnormspro_extrabold_macroman/tt_norms_pro_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

b,strong{
    font-weight:normal;
    font-family: 'tt_norms_pro_extrabold';
}

textarea:focus, input:focus{
    outline: none;
}
a, a:visited { outline: none; }
.slider-top-sentences .slide:visited { outline: none; }
.slider-top-sentences .slide:focus { outline: none; }

:root{
  --main-bg-color: #14242E;
  --grey:#93A0AA;
  --beige:#FFD7AD;
  --blue:#31C1F6;
  --blue2:#00DCEA;
  --green1:#70E8C1;
  --green2:#43e683; /*#02FC43*/
  --lightblue:#374C59;
  --mediumblue:#253743;
  --pink:#FA4861;
  --pink2:#FF3698;
  --red:#FF774F;
  --yellow:#FFA800;
  --yellow2:#FFF200;
  --orange:#FF8100;
}

.labels-etoiles{
  background: var(--orange);
}

html {
  font-size: 16px;
}
body {
  font-size: 1rem;
}

html{
  width: 100%;
    /* Prevent x scroll in safari*/
   /* overflow-x: hidden;*/
}

body{
    /* Prevent x scroll in safari*/
    /*overflow-x: hidden;*/
    overflow-y: scroll !important;
  background: var(--main-bg-color);
  color: #fff;
  font-family: 'tt_norms_pro_regular';
}

/*
#page{
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}*/

embed, iframe, object, video {
    max-width: 100%;
}

.layout-video.youtube .embed-container { 
    position: relative; 
    padding-bottom: 65%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.layout-video.youtube .embed-container iframe,
.layout-video.youtube .embed-container object,
.layout-video.youtube .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}


::-webkit-input-placeholder {
  /* color: #00dcea !important;*/
   color: #fff !important;
    opacity: 1 !important;
    text-transform: none !important;
    font-family: 'tt_norms_pro_regular';
}
:-moz-placeholder {
   color: #fff !important;
    opacity: 1 !important;
    text-transform: none !important;
    font-family: 'tt_norms_pro_regular';
}
::-moz-placeholder {
   color: #fff !important;
    opacity: 1 !important;
    text-transform: none !important;
    font-family: 'tt_norms_pro_regular';
}
:-ms-input-placeholder {  
   color: #fff !important;
    opacity: 1 !important;
    text-transform: none !important;
    font-family: 'tt_norms_pro_regular';
}

.ferror ::-webkit-input-placeholder {
   color: red !important;
}
.ferror :-moz-placeholder {
   color: red !important;
}
.ferror ::-moz-placeholder {
   color: red !important;
}
.ferror :-ms-input-placeholder {  
   color: red !important;
}
.ferror .customCheckbox{
  background: red !important;
}

.customCheckbox {
  float: left;
  position: relative;  
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #a34350;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.customCheckbox input {
  opacity: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.customCheckbox.customCheckboxChecked{
  background: #a34350 !important;
}

.btn{
  border-radius: 0 !important;
}

 input[type='text'], 
 input[type='search'], 
 input[type='email'],
textarea{
  width: 100%;
  border:0;
  padding:20px 20px;
  color: #fff;
  font-size: 14px;
  margin: 0 0 20px 0;
  text-align: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.menumobilecontainer{
  position: fixed;
  top:13px;
  right: -3px;
  width: 68px;height: 52px;
  display: inline-block;
  z-index: 2000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*background: var(--main-bg-color);*/
}
.menumobilecontainer .txt{
  position: absolute;
  left: 35px; top:-4px;
  font-size: 14px;
  color: #000 !important;
}
.mac .menumobilecontainer .txt{
  top: -3px;
}
.menumobilecontainer a{
  display: inline-block;
  width: 100%;height: 100%;
  text-decoration: none !important;
}

.menumobilecontainer a:hover{
  text-decoration: none !important;
}
.menumobilecontainer .trait-c{
  position: absolute;
  width: 30px; height: 23px;
  top: 50%; left: 50%;
  -ms-transform:  translate(-50%-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.menumobilecontainer .trait{
    position: absolute;
    right: 0;height: 2px;
    width: 30px;
    background:#fff; 
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.menumobilecontainer a:hover .trait{
  background: #00DCEA;
}

.menumobilecontainer .trait1{top: 0px;
    -ms-transform: rotate( 0deg );-webkit-transform: rotate( 0deg );transform: rotate( 0deg );
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;}
.menumobilecontainer .trait2{top: 10px;
    -ms-transform: rotate( 0deg );-webkit-transform: rotate( 0deg );transform: rotate( 0deg );
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;}
.menumobilecontainer .trait3{top: 20px;
    -ms-transform: rotate( 0deg );-webkit-transform: rotate( 0deg );transform: rotate( 0deg );
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;}

/*
.menumobilecontainer .trait2{transition-delay: 0.2s}
.menumobilecontainer .trait3{transition-delay: 0s}*/

/* Calque to have overflow hidden of menu*/
.menumobile-items-c{
  position: absolute;
  width: 100%; height: 100vh;
  overflow: hidden;
  display: none;
}
html.showmenumobile .menumobile-items-c{
  display: block;
}
.menumobile-items{
  position: fixed;
  top: 0;right: 0px;
  width: 100%;
  background: var(--main-bg-color);
  padding: 80px 15px 15px;
  height: 100%;
  overflow-y: scroll;
  z-index: 800;
  -ms-transform:  translate(100%,0%);
  -webkit-transform: translate(100%,0%);
  transform: translate(100%,0%);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
.menumobile-items ul{
  padding: 0px 0 0 0px;
  margin: 0;
  text-align: left;
}
.menumobile-items li{
  display: block;
  text-align: left;
  margin: 1px 0;
}
.menumobile-items li.menu-item-has-children > a{
  opacity: 0.6;
}
.menumobile-items li ul li{
  margin: 0px 0;
}
.menumobile-items li a{
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  /*font-size: 25px;*/
  text-align: center;
  line-height: 84px;
  padding: 10px 0;
  text-decoration: none !important;
  background-color: #192c38 !important;
  /*
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);*/
  text-transform: uppercase;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.menumobile-items li a span{
  position: relative;
  display: inline-block;
  height: 21px;
}
.menumobile-items li a svg.hover{  
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%,0%);
  opacity: 0
}
/*
.menumobile-items li a:hover svg{
  opacity: 0;
}*/
.menumobile-items li a:hover svg.hover{opacity: 1;}

/*
.menumobile-items li a[data-pageid='24']{
  background-image: url('/wp-content/themes/ugc/img/menu/5 - Labels et toiles.svg') !important;
  background-repeat: no-repeat;
  background-position: center center;
}*/



.menumobile-items .social{
  position: absolute;
  right: 20px; bottom: 20px;
}
.menumobile-items .social a{
  display: inline-block;
  margin-left: 20px;
}

.menumobile-items .social a:hover .changecolor{
  fill: #a34350 !important;
}

.menumobile-items .menu-principal-container{
  display: block;
}






.menumobile-items .title{
  color: #ffffff;
  font-family: "tt_norms_pro_extrabold";
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
}

.menumobile-items .magazine{
  position: relative;
  margin: 0 -15px;
  overflow: hidden;
}

.menumobile-items .magazine .bg-magazine {
  display: none;
}

/* if backdrop support: very transparent and blurred */
/*@supports ((-webkit-backdrop-filter: blur(50px)) or (backdrop-filter: blur(50px))) {*/
  .menumobile-items .magazine .bg-magazine {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);

    filter: blur(50px);
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);

    opacity: 0.4;

    background-size: cover;
    background-repeat: no-repeat;


    display: block;
    position: absolute;
    background: #192c38;
    margin: 50px 0 0;
    width: 100%; height: 100%;
    top: 0; left: 0;
    z-index: -1;
  }
/*}*/


.menumobile-items .magazine img{
  max-width: 220px;
  margin-top: 13px;
}
.menumobile-items .magazine .btn-c{
  text-align: center;
  padding: 14px 15px 20px;
}
.menumobile-items .magazine .btn-c .btn{
  width: 100%;
  max-width: 415px;
  height: 36px;
  border: solid 1px #8095a2;
  color: #8095a2;
  text-transform: uppercase;

  font-family: 'tt_norms_pro_extrabold';
  font-size: 1rem;
  height: 45px;
  line-height: 28px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menumobile-items .magazine .btn-c .btn:hover{
  background:#fff;
  color: #8095a2;
}
.mac .labels-etoiles .btn-c .btn{
    line-height: 22px;
}



.hashtagsbloc .hashtags{
  margin: 0px -15px 0;
  padding: 35px 0 40px;
  background: #192c38 !important;
}



.hashtagsbloc .hashtags .title{
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "tt_norms_pro_extrabold";
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  padding-bottom: 20px;
}

.hashtagsbloc  .hashtags .item{
  display: block;
  text-align: center;
  margin: 0 0 1px 1px;
}

.hashtagsbloc .hashtags .item span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #00dcea;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hashtagsbloc .hashtags .item:hover span{
  color:#fff !important;
}

.menumobile-items .magazine{
  text-align: center;
  padding:35px 0 0;
}

/*
html.showmenumobile{
  overflow-y: hidden;
}*/


.input-search-c{
  position: relative;
  margin: 0 -15px 30px;
}
.input-search-c svg.loupe{
  position: absolute;
  left: 20px;top: 50%;
  -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}

.input-search-c svg.close-search{
  position: absolute;
  cursor: pointer;
  opacity: 0;
  right: 10px;top: 50%;
  -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.input-search-c.show-close svg.close-search{
  opacity: 1;
}
.search-results-ajax .nb-results{
  padding: 8px 20px 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #00dcea;
  text-transform: uppercase;
  text-align: center;

}
#menu-search{
  /*background: #253743;*/
  background: transparent;
  color: #fff;
  padding: 0 40px 0 60px;
  font-size: 14px;
  line-height: 18px;
  height: 60px;
  margin-bottom: 0;
}

header{
  position: fixed;
  z-index: 1000;
  max-width: 1360px;
  width:100%;
}

/* Gradient behind menu */
.headerbg{
  position:fixed;
  left: 0;
  top: 0;
  width: 100%;height: 80px;

  background: linear-gradient(180deg, #14242e 0%, rgba(20,36,46,0.7) 47%, rgba(20,36,46,0) 100%);
  background-blend-mode: normal;

  z-index: 1;
}

footer{
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}


footer a{
  color: #fff !important;
}

footer .rowtop{
  padding: 100px 0 40px 0;
}

footer .rowmenu{
  padding: 0 0 50px 0;
}
footer .rowmenu2{
  padding: 0 0 70px 0;
}

footer .rowmenu ul,
footer .rowmenu2 ul{
  padding: 0;
  margin: 0;
}
footer .rowmenu ul li{
  list-style: none;
  display: block;
  text-transform: uppercase;
  padding: 8px 0;
  margin: 0;
}

footer .rowmenu2 ul li{
  list-style: none;
  display: block;
  padding: 12px 0;
  margin: 0;
}


footer .annexe{
  padding:20px 0 80px 0;
  background: #192c38;
}

footer .annexe a{
  color: var(--blue2) !important;
  text-transform: uppercase;
  font-family: "tt_norms_pro_extrabold";
  font-size: 16px;
}

.firstcontainer{
  position: relative;
  z-index: 20;
}
.firstcontainer2{
  position: relative;
  z-index: 200;
}
.firstcontainer3{
  position: relative;
  z-index: 200;
}
.showmenumobile-anim .firstcontainer3{
  z-index: 900; /* Menu par dessus le menu mobile et recherche*/
}
.show-projet-detail .firstcontainer3,
.show-chaudoff-detail .firstcontainer3{
  z-index: 10;
}

.logo{
  position: fixed;
  top: 10px; left: 15px;
  z-index: 1000;
}

.logo svg{
  width: 168px;
}

a.search{
  display: block;
  position: fixed;
  top:13px;right: 60px;
  width: 60px;height: 52px;
  text-align: center;
  line-height: 60px;
  z-index: 1;
  /*background: #192C38;*/
  z-index: 500;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a.search svg path,
a.search svg use{
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
a.search:hover svg path,
a.search:hover svg use{
  fill: #00DCEA !important;
}
/*
.showmenumobile .search{
  opacity: 0;
}
.showmenumobile-anim .search{
  display: none;
}*/
.showmenumobile-anim .menumobile-items{
  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
/*
.showmenumobile .menumobile-items li a{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}*/
.showmenumobile .menumobilecontainer .txt{
  color: #fff !important;
}
/*
.showmenumobile .menumobilecontainer .trait{
  background:var(--blue2);
}*/

.showmenumobile .menumobilecontainer .trait1{top: 50%;
    -ms-transform: rotate( 45deg );-webkit-transform: rotate( 45deg );transform: rotate( 45deg );
}
.showmenumobile .menumobilecontainer .trait2{top: 50%;
    -ms-transform: rotate( -45deg );-webkit-transform: rotate( -45deg );transform: rotate( -45deg );
}
.showmenumobile .menumobilecontainer .trait3{top: 100%;
    -ms-transform: rotate( -180deg );-webkit-transform: rotate( 180deg );transform: rotate( 180deg );
    opacity: 0;
}


.menumobile-items li a{
  display: inline-block;
  width: 100%;
  height: 80px;
  /*
  text-indent: -8000px;
  */
}
/*
.menumobile-items li.onenparle a{
  background: url("img/menu/1 - On en parle.svg") no-repeat center center;
}
.menumobile-items li.entrevues a{
  
  background: url("img/menu/2 - Entrevues.svg") no-repeat center center;
}
.menumobile-items li.filmoff a{
  background: url("img/menu/3 - FilmOFF.svg") no-repeat center center;
  
}
.menumobile-items li.chaudoff a{
  
  background: url("img/menu/7 - ChaudOFF.svg") no-repeat center center;
}
.menumobile-items li.labelsetoiles a{
  
  background: url("img/menu/5 - Labels et toiles.svg") no-repeat center center;
}
.menumobile-items li.caarrive a{
  background: url("img/menu/4 - coulisses-large.svg") no-repeat center center;
}

.menumobile-items li.cartes a{
  background: url("img/menu/cartes2.svg") no-repeat center center;
}
.menumobile-items li.opera a{
  background: url("img/menu/opera2.svg") no-repeat center center;
}

.menumobile-items li.semaine a{
  background: url("img/menu/semaine.svg") no-repeat center center;
}
.menumobile-items li.affiche a{
  background: url("img/menu/affiche.svg") no-repeat center center;
}
*/


#tarteaucitronRoot #tarteaucitronAlertBig{
  top: auto;
  bottom: 0;
  background:#000;
}
/*
#tarteaucitronAlertSmall{
  display: none !important;
}*/
#tarteaucitronRoot #tarteaucitronPercentage{
  /*display: none !important;*/
  box-shadow: none !important;
  background: #a34350 !important;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
    background: #a34350 !important;
    color: #fff !important;
}
#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl {
    background: #000 !important;
    color: #fff !important;
}




.dark-layer{
  display: none;
  position: fixed;
  top: 0;left: 0;
  width: 100%;height: 100%;
  background: rgba(20,36,46,0.9);
  z-index:12;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.showmenumobile .dark-layer{
  display: block;
  opacity: 0;
}
/* Menu with single article*/
html.showmenumobile-anim.show-projet-detail .article-detail-ajax{
  right: -100%;
}
html.showmenumobile-anim .dark-layer{
  opacity: 1;
}

.nopadding{
  padding: 0;
}

.articles-home-right-c{
  /*background: #192c38;*/
  padding-left: 0;
  padding-right: 0;
  /*overflow-x: hidden; @cw 2022-05 scroll dissocié */
  /*overflow-x: hidden; @cw scrollbar correction */
}
/*
.articles-home-right-c .padding{
  background: var(--main-bg-color);
}*/
.articles-home-right-c .articles-home-right{
  padding-bottom: 30px;
}
.single-post .articles-home-right-c,
.page-template-page-home .articles-home-right-c{
  display: none;
}
.article{
  opacity: 1;
  position: relative;
  display: block;
  margin:0 0 30px;
  color: #fff;
  font-size:14px;
  text-decoration: none !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.1s;
  visibility: visible;
}
.article.hidebeforescroll{
  visibility: hidden;
}
.articles-container .article .text{
  position: relative;
}
.articles-container .article .text img{
  width: 100%;
}

.article .desc{
  color: #fff;
  padding: 30px;
  background: #192c38;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}

.article .desc .desc-mobile{
  display: block;
}
.article .desc .desc-desktop{
  display: none;
}

/*
.col-content-left{
  overflow-x: hidden;
}
*/
.col-content-left .article .desc{
  background: transparent;
  padding: 0;
}
.article .infos{
  display: none;
  position: absolute;
  bottom: 2px; right: 0px;
  padding-right: 30px;
  width: 100%;
  text-align: right;
  font-size: 11px;line-height: 11px;
  -ms-transform:  translate(0%,50%);
  -webkit-transform: translate(0%,50%);
  transform: translate(0%,50%);
  /*color: rgba(255,255,255,0.6);*/
  color: #648090;
}
.article .infos .day{
  color: #648090;
  font-size: 0.9rem;
}
.article .infos .categ{
  padding-left: 30px;
  position: relative;
  text-transform: uppercase;
  font-family: "tt_norms_pro_extrabold";
}
.article .infos .categ:before{
  content:"";
  position: absolute;
  left: 13px;
  top: 8px;
  width: 1px;
  height: 1.28px;
  background: #648090;
}
.article .content{
  position: relative;
  color: #fff;
  padding: 0px 15px 20px;
  background: #192C38;
}
.search-results-ajax .article .desc{
  padding: 20px 15px 20px;
}

.article p{
  margin: 0;
}
.article .label-c{
  /*
  position: absolute;
  -ms-transform:  translate(0%,-100%);
  -webkit-transform: translate(0%,-100%);
  transform: translate(0%,-100%);
  margin-top: -12px;*/
  padding: 0 0 0 0px;
  width: 100%;
  font-family: "tt_norms_pro_extrabold";
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}
.article .label-c .label{
  text-transform: uppercase;
  font-size:20px;line-height: 26px;
  position: absolute;
  bottom: 100%;
}
.article .label-c .baseline{
  font-size: 24px;line-height: 30px;
  font-family: "tt_norms_pro_bold";
  text-align: left;
  padding-right: 30px;
  margin-bottom: 10px;
}
.article .img-c{
  background: transparent no-repeat;
  /*height: 225px;*/
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 65%;
}


.articles-container .article .label{
  /*position: absolute;
  bottom: 20px; left: 30px;*/
  margin-top: -50px;
  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
  color: var(--green2);
  text-transform: uppercase;
  font-family: "tt_norms_pro_extrabold";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.article.yellow .label,
.articlewithcolor.yellow .label{
  color: var(--yellow2);
}
.article.none .label,
.articlewithcolor.none .label{
  color: #cfe1ed;
}
.article.green .label,
.articlewithcolor.green .label{
  color: var(--green2);
}
.article.blue .label,
.articlewithcolor.blue .label{
  color: var(--blue2);
}
.articles-container .article .baseline{
  /*
  position: absolute;
  bottom: 0px; right: 30px;*/
  color: #fff;
  /*
  -ms-transform:  translate(0%,50%);
  -webkit-transform: translate(0%,50%);
  transform: translate(0%,50%);
  */
  font-family: "tt_norms_pro_bold";
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
}
.more-c{
  position: relative;
  text-align: center;
  padding: 20px 0 70px 0;
  height: 170px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "tt_norms_pro_extrabold";
  font-size: 14px;
  line-height: 18px;
}
.more-c.hidden{
  opacity: 0;
}
.more-c .more{
  position: relative;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  width: 38px;height: 38px; line-height: 44px;
  margin-bottom: 10px;
}
.more-c .more:after{
  content: "Plus d'articles";
  position: absolute;
  left: 50%; top: 40px;
  color: #fff !important;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  white-space: nowrap;
}

.more-c .more svg .element1{
  fill: var(--blue2) !important;
}

.articles-container .categs-menu{
  margin: 0 0 15px;
}
.articles-container .categs-menu > div{
  padding: 0 1px;
}
.articles-container .categs-menu a{
  background: #253743;
}

.slider-top{
  margin: 0 -15px;
}


.slider-top .slick-slide img{
  width: 100%;
}
.slider-top .more svg{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-top .slide.yellow .more svg .element1{
  fill: var(--yellow2); 
}
.slider-top .slide.none .more svg .element1{
  fill: #cfe1ed; 
}
.slider-top .slide.green .more svg .element1{
  fill: var(--green2); 
}
.slider-top .slide.blue .more svg .element1{
  fill: var(--blue2); 
}

.slider-top .img-c{
  position: relative;
  height: 418px;
  background: transparent no-repeat;
  background-position: center center;
  background-size: cover;
}

.slider-top .img-c .img-c-mobile{
  position: absolute;
  height: 100%; width: 100%;
  top: 0;left: 0;
  background:  transparent no-repeat;
  background-position: center center;
  background-size: cover;
}


.slider-top .gradient{
  position: absolute;
  bottom: 0;left: 0;
  width: 100%;height:100%;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.slider-top .slide{
  position: relative;
  cursor: pointer;
  color: #fff;
}

.slider-top .slide .text span{
  display: block;
  color:#fff !important;
  padding: 4px 0;
}

.slider-top .text{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  padding: 0 25px;
  font-family: 'tt_norms_pro_bold';
  z-index: 10;
}
.slider-top .text strong{
  display: block;
  color: var(--yellow2);
  font-size: 24px;
  line-height: 2rem; 
  text-transform: uppercase;
}

.slider-top .text .texti .desc{
  display: none;
}



.slider-top-sentences.slider-top-sentences1 .slide{
  position: relative;
 /* opacity: 0;*/
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.slider-top-sentences.slider-top-sentences1 .slide.slick-current ~ div.slide {
   opacity: 1;
 }

.slider-top-sentences.slider-top-sentences2 .slide{
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
/*
.slider-top-sentences.slider-top-sentences2 .slide.slick-current ,
.slider-top-sentences.slider-top-sentences2 .slide.slick-current ~ div.slide {
   opacity:0;
 }*/
.slider-top-sentences .slide.slick-current{
  /*
  z-index: -1;
   opacity:0;*/
  /*
  transform: scale(0.5);*/
}

.slider-top-sentences{
  font-size: 1rem;
  text-transform: uppercase;
}
.slider-top-sentences .slide{
  cursor: pointer;
   padding: 0 2rem;
}
.slider-top .more{
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 50%;
  text-align: center;
  width: 38px;height: 38px;  line-height: 44px;
  -ms-transform:  translate(-50%,50%);
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
  z-index: 200;
}

.slider-ecran{
  margin-bottom: 50px;
  margin-right: -15px;
  margin-left: -15px;
}
/*
.slider-ecran .slick-track-list{
  padding-left: 15px;
}*/

.slider-top .slick-track{
  padding-bottom: 35px;/* 20px */
}

.articles-home-right-c .slider-ecran{
  margin-right: 0px;
  margin-left: 0px;
}




.slider-ecran{
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.1s;
}

.slider-caarrive{
  margin-bottom: 0px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.1s;
}
.slide-labeletoile .slick-list{
  padding-left: 15px;
}
.slider-ecran .label,
.slider-caarrive .label{
  color: var(--blue2);
  text-transform: uppercase;
  line-height: 1em;
  padding: 10px 0 5px;
  font-family: 'tt_norms_pro_extrabold';
  font-size: 1rem; line-height: 1rem;
}


.slider-ecran .slide.yellow .label{
  color: var(--yellow2);
}
.slider-ecran .slide.none .label{
  color: #cfe1ed; 
}
.slider-ecran .slide.green .label{
  color: var(--green2); 
}
.slider-ecran .slide.blue .label{
  color: var(--blue2); 
}



.slider-ecran .text,
.slider-caarrive .text{
  font-weight: 400;
  font-size: 1rem; line-height: 1rem;
}
.slider-ecran .slide,
.slider-caarrive .slide{
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  padding:0 15px 0 0px;
  width: 255px;
}
.slider-ecran .slide .img-c,
.slider-caarrive .slide .img-c{
  width: 100%;
  /*height: 230px;*/
  height: 168px;
  background: transparent no-repeat;
  background-size: cover;
}

.slider-affiches-c{
  margin: 0 -15px;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.1s;
}
.slider-affiches-c .slick-list{
  padding-left: 0px;
}
.slider-affiches-c .btn-c{
  position: relative;
  text-align: center;
}
.slider-affiches-c .btn-c .btn{
  width: 100%;
  max-width: 415px;
  height: 36px;
  /*
  border: solid 1px #fff200;
  color: #fff200;*/
  border: solid 1px var(--green2);
  color: var(--green2);
  text-transform: uppercase;

  font-family: 'tt_norms_pro_extrabold';
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mac .slider-affiches-c .btn-c .btn{
    line-height: 22px;
}


/*
.slider-affiches-c .btn-c .btn:hover{
  background:#fff;
  color: #14242E;
}*/

.slider-affiches-c .btn-c .btn:hover{
  background:#fff;
  color: var(--green2);
}

.slider-affiches-c .mobile-affiches{
  margin: 0 15px; 
}

/* if backdrop support: very transparent and blurred */
/*
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  .slider-affiches-c .btn-c .btn {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px #fff200;
  }
}*/

.slider-affiches-c .slider-affiches .slide{
  padding: 0 12px; /* Home - desktop */ 
}
.slider-affiches-c .slider-affiches a{
  display: block;
}
.slider-affiches-c .slider-affiches a img{
  width:100% !important;
}

.mobile-affiches{
  padding: 0 12px;
}
.mobile-affiches .col-specif a{
  display: block;
}
/*
.mobile-affiches .col-specif a img{
  display: block;
  width:100% !important;
}*/
.mobile-affiches .affiche-image-c {
    width: 100%;
    height: 100%;
    background-size: 108%;
}
.mobile-affiches .col-specif a img{
  display: block;
  opacity: 0;
  width:100% !important;
}
.mobile-affiches .col-specif{
  padding: 2px;
}

.categs-menu{
  margin-bottom: 30px;
}
.col-content-left .categs-menu{
  margin-bottom: 2px;
}
.categs-menu a{
  position: relative;
  display: block;
  height: 90px;line-height: 90px;
  background: #192c38;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
}
.categs-menu a img{
  opacity: 0.2;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.categs-menu a svg{
  vertical-align: middle;
  opacity: 1;
  position: absolute;
  left: 50%; top:50%;
  -ms-transform: translate(-50%,-50%) scale(0.8);
  -webkit-transform: translate(-50%,-50%) scale(0.8);
  transform: translate(-50%,-50%) scale(0.8);
}
.hide-on-desktop-1200 .categs-menu a svg{
  opacity: 1;
}
.hide-on-inf-1200{
  display: none;
}

.categs-menu > div{
  padding: 0;
}
.col-content-left .categs-menu a.on{
  background: #253743 !important;
}
.col-content-left .categs-menu a.on img{
  opacity: 1;
}
.col-content-left .categs-menu a.on svg{
  opacity: 1;
}

.articles-home-right-c .categs-menu a svg{
  opacity: 1;
}
.articles-home-right .categs-menu a .showmobile-inline{
  display: inline !important;
}
.articles-home-right .categs-menu a .showdesktop-inline{
  display: none !important;
}


.col-content-left .category-page-menu-c .categs-menu a.off svg #Oval{
 stroke:#fff !important;
}
.col-content-left .category-page-menu-c .categs-menu a.off svg #Combined-Shape{
 fill:#fff !important;
}

.category .categs-menu,
.page-template-ca-arrive .categs-menu,
.page-template-cette-semaine .categs-menu,
.page-template-toujours-a-affiche .categs-menu{
  margin-left: 0px;
  margin-right: -1px;
}


.categs-menu a.off:not(:hover) svg path[fill]{
    fill: #8095a2 !important;
}
.categs-menu a.off:not(:hover) svg path[stroke]{
    stroke: #8095a2 !important;
}

.categs-menu.categs-menu-show-block svg{
  position: relative;
  transform: scale(1.2) translate(-50%,-50%);
  left: 50%;
  transform-origin: 0% 0%;
  top: 50%;
}

.categs-menu.categs-menu-show-block a{
  background: #253743;
  margin: 1px 0 0;
}

.categs-menu.categs-menu-show-block a .showmobile-inline{
  display: none !important;
}
.categs-menu.categs-menu-show-block a .showdesktop-inline{
  display: block !important;
}


.article .img-full{
  width: 100%;
  max-width: none;
}
.article .img-c{
  position: relative;
}
.article .gradient{
  position: absolute;
  bottom: -1px;left: 0;
  width: 100%;height:50%;
  background: linear-gradient(180deg, rgba(25,44,56,0) , rgba(25,44,56,1));
}

.labels-etoiles .slick-list{
  padding-top: 20px !important;
}
.labels-etoiles .title{
  padding-top: 12px;
  padding-bottom: 5px;
  margin: 0 -14px;
  padding-bottom: 0;
}
.labels-etoiles .subtitle{
  padding-bottom: 10px;
}
.labels-etoiles .title img{
  width: auto;height:76px;
}
.labels-etoiles .slider-labels-etoiles{
  margin: 0 0px;
}
.labels-etoiles .slider-labels-etoiles .slide{
  position: relative;
  padding: 0 12px;
}

.labels-etoiles .slider-labels-etoiles .label{
  /*position: absolute;*/
  top: 0; left: 0%;
  font-size: 0.7rem;
  padding: 4px 6px;
  font-size: 14px;
  font-family: 'tt_norms_pro_bold';
  text-transform: uppercase;
  background: #fff;
  color: #ff5800;
  white-space: nowrap;
  text-decoration: none;
}

.labels-etoiles .btn-c{
  text-align: center;
  padding: 15px 15px;
}
.labels-etoiles .btn-c .btn{
  width: 100%;
  max-width: 415px;
  height: 36px;
  border: solid 1px #fff;
  color: #fff;
  text-transform: uppercase;

    font-family: 'tt_norms_pro_extrabold';
    font-size: 14px;
    line-height: 18px;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mac .labels-etoiles .btn-c .btn{
    line-height: 22px;
}
/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
 .labels-etoiles .btn-c .btn {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px #fff;
  }
}


.labels-etoiles .btn-c .btn:hover{
  background:#fff;
  color: #14242E;
}





.col-content-left{
  padding-left: 15px;
  padding-right: 15px;
}

.content-left,
.articles-home-right{
  padding: 90px 0 0 0;
}

.page-template-default .content-left{
  font-size: 12px;
}
.page-template-default .content-left .content a{
  color: var(--blue2) !important;
}

/*
.content-left .top{
  margin: 0 -15px 20px;
}
*/

.page-template-labels-etoiles .content-left .top{
  margin: 0 0px 20px;
}

.content-left .top img{
  width: 100%;
}

.content-left .top p{
  font-family: 'tt_norms_pro_bold';
}

.content-left.fixed{
  position: fixed;
  bottom: 0; 
  top: auto;
}

.content-left.fixedtop{
  position: fixed;
  bottom: auto;
  top: 0;
}

.articles-home-right .padding{
  padding: 0 15px;
}


/*
 * Article detail ajax
 */
.article-detail-ajax{
  position: fixed;
  top: calc( 100% + 20px);
  height: calc( 100% - 45px); 
  width: 100%;
  background: #fff;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  z-index: 50;
}

.article-detail-ajax .scrollit{
  overflow-y: scroll;   
  height: calc( 100vh - 45px);  /* CHANGER ICI **/
  /*height: calc( 100vh);*/
  outline: none !important;
}
.article-detail-ajax .scrollit *{
  outline: none !important;
}
.article-detail-ajax .scrollit.withresa{
  height: calc( 100vh - 45px - 60px );  /* CHANGER ICI **/
}
.article-detail-ajax .article-fixed-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; height: 60px; /* CHANGER ICI **/
  font-size: 1rem;
  overflow: hidden;
  background: var(--green2);
  text-transform: uppercase;
}
.article-detail-ajax .article-fixed-bottom .rowheight{
  height: 60px;
  margin: 0;
}
.article-detail-ajax .article-fixed-bottom .ensalle{
  color: #fff;
  text-align: left;
  line-height: 60px;
  background:#192c38;
  font-size: 16px;
}
.article-detail-ajax .article-fixed-bottom .ensalle.noreservation{
  text-align: center;
}
.article-detail-ajax .article-fixed-bottom .ensalle span{
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  font-family: 'tt_norms_pro_extrabold';
}
.article-detail-ajax .article-fixed-bottom .reservation{
  /*background: rgba(0,0,0,0.2);*/
  color: #14242e;
  text-align: center;
  line-height: 60px;
  font-family: 'tt_norms_pro_extrabold';
}
.article-detail-ajax .article-fixed-bottom .reservation .reservation-btn{
  display: block;
  height: 100%; width:100%;
  line-height: 50px;
  color: #14242e !important;
  text-decoration: none !important;
}
.article-detail-ajax .article-fixed-bottom .reservation .reservation-btn span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}

.mac .article-detail-ajax .article-fixed-bottom .reservation .reservation-btn{
  line-height: 60px;
}

.show-projet-detail .article-detail-ajax{
  display: block;
}


.article-detail-ajax .article-fixed-bottom{
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.projet-anim .article-detail-ajax .article-fixed-bottom{
  opacity: 1;
}
.projet-transition-switch .article-detail-ajax .article-fixed-bottom{
  opacity: 0 !important;
}


.show-projet-detail .dark-layer{
  display: block;
  opacity: 0;
}
html.projet-anim .dark-layer{
  opacity: 1;
}


html.projet-animoverflowhidden {
 /* overflow-y: hidden;*/

      -ms-content-zooming:none;  
      touch-action: none;
      content-zooming: none;

}


.projet-anim .article-detail-ajax{
  right:0%;
  top: 45px;
}

.projet-transition-switch .article-detail-ajax{
  right:-100% !important;
}



/*
 * CHAUD OFF
 */
.chaudoff-detail{
  position: fixed;
  top: calc( 100% + 20px);
  height: calc( 100% - 30px); 
  width: 100%;
  background:#253743;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  z-index: 50;
}
.chaudoff-detail .items-c{
  height: calc( 100% - 20px );
  overflow-y: scroll;
}
html.show-chaudoff-detail{
  overflow-y: hidden;
}
html.show-chaudoff-detail .chaudoff-detail{
  display: block;
}
html.show-chaudoff-detail .dark-layer{
  display: block;
  opacity: 0;
}
html.chaudoff-anim .dark-layer{
  opacity: 1;
}
html.chaudoff-anim .chaudoff-detail{
  display: block;
  right:0%;
  top: 45px;
}
/*
b, strong{
  font-weight: normal;
}*/

.chaudoff-detail .close-volet{
    position: absolute;
    background: var(--pink2);
    display: inline-block;
    left: 50%;
    width: 38px;
    height: 38px;
    z-index: 1000;
    right: 0;
    border-radius:50%;
    text-align: center;
    line-height: 44px;

    -ms-transform:  translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.chaudoff-detail .close-volet .picto{
    position: absolute;
    left: 50%;
    -ms-transform:  translate(-50%,-15px);
    -webkit-transform: translate(-50%,-15px);
    transform: translate(-50%,-15px);
}


.article-detail-ajax .close-volet{
    position: absolute;
    background: var(--blue2);
    display: inline-block;
    left: 50%;
    width:38px;
    height: 38px;
    z-index: 1000;
    right: 0;
    border-radius:50%;
    text-align: center;
    line-height: 44px;

    -ms-transform:  translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.article-detail-ajax .single-page.yellow .close-volet{
  background: var(--yellow2); 
}
.article-detail-ajax .single-page.none .close-volet{
  background: #cfe1ed; 
}
.article-detail-ajax .single-page.green .close-volet{
  background: var(--green2); 
}
.article-detail-ajax .single-page.blue .close-volet{
  background: var(--blue2); 
}

.article-detail-ajax .single-page.yellow h2,
.article-detail-ajax .single-page.yellow h3{
  /*color: var(--yellow2); */
  color: #000;
}
.article-detail-ajax .single-page.none h2,
.article-detail-ajax .single-page.none h3{
  color: #cfe1ed; 
}
.article-detail-ajax .single-page.green h2,
.article-detail-ajax .single-page.green h3{
  color: var(--green2); 
}
.article-detail-ajax .single-page.blue h2,
.article-detail-ajax .single-page.blue h3{
  color: var(--blue2); 
}
.article-detail-ajax .single-page h2.black{
  color: #000 !important;
}
.article-detail-ajax .single-page h2{
  margin: 40px 0;
}
.article-detail-ajax .single-page h2{
  margin-top:0;
}
.article-detail-ajax .single-page p + h2{
  margin-top:40px;
}

.article-detail-ajax .single-page h3.black{
  color: #000 !important;
}
.article-detail-ajax .single-page h3{
  margin: 20px 0;
}

.article-detail-ajax .single-page .term-svg{
  position: absolute;
  left: 50%;
  top: 51px;
  z-index: 20;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}

.article-detail-ajax .single-page .term-svg img{
  height: 28px; width: auto;
  /*width: 100px;*/
  max-width: none;
}
.article-detail-ajax .single-page.yellow .term-svg path{
  fill: var(--yellow2) !important; 
}
.article-detail-ajax .single-page.green .term-svg path{
  fill: var(--green2) !important; 
}
.article-detail-ajax .single-page.blue .term-svg path{
  border-color: var(--blue2); 
}

.article-detail-ajax .single-page .publication-date-infos{
  font-size: 12px; 
}

.article-detail-ajax .content-flexible-article{
  padding: 0px 0 0 0;;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 100%;
  overflow-x: hidden;
}

.article-detail-ajax .content-flexible-article h2,
.page-template-default .content-left .content h2{
  font-family: 'tt_norms_pro_extrabold';
  font-size: 1.1rem; line-height: 1.5rem;
  font-weight: normal;
  text-transform: uppercase;
}

.page-template-default .content-left .content p {
    font-size: 14px;
    line-height: 24px;
}

.article-detail-ajax .single-page.yellow .layout-text-frame .frame{
  border-color: var(--yellow2); 
}
.article-detail-ajax .single-page.none .layout-text-frame .frame{
  border-color: #cfe1ed; 
}
.article-detail-ajax .single-page.green .layout-text-frame .frame{
  border-color: var(--green2); 
}
.article-detail-ajax .single-page.blue .layout-text-frame .frame{
  border-color: var(--blue2); 
}


.article-detail-ajax .single-page.yellow .article-fixed-bottom{
  background: var(--yellow2); 
}
.article-detail-ajax .single-page.none .article-fixed-bottom{
  background: #cfe1ed; 
}
.article-detail-ajax .single-page.green .article-fixed-bottom{
  background: var(--green2); 
}
.article-detail-ajax .single-page.blue .article-fixed-bottom{
  background: var(--blue2); 
}

.slider-top .slide.yellow .text strong{
  color: var(--yellow2); 
}
.slider-top .slide.none .text strong{
  color: #cfe1ed; 
}
.slider-top .slide.green .text strong{
  color: var(--green2); 
}
.slider-top .slide.blue .text strong{
  color: var(--blue2); 
}


.slick-slider .slick-arrow{
  display: none !important;
}
.slick-slider.forceshowarrow .slick-arrow{
  display: block !important;
  opacity: 0;
}

.more-slidertop-fake{    
  position: absolute;
    bottom: -16px;
    width: 50px;
    height: 50px;
    left: 50%;
    z-index: 8000;
    display: block;
    -ms-transform:  translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}



.article-detail-ajax .article-top{
  position: relative;
  width: 100%;
}

.article-detail-ajax .article-top strong{
  font-family: 'tt_norms_pro_bold';
}
.article-detail-ajax .article-top img{
  display: block;
  width: 100%;
}
.article-detail-ajax .article-top .img-c{
  background:  transparent no-repeat;
  height: 375px;
  background-position: center center;
  background-size: cover;
}
.article-detail-ajax .article-top .img-c .img-c-mobile{
  height: 100%;
  background:  transparent no-repeat;
  background-position: center center;
  background-size: cover;
}

.article .img-c .img-c-mobile{
  height: 100%;
  background:  transparent no-repeat;
  background-position: center center;
  background-size: cover;
}

.article-detail-ajax .article-top .img-c img{
  display: none;
}

.article-detail-ajax .article-top .mask{
  position: absolute;
  left:0; top:0;
  width: 100%;height: 100%;
  background: rgba(0,0,0,0.6);
}
.article-detail-ajax .article-top h1{
    position: absolute;
    top: 50%;left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    -ms-transform:  translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    margin: 0 !important;
  z-index: 10;
}
.article-detail-ajax .article-top.bigintro h1{
  top: 49%;
}
.article-detail-ajax .article-top.bigintro .img-c{
  height: 410px;
}

.article-detail-ajax .single-page.yellow .article-top .labelugc{
  background: var(--yellow2) !important;
}
.article-detail-ajax .single-page.none .article-top .labelugc{
  background: #cfe1ed !important;
}
.article-detail-ajax .single-page.green .article-top .labelugc{
  background: var(--green2) !important;
}
.article-detail-ajax .single-page.blue .article-top .labelugc{
  background: var(--blue2) !important;
}

.article-detail-ajax .single-page .labelugc{
  position: absolute;
  left: 50%; top: 100%;
  -ms-transform:  translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-transform: uppercase;
  font-size: 1rem;padding: 5px 10px;
  padding: 4px 6px 6px;
  font-size: 14px;
  font-family: 'tt_norms_pro_bold';
  white-space: nowrap;
}

.article-detail-ajax .article-top h1 .label{
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'tt_norms_pro_extrabold';
  text-transform: uppercase;
}
.article-detail-ajax .article-top h1 .t{
  font-family: 'tt_norms_pro_extrabold';
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}

.article-detail-ajax .title-js{
  display: none;
}
.article-detail-ajax .article-top h1 .realisateur{
  font-size: 11px;
  line-height: 14px;
  padding-top: 4px;
}
.article-detail-ajax .article-top .intro{
  position: absolute;
  bottom: 40px;
  z-index: 10;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  font-size: 1rem; line-height: 1.4rem;
  font-family: 'tt_norms_pro_bold';
  width: 100%;
}
.article-detail-ajax .article-top .intro p:last-child{
  margin: 0;
}

.article-detail-ajax .bottom{
  background: #253743;
}

.article-detail-ajax .bottom .tagsandtext-container{
  padding: 40px 15px;
}
.article-detail-ajax .bottom .tags{
  padding-bottom: 20px;
}
.article-detail-ajax .bottom .tags a{
  display: block;
  line-height: 2;
}
.article-detail-ajax .bottom .tags .thetitle{
  padding: 0 0 40px 0px;
  color: var(--green2);
  text-transform: uppercase;
}

.article-detail-ajax .bottom .tags span{
  display: inline-block;
  color:#fff;
  padding: 0 20px;
  font-size: 1rem;
  text-transform: uppercase;
}


.article-detail-ajax .single-page.yellow .bottom .tags .thetitle,
.article-detail-ajax .single-page.yellow h1,
.article-detail-ajax .single-page.yellow .tags span{
  color: var(--yellow2) !important;
}
.article-detail-ajax .single-page.none .bottom .tags .thetitle,
.article-detail-ajax .single-page.none h1,
.article-detail-ajax .single-page.none .tags span{
  color: #cfe1ed !important;
}
.article-detail-ajax .single-page.green .bottom .tags .thetitle,
.article-detail-ajax .single-page.green h1,
.article-detail-ajax .single-page.green .tags span{
  color: var(--green2) !important;
}
.article-detail-ajax .single-page.blue .bottom .tags .thetitle,
.article-detail-ajax .single-page.blue h1,
.article-detail-ajax .single-page.blue .tags span{
  color: var(--blue2) !important;
}



.article-detail-ajax .bottom .next-article{
  background: var(--main-bg-color);
  padding: 40px 0 40px;
  text-align: center;
}
.article-detail-ajax .bottom .next-article a{
  position: relative;
  font-size: 26px;
  text-decoration: none;
  text-transform: uppercase;
}
.article-detail-ajax .bottom .next-article a .label-c{
  position: relative;
}
.article-detail-ajax .bottom .next-article a .label-c .label{
  position: relative;
  font-size: 20px; line-height: 26px; text-transform: uppercase;
  text-align: center;
  padding-bottom: 6px;
  font-family: "tt_norms_pro_extrabold";
}
.article-detail-ajax .bottom .next-article a .label-c .baseline{
  /*
  position: absolute;
  margin-top: 6px;
  */
  left: 50%;
  z-index: 800;
  font-size: 24px;line-height: 30px;
  text-transform: none;
  color: #fff;
  width: 100%;
  font-family: "tt_norms_pro_bold";
  /*
    -ms-transform:  translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    */
}
.article-detail-ajax .bottom .next-article .thetitle{
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 
}

.article-detail-ajax .bottom .next-article{
  color: #fff !important;
}

.article-detail-ajax .bottom .next-article.none{
  color: #cfe1ed !important;
}
.article-detail-ajax .bottom .next-article.yellow{
  color: var(--yellow2) !important;
}
.article-detail-ajax .bottom .next-article.green{
  color: var(--green2) !important;
}
.article-detail-ajax .bottom .next-article.blue{
  color: var(--blue2) !important;
}

.article-detail-ajax .bottom .next-article a{
  color: #fff !important;
}
.article-detail-ajax .bottom .next-article.yellow a{
  color: var(--yellow2) !important;
}
.article-detail-ajax .bottom .next-article.none a{
  color: #cfe1ed !important;
}
.article-detail-ajax .bottom .next-article.green a{
  color: var(--green2) !important;
}
.article-detail-ajax .bottom .next-article.blue a{
  color: var(--blue2) !important;
}

.article-detail-ajax .bottom .next-image{
  position: relative;
  background: transparent no-repeat;
  background-position: center top;
  background-size: cover;
  /*height: 164px;*/
}
.article-detail-ajax .bottom .next-image .gradient{
  position: absolute;
  top: 0;left: 0;
  width: 100%;height:50%;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) , rgba(0,0,0,0));
}


.article-detail-ajax .bottom .next-image{
  background: transparent no-repeat;
  /*height: 225px;*/
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-bottom: 65%;
  margin-bottom: 20px;
}


.content-left .top{
  background: #192C38;
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  font-size: 14px;
}
.content-left .top h1{
  margin: 0;
}
.content-left .top p:last-child{
  margin-bottom: 0;
}

body.category .content-left .top,
body.page-template-ca-arrive .content-left .top,
body.page-template-cette-semaine .content-left .top,
body.page-template-toujours-a-affiche .content-left .top,
body.page-template-labels-etoiles .content-left .top,
body.tag .content-left .top{
  margin: 0;
  margin-bottom: 50px;
  background:transparent;
  background: #192C38;
  font-family: "tt_norms_pro_bold";
}


.page-template-labels-etoiles .content-left .label{
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  background: #192C38;
  /*margin-bottom: 60px;*/
}

.page-template-labels-etoiles .content-left .label .label-logo{
  position: absolute;
  left: 50%;
  top: 60px;
  -ms-transform:  translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

/*
.page-template-labels-etoiles .content-left .label .label-logo{
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}*/
.page-template-labels-etoiles .content-left .label .label-i .title{
  position: relative;
  line-height: 1em; font-size: 26px;
  text-align: center;
  padding-left: 15px;
  font-family: "tt_norms_pro_extrabold";
  -ms-transform:  translate(0px,-50%);
  -webkit-transform: translate(0px,-50%);
  transform: translate(0px,-50%);
}
.page-template-labels-etoiles .content-left .label .label-i{
  padding: 120px 15px 30px 0;
}
.page-template-labels-etoiles .content-left .label .label-i .intro{
  padding: 0 0px 20px 15px;
  font-size: 14px;
}

.page-template-labels-etoiles .content{
  padding: 0 0 0px;
}

.slide-labeletoile{
  margin:0 -15px 0 0px;
}
.slide-labeletoile .slick-list{
  padding-left: 15px;
}

.slide-labeletoile{
  opacity: 0;
}
.slide-labeletoile.slick-initialized{
  opacity: 1;
}
.slide-labeletoile .slide{
  max-width: 175px;
}
.slide-labeletoile .slick-slider .slick-arrow.slick-prev, 
.slide-labeletoile .slick-slider .slick-arrow.slick-next{
  line-height: 240px;
}

.slider-affiches-c .slider-affiches .slick-arrow.slick-prev, 
.slider-affiches-c .slider-affiches .slick-arrow.slick-next{
  line-height: 310px;
}
.slider-affiches-c .slider-affiches .slick-arrow.slick-prev{
  left: 15px;
}
.slider-affiches-c .slider-affiches .slick-arrow.slick-next{
  right: 15px;
}

.slide-labeletoile .link-article-btn{
  position: absolute;
  bottom: 0; left: 50%;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  display: inline-block;
  color: #648090;
  margin-bottom: 0px;
  border: 1px solid #648090;
  text-align: center;
  text-transform: uppercase;
  font-family: "tt_norms_pro_extrabold";
  width: 100%;
  height: 36px;
  line-height: 33px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-labeletoile .link-article-btn:hover{
  background: #fff;
  color: #192C38;
}


body.tag h1{
  font-size: 20px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}


article.labels-etoiles{
  text-align: center;
  margin:0px -15px 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
article{
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.1s;
}
.hidebeforescroll{
  opacity: 0 !important;
  -ms-transform:  translate(0%,15px);
  -webkit-transform: translate(0%,15px);
  transform: translate(0%,15px);
}
.hidefirstscreen{
  opacity: 0 !important;
  -ms-transform:  translate(0%,15px);
  -webkit-transform: translate(0%,15px);
  transform: translate(0%,15px);
}

article.labels-etoiles .subtitle{
  padding: 0 0 5px;
  font-weight: 400;
}

article.alecran{
  padding: 22px 20px 0px;
  background: #192C38 !important;
  margin:0 -15px;
}
article.alecran .baseline{
  text-align: center;
  padding: 0 20px 25px 20px;
}

/* HOME */
.col-content-left article.alecran{
  background: #192C38;
  margin: 0 -15px;
  padding: 24px 15px 0px;
}
/*
.col-content-left .categs-menu a{
  background: #253743 !important;
}*/

article.alecran .title{
  padding: 0px 10px 7px;
  text-align: center;
}
article.alecran .title img{
  width: auto;height: 57px;
}

article.caarrive{
  margin:40px -15px;
  padding: 0px 0 0px 0px;
  background: linear-gradient(180deg, #005769, #253743);
}
article.caarrive .slick-list{
  padding-left: 15px;
}

.col-content-left article.caarrive{
  margin-top: 0;
  padding: 0px 0 15px 0px;
}
article.caarrive .title{
  padding: 24px 0px 10px 0;
  text-align: center;
}
article.caarrive .title img{
  width: auto;height: 50px;
}
article.caarrive .baseline{
  text-align: center;
  padding: 0 20px 40px 20px;
}

.hashtagsbloc .hashtags .desc{  
  font-size: 16px;
  line-height: 24px;
  font-family: "tt_norms_pro_bold";
  text-align: center;
  padding: 0 20px 22px 20px;
}

article.labels-etoiles .subtitle,
article.alecran .baseline,
article.caarrive .baseline,
.content-left .top{
  font-size: 16px;
  line-height: 24px;
    font-family: 'tt_norms_pro_bold';
}

article.caarrive .btn-c{
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
article.caarrive .btn-c .btn{
    width: 100%;
    max-width: 415px;
    height: 36px;
    /*
    border: solid 1px var(--blue2);
    color: var(--blue2);
    */
    border: solid 1px #00dcea;
    color: #00dcea;
    text-transform: uppercase;

    font-family: 'tt_norms_pro_extrabold';
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mac article.caarrive .btn-c .btn{
    line-height: 22px;
}


article.caarrive .btn-c .btn:hover{
  background:#00dcea;
  color: #14242E;
}

/* if backdrop support: very transparent and blurred */
/*
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
  article.caarrive .btn-c .btn {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: solid 1px #fff;
  }
}*/

.articles-home-right article.caarrive{
  padding: 0px 0 0px 0px;
  margin-top: 0;
}
.articles-home-right article.caarrive .title{
  padding: 24px 15px 10px 0;
}
.articles-home-right article.caarrive .baseline{
  padding: 0 35px 27px 20px;
}


.slider-affiches-c .btn-c .btn,
article.caarrive .btn-c .btn,
.labels-etoiles .btn-c .btn{
  font-size: 1rem; height: 50px;line-height: 33px;
}
.mac .slider-affiches-c .btn-c .btn,
.mac article.caarrive .btn-c .btn,
.mac .labels-etoiles .btn-c .btn{
    line-height: 33px;
}





.chaudoff-fixed{
  position: fixed;
  bottom: 0;left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  z-index: 10;
  background: var(--mediumblue);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.chaudoff-fixed .marquee{
  position: absolute;
  top: 9px;left: 0px;
  height: 25px;
  font-size: 16px;
  font-family: 'tt_norms_pro_bold';
  line-height: 24px;
  white-space: nowrap;
  overflow:  hidden;
}
/*
Slider specif
*/
.marquee-labels-etoiles .marquee-label{
  position: absolute;
  top: 8px;left: 0px;
  height: 430px;
  white-space: nowrap;
}
.marquee-labels-etoiles .marquee-label .slide{
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.marquee-labels-etoiles .marquee-label .slide .label{
  position: absolute;
  top: 0; left: 50%;
  font-size: 10px;
  padding: 4px 6px;
  text-transform: uppercase;
  -ms-transform:  translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #ff5800;
  white-space: nowrap;
}
/*
*/

.chaudoff-fixed .logo-chaud{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0 10px;
  background: var(--mediumblue); 
  z-index: 10;
}
.chaudoff-fixed span{
  display: inline-block;
  padding: 0 14px;
  color: #fff !important;
}

.chaudoff-detail .items{
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  padding: 64px 15px 0;
}
.chaudoff-detail .items .item{
  position: relative;
  background:#14242e;
  margin-bottom: 0px;
  border-top: 1px solid var(--pink2);
  /*
  border-right: 2px solid var(--pink2);
  */
}

.chaudoff-detail .items .item h2{
  font-family: 'tt_norms_pro_bold';  
  font-size: 24px;
  line-height: 30px;
}
.chaudoff-detail .items .item .desc-c{
  position: relative;
  padding: 20px 20px 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
}
.chaudoff-detail .items .item .desc-c a{
  color:#fff !important;
  text-decoration: underline;
}
.chaudoff-detail .items .item .desc-c a:hover{
  color:#fff !important;
  text-decoration: none;
}
.chaudoff-detail .items .item .desc-c .date{
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.2;
}
.chaudoff-detail .items .item .img-c{
  /*width:250px;*/
  width: 100%;
  text-align: center;
  /*
  background: transparent no-repeat;
  background-size: cover;
  */
  padding: 0 15px 15px;
}
.chaudoff-detail .items .item .img-c img{
  width: 100%;
}

.chaudoff-detail .items .item .video{
  padding: 0 15px 15px;
}


.layout-text-frame,
.layout-text,
.layout-imagefull,
.layout-image,
.layout-video-api,
.layout-video,
.layout-text-2cols{
  margin: 45px 0;
}

.layout-bloc.layout-video,
.layout-bloc.layout-video-api{
  margin-left:-15px; 
  margin-right:-15px;
}

.layout-bloc.layout-text-2cols,
.layout-bloc.layout-text,
.layout-bloc.layout-link,
.layout-bloc.layout-image{
  padding: 0 5px;
}
.layout-bloc p{
  font-size: 1rem;line-height: 1.9rem;
}
.layout-bloc a{
  color: #000 !important;
  text-decoration: underline !important;
}
.layout-bloc a:hover{
  color: #000 !important;
  text-decoration: none !important;
}
.layout-bloc .col-content p:last-child{
  margin-bottom:0;
}
.layout-bloc .col-xl-6.col-content p:last-child{
  margin-bottom:1rem;
}
.layout-bloc .col-xl-6.col-content.col-right p:last-child{
  margin-bottom:0;
}

.layout-bloc em{
  font-family: "tt_norms_pro_bold";
}

.layout-link a{
  font-size: 16px;
  line-height: 1.4em;
  font-family: "tt_norms_pro_bold"; 
}

.layout-link a span.c{
  position: relative;
  top: -2px;
}

.layout-imagefull img{
  width: 100% !important;
}
.layout-image img{
  width: 100% !important;
}
.layout-image .legende,
.layout-imagefull .legende{
  padding: 10px 0 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: 'tt_norms_pro_italic';
}

.layout-citation{
  margin:0 -15px;
}


.layout-citation .bg{
  background: rgb(0,0,0,0.5);
  position: absolute;
  left: 0;top:0;
  width: 100%;height: 100%;
  z-index: 1;
}
.layout-citation .blockquote{
  position: absolute;
  top: 50%; left: 50%;
  width: 100%;
  font-size:20px !important;
  line-height: 26px !important;
  font-family: 'tt_norms_pro_bold';
  color: #fff !important;
  text-align: center;
  padding: 0 20px;
  -ms-transform:  translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
}
.layout-citation .blockquote p{
  font-size:20px !important;
  line-height: 26px !important;
  font-family: 'tt_norms_pro_bold';
}

.layout-citation .quote-left{
  position: absolute;
  left: 20px; top: 30px;
  z-index: 2;
}
.layout-citation .quote-right{
  position: absolute;
  right: 20px; bottom: 30px;
  z-index: 2;
}

  
  .article-detail-ajax .single-page.none .layout-citation .quote-left svg path,
  .article-detail-ajax .single-page.none .layout-citation .quote-right svg path{
    stroke: #cfe1ed !important;
  }
  .article-detail-ajax .single-page.yellow .layout-citation .quote-left svg path,
  .article-detail-ajax .single-page.yellow .layout-citation .quote-right svg path{
    stroke: var(--yellow2) !important;
  }
  .article-detail-ajax .single-page.green .layout-citation .quote-left svg path,
  .article-detail-ajax .single-page.green .layout-citation .quote-right svg path{
    stroke: var(--green2) !important; 
  }
  .article-detail-ajax .single-page.blue .layout-citation .quote-left svg path,
  .article-detail-ajax .single-page.blue .layout-citation .quote-right svg path{
    stroke: var(--blue2) !important; 
  }




/*
video[poster]{
  max-height: 80%;
  width:auto;
}*/
.layout-video-api .video-i{
  position: relative;
  padding-bottom: 56.25%;/*56.25*/
  height: 0;
}
.layout-video-api video{
  position: absolute;
  top: 0; 
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.layout-video-api .video-c{
  position: relative;
  background: var(--main-bg-color);
  background-position: center center;
  background-size:26%; /* Ne pas mettre plus sinon image en double avec le poster */
}
.layout-video-api .video-c .poster{
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  text-align: center;
  z-index: -1;
}
.layout-video-api .video-c .poster img{
  max-height: 80%;
  width: auto;
  max-width: none;
  position: relative;
  margin-top: 2%;
}
/*
Tester en JS si click sur video on cache le video-i
.layout-video-api .video-c .video-i{
  content: "DÉCOUVRIR LA BANDE ANNONCE";
  position: absolute;
  bottom: 5%;left: 0;
  text-align: center;
  width: 100%;
  color: var(--blue2);
  z-index: 0;
   font-family: 'tt_norms_pro_extrabold';
}*/

.layout-text-frame .frame{
  border: 5px solid var(--green2);
  text-align: center;
  padding: 40px 15px;
}

.layout-text-frame .frame h2{
  text-transform: uppercase;
}

.layout-text-frame p{
  font-family: 'tt_norms_pro_bold';
}


/*
.category  #main,
.page-template-labels-etoiles #main{
  padding: 80px 0 0;
}*/
.category .content-left,
.page-template-labels-etoiles .content-left,
.tag .content-left,
.page-template-default .content-left,
.page-template-ca-arrive .content-left,
.error404 .content-left,
.page-template-cette-semaine .content-left,
.page-template-toujours-a-affiche .content-left,
.error404 .content-left{
    padding: 80px 0 0;
}
.category-page .article{
  background: #192c38;
  margin:0 -15px 50px;
}
.page-template-labels-etoiles .content-left .label{
  position: relative;
}
.page-template-labels-etoiles .content-left .label .slide{
  position: relative;
  padding-bottom: 45px;
  margin: 0 8px;
}
.page-template-labels-etoiles .content-left .label .slide img{
  width: 130px;
}
.page-template-labels-etoiles .content-left .label .title{
  color: #94F9FF;
  text-transform: uppercase;
  font-size: 26px;
}

.page-template-labels-etoiles .top .logo-c{
  max-width: 600px;
  margin: 0 auto;
}
.page-template-labels-etoiles .top .logo-c img{
  margin: 0 10px;
  width: 80px;
}



.mobile-home-articles{
  display: block;
  margin: 0px 0 0;
}

.content-left .article{
  background:#192c38;
}
.hide-on-desktop{
  display: block;
}
.content-left .categs-menu > div{
  padding: 0 1px 0 0;
}

.pagination {
  opacity: 0;
  position: relative;
  display: block;
  text-align: left;
  padding: 15px 0 15px;
  height: 80px;
  overflow: hidden;
  width: calc( 100% + 15px);
  margin: 0 0 60px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;

  /*width: calc(50% + 28px);
  margin-left: calc(50% - 28px);*/
}
.pagination.loaded {
  opacity: 1;
}
.pagination a.outlimit{
  opacity: 0;
}
.pagination .move{
  position: relative;
  left: 50%;
  width: 80000px;
}
.pagination a{
  display: inline-block;
  margin: 15px 10px;
  background: #192c38;
  width: 38px;height: 38px;
  text-align: center;line-height: 38px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none !important
}
.pagination a.on,
.pagination a:hover{
  background: var(--yellow2);
  color: #000;
}

.page-template-ca-arrive .pagination a.on,
.page-template-ca-arrive .pagination a:hover{
  background: var(--blue2);
  color: #000;
}

.affiche-image-c{
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
  display: inline-block;
  background:  transparent no-repeat center center;
  width: 100%;height:100%;
  background-size: 108%;
}

.affiche-image-c img{
  opacity: 0;
}
/*
.slider-labels-etoiles .affiche-image-c img{
  opacity: 1;
}*/


.slider-top-sentences{
  position: absolute;
  width: 100%;
}
.slider-top-sentences .slide{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .slider-top-sentences .slide.yellow:hover{
    color: var(--yellow2);
  }
  .slider-top-sentences .slide.none:hover{
    color: #cfe1ed;
  }
  .slider-top-sentences .slide.green:hover{
    color: var(--green2);
  }
  .slider-top-sentences .slide.blue:hover{
    color: var(--blue2);
  }
}





/*
.slider-top-sentences .slick-current{
  opacity: 0;
  width: 80px !important;
}*/
/*
.slider-top-sentencesc1{
  position: absolute;
  width: 50%;
  overflow-x: hidden;
}
.slider-top-sentences{
  position: fixed;
  width: 100%;
}
.slider-top-sentencesc2{
  position: absolute;
  width: 50%;
  right: 0;
  overflow-x: hidden;
}*/

.category-page-menu-c .categs-menu{
  margin-bottom: 1px;
}

@media only screen and (min-width: 576px) {
  .container {
      max-width: none;
  }
  .logo{
    z-index: 1;
  }
}





/* ANIM */

.page-template-page-home #primary{
  opacity: 0;
  /*
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;*/
}

.load1 .page-template-page-home #primary{
  opacity: 1;
}


.page-template-page-home .chaudoff-fixed{
  bottom: -50px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
html.show-chaudoff .page-template-page-home .chaudoff-fixed{
  bottom: 0px;
}

.page-template-page-home .menumobilecontainer,
.page-template-page-home a.search{
  -ms-transform:  translate(200px,0%);
  -webkit-transform: translate(200px,0%);
  transform: translate(200px,0%);
}
.load5 .page-template-page-home .menumobilecontainer,
.load5 .page-template-page-home a.search{
  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}



.load5 .slider-top .slide .text{

  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);

  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.load5 .slider-top .slide.goright .text .texti{
  opacity: 0;
  -ms-transform:  translate(10%,0%);
  -webkit-transform: translate(10%,0%);
  transform: translate(10%,0%);
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

.load5 .slider-top .slide.goleft .text .texti{
  opacity: 0;
  -ms-transform:  translate(-10%,0%);
  -webkit-transform: translate(-10%,0%);
  transform: translate(-10%,0%);
}
/*
.load5 .slider-top .slide.goright.slick-current .text{
  -webkit-transition: margin 0s ease !important;
  -moz-transition: margin 0s ease !important;
  transition: margin 0s ease !important;
  opacity: 0 !important;
}
.load5 .slider-top .slide.goleft.slick-current .text{
  -webkit-transition: margin 0s ease !important;
  -moz-transition: margin 0s ease !important;
  transition: margin 0s ease !important;
  opacity: 0 !important;
}*/


.load5 .slider-top .slide .more{
  opacity: 0 !important;
  transition-delay: 0.1s;
}
.load5 .slider-top .slide.slick-current .more{
  opacity: 1 !important;
}

/*
.load5 .slider-top .slide .text .texti{
  opacity: 0 !important;
}
.load5 .slider-top .slide.slick-current .text .texti{
  opacity: 1 !important;
}*/



.page-template-page-home .slider-top .img-c{
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}
.load5 .page-template-page-home .slider-top .img-c{
  opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mobile-home-articles{
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.load5 .mobile-home-articles{
  opacity: 1;
}

.page-template-page-home .slider-top .more{
  -ms-transform:  translate(-50%,-80px);
  -webkit-transform: translate(-50%,-80px);
  transform: translate(-50%,-80px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.load6 .page-template-page-home .slider-top .more{
  -ms-transform:  translate(-50%,50%);
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%);
  opacity: 1;
}


.page-template-page-home .slider-top .text{
  -ms-transform:  translate(0%,-80px);
  -webkit-transform: translate(0%,-80px);
  transform: translate(0%,-80px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-template-page-home .slider-top .text strong{

  -ms-transform:  translate(0%,-40px);
  -webkit-transform: translate(0%,-40px);
  transform: translate(0%,-40px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-template-page-home .slider-top .text span{
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 0;
  font-family: 'tt_norms_pro_extrabold';
}

.load6 .page-template-page-home .slider-top .text{
  opacity: 1;
  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
  -webkit-transition: all 0.2s ease !important;
  -moz-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}
.load6 .page-template-page-home .slider-top .text strong{
  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}


.page-template-page-home .slider-top-sentencesc1,
.page-template-page-home .slider-top-sentencesc2{
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.load5 .page-template-page-home .slider-top-sentencesc1,
.load5 .page-template-page-home .slider-top-sentencesc2{
  opacity: 1;
}


.slider-top{
  opacity: 0;
}
.load5 .slider-top{
  opacity: 1;
}

/*
.page-template-page-home .logo g > *:nth-child(0){
  transition-delay: 0.1s
}
.page-template-page-home .logo g > *:nth-child(1){
  transition-delay: 0.2s
}
.page-template-page-home .logo g > *:nth-child(2){
  transition-delay: 0.3s
}
.page-template-page-home .logo g > *:nth-child(3){
  transition-delay: 0.4s
}
.page-template-page-home .logo g > *:nth-child(4){
  transition-delay: 0.5s
}
.page-template-page-home .logo g > *:nth-child(5){
  transition-delay: 0.6s
}
.page-template-page-home .logo g > *:nth-child(6){
  transition-delay: 0.7s
}
.page-template-page-home .logo g > *:nth-child(7){
  transition-delay: 0.8s
}
.page-template-page-home .logo g > *:nth-child(8){
  transition-delay: 0.9s
}
.page-template-page-home .logo g > *:nth-child(9){
  transition-delay: 1s
}
*/
/*
.page-template-page-home .logo g > *{
  position: absolute;

  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
 
  -ms-transform:  translate(100%,0%);
  -webkit-transform: translate(100%,0%);
  transform: translate(100%,0%);
}
.load1 .page-template-page-home .logo g > *{
  opacity: 1;
  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
}
*/
/* ANIM */

.page-template-page-home .logo{
  opacity: 0;
  transition-delay: 2s;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.load4 .page-template-page-home .logo{
  opacity: 1;
}

article .baseline p:last-child,
article .subtitle p:last-child{
  margin-bottom: 0;
}


.labels-etoiles .btn-c{
  padding: 22px 15px 40px;
}
.slider-affiches-c .btn-c{
  padding: 22px 15px 40px;
}
article.caarrive .btn-c{
  padding: 22px 15px 40px;
}
article.alecran .btn-c{
  padding: 22px 15px 40px;
}

/*
.articles-home-right .labels-etoiles .btn-c,
.articles-home-right .slider-affiches-c .btn-c,
.articles-home-right article.caarrive .btn-c{
  padding: 15px 15px 40px;
}*/

.slick-arrow.slick-prev{
  position: absolute;
  left: 0; top: 0;
  height: 100%;
  width: 80px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  line-height: 232px;
    -ms-transform:  translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.slick-arrow.slick-next{
  position: absolute;
  right: 0; top: 0;
  height: 100%;
  width: 80px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  line-height: 232px;
    -ms-transform:  translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    transform: translate(0%,0%);
}


.showmobile-inline{
  display: inline-block;
}
.showdesktop-inline{
  display: none;
}

.menu-desktop{
  display: none;
}

.article-detail-ajax .intro-mobile{
  background:#14242e;
  color: #fff; 
  text-align: center;
  padding: 40px 20px 20px;
  font-family: 'tt_norms_pro_bold';
}

.article-detail-ajax .intro-desktop{
  display: none;
}

.article-detail-ajax .bottom .tagsandtext-container{
  text-align: center;
  color: #fff;
}

.affiche-desktop{
  display: none;
}






/*.category .categs-menu,*/
.page-template-ca-arrive .content-left .top,
.page-template-cette-semaine .content-left .top,
.page-template-toujours-a-affiche .content-left .top{
  background: #253743 !important;
}










/*@media only screen and (min-width: 768px) {*/
@media only screen and (min-width: 768px) {

  .headerbg{
    height: 95px;
  }
  .article{
    margin-bottom: 50px;
  }

  .article-detail-ajax .bottom .tagsandtext-container{
    padding: 40px 50px;
  }


  .slider-top{
    margin: 0 0px;
  }

  .mobile-home-articles{
    margin-top: 25px;
  }

  .content-left{
    padding: 95px 0 0 0;
  }
  .articles-home-right{
    padding: 0px 0 0 0;
  }

  .input-search-c svg.loupe{
    left: 0px;
  }
  #menu-search{
    padding: 0 40px 0 40px;
  }

  .menumobile-items .magazine .btn-c{
    text-align: center;
    padding: 14px 25px 20px;
  }

  .menumobile-items .magazine{
    margin: 0 -25px;
  }

  .article-detail-ajax .article-fixed-bottom .ensalle{
    text-align: center;
  }


  .hide-on-desktop{
    display: none;
  }
  .logo{
    left: 50px;
    top:18px;
  }

  .chaudoff-detail{
    position: fixed;
    top: calc( 100% + 20px);
    height: calc( 100% - 0px); 
  }
  .showmobile-inline{
    display: none;
  }
  .showdesktop-inline{
    display: inline-block;
  }

  .categs-menu a svg{
    -ms-transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);;
    transform: translate(-50%,-50%) scale(1);;
  }



  .slick-slider .slick-prev svg{
      -ms-transform:  translate(-10px,0%);
      -webkit-transform: translate(-10px,0%);
      transform: translate(-10px,0%);
      opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  .slick-slider .slick-next svg{
      -ms-transform:  translate(10px,0%);
      -webkit-transform: translate(10px,0%);
      transform: translate(10px,0%);
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      transition: all .5s ease;
      opacity: 0;
  }
  .slick-slider.hover .slick-arrow{
    display: block !important;
  }

  .slick-slider.hover .slick-arrow.slick-disabled{
    display: none !important;
    opacity: 0;
  }

  .slick-slider .slick-slide{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  .slick-slider.hover:not(.slider-top) .chunkit{
    opacity:.3;
  }
  .slider-labels-etoiles.slick-slider.hover .chunkit{
    opacity:.15;
  }
  .slick-slider.hover .slick-prev svg{
      -ms-transform:  translate(0px,0%);
      -webkit-transform: translate(0px,0%);
      transform: translate(0px,0%);
      opacity: 1;
  }
  .slick-slider.hover .slick-next svg{
      -ms-transform:  translate(0px,0%);
      -webkit-transform: translate(0px,0%);
      transform: translate(0px,0%);
      opacity: 1;
  }


  .slick-slider .slick-arrow.slick-prev,
  .slick-slider .slick-arrow.slick-next{
    line-height: 180px;
  }

  .slider-top.slick-slider .slick-slide{
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      transition: all 0s ease;
  }

  .slider-top .slick-arrow.slick-prev, 
  .slider-top .slick-arrow.slick-next{
    line-height: 550px;
  }


  .slider-labels-etoiles .slick-arrow.slick-prev,
  .slider-labels-etoiles .slick-arrow.slick-next{
    line-height: 414px;
  }

  .slide-labeletoile .slick-arrow.slick-prev,
  .slide-labeletoile .slick-arrow.slick-next{
    line-height: 260px;
  }
  


  .labels-etoiles .btn-c{
    padding: 25px 15px 40px;
  }
  .slider-affiches-c .btn-c{
    padding: 25px 15px 40px;
  }
  article.caarrive .btn-c{
    padding: 25px 15px 40px;
  }
  article.alecran .btn-c{
    padding: 25px 15px 40px;
  }


  .showmenumobile-anim .firstcontainer3{
    z-index: 10;
  }

  .menumobile-items{
    padding: 120px 25px 30px;
    right: 0;
    max-width: 468px;

    box-shadow: -20px 0 20px rgba(0,0,0,0.2);
  }

  .chaudoff-detail .items{
    padding: 100px 0 0 0px;
  }

  .page-template-ca-arrive .article .desc .desc-mobile,
  .col-content-left .article .desc .desc-mobile{
    display: none;
  }
  .page-template-ca-arrive .article .desc .desc-desktop,
  .col-content-left .article .desc .desc-desktop{
    display: block;
  }

  .layout-bloc.layout-video,
  .layout-bloc.layout-video-api{
    margin-left:0px; 
    margin-right:0px;
  }

  article.alecran .title{
    padding: 0px 0 10px;
  }
  article.alecran .title{
    padding: 0px 0 10px;
  }

  article.caarrive{
    margin:40px -30px;
    padding: 0px 0 0px 0px;
  }
  article.caarrive .btn-c{
    padding-right: 30px;
  }

  article.caarrive .slick-list{
    padding-left: 15px;
  }
  .slider-caarrive{
    margin-bottom: 0px;
  }


  .article .label-c .baseline{
    text-align: left;
  }

  .col-content-left article.labels-etoiles{
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 50px;
  }

  .col-content-left article.alecran{
    margin: 0 -50px;
    padding: 24px 15px 0px;
    overflow: hidden;
  }
  .slider-affiches-c .slider-affiches .slide{
    padding: 0 12px;
  }

  .col-content-left .categs-menu{
    margin: 0 -50px;
  }

  .categs-menu a img{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .slider-top .img-c{
    height: 575px;
    background: transparent no-repeat;
    background-size: cover;
    background-position: center;
    /*
    overflow: hidden;
    z-index: 20;*/
  }

  .slider-top-textes .img-c{
    height: 575px;
    background: transparent no-repeat;
    background-size: cover;
    background-position: center;
    /*
    overflow: hidden;
    z-index: 20;*/
  }

  /*
  .content-left .article .gradient{
    width: 33%;height: 100%;
    right: 0;left: auto;
    bottom: 0;

    background: linear-gradient(90deg, rgba(0,0,0,0) , rgba(0,0,0,0.5));
  }*/

  .firstcontainer3{
    z-index: 10;
  }

  .mobile-home-articles .article .content,
  .mobile-home-articles .article .col-md-6,
  .category .content-left .article .content,
  .category .content-left .article .col-md-6,
  .page-template-ca-arrive .content-left .article .content,
  .page-template-ca-arrive .content-left .article .col-md-6,
  .page-template-cette-semaine .content-left .article .content,
  .page-template-cette-semaine .content-left .article .col-md-6,
  .page-template-toujours-a-affiche .content-left .article .content,
  .page-template-toujours-a-affiche .content-left .article .col-md-6,
  .tag .content-left .article .content,
  .tag .content-left .article .col-md-6{
    position: static;
  }

  .category .content-left,
  .page-template-labels-etoiles .content-left,
  .tag .content-left,
  .page-template-default .content-left,
  .page-template-ca-arrive .content-left,
  .error404 .content-left,
  .page-template-cette-semaine .content-left,
  .page-template-toujours-a-affiche .content-left,
  .error404 .content-left{
      padding: 110px 0 0;
  }


  .menumobile-items .input-search-c,
  .menumobile-items .hashtags{
    margin-left: 0px;
    margin-right: 0px;
  }
  .menumobile-items .hashtags{
    margin-top: 30px;
  }

  .menumobilecontainer{
    position: fixed;
    top:20px;
    right: -6px;
  }

  .category .categs-menu,
  .page-template-ca-arrive .categs-menu,
  .page-template-cette-semaine .categs-menu,
  .page-template-toujours-a-affiche .categs-menu{
    margin-left: 0px;
    margin-right: -1px;
  }

  .category-page-menu-c .categs-menu{
    margin-bottom: 1px;
  }

  .input-search-c{
    position: absolute;
    top: 2px;
    margin-bottom: 0;
    height: 94px;
    width: 330px;
  }
  #menu-search{
    height: 94px;
    font-family: 'tt_norms_pro_regular';
  }
  a.search{
    display: block;
  }

  .page-template-labels-etoiles .content-left .label{
    position: relative;
    margin: 50px 0;
  }
  .page-template-labels-etoiles .content-left .label .slide img{
    width: 175px;
  }
  .page-template-labels-etoiles .content-left .top{
    margin: 0 0px 80px;
  }
  .slide-labeletoile{
    margin: 0 -15px 0 0px;
  }
  .page-template-labels-etoiles .content{
    padding: 0 0 15px;
  }
    /*
  .page-template-labels-etoiles .content-left .label:first-child{
    margin: 100px 0;
  }*/
  .page-template-labels-etoiles .content-left .label .label-i .title{
    position: relative;
  }
  /*
  .page-template-labels-etoiles .content-left .label .label-logo{
    position: absolute;
    left: 0;
    width: 100%;
    top:0;
    -ms-transform:  translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }*/

  .labels-etoiles .btn-c{
    text-align: center;
  }


  .col-content-left{
    padding-left: 50px;
    padding-right: 50px;
  }


  .page-template-labels-etoiles .top .logo-c img{
    margin: 0 20px;
    width: 90px;
  }

  .article-detail-ajax{
    height: calc( 100vh - 45px); 
  }

  /*
  .chaudoff-detail{
    height: calc( 100vh - 100px); 
  }*/
  .chaudoff-detail{
    max-width: 580px;
  }
  html.chaudoff-anim .chaudoff-detail{
    top: 0px;
  }
  .chaudoff-detail .items-c{
    height: calc( 100% - 0px );
  }
  .chaudoff-detail .close-volet{
    top: 50%;
    right: auto;left: 0;
    -ms-transform:  translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .chaudoff-detail .close-volet > svg{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .chaudoff-detail .close-volet .picto svg{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: 50% 0;
  }
  .chaudoff-detail .close-volet .picto{
    margin-left: 20px;
    transform: translate(-50%,0%);
    top: 50%;
    -ms-transform:  translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
  }



  .layout-bloc{
    padding: 0px 160px;
  }
  .layout-bloc.layout-imagefull{
    padding: 0 0;
  }
  .layout-bloc.layout-text-2cols,
  .layout-bloc.layout-text,
  .layout-bloc.layout-link,
  .layout-bloc.layout-image{
    padding: 0 35px;
  }

  .layout-text-frame,
  .layout-text,
  .layout-imagefull,
  .layout-image,
  .layout-video-api,
  .layout-video,
  .layout-text-2cols{
    margin: 60px 0;
  }
  .layout-text,
  .layout-imagefull,
  .layout-image,
  .layout-video-api,
  .layout-video,
  .layout-text-2cols,
  .layout-citation,
  .layout-bloc.layout-text,
  .layout-bloc.layout-link,
  .layout-bloc.layout-image{
    padding: 0 35px;
  }



  .layout-text-frame{
    padding: 0 50px;
  }
  .layout-bloc.layout-citation{
    margin-left: 0;
    margin-right: 0;
  }

  .layout-bloc .col-xl-6.col-content p:last-child{
    margin-bottom:0;
  }
  .layout-bloc .col-xl-6.col-content.col-right p:last-child{
    margin-bottom:0;
  }

  .layout-citation .blockquote{
    padding: 0 110px;
  }
  .layout-citation .quote-left{
    left: 50px; top: 50px;
  }
  .layout-citation .quote-right{
    right: 50px; bottom: 50px;
  }


  a.search,
  .menumobilecontainer{
    top: 0px; right: 18px;
    width: 95px; height: 95px;
  }
  a.search{
    right: 72px;
    line-height: 108px;
  }

  .category-page #content,
  .page-template-labels-etoiles #content{
    padding: 100px 0 0;
  }


  .article .img-c{
    background: transparent no-repeat;
    /*height: 300px;*//*246px*/
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .article .img-c .img-c-mobile{
      background: none !important;
  }
  .slider-top .img-c .img-c-mobile{
      background: none !important;
  }


  .articles-container .article .label{
    -ms-transform:  translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
    /*margin: 0;*/
  }

  .article-detail-ajax .article-top .img-c{
    height: auto !important;
  }
  .article-detail-ajax .article-top .img-c img{
    display: block;
  }

  .article-detail-ajax .article-top h1{
    top: 50%;
    padding: 0 12%;
  }

  .article-detail-ajax .article-top h1 .label{
    font-size: 24px;
    line-height: 32px;
  }
  .article-detail-ajax .article-top h1 .t{
    font-size: 28px;
    line-height: 36px;
  }




  .layout-text-frame .frame{
    padding: 60px;
  }


  .slider-affiches-c .slick-list{
    padding-left: 0px;
  }

  .slider-affiches{
    padding: 0 15px;
  }
  .articles-home-right .slider-affiches-c .slick-list{
      padding-left:0px;
  }
  .content-left .slider-affiches-c{
    margin: 0 -30px;
  }

  .slider-ecran{
    margin-bottom: 50px;
    /*
    margin-right: -30px;
    margin-left: -30px;
    */
  }
  .slider-ecran .slick-list{
    padding-left: 30px;
  }

  .articles-home-right-c .slider-ecran .slick-list{
    padding-left: 45px;
  }
  .articles-home-right-c article.caarrive .slick-list{
    padding-left: 30px;
  }

  /*
  .article-detail-ajax .bottom .next-image{
    margin-left: 100px;
  }
  */

}





















/* DESKTOP*/
/*@media only screen and (min-width: 1024px) {*/
@media only screen and (min-width: 1200px) {
  .pagination{
    margin-bottom: 0;
  }

  .headerbg{
    height: 120px;
  }

  .slider-top .text{
    font-size: 28px;
    line-height: 36px;
  }
  .slider-top-textes .text{
    font-size: 28px;
    line-height: 36px;
  }

  .slider-top .gradient{
    display: none;
  }
  .col-content-left article.alecran{
    margin: 0 0px;
  }
  .affiche-desktop{
    display: block;
    position: absolute;
    bottom: 100%; margin-bottom: 10px;
    left: 50%;
    width: 100% !important;
    -ms-transform:  translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
  }

  .article-detail-ajax .bottom .tags {
    text-align: left;
  }
  .article-detail-ajax .bottom .tagsandtext-container{
    padding: 80px 100px;
  }
  .article-detail-ajax .bottom .tagsandtext-container .publication-date-infos{
    text-align: left;
  }

  .article-detail-ajax .bottom .next-article{
    position: relative;
    padding: 90px 100px;
  }

  .article-detail-ajax .bottom .next-article .thetitle{
    position: absolute;
    left: 15px;top: 0;
  }

  .article-detail-ajax .bottom .next-image{
    margin-bottom: 0;
  }
  .article-detail-ajax .bottom .next-article a .label-c .label,
  .article-detail-ajax .bottom .next-article a .label-c .baseline{
    text-align: left;
  }

  .article-detail-ajax .intro-mobile{
    display: none;
  }

  .article-detail-ajax .intro-desktop{
    display: block;
  }


  .article-detail-ajax .article-fixed-bottom{
    position: fixed;
    width: 220px; height: 120px !important;
    right: 75%; left: auto;
    margin-right: 60px;
    bottom: 40px;
    background: transparent !important;
    overflow: visible;
  }
  .article-detail-ajax .article-fixed-bottom .rowheight{
    background: transparent;
  }

  .article-detail-ajax .article-fixed-bottom .ensalle{
    text-align: center;
    background: transparent;
    padding-bottom: 10px;
  }
  
  .article-detail-ajax .single-page.yellow .article-fixed-bottom .reservation{
    background: var(--yellow2); 
  }
  .article-detail-ajax .single-page.none .article-fixed-bottom .reservation{
    background: #cfe1ed; 
  }
  .article-detail-ajax .single-page.green .article-fixed-bottom .reservation{
    background: var(--green2); 
  }
  .article-detail-ajax .single-page.blue .article-fixed-bottom .reservation{
    background: var(--blue2); 
  }


  .mobile-home-articles{
    margin: 60px 0 0;
  }

  a.search{
    right: 54px;
  }
  .input-search-c{
    top: 12px;
  }
  article.labels-etoiles{
    margin: 35px 0 0 !important;
  }
  .articles-home-right-c article.labels-etoiles{
    margin-top: 50px !important;
  }

  .col-content-left{
    padding: 0 50px;
  }
  .content-left .article{
    background: #192c38;
  }
  .content-left .article .gradient{
    display: none;
  }
  .content-left .article.first .gradient{
    display: block;
  }
  .article.first .content{
    padding-left: 20px;
  }
  .article.first .label-c .label{
    bottom: 100%;
  }

  .hashtagsbloc .hashtags{
    margin: 50px 0 0;
  }

  .mobile-affiches{
    padding: 0 35px;
  }


  .menumobilecontainer{
    right: -1px;
  }

  body.category .content-left .top,
  body.page-template-ca-arrive .content-left .top,
  body.page-template-cette-semaine .content-left .top,
  body.page-template-toujours-a-affiche .content-left .top,
  body.page-template-labels-etoiles .content-left .top,
  body.tag .content-left .top{
    margin-bottom: 50px;
  }
  .page-template-labels-etoiles .content-left .label{
    margin: 50px 0;
  }


  /*.category .categs-menu,*/
  .page-template-ca-arrive .content-left .top,
  .page-template-cette-semaine .content-left .top,
  .page-template-toujours-a-affiche .content-left .top{
    background: #192C38 !important;
  }



  .menumobile-items{
    padding: 120px 50px 30px;
  }


  .menumobile-items .magazine .btn-c{
    text-align: center;
    padding: 12px 25px 23px;
  }

  .article .content{
    padding-left: 0;
  }

  .articles-home-right-c article.alecran .title{
    padding: 0px 0 40px;
  }

  a.search{
    top: 9px;
  }
  .menumobilecontainer{
    top: 10px;
  }

  .menumobile-items .magazine{
      margin-left: 0;
      margin-right: 0;
      margin-top: 50px;
  }
    .content-left,
    .articles-home-right{
      padding: 120px 0 0 0;
    }


    .menumobile-items li.labelsetoiles,
    .menumobile-items li.semaine,
    .menumobile-items li.affiche,
    .menumobile-items li.caarrive,
    .menumobile-items li.page-item-24,
    .menumobile-items li#menu-item-1564{
      display: none;
    }

    .force-mobile-view{
      margin: 0 -25px;
    }

    .force-mobile-view .col-article-c{
      margin-bottom: 50px;
      padding: 0 25px;
    }

    .force-mobile-view .article{
      background: #192C38;
      height: 100%;
      margin: 0;
    }
    .force-mobile-view .article .colimg{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .force-mobile-view .article .gradient{
      display: block;
    }

    .force-mobile-view .article .content{
      position: relative;
      color: #fff;
      padding: 0px 25px 20px;
      background: #192C38;
    }

    .force-mobile-view .article .col-infos{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article .label-c .label{
      position: relative;
      bottom: auto;
    }
    .force-mobile-view .article .label-c .label,
    .article.first .label-c .label{
      position: absolute;
      bottom: 100%;
    }

  .logo{
    left: 50px;
    top: 28px;
  }


  .slider-top .slick-arrow{
    display: block !important;
  }
  .slider-top .slick-arrow svg{
    opacity: 1;
  }

  .slider-top .more{
    left: 100%;
    margin-left: -200px;
    bottom: 20px;
  }


  .slider-top-textes .more{
    left: 100%;
    margin-left: -200px;
    bottom: 20px;
  }



  .slider-top .text{
    padding:0; 
    bottom: 0;
    height: 100%;
    width: 400px;
    right: 0;
    left: auto;
  }

  .slider-top-textes .text{
    padding:0; 
    bottom: 0;
    height: 100%;
    width: 400px;
    right: 0;
    left: auto;
  }
    

  .slider-top .bg-blurred{
   
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);

    filter: blur(50px);
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);

    background-size: cover;
  }

  .slider-top-textes .bg-blurred{
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);

    filter: blur(50px);
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);

    background-size: cover;
  }
    

  .slider-top .text .texti{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 25px;
    opacity: 1;
    -ms-transform:  translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    z-index: 1;
  }
  .slider-top-textes .text .texti{
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0 25px;
    opacity: 1;
    -ms-transform:  translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }
    

  .slider-top .text .texti .desc{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'tt_norms_pro_regular';
  }

  .slider-top-textes .texti .desc{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: 'tt_norms_pro_regular';
  }


  .slider-top .slick-arrow.slick-prev{
    bottom: 34px;
    top: auto;
    line-height: 40px !important;
    height: 40px;
    left: 100%;
    -ms-transform:  translate(-350px,0%);
    -webkit-transform: translate(-350px,0%);
    transform: translate(-350px,0%);
  }
  .slider-top .slick-arrow.slick-next{
    bottom: 34px;
    right: 50px;
    height: 40px;
    top: auto;
    line-height: 40px !important;
  }



  .slider-top-textes .slick-arrow.slick-prev{
    bottom: 34px;
    top: auto;
    line-height: 40px !important;
    height: 40px;
    left: 100%;
    -ms-transform:  translate(-350px,0%);
    -webkit-transform: translate(-350px,0%);
    transform: translate(-350px,0%);
  }
  .slider-top-textes .slick-arrow.slick-next{
    bottom: 34px;
    top: auto;
    line-height: 40px !important;
    height: 40px;
    left: 100%;
    -ms-transform:  translate(-350px,0%);
    -webkit-transform: translate(-350px,0%);
    transform: translate(-350px,0%);
  }


  .category-page-menu-c{
    display: none;
  }

  .category .content-left,
  .page-template-labels-etoiles .content-left,
  .tag .content-left,
  .page-template-default .content-left,
  .page-template-ca-arrive .content-left,
  .error404 .content-left,
  .page-template-cette-semaine .content-left,
  .page-template-toujours-a-affiche .content-left,
  .error404 .content-left{
      padding: 120px 0 0;
  }

  .menu-desktop{
    display: block;
    /*position: fixed;*/
    position: fixed;
    left: 50%;
    width: 100%;
    padding: 40px 0 0 40px;
    text-align: center;
    -ms-transform:  translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
    z-index: 1;
  }

  /*
    .menu-desktop .semaine.current_page_item svg path:nth-child(1){
      fill: #43E683 !important;
    }
    .menu-desktop .affiche.current_page_item svg path:nth-child(3){
      fill: #FFF200 !important;
    }
  */

  .slider-top .slide{
    overflow: hidden;
  }

  .load5 .slider-top .slide .text .texti{
   /* opacity: 0 !important;*/
  -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transition-delay: 0.3s;
  }
  .load5 .slider-top .slide.slick-current .text .texti{
   /* opacity: 1 !important;*/
   /*
  -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  */
  }

  .slider-top .slide .text{
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  .slider-top .slide.slick-current .text{
    opacity: 1;
  }


  .menu-desktop li{
    display: inline-block;
    margin: 0 20px;
  }
  .menu-desktop li a{
    display: inline-block;
    /* text-indent: -8000px;*/
  }


  .menu-desktop li a span{
    position: relative;
    display: inline-block;
  }
  .menu-desktop li a svg.hover{  
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 0%;
    transform: translate(-50%,0%);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .menu-desktop li a:not(.current_page_item):hover svg{
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .menu-desktop li a:hover svg.hover{opacity: 1;}



  /*
  .menu-desktop li.onenparle a{
    background: url("img/menu/1 - On en parle.svg") no-repeat center center;
    width: 170px;
  }
  .menu-desktop li.entrevues a{
    
    background: url("img/menu/2 - Entrevues.svg") no-repeat center center;
    width: 170px;
  }
  .menu-desktop li.filmoff a{
    background: url("img/menu/3 - FilmOFF.svg") no-repeat center center;
    width: 170px;
    
  }
  .menu-desktop li a[data-pageid='24']{
    background-image: url('/wp-content/themes/ugc/img/menu/5 - Labels et toiles.svg') !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 170px;
  }

  .menu-desktop li.chaudoff a{
    background: url("img/menu/7 - ChaudOFF.svg") no-repeat center center;
    width: 170px;
  }
  .menu-desktop li.labelsetoiles a{
    background: url("img/menu/5 - Labels et toiles.svg") no-repeat center center;
    width: 170px;
  }
  .menu-desktop li.caarrive a{
    background: url("img/menu/4 - coulisses-large.svg") no-repeat center center;
    width: 170px;
  }

  .menu-desktop li.cartes a{
    background: url("img/menu/cartes2.svg") no-repeat center center;
    width: 170px;
  }
  .menu-desktop li.opera a{
    background: url("img/menu/opera2.svg") no-repeat center center;
    width: 170px;
  }

  .menu-desktop li.semaine a{
    background: url("img/menu/semaine.svg") no-repeat center center;
    width: 170px;
  }
  .menu-desktop li.affiche a{
    background: url("img/menu/affiche.svg") no-repeat center center;
    width: 170px;
  }
  */

  .menu-desktop li.cartes,
  .menu-desktop li.opera{
    display: none;
  }




  .container{
   /* max-width: 1360px !important;*/
    max-width: 1600px !important;
  }
  .hide-on-desktop-1200{
    display: none;
  }
  .hide-on-inf-1200{
    display: block;
  }

  .three-last{
    padding-top: 50px;
  }

  .article-detail-ajax .article-top .img-c{
    height: 550px !important;
  }
  .article-detail-ajax .article-top .img-c .img-c-mobile{
    background: none !important;
  }
  .article-detail-ajax .article-top .img-c img{
    display: none;
  }

  /*
  .col-right-fixed .slider-ecran,
  .col-right-fixed .slider-caarrive{
    margin-bottom: 30px;
  }*/
  .col-right-fixed .slider-ecran .slide,
  .col-right-fixed .slider-caarrive .slide{
    width: 255px;
  }
  .col-right-fixed .slider-ecran .slide .img-c,
  .col-right-fixed .slider-caarrive .slide .img-c{
    height: 168px;
  }
  .col-right-fixed article.labels-etoiles{
    margin: 40px 0;
  }


  .col-right-fixed .slider-affiches{
    display: none !important;
  }
  .col-right-fixed .mobile-affiches{
    display: block !important;
    margin: 0 0px;
  }

  .col-right-fixed article.caarrive .btn-c .btn,
  .col-right-fixed article.alecran .btn-c .btn,
  .col-right-fixed .labels-etoiles .btn-c .btn{
    max-width: none;
  }

  .col-right-fixed article.caarrive .btn-c,
  .col-right-fixed article.alecran .btn-c,
  .col-right-fixed .labels-etoiles .btn-c{
    padding-left:20px; 
    padding-right:20px;
  }

  .slider-affiches-c{
    margin: 0 -30px;
  }

  .article-detail-ajax .scrollit{
    height: calc( 100vh);
  }
  .article-detail-ajax .scrollit.withresa{
    height: calc( 100vh - 0px );  /* CHANGER ICI **/ /*-60px*/
    /*height: calc( 100vh);*/
  }
  /*
  .articles-home-right.articles-container:before{
    content: "";
    top: 0;left: 0;
    height: 95px;
    background: var(--main-bg-color);
    position: absolute;
  }*/
  .articles-home-right.articles-container .bgi{
    top: 0;left: 0;
    height: 95px; /*width: 100%;*/
   /* background: var(--main-bg-color);*/
    position: absolute;
  }
  .page-template-page-home .articles-home-right.articles-container:before{
    background:none;
    display: none;
  }

  .article .img-c{
    background: transparent no-repeat;
    /*height: 250px;*/
    width: 100%;
    background-size: cover;
    background-position: center;
  }

  .col-right-fixed article.labels-etoiles{
    margin: 40px 0;
  }
  .single-post .articles-home-right-c,
  .page-template-page-home .articles-home-right-c{
    display: block;
  }
  .content-left .ajax-next-articles{
    display: none !important;
  }

  .category .categs-menu,
  .page-template-ca-arrive .categs-menu,
  .page-template-cette-semaine .categs-menu,
  .page-template-toujours-a-affiche .categs-menu{
    margin-left: 0px;
    margin-right: -1px;
  }

  .articles-home-right-c .categs-menu{
    position: relative;
  }
  .articles-home-right-c .categs-menu img{ 
    position: absolute;
    left: 50%;top: 50%;
    -ms-transform:  translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    width: auto; height: 26px !important;
  }

  .category-page-menu-c .categs-menu{
    margin-bottom: 1px;
  }

  .page-template-labels-etoiles .content-left .top{
    margin: 0 0px 80px;
  }

  .layout-bloc{
    padding: 0px 100px;
  }

  .layout-bloc.layout-imagefull{
    padding: 0;
  }

  .layout-text-frame,
  .layout-text,
  .layout-imagefull,
  .layout-image,
  .layout-video-api,
  .layout-video,
  .layout-text-2cols{
    margin: 60px 0;
  }

  .layout-text-frame{
    margin:60px 15px;
  }
  
  .layout-bloc.layout-text,
  .layout-bloc.layout-imagefull,
  .layout-bloc.layout-image,
  .layout-bloc.layout-video-api,
  .layout-bloc.layout-video,
  .layout-bloc.layout-citation,
  .layout-bloc.layout-text,
  .layout-bloc.layout-text-2cols,
  .layout-bloc.layout-link,
  .layout-bloc.layout-image{
    padding: 0 100px;
  }

  .layout-bloc.layout-imagefull{
    padding: 0;
  }

  .article-detail-ajax .content-flexible-article{
    padding: 20px 0 0 0;
  }


  /*
  .mobile-home-articles{
    display: none;
  }
  */
  .articles-home-right{
    /*height: 100vh;@cw scrollbar correction */
    /*overflow-y: scroll; @cw scrollbar correction */
    /*position: fixed; @cw scrollbar correction */
    /*position: absolute; /*@cw 2022-05 scroll dissocié */

    /*height: 100%;*/ /*@cw scrollbar correction */
    /*
    min-height: 100%;
    width: 100%;*/
    max-width: 454px;
    width: 100%;
    /*
    box-shadow: -20px 0 20px rgba(0,0,0,0.2);
    */
  }
  .articles-home-right.fixed{
    position: fixed;
    bottom: 0; top: auto;
  }
  .articles-home-right.fixedtop{
    position: fixed;
    bottom: auto;
    top: 0;
  }

  /*
  .articles-home-right-c .bg{
    position: fixed;
    background: #192c38;
    content:'';
    width: 80000px; height: 100%;
    left: 0; top: 0;
    z-index: -1;
  }*/

  .articles-container .padding{
    padding: 0 30px 50px 0px;
  }


  .articles-home-right-c article.alecran{
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0;
    padding-left: 0;
    background:#192c38;
  }


  .articles-home-right-c .slider-affiches-c{
    margin-left: 0;
    margin-right: 0; 
  }
  /* TAg page*/
  .articles-home-right-c article.caarrive{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px;
  }

  .articles-home-right-c article.caarrive{
    padding: 0px 0 0px 0px;
  }

  .articles-home-right-c article.caarrive .slick-list{
    padding-left: 0px;
  }

  .article-detail-ajax{
    right: -100%;
    width: 75%;
    height: 100%;
    max-width: 1200px;/*960px*/
    top: 0;
  }
  .projet-anim .article-detail-ajax{
    right:0%;
    top: 0;
  }

  .article-detail-ajax .close-volet{
    top: 275px;
    right: auto;left: 0;
    -ms-transform:  translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .article-detail-ajax .close-volet > svg{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .article-detail-ajax .single-page .term-svg{
    left: 53px;
    top: 50%;
    -ms-transform:  translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }

  .article-detail-ajax .single-page .term-svg img{
    position: absolute;
    top: 45%;
    -ms-transform:  translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }

  .article-detail-ajax .article-top .intro{
    padding: 0 20%;
    bottom: 25%;
    -ms-transform:  translate(0%,50%);
    -webkit-transform: translate(0%,50%);
    transform: translate(0%,50%);
  }

  /*
  .chaudoff-detail{
    height: 425px;
    bottom: -450px;
    top: auto;
  }*/
  .chaudoff-detail{
    right: -100%;
    width: 80%;
    max-width: 580px;
    height: calc(100% - 0px);
    top: 0px;
  }
  html.chaudoff-anim .chaudoff-detail{
    right:0%;
    top: 0px;
  }

  /*
  html.chaudoff-anim .chaudoff-detail{
    bottom: 0;
    top: auto;
  }*/

  /*
  .chaudoff-detail{
    right: -100%;
    width: 80%;
    height: 100vh;
    max-width: 960px;
    bottom: 0;
  }
  .chaudoff-anim .chaudoff-detai{
    right:0%;
  }*/

  .chaudoff-detail .items-c{
    width: 100%;
    height: calc( 100% - 0px );
    /*
    overflow-y: hidden;
    overflow-x: scroll;
    */
  }
  .chaudoff-detail .items{
    width:100%; max-width: 315px;
    white-space: nowrap;
    padding: 120px 0 0 0px;
  }
  .chaudoff-detail .items .item{
    /*display: inline-block;*/
    display: block;
    width:345px;
    /*height: 326px;*/
    vertical-align: middle;
  }
  .chaudoff-detail .items .item .desc-c{
    position: relative;
    /*bottom: 0;*/ 
    width: 100%;left: 0;
    background: #14242e;
    /*min-height: 98px;*/
    white-space: normal;
    overflow: hidden;
  }
  /*
  .chaudoff-detail .items .item.video .desc-c{
    top: 0;bottom: auto;
    min-height: 129px;
  }*/
  /*
  .chaudoff-detail .items .item.video .video{
    padding-top: 130px;
  }*/
  /*
  .chaudoff-detail .items .item .img-c{
    width:100%;
    height: 189px;
  }*/
  /*
  .chaudoff-detail .items .item{
    display: inline-block;
  }*/
  /*
  .chaudoff-detail .items .item.video{
    border: none;
    border-top: 2px solid var(--pink2);
  }
  .chaudoff-detail .items .item.video{
    border: none;
    border-top: 2px solid var(--pink2);
  }*/

  .categs-menu > div {
      padding: 0 15px;
  }

  footer .rowmenu ul li{
    display: inline-block;
    padding: 0 20px;
  }

  footer .rowmenu2 ul li{
    display: inline-block;
    padding: 0 20px;
  }

  .articles-home-right-c .slider-ecran .slick-list{
    padding-left: 30px;
  }

  .articles-home-right-c article.alecran{
    padding-top: 20px;
  }

  .articles-home-right-c article.alecran .title{
    padding: 0px 0 10px;
  }
  .articles-home-right article.caarrive .title{
    padding: 20px 15px 10px 0;
  }

  /*
  .articles-home-right-c article.caarrive .slick-list{
    padding-left: 30px;
  }*/

  /*
  .content-left .labels-etoiles .btn-c{
    padding: 40px 15px;
  }
  .content-left .slider-affiches-c .btn-c{
    padding: 40px 15px;
  }
  .content-left article.caarrive .btn-c{
    padding: 40px 15px;
  }*/

  .slider-top .img-c{
    width: calc(100% - 0px);   
  }
  .slider-top .slick-current .img-c{
    width: calc(100% - 400px);   
  }

  .slider-top .img-cc {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1;
  }

  .slider-top .img-c-blurred-right{
    position: absolute;
    right: 0%; top: 0;
    width: 400px; height: 100%;
    z-index: 20;
    overflow: hidden;
   /* z-index: 20;*/
   /*background: #14242E;*/
  }
  .slider-top .img-c-blurred-right{
    opacity: 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
    transition-delay: 0.8s;
  }
  .slider-top .slick-current .img-c-blurred-right{
    opacity: 1 !important;
  }
  .load6 .page-template-page-home .slider-top .text{
    opacity: 0 !important;
  -ms-transform:  translate(0%,20px) !important;
  -webkit-transform: translate(0%,20px) !important;
  transform: translate(0%,20px) !important;
    transition-delay: 0.8s !important;
  }
  .load6 .page-template-page-home .slider-top .slick-current .text{
    opacity: 1 !important;
  -ms-transform:  translate(0%0%) !important;
  -webkit-transform: translate(0%,0%) !important;
  transform: translate(0%,0%) !important;
  }
  .load6 .page-template-page-home .slider-top .slick-current .text:after{
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.3);
    width: 100%; left:0; top: 0;
    height: calc( 100% - 20px);
    transition-delay: 0s !important;
  }


  .content-left .ajax-next-articles.ajax-next-articles-desktop-home{
    display: block !important;
  }

  .slider-affiches-c .slider-affiches a img{
    width: 207px !important;
  }

  .more-c{
    padding-bottom: 0;
    padding-top: 0;
    height: 90px;
  }

  footer .rowmenu2{
    padding: 0 0 50px 0;
  }

}



@media only screen and (min-width: 1620px) {

  .article-detail-ajax .article-fixed-bottom{
    right: 1200px;
  }
}

/*@media only screen and (min-width: 1362px) {*/
@media only screen and (min-width: 1620px) {
  .logo{
    left: 50%;
    margin-left: -750px;
  }

}

@media only screen and (min-width: 468px) {
  /*
  .menumobile-items{
    position: absolute;
  }*/
}


@media only screen and (max-width: 768px) {
  /*
  .video-container {
    float: none;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;

    max-width: 960px;
    margin: 0 auto;
  }

  .video-container iframe,  
  .video-container object,  
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }*/

}

@media only screen and (min-width: 768px) {


  .video-container{
    float: left;
    max-width: 400px;
    margin: 0 30px 20px 0;
  }

}

