/* Start of CMSMS style sheet 'p2vue' */
/* Couleurs : 
     Bleu fond zone slideshow : #16216c 
     Noir titre : #000
     Orange liens : #e75113;
     Gris texte: #666;
     Gris texte menu - Bouton search : #666
     Gris fond menu, texte bouton search et fond footer : #ccc; 
     Gris fond page : #e5e5e5 - Gris Du R header : #aaa;
*/  


html {
	margin: 0;
	padding: 0;
        font-size: 100%;
        text-align: center;
        /*background-color:  #e5e5e5;*/
        background-color: #fff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
        color: #666;
	font-size: 0.8em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}


/* ---------- PARAMETRES GENERAUX ---------- */

img { border: 0; }
.registered { font-size: 0.5em; color: #aaa; font-weight: normal; }
.clear { clear: both; }

.center { text-align: center; }
.right { text-align: right; }
.f_right { float: right; margin: 0 0 0 30px; }
.f_left { float:left; margin: 0 30px 0 0; }
/*.bleu { color: #1c58e3; }*/ .bleu { color: #16216c ; }
.lowercase { text-transform: lowercase; }
.legende { font-size: 11px; color: #000; line-height: 11px; }
.decorationNone { text-decoration: none; }
/* cadre concours bleu en bas - encadre */ /* cadre concours orange en haut - encadre2 */
.encadre, .encadre2 { 
  border: 1px solid #fff;
  padding: 20px; 
  margin-bottom: 20px;
  display: inline-block;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.4s ease;
}
.encadre:hover { background-color: #3a69af; }
.encadre2:hover { background-color: #b53d0c; }

/* ---------- Les TITRES ---------- */

h1, h2, h4 {
    /* font-family: Georgia, "Times New Roman", Times, serif;*/
     /* font-family: Times New Roman, Times, serif; */
     color: #000;
     text-transform: uppercase;
}
    h1 { font-size: 2em; margin: 5px 0 30px 0; line-height: 1.2em; } /* --px */
    h2 { font-size: 1.65em;  margin: 0 0 17px 0; line-height: 1.2em; } /* --px */
    h3 { font-size: 1.1em;  margin: 0 0 10px 0; } /* 16px */

    h4 { font-size: 1.1em; margin: 0; padding: 0; text-transform: none; }

/* ---------- Les LIENS ---------- */


a, a:active, a:visited {
	text-decoration: underline;
	color: #e75113;
}

a:hover {
	background-color: inherit;
	color: #16216c;
}

#zoneHeader, #general, #anniversaire, #contenantSlider, #zoneMenuhaut, #zoneContent, #footer { 
    max-width: 100vw; /* Empêcher le dépassement */
}

@media (max-width: 900px) {
#anniversaire, #footer {padding-left: 20px; padding-right: 20px; }
}


/* ---------- Le HEADER ---------- */

#zoneHeader {
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 20px 0 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

#header {
   max-width: 880px;
   height: 98px;
   margin: 0 auto;
   padding: 29px 0 0 83px;
   background: transparent url(images/cms/header_fond.jpg) 0 0 no-repeat;
   text-align: left;
}
                    
    @media (max-width: 1500px) {
       #Header {
            padding-left: 20px;
            padding-right: 20px;
     }
     span#officiel, #cntnt01moduleform_1 { display: none; }
     #reseaux { float: left!important; }
    }

/* HEADER RESPONSIVE */
#headerResp {
    width: 100%;
    box-sizing: border-box; /* Évite les dépassements */
    border-bottom: 1px solid #e0e0e0;
}
/* LOGO EN HAUT */
#logo-container {
    width: 100%;
    text-align: center; /* Centre le logo */
    padding: 10px 0;
}
#logo-container img {
    max-width: 100%; /* Le logo s'adapte aux petits écrans */
    height: auto;
}
#header-content {
    display: flex;
    align-items: center; /* Centre verticalement les deux blocs */
    justify-content: space-between; /* Espace entre eux */
    height: 100%; 
   padding-bottom: 15px;
}

/* Appliquer Flexbox dans chaque bloc */
.header-block {
    display: flex;
    align-items: center; /* Centre verticalement le contenu de chaque bloc */
    justify-content: center; /* Centre horizontalement le contenu */
    text-align: center!important;
    padding: 0 10px;
    width: 50%;
}






/* RESPONSIVE - AJOUTER UN PADDING SI ÉCRAN < 600px */
@media (max-width: 600px) {
    #main-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* Passer les blocs à 100% en colonne pour mobile */
    #header-content { flex-direction: column; }
    .header-block { width: 100%; }
}
/* Par défaut, cacher le header responsive */
#headerResp {
    display: none;
}
/* Afficher #headerResp et cacher #zoneHeader si l'écran est inférieur à 1000px */
@media (max-width: 999px) {
    #zoneHeader {
        display: none;
    }
    #headerResp {
        display: block;
    }
}


#p2v {
   height: 42px;
   padding: 20px 0 0 0;
   margin: 0;
}

#p2v a { text-decoration: none; }
#p2v a:hover { color: #666; }

#header h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #e75113;
  font-size: 5em;
  line-height: inherit;
  display: block;
  padding: 0;
  height: auto;
}

#header .intro {
  color: #666;
  font-style: italic;
  font-size: 0.85em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 0 2px;
  letter-spacing: 0;
}
      #header .intro a { color: #e75113; text-transform: uppercase; text-decoration: none; }
      #header .intro a:hover {color: #e75113; }


/* --- SITE OFFICIEL -------------- */
span#officiel {
   padding: 4px 0 0 15px;
   margin: 0;
   font-size: 0.8em;
   font-style: italic;
   float: left;
   color: #000;
   text-transform: uppercase;
}

/* --- AFFICHAGE LANGUES ----- */

span#babel { 
   display: block;
   width: 365px;
   padding: 0;
   margin: 0;
   float: right;
   text-align: right;
}
span#babel ul { padding: 0; margin: 0; }
#babel ul li { 
   list-style: none;
   margin-left: 10px;
   float : left; 
   border: 1px solid #999;
   text-transform: uppercase;
   padding: 0 1px;
}
#babel ul li:hover { border: 1px solid #e75113; }
#babel ul li.active:hover { border: 1px solid #999; }
#babel ul li a { 
   font-size: 0.7em; 
   color: #999;
   text-decoration: none;
}
#babel ul li.active {
  background: #999;
}
#babel ul li a.active, #babel ul li a.active:hover {
  color: #fff;    
}
#babel ul li a:hover {
  color: #e75113;
}

/* ---------- Menu HAUT ---------- */

#zoneMenuHaut {
   width: 100%;
   height: 40px;
   background-color: #aaa;
   text-align: center;
}
   #menuHaut {
     width: 980px;
     height: 40px;
     text-align : left;
     padding: 0;
     margin: 0 auto;
   }
   
#zoneMenuHaut ul {
  width: 980px;
  padding: 0;
  padding-top: 7px;
  margin: 0;
  text-align: left;
 }


#zoneMenuHaut li {
  float: left;
  padding: 0 10px;
  margin: 8px 0 0 0;
  display: block;
  list-style: none;
  font-size:1em;
  border-right: 1px solid #fff;
  color: #fff;
}


#zoneMenuHaut li a { /* lien */
  /*color: #666;*/ color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
          /* Lien survolé */
          #zoneMenuHaut li a:hover { color: #16216c; }

          /* Page courante */
           #zoneMenuHaut li h3  {
                font-size: 1em;
                text-transform: uppercase;  
          } 


/* ---------- Module search ----------- */

#search {
   display: block;
   margin: 0;
   float: left;
}

.search-input {
    margin: 0;
    padding: 0 5px;
    float: left;
    height: 17px;
    width: 140px;
    line-height: 17px;
    color: #666;
    font-size: 0.9em;
    border: 1px solid #666;
}

.search-button {
   background: transparent url(images/cms/search_button.jpg) 0 0 no-repeat;
   width: 21px;
   height: 21px;
   display: block;
   float: right;
   font-size: 0;
   padding: 0;
   margin: 0 10px 0 0;
   border: none;
}


/* ---------- Menu Gauche ----------- */

#menu_vert {
     width: 250px;
     height: auto;
     text-align : left;
     padding: 0;
     margin: 0;
   }
   
#menu_vert ul {
  width: 250px;
     padding: 0;
     margin: 0;
 }


#menu_vert li {
   height: 25px;
  line-height: 25px;
  display: block;
  list-style: none;
  font-size: 0.9em;
  border-bottom: 1px solid #e0e0e0;
  color: #e75113;
  margin-right: 5px;
}


#menu_vert li a { /* lien */
  color: #666;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
          /* Lien survolé */
          #menu_vert li a:hover { color: #16216c; }

          /* Page courante */
           #menu_vert li h3  {
                font-size: 1em;
                text-transform: uppercase;  
          } 
          
         #menu_vert li.separator { border-bottom: 1px solid #fff; }



/* ---------- Zone Content ---------- */

#zoneContent {
   width: 100%;
   margin: 0 auto; 
   padding: 30px 0;
   background: #fff!important;
   text-align: left;
   overflow: hidden;
}

    #content {
       position: relative;
       text-align: center;
       display: block;
       overflow: hidden; 
       max-width: 100vw; /* Empêcher le dépassement */
       min-height: 800px;
      background:  transparent url(images/cms/logo_culture.png) top left no-repeat; 
}
     @media (max-width: 1500px) {
       #content {
            padding-bottom: 150px;
    }
}



    #column {
    position: fixed;
    left: 10px;
    width: 250px;
    height: 400px;
    background: #fff !important;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    padding: 50px 10px;
    margin: 0 30px 0 0;
    display: none; /* Caché au chargement */
    top: 20vh; /* Il sera placé ici quand il s'affichera */
    }   

    #main {
      display: block;
      padding: 0;
      margin: 0 auto;
      max-width: 900px;
      height: 100%;
      overflow: hidden;
    }
            @media (max-width: 950px) {
          #main {
        margin-left: 20px;
        margin-right: 20px;
    }
}



/* ----------- Module Bannière (P2V de la semaine) --------- */
div.banner {
   width: 178px;
   display: block;
   background-color : #fff;
   text-align: center;
   color: #666;
   border: 1px solid #e0e0e0;
   padding-bottom: 7px;
}
div.banner h3 { 
    height: 20px;
    line-height: 20px;
    text-transform: uppercase; 
    margin: 0;
    font-size: 0.9em;
    text-align: left;
    padding-left: 8px;
}
div.banner span { 
    display: block;
    padding: 3px 3px 8px 3px;
    font-size: 0.9em;
}

/* ----------- Module Bannière (Page P2VP du monde) --------- */
div.bannerPage {
   width: 177px;
   height: 205px;
   display: block;
   float: left;
   background-color : #fff;
   text-align: center;
   color: #666;
  text-align: center;
}
}
div.bannerPage span { 
    display: block;
    padding: 5px 3px 0 3px;
    font-size: 0.9em;
}


/* ---------- >Bloc réseau sociaux ---------- */


#reseaux {
     width: 260px;
     height: auto;
     float: right;
     text-align :right;
     padding: 0;
     margin: 40px 0 0 0;
    vertical-align: top;
   }

/* ---------- Bloc colonne Partenaires ----- */

/*.colonnePartenaires {
     margin: 0;
     padding: 0;
     width: 240px;
     margin: 70px 0 130px 0;
}

.linkPartners {
       margin-top: 80px;
       width: 178px;
       height : 29px;
       line-height: 29px;
       border: 1px solid #666;
       font-size: 0.9em;
       font-weight: bold;
       text-align: center;
}
.linkPartners:hover {
       border: 1px solid #16216c;
       background: #eee;
}

.linkPartners a { color: #666; text-decoration: none; }
.linkPartners a:hover { color: #16216c; }*/


/* --------------- Twitter P2v semaine colonne ------------- */
/*#twitter1 {
padding: 5px;
border: 1px solid #e0e0e0;
}

#twitter1 h2 {
       /* border-bottom: 1px solid #e0e0e0;*/
        height: 25px;
        line-height: 25px;
        text-indent: 5px;
        font-size: 0.9em;
        color: #666;
        margin-bottom: -5px;
        background: #aad5f6;
}*/

/* --------------- Twitter page P2v du Monde ------------- */

#twitter2 {
      display: block;
      float: right;
      width: 250px;
      margin-left: 20px;
      border: 1px solid #666;
      text-align: center;
      padding: 5px 0 5px 5px;
}

#twitter2 h3 {
        border-bottom: 1px solid #e0e0e0;
        height: 25px;
        line-height: 25px;
        text-indent: 5px;
        background: #fff;
        text-transform: uppercase;
}
#twitter2 h3 a { 
        font-size: 0.9em;
        color: #666;
        text-decoration: none;
}
#twitter2 h3 a:hover { color: #e75110; text-decoration: underline!important; }

/* ---------- Zone SlideShow ---------- */

#zoneSlide1 {
   width: 100%;
   height: 418px;
   background: #16216c url(images/cms/slideg.jpg) top left no-repeat;
   z-index:1;
}
#zoneSlide2 {
   position: relative;
   width: 100%;
   height: 418px;
   background: transparent url(images/cms/slided.jpg) top right no-repeat;
   text-align: center;
   z-index:2;
}
   #slide {
     width: 980px;
     height: 418px;
     margin: 0 auto;
     background: #f0f0f0;
   }





/* ---------- Zone Footer ---------- */

#footer {
   clear: both;
   height: 100%;
   width: 100%;
   margin: 0;
   text-align: center;
   padding: 22px 0;
   color: #666;
   background-color: #ccc;
}
    #footer span {color: #000; font-size: 11px;  text-align: center;}
    #footer a, #footer a:visited { color: #000; text-decoration: none; }
    #footer a:hover { text-decoration: underline; }

#footer a.lienFooterDiscret {
   color: #666;
   text-decoration: underline;
}
#footer a.lienFooterDiscret:hover { color: #000; }


/* ---------- La Page CONTACT ---------- */

.formbuilderform form {margin-top:0;  }
.formbuilderformform, td, th, li { font-size: 100%}
.formbuilderformform div {margin-bottom:0; font-size: 1em;}

.formbuilderform label {
	display: block;
	float: left;
	width: 150px;
}

.formbuilderform input {
                font-family: verdana, arial, sans-serif;
                margin: 0 0 5px 10px;
                padding: 0 0 0 2px;
	        height: 18px;
                line-height: 18px;
                color: #16216c;
                font-size: 0.9em;
                border: 1px solid #878889;
}

.formbuilderform textarea {
	font-family: verdana, arial, sans-serif;
                padding: 0 0 0 2px;
	        width:80%;
	        height: 8em;
                color: #16216c;
                font-size: 0.9em;
}
/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:100%;
}
.captcha img {border:1px solid #212930; margin-bottom:0.5em}
.captcha input {width:200px; margin-top:0.5em}

.formbuilderform input[type=submit] {
  color: #ccc;
  font-size: 0.9em;
  height: 21px;
  padding: 0 50px 3px 50px;
  background-color:#878889;
 }

.error_message {
  color: #e75113;
  font-weight: bold;
  font-size: 1.2em;
}

/* ------------ Divers ------------------ */

.minor { font-size: 0.9em; }
a.signature { color: #000; text-decoration: none;  font-weight: bold; }
a.signature:hover { color: #e75113; }
.grey { color: #666; }



/* -------------- POP UP EVENEMENT ------------------------ */
#windowContainer {
	position:absolute;
	top:10px;
	left:10px;
	background-color:#C0C0C0;
	border-style:solid;
	border-width:1px;
	border-top-color:#E0E0E0;
	border-left-color:#E0E0E0;
	width:300px;
	height:300px;
}

#windowContainerBorder1 {
	position:absolute;
	top:0px;
	left:0px;
	width:298px;
	height:298px;
	border-style:solid;
	border-width:1px;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-bottom-color:#808080;
	border-right-color:#808080;
}

#windowTitle {
	position:absolute;
	top:3px;
	left:3px;
	width:292px;
	height:18px;
	background-color:#000080;
	font-family:ms sans serif;
	font-size:8pt;
	padding-left:2px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:default;
	vertical-align:middle;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#000080', EndColorStr='#96C8FF');
}

#controlBox {
	position:absolute;
	top:5px;
	left:243px;
}

#contentArea {
	position:absolute;
	padding:5px;
	top:23px;
	left:3px;
	width:282px;
	height:250px;
	background-color:#FFFFFF;
	border-style:inset;
	border-width:2px;
	overflow:auto;
}

#resizeCapture {
	position:absolute;
	top:287px;
	left:286px;
	width:12px;
	height:12px;
	cursor:nw-resize;
	background-image:url("resizeArea.gif");
	overflow: hidden;
}

/* ------------------ Page PARTENAIRES (module Products) --------------------- */

div.ProductDirectoryItem { float: left; width: 160px; height: 130px;  text-align: center; margin: 0 0 40px  8px; padding: 40px 8px 0 0; border-top: 1px dotted #666; }


/* ------------------ BXSLIDER -------------------------------------------------------- */
.contenantSlider {
	position: relative; 
	width: 100%;
	text-align: center;
}

/* ----------------- POPUP DEFISCALISATION ----------------------------------- */

#popupDefisc {
       display : none;
       background: #efefef;
       padding: 25px;
       width: 924px;
       height: auto;
       position: relative;
       top: 30px;
       left: 0;
       border: 3px solid #aaa;
      z-index: 1000;
 }


/* ------------------ MENU RESPONSIVE ------------ 2025 -------------------- */
/* Bouton du menu (caché par défaut) */
#menuToggle {
    display: none; /* Caché sur les grands écrans */
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 20px 30px;
    cursor: pointer;
    z-index: 1001;
    border-radius: 5px;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    border: none;
    background-size: 200% 200%;
    animation: gradientShift 1.5s infinite alternate; /* Plus rapide pour plus de dynamisme */
    box-shadow: 0px 0px 10px rgba(231, 81, 19, 0.7); /* Halo lumineux autour */
}
/* Dégradé animé entre gris clair et gris foncé */
@keyframes gradientShift {
    0% {
        background: linear-gradient(45deg, #6f6f6f, #2c2c2c); /* Gris clair → Gris foncé */
    }
    100% {
        background: linear-gradient(45deg, #2c2c2c, #6f6f6f); /* Gris foncé → Gris clair */
    }
}

/* Mode responsive : cacher column et afficher le bouton */
@media (max-width: 1500px) {
    #column {
        display: none; /* Masquer column */
    }

    #menuToggle {
        display: block; /* Afficher le bouton */
    }
}

/* Quand column est affiché après un clic */
#column.active {
    display: block !important;
}



/* ACTUALITES EN ACCUEIL */

.concours-photo {
    clear: both;
    background: linear-gradient(to bottom, #2d408e, #3a69af);
    padding: 60px 20px 30px 20px;
    font-size: 15px;
    color: #fff;
    margin: 30px 0;
    border-radius: 10px; /* Coins arrondis */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Ombre légère */
    transition: transform 1s ease, box-shadow 0.3s ease; /* Animation fluide */
    /*transition: background 1s ease-in-out; /* Animation fluide */*/
    transition: background-color 0.9s ease;
}

/* Effet au survol */
.concours-photo:hover {
    transform: translateY(-5px); /* Légère élévation */
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, #1f2c6b, #2a4c85); /* Couleurs plus sombres */
}

/* Titre du concours */
.concours-photo h2 {
    text-align: center;
    color: #ff7528;
    font-family: arial, sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
}
     .concours-photo h2 span { color: #fff; text-transform: lowercase; font-size: 18px; font-weight: 300; }

.upp { text-transform: uppercase; }

/* Texte principal */
.concours-photo p {
    text-align: center;
    line-height: 1.6em;
    color: #fff;
}

/* Texte important */
.concoursred { color: #ff7528; font-weight: bold; }

/* Lien email */
.concours-photo a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.concours-photo a:hover {
    text-decoration: underline;
}

/***** 30 ans de points 2 vue */

/* Nouveau bloc sous #zoneHeader */
#anniversaire {
    width: 100%;
    background-color: #e75113;
    padding: 20px 0; /* Espace vertical */
    text-align: center;
}

/* Conteneur centré */
#anniversaire .container {
    max-width: 940px;
    margin: 0 auto;
    padding: 20px;
    color: white;
    font-family: Arial, sans-serif;
}
      #anniversaire .container a { color: #fff; }

/* Grand titre */
#anniversaire .grand-texte {
    font-size: 32px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Sous-titre */
#anniversaire .intermediaire {
    font-size: 26px;
    font-weight: normal;
   margin-bottom: 10px;
    line-height: 1.8em!important;
}

/* Texte plus petit */
#anniversaire .petit-texte {
    font-size: 26px;
    font-weight: lighter;
    line-height: 1.8em;
}

/* Bloc *faux tableau* encadre et sponsor chambre proprio */
  .bloc-flexT {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .colonneT {
    flex: 1 1 300px;
    max-width: 600px;
  }

  .colonneT img {
    max-width: 100%;
    height: auto;
  }

  @media (max-width: 768px) {
    .bloc-flexT {
      flex-direction: column;
      align-items: center;
    }
  }



/* MODIFIER LE MENU HAUT */
/* Cache les liens 1, 3 et 5 (Actualités, Videoroom, Webcam P2V) */
#menuHaut ul li:nth-child(1), /* Actualités */
#menuHaut ul li:nth-child(3), /* Videoroom */
#menuHaut ul li:nth-child(5) { /* Webcam P2V */
    display: none;
}

/* Mise en valeur du lien 7 (Partenaires officiels) */
#menuHaut ul li:nth-child(7) a {
    color: #000 !important;
    font-size: 1.1em;
}

/*.contenantSlider { display: none; }*/


/* STYLES BLOCS VISITES GUIDEES MA2F */
a.reserver { display: block; margin: 0 auto -30px auto; width: 180px; padding: 2px 5px; background-color: #e75113; color: #fff; text-decoration : none;  }
a.reserver:hover { color: #0b4fa2; important! background-color: #fff!important; }
/* End of 'p2vue' */

