<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONT

font-family: 'Playfair Display', serif;
font-family: 'Montserrat', sans-serif;

*/
/* ---------------------------- HEADER */
#control_header.bandeau_true header {
    margin: 0px 0 0 0 !important;
    opacity: 1 !important;
}

/* ---------------------------- CONTENU */

/* ---------------------- @NOTE ACCUEIL ECRAN 1 (SLIDER) */

.waitReady {
    visibility: hidden;
}

/* slider size */
.slideshow-wrap {
    display: block;
    min-height: 90vh;
    width: 100%;
    margin: auto;
    position: relative;
}

.slideshow-wrap.secondaire {
    min-height: 50vh;
}

.slideshow-wrap iframe {
    display: block;
    margin: auto;
    height: 80%;
    width: 100%;
}

.bloc_txt_slider {
    padding: 15px;
    width: 90%;
    position: absolute;
    transition: all 0.2s ease;
}

.bloc_txt_slider:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.bloc_txt_slider.bloc_large {
    max-width: 90% !important;
}

.bloc_txt_slider.leftBottom {
    left: 20px;
    bottom: 100px;
}
.bloc_txt_slider.leftTop {
    left: 20px;
    top: 180px;
}
.bloc_txt_slider.rightBottom {
    right: 20px;
    bottom: 100px;
}
.bloc_txt_slider.rightTop {
    right: 20px;
    top: 180px;
}
.bloc_txt_slider.centerCenter {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
}
.bloc_txt_slider.centerLeft {
    left: 20px;
    top: 50%;
     -webkit-transform: translate(0%,-50%);
}
.bloc_txt_slider.centerRight {
    right: 20px;
    top: 50%;
     -webkit-transform: translate(0%,-50%);
}
.bloc_txt_slider.centerTop {
    top: 180px;
    -webkit-transform: translate(-50%,0%);
}
.bloc_txt_slider.centerBottom {
    bottom: 100px;
    -webkit-transform: translate(-50%,0%);
}
.bloc_txt_slider .titre_slider {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #C19947;
    margin-bottom: -5px;
}
.bloc_txt_slider .texte_slider {
    padding: 0 20px;
}
.bloc_txt_slider .texte_slider &gt; p {
    color: white;
}

div#accueil_ecran_1 {
    margin-top: 130px;
}
@media (max-width: 920px) {
        div#accueil_ecran_1 {
        margin-top: 100px;
    }
}
/* ---------------------- @NOTE ACCUEIL ECRAN 2 (EXPLORE &amp; RESEAUX SOCIAUX) */

#accueil_ecran_2 {
    /*max-height: 70vh;*/
    /*width:1100px;*/
    margin:auto;
}

#accueil_ecran_2 .rubrique{
    text-align: right;
}
#accueil_ecran_2 h2{
    right: 10%;
    font-size:70px;
}
#accueil_ecran_2 .rubrique .ombre {
  top:40px;
  font-size: 40px;
}

#accueil_ecran_2 .titre_bloc{
    bottom: 0;
    left: 10px;
}

#accueil_ecran_2 .bloc_flex_primaire {
    display: flex;
    /*min-height: 40vh;*/
    min-height:300px;
}

#accueil_ecran_2 .bloc_flex_primaire:last-of-type {
    margin-top: 25px;
    align-content: space-between;
}

#accueil_ecran_2 #enLigne {
    min-width: 80%;
    padding: 0 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#accueil_ecran_2 #enLigne .titre_bloc{
    margin-top: 10px;
    text-align: left;
    position: inherit;
}

#accueil_ecran_2 #enLigne #bloc_flex {
    display: flex;
    min-height: 80%;
    align-content: space-around;
    align-items: flex-start;
    padding-top: 25px;
}

#accueil_ecran_2 #enLigne .categorie {
    flex: 1;
    margin: 25px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#accueil_ecran_2 #enLigne .categorie:last-of-type {
    margin: 25px 0 0 0;
}

#accueil_ecran_2 #enLigne .categorie .bloc_de_lien {
    padding-left: 0px;
    max-width: 250px;
    text-align: center;
}

#enLigne a.titre_bloc_colonne {
    display:block;
    font-size: 26px;
}

#accueil_ecran_2 #enLigne .bloc_de_lien a{
    font-size: 16px;
    color: white;
    display: inline;
    border-bottom: solid transparent 1px; 
}
/* 
    Permet de placer les liens en colonne 
    malgrÃ© le "inline" et adapte la taille 
    de leur border-bottom Ã&nbsp; leur contenu 
*/
#accueil_ecran_2 #enLigne .bloc_de_lien a:after{
    content: '';
    display: block;
    margin-bottom: 10px;
}

#accueil_ecran_2 #enLigne .bloc_de_lien a:hover{
    color: #C19947;
    text-decoration:none;
}

#accueil_ecran_2 #enLigne .bloc_de_lien a:last-child{
    margin-bottom: 0px;
}



#accueil_ecran_2 #decouvrir {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 25px;
    max-height: 35vh;
    flex: 1;
}

#accueil_ecran_2 #decouvrir section {
  width:100%;
  height:50%;
  position:absolute;
  transition: all 0.2s ease;
}

#accueil_ecran_2 #decouvrir section.unique {
  height: 100%;
}

#accueil_ecran_2 #decouvrir section.lien1:hover {
  height: 60%;
}

#accueil_ecran_2 #decouvrir section.lien1:hover p {
  padding-left: 10px;
}

#accueil_ecran_2 #decouvrir section.lien2:hover p {
  padding-right: 10px;
}

#accueil_ecran_2 #decouvrir section.lien1 {
  bottom:0;
  -webkit-clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 70%, 100% 100%, 0% 100%);
  background-color: rgba(0,0,0,0.4);
}

#accueil_ecran_2 #decouvrir section.lien2 {
  top:0;
  
}

#accueil_ecran_2 section.lien2 .titre_bloc{
    top: 6px;
    right: 10px;
    text-align: right;
}

#accueil_ecran_2 .titre_bloc{
    bottom: 6px;
    left: 10px;
    transition: all 0.2s ease;
}

#accueil_ecran_2 #decouvrir section.unique span{
    position: absolute;
    bottom: 0;
    right: 0;
    background-image:  url(../images/icon_croix.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #C19947;
    height: 40px;
    width: 40px;
    transition:0.5s;
}
#accueil_ecran_2 #decouvrir section.unique:hover span{
    background-color: #222;
}

#accueil_ecran_2 #decouvrir a {
    display: block;
    width: 100%;
    height: 100%;
}
#accueil_ecran_2 #reseaux_sociaux {
    flex: 3;
    background: white;
}

/* ACCORDEON RESEAUX SOCIAUX */

.accordeon {
    width: 100%;
    height: 100%;
    /*background-color: #C19947;*/
    transform: translateZ(0);
}

.accordeon_bg {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size:cover;
  background-position: top center;
}

  .accordeon_bg[icon=twitter] {
    background-image:url('../images/fond_accordeon_twitter.png');  
  }
  .accordeon_bg[icon=facebook] {
    background-image:url('../images/fond_accordeon_facebook.png');  
  }
  .accordeon_bg[icon=youtube] {
    background-image:url('../images/fond_accordeon_youtube.png');  
  }
  .accordeon_bg[icon=instagram] {
    background-image:url('../images/fond_accordeon_instagram.png');  
  }    
/* Taille des onglets fermÃ©s */
.accordeon .link {
    position: relative;
    float: left;
    width: 10%;
    height: 100%;
    color: #aaa;
    /*border-right: 1px solid #ad893f;*/
    
    overflow: hidden;
    cursor: pointer;
    transition: .5s ease-out;
    z-index:9999;
}
.accordeon .link:last-child {
    border-right: 0;
}
/* Taille des onglets ouverts */
.accordeon .link.hovered {
    width: 70%;
    background-color: #eaeaea;
}

.accordeon .link.hovered .prev {
    opacity: 0;
}
  /*
.accordeon .link img{
    filter: brightness(0%);
}
*/

.accordeon .link:not(.hovered) .full_content {
	opacity: 0;
  display: none;
}

.accordeon .link .full_content {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
}

.full_header {
  display:flex;
  align-items:center;
  margin-left:2%;
}
.full_icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size:cover;
    height:32px;
    width:32px;
    margin-right:15px;
    filter: brightness(0%);
}    
.full_titre {    
    text-transform:uppercase;
    color:#444;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}

.full_icon[icon=youtube] {
  background-image: url("../images/youtube-logo.png");
}
.full_icon[icon=twitter] {
  background-image: url("../images/twitter-logo.png");
}
.full_icon[icon=facebook] {
  background-image: url("../images/facebook-logo.png");
  background-size:90%;
}

.accordeon .link .prev {
    height: 100%;
    width: 100%;
    font-size: 12px;
    /*padding: 25px 10px;*/
    transition: 0.3s ease;
    position:relative;
}

.accordeon .link .prev &gt; span{
    position:absolute;
    display: block;
    height: 100%;
    width: 100%;
    transition: 0.3s ease;
    background-color: rgba(173,137,63,0.6);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: auto 30%;
}



.accordeon .link:hover .prev{
    /*filter: brightness(0%);*/
}
.accordeon .link.hovered .prev{
    /*filter: brightness(0%);*/
}

.accordeon .link:hover .prev &gt; span{
  transition: 0.8s ease;
  background-color: rgba(173,137,63, 1);
}

.accordeon .link:not(.hovered) a {
    width: 0;
    height: 0;
}

#youtube_accordeon {
    background-image: url("../images/youtube-logo_vertical.png");
}
#twitter_accordeon {
    background-image: url("../images/twitter-logo_vertical.png"); 
}
#facebook_accordeon {
    background-image: url("../images/facebook-logo_vertical.png"); 
}
#instagram_accordeon {
    background-image: url("../images/instagram-logo_vertical.png"); 
}

/*** videos youtube */
  #yvideo-container {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    height:280px; 
    margin:auto;
    overflow-y:scroll
  }    
  .yvideo {
    display:block;
    width:31%;
    min-height:140px;
    height:auto;
    margin:1%;
    background-size:cover;
    background-position:top center;
    background-repeat: no-repeat;
    position:relative;    
  }
  .yvideo div {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0.85);
    color:#000;
    padding:5px;
    text-align:center;
    transition: 0.3s ease;
  }
  .yvideo:hover div {
    background-color:#8C1D40;
    color:#fff;  
  }
  
  .ychannel {
    background-color:#8C1D40;
    color:#fff;
    text-align:center;
    font-size: 100px;
    display:flex;
    align-items:center;
    justify-content: center;
    
  }

/*** twitter **/
  #tweets-container {
    width:100%;
    height:280px; 
    margin:auto;
    overflow-y:scroll    
  }    
  .tweet {
    display:block;
    height:auto;
    margin:1%;
    padding:8px;
    text-decoration:none;        
  }
  
  .tweet:nth-child(odd) {
    background-color:#fff;
  }  
  .tweet:nth-child(even) {
    background-color: rgba(140, 29, 64, 0.05);
  }
  
  .tweet .tweet_header {
    display:flex;
    align-items:center;
    margin-bottom:5px;
  }
    .tweet .tweet_name {
      color: #8C1D40;
      font-weight:600;
      margin-right:5px;
    }
    .tweet .tweet_screen_name {
      color: #8C1D40;
      font-weight:200;
      margin-right:5px;
    }    
    
    .tweet .tweet_date {
      color: #657786;
    } 
  
  .tweet_texte {
    
  }
  /*
  .tweet_texte_solo {
    
  }
  .tweet_texte img {
    max-width:30%;
    height:auto!important;
    max-height:280px;
    float:right;
    margin:0 0 10px 10px;
  }
  */
  
  .tweet img {
    max-width:100%; 
    height:auto;
  }
  
  .tweet_img {
    margin:5px auto;
    width:100%;
  }  
  
  /*** facebook ***/
  #facebook-container {
    width:100%;
    height:280px; 
    margin:auto;
    overflow-y:scroll     
  }    
  .fb-item {
    display:block;
    height:auto;
    margin:1%;
    text-decoration:none;
    background-color:#fff;
    padding:10px;        
  }
  .fb_texte {
    margin-bottom:5px;
  }
  .fb-item img {
    max-width:100%;
    height:auto;
  }
  
/* ---------------------- @NOTE ACCUEIL ECRAN 3 (FOCUS ON) */

#accueil_ecran_3 {
    min-height: 50vh;
    width: 100%;
}

#accueil_ecran_3 .rubrique{
    text-align: left;
}
#accueil_ecran_3 h2{
    left: 10%;
    font-size:70px;
    z-index: 1;
}
#accueil_ecran_3 .rubrique .ombre {
  top:40px;
  font-size: 40px;
    z-index: 1;
}

#accueil_ecran_3 .corner.leftTop {
    bottom: -2px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

#accueil_ecran_3 .corner.rightBottom {
    top: -2px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
#focus_container {
  position: relative;
  overflow: hidden;
}

#focus_container .corner {
    z-index: 1;
}

#focus {
  position: relative;
  min-height: 90vh;
  max-height: 90vh;
  margin: auto;
}

#focusTextes .focus_texte {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: white;
  width: 100%;
}

#focusTextes h3 {
  color: #7A1B39;
  font-size: 12pt;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

#focusTextes p {
  font-size: 10pt;
  font-weight: 400;
}

#focusTextes .focus_texte_content {
  width: 900px;
  text-align: justify;
  margin: 0 0 0 auto;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#focus .slide {
  width: 100%;
  height: 100%;
}

#focus .bg_img {
  display: block;
  width: 100% !important;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

body #focus_container .lSSlideOuter .lSPager.lSpg {
  left: 25px;
  right: inherit;
}


/* ---------------------- @NOTE RESPONSIVE 920px */

@media screen and (max-width: 920px) {
    
    /* INDEX */
    /* EXPLORE */
    #accueil_ecran_2 {
      width:100%;
    }
    #accueil_ecran_2 #enLigne .categorie {
         text-align: center;
    }
    #accueil_ecran_2 #enLigne .categorie .bloc_de_lien {
        padding-left: 0;
        margin: auto;
    }
    #accueil_ecran_2 #enLigne {
        min-width: 90%;
        padding: 0 25px; 
    }
    #focusTextes .focus_texte_content {
        width: auto;
        margin-bottom: 10px;
    }
    
}

/* ---------------------- @NOTE RESPONSIVE 800px */

@media screen and (max-width: 800px) {
    
    /* INDEX */
        /* SLIDER ACCUEIL */
		
    #focus {
      min-height: 50vh;
      max-height: 50vh;
    }
    body .lSAction &gt; a {
        opacity: 0.5;
        visibility: visible;
    }
    
	#accueil_ecran_1 {
        margin-top: 100px;
    }
    
    #accueil_image {
        /*min-height: 30vh;*/
    }
    
    /*
    .bloc_txt_slider.leftBottom, .bloc_txt_slider.leftTop, .bloc_txt_slider.rightBottom, .bloc_txt_slider.rightTop, .bloc_txt_slider.centerCenter, .bloc_txt_slider.centerLeft, .bloc_txt_slider.centerRight, .bloc_txt_slider.centerTop, .bloc_txt_slider.centerBottom {
        left: 50%;
        bottom: inherit;
        top: 50%;
        right: inherit;
        width: 100%;
        -webkit-transform: translate(-50%,-50%);
    }
    .bloc_txt_slider {
        left: 50% !important;
        bottom: inherit !important;
        top: 25px!important;
        right: inherit !important;
        width: 100% !important;
        -webkit-transform: translate(-50%,0) !important;
    }
    */
    /*
    
    .bloc_txt_slider.leftTop {
        left: 20px;
        top: 20px;
    }
    .bloc_txt_slider.rightBottom {
        right: 20px;
        bottom: 50px;
    }
    .bloc_txt_slider.rightTop {
        right: 20px;
        top: 20px;
    }
    */
    .bloc_txt_slider {
        max-width: 90% !important;
    }
    
        /* EXPLORE */
    #accueil_ecran_2 {
        max-height: none;
    }
        /* en ligne */
    #accueil_ecran_2 #enLigne {
        min-width: 100%;
    }
    #accueil_ecran_2 #enLigne #bloc_flex {
        flex-direction: column;
        align-items: center;
        padding-top: 0;
    }
    #accueil_ecran_2 #enLigne .categorie {
        margin: 10px 0 10px 0;
        text-align: center;
    }
    #accueil_ecran_2 #enLigne .categorie:first-of-type {
        margin-top: 15px;
        margin-left: 0;
    }
    #accueil_ecran_2 #enLigne .categorie:last-of-type {
        margin-bottom: 25px;
        margin-right: 0;
        margin-top: 10px;
    }
    #accueil_ecran_2 #enLigne .titre_bloc {
        text-align: left;
        margin-left: 20px;
    }
    #accueil_ecran_2 #enLigne .categorie .bloc_de_lien {
        padding-left: 0;
    }
        /* RÃ©seaux Sociaux */
    #accueil_ecran_2 .bloc_flex_primaire:last-of-type {
        flex-direction: column;
    }
    #accueil_ecran_2 #decouvrir {
        height: 250px;
        width: 100%;
        margin-bottom: 25px;
        flex: inherit;
    }
    #accueil_ecran_2 #reseaux_sociaux {
        height: 500px;
        flex: inherit;
    }
    
    /* Accordeon */
    .accordeon_bg {
      background-image:none!important;  
    }
    
    #youtube_accordeon {
        background-image: url("../images/youtube-logo_long.png");
    }
    #twitter_accordeon {
        background-image: url("../images/twitter-logo_long.png"); 
    }
    #facebook_accordeon {
        background-image: url("../images/facebook-logo_long.png"); 
    }
    #instagram_accordeon {
        background-image: url("../images/instagram-logo_long.png"); 
    }
    
    .accordeon .link {
        width:100%;
        height:10%;
        border-bottom: 2px solid #ad893f;
        border-right: none;
    }
    .accordeon .link:last-child {
        border-bottom: 0;
    }
    
    .accordeon .link .full_content {

    }
    
    .accordeon .link.hovered {
        width: inherit;
        height: 70%;
    }
    .accordeon .link .prev {
        /*padding: 10px 25px;*/
    }
    .accordeon .link .prev &gt; span{
        /*background-size: contain;*/
        background-position: center !important;
    }

    .yvideo {
      width:48%;          
    }    
    
    /* FOCUS */
    #focusOn {
        min-height: 50vh;
    }
    #accueil_ecran_3 {
        min-height: inherit;
    }
    #accueil_ecran_3 .description_focusOn.active, #accueil_ecran_3 .description_focusOn  {
        text-align: justify;
        font-size: 16px;
        padding-left: 10%;
        padding-right: 10%;
    }
    #accueil_ecran_3 .description_focusOn p, #accueil_ecran_3 .description_focusOn.active p {
        text-align: justify;
        font-size: 16px;
    }
    #accueil_image label.arrows {
        
        padding: 10px 17px;
    }
    #accueil_ecran_3 label.arrows {
        opacity: 0.7;
        padding: 10px 17px;
    }
    
}

/* ---------------------- @NOTE RESPONSIVE 600px */

@media screen and (max-width: 600px) {
    
    /* INDEX */
    #accueil_ecran_1 .parallax {
        background-size: 100%;
    }
}



.countdown_contener {
    position: absolute;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top:20%;

}

.countDays, .countHours, .countMinutes, .countSeconds {
    position:relative;
}

.countDays::after, .countHours::after, .countMinutes::after, .countSeconds::after{

    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family:arial;
    text-transform:uppercase;
    letter-spacing:0px;
}

.countDays::after {
    content: 'days';
}

.countHours::after {
    content: 'hours';

}

.countSeconds::after {
    content: 'seconds';

}

.countMinutes::after {
    content: 'minutes';

}

@media screen and (max-width: 600px) {
    .digit {
        width: 26px!important;
    }
    .countdownHolder {
        font: 30px / 1.5 'Open Sans Condensed', sans-serif!important;
    }
    .countdown_contener {
        top:22%;    
    }    
    .countDays::after, .countHours::after, .countMinutes::after, .countSeconds::after {

        left: 0;

        text-align: center;
        font-size: 12px!important;
  
    }    
}</pre></body></html>