
* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    /*
    margin: 0;
    padding: 0;
    */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    color:#000;
    scroll-behavior: smooth;
}

/**** --> styles generaux P, TD, ... dans stylebase.css ****/


input, select, textarea {
  font-family: 'Montserrat', sans-serif;
  padding:4px;
  color:#222;
}
textarea:focus, input:focus{
    outline: none;
}

ul, li {
    list-style: none;
    list-style-type: none;
}




.todo {
   background-color: #C19947;
   color:#fff;
   padding:5px;
   margin:10px;
}



.rubrique {
    margin:20px 0 20px 0px;
    padding: 0;
    display: block;
    cursor: default;
    /*min-height: 10vh;*/
}

.rubrique .ombre {
    position: absolute;
    color: #8C1D40;
    text-transform: none;
    right: 10px;
    top: 16px;
    font-size: 22px;
}

.rubrique h1 {
    position: relative;
    display: inline-block;
    color:rgba(140, 29, 64, 0.2);
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase; 
    font-weight:600;
    font-size:30px;
}

.titre_bloc {
    position: absolute;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    font-size:22px;
    font-weight: 400;
}

.titre_bloc_colonne {
    color: #C19947;
    font-family: 'Playfair Display', serif;
    text-transform:uppercase;
    font-size:20px;
    font-weight: 400;
    margin-bottom: 20px;
}

#btn_haut_live {
  font-size: 16px;
  color:rgb(140, 29, 64);
  margin-right:10px;  
  font-weight:500;
}

#btn_haut_criterium {
  font-size: 16px;
  color:rgb(140, 29, 64);
  margin-right:10px;  
  font-weight:500;
}

/** inter **/
.inter {
  display:flex;
  justify-content:space-between;
}
.inter_menu {
  width:19%;
}
.inter_contenu {
  width:80%;
}
.inter_contenu_large {
  width:100%;
  margin-top:30px;
}
.inter_contenu #menuh{
  margin:0;
    position: relative;
}

/* vignettes menus fils dans la page */
#vignette_menu {
  display:flex;  
  flex-wrap:wrap;
}
.vignette_menu_element {
  width:24%;
  margin-right:1%;
  margin-bottom:1%;
  position: relative;
  height:150px;
  display:block;
  background-size:cover;
  background-repeat:no-repeat;
}
.vignette_menu_element_titre {
    font-weight: 500;
    font-size: 14px;     
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2px;
    text-align: right;
    color:#000;
    position: absolute;
    bottom:20px;
    width:100%;
  
}


/* ------------------- POP IN  ------------------- */
.popin-fond {
    display: none;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index:999;

}

.popin-contenu {
    display: none;
    background-color:#fff;
    color:#fff;
    padding: 20px 10px;
    
    min-height:50%;
    height:80%;
    width:80%;
    margin:5% auto;
    max-width:1200px;
    background-size:cover;
    background-position:center;
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.5);
    position:relative;
    
    z-index:99;
}
.popin-scroll {
 overflow-y:auto;
 height:100%;
}
.popin-texte {
  position:relative;
  width:100%;
  height:100%;
  
}

#popin-source-texte {
  margin:10px 0;
}

#popin-source-texte p, #popin-source-texte td, #popin-source-texte div, #popin-source-texte th {
  color:#fff;
}

.popin-contenu h1 {
  color:#fff;
  padding: 0;
  margin: 0;
  margin-bottom:10px;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}

.popin-contenu h2 {
  color:#fff;
  font-size:20px;
  font-weight: normal;
}

.popin-contenu h3 {
  color:#8C1D40;
  font-size:20px;
  font-weight: normal;
}
.popin-contenu div {
   color:#fff;
}


.popin-bloc-contenu {
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}



.popin-fermer {
  position:absolute;
  top:-15px;
  right:-15px;
  cursor:pointer;
  z-index:98;
  /*
  background-color:#8C1D40;
  display:flex;
  align-items:center;
  color:#fff;
  font-size:20px;
  text-align:center;
  padding:10px 20px;
  
  
  
  */
    border-radius:17px;
    height: 30px;
    width: 30px;
    background-color:rgba(255,255,255,0.7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/retour_catalogue.png);  
    transition:0.5s;
}

.popin-fermer:hover {
 /*background-color:#222;*/
 background-color:rgba(255,255,255,1);
}

/* ------------------- POP IN  FORM ------------------- */
.popin-contenu input, .popin-contenu textarea, .popin-contenu select {
  background-color:rgba(255,255,255,0.9);
  margin:7px 0px;
  padding:10px;
  border:0;
}
.popin-contenu input[type=submit], .popin-contenu input[type=button] {
  font-size: 14px;
  background-color:#8C1D40;
  color:#fff;
  border:0;
  cursor:pointer;
  transition:0.5s;
}
.popin-contenu input[type=submit]:hover, .popin-contenu input[type=button]:hover {
  background-color:#222;
}

.popin-form-row {
  display:flex;
}
.popin-form-row input[type=email], .popin-form-row input[type=text], .popin-form-row input[type=password], .popin-form-row select {
  width:49%;
  margin-right:1%;
}

.popin-form-cell {
  width:49%;
  margin:7px 1% 7px 0;
  padding:10px;
}

.popin-form-row-label {
  width:49%;
  margin-right:1%;
  display:flex;
  align-items:center;
}
.popin-form-row textarea {
  width:100%;  
}
.popin-form-submit {
  /*position:absolute;
  bottom:10px;
  right:10px;         */
  text-align:right;
  margin-right:1%;
  margin-top:1%;
}


.popin-form-intro {
  margin:10px 0;
  color:#fff;
}

.focus_champ_vide {
  background-color: rgba(255, 153, 0, 0.9)!important;
  color:#fff!important;
}

#popin-form-retour {
    background-color:#a00;
    color:#fff;
    text-align:center;
    padding:5px;
    margin:5px 0;
    display:none;
}

/* ------------------- POP IN : CONNEXION ------------------- */

#connexion-fond {

}
#connexion-contenu {
  background-image:url(../images/fond-connexion.jpg);
}
#connexion-divs {
  display:flex;
  flex-direction: row-reverse;
  justify-content:space-around;
}

#connexion-adherer, #connexion-deja {
  
  margin:20px 40px;
  
  width:50%;
}
#connexion-adherer {
  margin-top:25%;
}
#connexion-adherer-contenu, #connexion-deja-contenu {
  background-color:rgba(0,0,0,0.5);
  padding:20px;
}

#connexion-signup-btn {
  cursor:pointer;
}
#connexion-signup {
  display:none;
}

#connexion_message {
  text-align:center;
  margin:10px 0 0 0;
  color:#fff;
  font-weight:600;
}


#connexion-deja-contenu input {
  width:100%;
}


#connexion-adherer {
  display:flex;
  justify-content:space-between;
  flex-direction: column;
}
#connexion-deja form {
  display:flex;
  justify-content:space-between;
  flex-direction: column;
  margin:0;
  padding:0;
}

#connexion-adherer a {

    background-color: #C1B06B;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    transition: 0.4s ease-out;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    padding:10px;
}
#connexion-adherer a:hover {
  background-color: #183E5C;
}


/*** menu horizontal intérieur */
#menuh {
  position: relative;
  display:flex;
  justify-content:space-between;
  margin:20px 0;
  min-height:40px;
  width:100%;
  
}

.menuh_decale {
  margin-top:-50px!important;
}

#menuh_retour {
  display:flex;
  flex-direction: column;
  justify-content: center;
  min-width:20%;
  
}
#menuh_boutons {
    display:flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 50%;
    /*width: 80%;*/
    -webkit-transform: translate(0%, -50%);
  
}

#menuh h3 {
    color: #8C1D40;
    margin: 10px 0;
    /*width: 100%;*/
    font-weight: 600;
    font-size: 20px;
    font-family: 'Playfair Display', serif;
}


.menuh_bouton {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 10px 0px 10px 10px;
    transition: 0.5s ease;
}
.menuh_bouton:hover .menuh_bouton_icon {
  background-color: #000;
}
.menuh_bouton:hover p {
  color: #000;
}
.menuh_bouton > p {
    cursor: pointer;
    color: #8C1D40;
    font-weight: 700;
}

.menuh_bouton_icon {
    border: none;
    display: block;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #8C1D40;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.4s ease;
}
.menuh_bouton_icon[icon=print] {
    background-image: url(../images/catalogue_tri_icon3.png);
}
.menuh_bouton_icon[icon=export] {
    background-image: url(../images/catalogue_tri_export.png);
}
#menuh_retour  {
  color:#C19947;
  
}
#menuh_retour a {
  color:#000;
  
}

  .btn_cata {
    display:inline-block;
    border:1px solid #8C1D40;
    color:#8C1D40;
    padding: 5px 10px;
    cursor:pointer;
    margin-left:5px;
    transition:0.5s;
    display:flex;
    align-items: center;
    text-align:center;    
  }
  
  .btn_cata:hover {
    background-color:#8C1D40;
    border:1px solid #8C1D40;
    color:#fff;
  }

/* btns de tri */
 .item_tri {
    display: flex;
    align-content: center;
    align-items: center;
    margin:10px 0px 10px 10px;
}

 .item_tri > p{
    cursor: pointer;
    color: #8C1D40;
    font-weight: 700;
}

.item_tri .item_icone_tri, #triSearch_form input[type=submit] {
    border: none;
    display: block;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 25px;
    background-color: #8C1D40;
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.4s ease;
}

.item_tri .item_icone_tri:hover {
    filter: brightness(50%);
}

.tri_annee {
    background-image: url(../images/catalogue_tri_icon4.png);
}

.tri_jour {
    background-image: url(../images/catalogue_tri_icon6.png);
}

.tri_annee:hover {
     background-image: url(../images/catalogue_tri_icon4_black.png);
}

.tri_jour:hover {
     background-image: url(../images/catalogue_tri_icon6_black.png);
}

/* recherche */
#triSearch_form form {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#triSearch {
  border:1px solid #888;
  display: flex;
  justify-content: space-between;
}

#triSearchText {
    font-family: 'Playfair Display', serif;
    padding-left: 5px;
    height: 25px;
    border:0;
    width:80%;
}

#triSearchClose {
  opacity:0;
  background-color:#888;
  color:#fff;
  width:19px;
  height:19px;
  margin-top:3px;
  margin-right:3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  text-align:center;
  cursor:pointer;
  font-size:11px;
  padding-top:2px;
}
#triSearchClose:hover {
  background-color:#333;
}

#mySearch_close, #header_search_conteneur #mySearch_submit {
  opacity:0;
  background-color:#888;
  color:#fff;
  width:25px;
  height:25px;
  margin-top:0px;
  margin-right:3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  border-style: none;
  text-align:center;
  cursor:pointer;
  font-size:11px;
  position:absolute;
  
  top:8px;
  font-weight:400;
  font-family:Arial;
}

#header_search_conteneur #mySearch_submit {
  right:38px;
  background-color:#8C1D40;
  line-height: 8px;
  font-size: 16px;
  visibility: hidden;
  background-image: url(../images/enter-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: center;
}

#mySearch_close {
  right:5px;
}

#mySearch_close:hover {
  background-color:#333;
}

#tri_item_ligne2 #btn_search_vente {
    display: none;
}
#btn_search_vente > span {
    background-image: url(../images/catalogue_tri_icon1.png);
}

.select_tri option {
    padding: 5px;
    direction: rtl;
    background-color: #8C1D40;
    color: white;
}

#triSearch_form input[type=submit]  {
    display: inline;
	background-image: url(../images/catalogue_tri_icon1.png);
}

#triSearch_form input[type=submit]:hover {
	filter: brightness(50%);
}


/* Style Select Tri */
.select_tri {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 40px 10px 0px;
    text-align-last: right;
    color: #8C1D40;
    font-weight: 700;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    border:0px;
    outline:0px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 30px;
    transition: 0.4s ease;
}  
 

/* @NOTE CLASSES GENERALES */

.spacer {
    clear:both;
}

.mon_champ {
  display:none;
}

.conteneur {
    width:1300px;
    max-width:90%;    
    margin:auto;
    position: relative;
}
.marger {
    height: 40px;
}

.corner {
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    background: white;
    height: 100px;
    width: 100%;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.cornerPlacer {
    background-color:white;
    height:500px;
    width:100%;
    position:absolute;
    top:75vh;
}

.cornerPlacer.top {
	background-color:white;
    height:100px;
    width:100%;
    position:absolute;
    top:-100px;
    bottom: inherit;
}
.cornerPlacer.bottom {
	background-color:white;
    height:100px;
    width:100%;
    position:absolute;
    bottom:-100px;
    top: inherit;
}

/* menu latéral */
/*niveau 0 */
.contenu_menu_secondaire_lateral {
    position: relative;
    z-index: 1;
    
}



.contenu_menu_secondaire_lateral > ul > li{
    margin: 0px 20px 10px 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight:400;
    text-align: right;
    line-height: 30px;
    border-bottom: solid 2px transparent;
}

.contenu_menu_secondaire_lateral > ul > li:after{
    display: block;
    content: '';
    border-bottom: #8C1D40 solid 2px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin:  0% 50%;
}

/*niveau 1 */
.contenu_menu_secondaire_lateral ul.menu_lateral_1 {
  /*display:none;*/
}
.contenu_menu_secondaire_lateral ul.menu_lateral_1 > li{
    margin: 0px 20px 5px 0px;
    cursor: pointer;
    font-size: 14px;
    text-align: right;
    line-height: 20px;
    font-weight: 300;
}

ul.menu_lateral_1 > li:after{
    display: block;
    content: '';
    border-bottom: #8C1D40 solid 2px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin:  0% 50%;
}

ul.menu_lateral_1 > li a:hover{
  color:#8C1D40;
}

.contenu_menu_secondaire_lateral ul.menu_lateral_2 > li{
    margin: 0px 20px 5px 0px;
    cursor: pointer;
    font-size: 12px;
    text-align: right;
    line-height: 20px;
    font-weight: 300;
}
ul.menu_lateral_2 > li:after{
    display: block;
    content: '';
    border-bottom: #8C1D40 solid 2px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    transform-origin:  0% 50%;
}


#tab_contenu {
  width:100%;
}


.contenu_menu_secondaire_lateral > ul > li:hover:after {
   transform: scaleX(1);
}
.contenu_menu_secondaire_lateral #li_sous_menu:after {
  transform: scaleX(0);
  border-bottom: transparent;
}
.contenu_menu_secondaire_lateral ._page_sous_menu_actif:after {
     transform: scaleX(1);
}

#li_sous_menu, #li_sous_menu:hover {
  border-bottom: 0px!important;
}
#sous_menu_stats li {
  line-height:20px;
  font-weight:300;
}
#sous_menu_stats li a {
  font-size: 14px;
}
#sous_menu_stats li a:hover {
  color:#8C1D40;
}
li._page_sous_menu_deux_actif a {
  color:#8C1D40;
  font-weight:600;
}

.contenu_menu_secondaire_lateral > ul > li#menu_retour {
  display:none;
}


/* -------------------------- STRUCTURE */

/* -------------------------- @NOTE HEADER */

/* Header Pages */
#control_header.bandeau_true header {
    -webkit-box-shadow: 0px 5px 28px -4px rgba(120,120,120,0.5);
    -moz-box-shadow: 0px 5px 28px -4px rgba(120,120,120,0.5);
    box-shadow: 0px 5px 28px -4px rgba(120,120,120,0.5);
    margin: 0px 0 0 0;
    opacity: 0.85;
}

#control_header.bandeau_false header {
    -webkit-box-shadow: 0px 5px 28px -4px rgba(120,120,120,0.5);
    -moz-box-shadow: 0px 5px 28px -4px rgba(120,120,120,0.5);
    box-shadow: 0px 5px 28px -4px rgba(120,120,120,0.5);
    margin: 0;
    opacity: 1;
}

.control_menu_resp_page #menu_respliens {
    margin-top: 100px;
}

header {
    z-index: 5;
    width: 100%;
    height:130px;
    margin-top: 30px;
    padding: 0 50px 0 50px;
    background-color: white;
    opacity: 0.75;
    transition: 0.5s ease;
    font-family: 'Playfair Display', serif;
}


/* header relatif */
.body_header_relative header {
  position:relative;
}
.body_header_relative #header_fixe_decal {
  display:none;
}

/* header fixe */
.body_header_fixe header {
  position: fixed;
  top:0;
}
.body_header_fixe #header_fixe_decal.bandeau_false {
  display:block;
  height:130px;
}
.body_header_fixe #header_fixe_decal.bandeau_true {
  display:block;
  height:0px;
}


body[index="1"] #header_fixe_decal {
  display:none!important;
}

/* cache le header */
.body_header_hide header{
  display:none;
}

#header_div_speciale {
  
}


#header_logo {
    float: left;
    background: url(../images/logo-arqana-course-commence-ici.png) no-repeat center center;
    background-size: contain;
    height: 120px;
    width: 120px;
}

#header_navigation {
    height: 100%;
    float: right;
    padding-top: 10px;
}

#header_navigation #header_recherche {
    min-height: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size:16px;
    font-weight: bold;
}

#language_choice{
    font-size:16px;
}

/*
#language_choice .language_label {
    margin-right: 20px;
    cursor: pointer;
}
#language_choice .language_radio:checked,
#language_choice .language_radio:not(:checked){
    visibility: hidden; 
    position: absolute;
    top: 0;
    left: 0;
}
#language_choice .language_radio:checked+.language_label {
    color: #8C1D40;
}
*/
._haut_code_langue {
  color: #000;
  text-transform:uppercase;
  margin-right: 8px;
  margin-top: 25%;
}
._haut_code_langue:hover {
  color: #8C1D40;
}

#header_search_conteneur > form input{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    width: 330px;
    height: auto;
    padding: 6px;
}

#header_navigation #header_recherche .loupe {
    border-radius: 25px;
    display: none;
    opacity: 0;
    height: 0px;
    width: 0px;
    background : #8C1D40 url(../images/icon_magnifier.png) no-repeat center center;
    background-size: 25px;
    transition: 0.3s ease;
    cursor: pointer;
}


#header_navigation #header_recherche .loupe:hover {
    background-color : #C19947;
}

                        #header_search_conteneur {
                          position:relative;
                          
                        }
                        #mySearch_advanced {
                          font-size:11px;
                          color:#8C1D40;
                          text-decoration:none;
                        }
                        #mySearch_advanced:hover {
                         color:#8C1D40;
                         text-decoration:underline;
                        }
                        
                        #mySearch_preview {
                          position:absolute;
                          width:330px;
                          height:auto;
                          left:0;
                          top:40px;
                          background-color:#fff;
                          z-index:999999;
                          opacity: 1;
                        }                        
                        
                        #search_preview {
                         -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);
                         box-shadow: 0 0 1px 1px rgba(0,0,0,0.1);     
                         background-color:#fff;                   
                        }
                        
                        .recherche_preview_els {
                          background-color:#fff; 
                        }
                        .rp_el {
                          padding:5px;                         
                          background-color:#fff; 
                          border-bottom:1px solid rgba(100,100,100,0.3);
                          cursor:pointer;
                          
                        }
                        .rp_el:hover {
                          background-color:#eee;
                        }
                        .rp_el div {
                          font-size:12px;
                          font-family: Arial;
                          font-weight:200;
                        }
                        .rp_el {
                          display:flex;
                          justify-content: space-between;
                        }
                        .rp_el_t {
                          color:#999;
                          text-transform:uppercase;
                        }

/* Gestion des menus */

#header_navigation #header_menu {
    min-height: 55%; 
}

/* Menu Principal */

#header_menu #header_menu_principal > li{
	display: inline-block;
    /*float: right;*/
    font-size:18px;
    padding: 10px 0;
    margin-left: 30px; 
    font-weight: 500;
    text-transform: uppercase;
    color: black ;
    text-align:center;
    padding-bottom: 0px;
    position: relative;
    font-family: 'Playfair Display', serif;
}

#header_navigation #header_menu_principal .myArqana_menu_principal {
    cursor: pointer;
    background: linear-gradient(to right, #8C1D40 50%, #C19947 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    padding: 10px 15px;
    transition: 0.3s ease;
}

#header_navigation #header_menu_principal li:last-of-type:after {
  display: none;
}

#header_navigation #header_menu_principal .myArqana_menu_principal:hover {
    color: white;
    background-position:left bottom;
}
#header_navigation #header_menu_principal .myArqana_menu_principal:hover a{
    color: white;
}

#header_menu #header_menu_principal > li:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    background: #8C1D40;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
#header_menu #header_menu_principal > li:hover:after { 
    width: 100%; 
    left: 0; 
}

li:hover .arrow-down { 
    opacity:1;
    left: calc(100% - 20px);
}

.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #8C1D40;
    transition: 0.3s ease;
	opacity:0;
	position:absolute;
    left: 0;
    top: 100%;
}

#header_menu_principal .active a{
    color: #8C1D40;
}

.active .arrow-down{
    opacity:1;
    left: calc(50% - 10px);
}

/* Menu Secondaire */

.header_menu_secondaire {
    display: none;
    padding: 20px;
    background-color: rgba(255,255,255,0.95);
    /*border-top: solid 2px black;*/
    position: absolute;
    width: 100%;
    left: 0;
    top: 130px;
    
    box-shadow: inset 0px 5px 28px -4px rgba(120,120,120,0.3);
}

.header_menu_secondaire > div > ul {
    display: flex;
    align-content: center;
    /*align-content: start;*/

}
.header_menu_secondaire  > div > ul >li {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    /*text-align: center;*/
    /*flex: 1;*/
    width:auto;
    margin:auto;    
}

.header_menu_secondaire ul>li>a {
    color: #8C1D40;
}

/* Menu Tertaire */

.header_menu_tertiaire {
    /*padding-left: 45%;*/
    margin:10px auto 0 0px;
    width:auto;
}
.header_menu_tertiaire li {
    text-align: left;
    text-transform: none!important;
    line-height: 30px!important;
    color:#000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400!important;
    font-size: 14px!important;    
}

.header_menu_tertiaire > li a {
  color:#000!important;
}

.header_menu_tertiaire > li:hover a {
    color: #8C1D40!important;
    border-bottom: solid #8C1D40 1px!important;
}

/* MenuBurger */

.menuBurger{
    opacity: 0;
    width: 0px;
    height: 0px;
    margin-left: 10px;
    border-radius: 20px;
    background-color: #8C1D40;
    position: relative;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: none;
    transition: all 0.3s;
}
.menuBurger span{
    background-color:#fff;
    position: absolute;
    border-radius: 5px;
    transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    width: 60%;
    height: 4px;
    transition-duration: 300ms
}
.menuBurger span:nth-child(1){
    top: 12px;
    left: 8px;
}
.menuBurger span:nth-child(2){
    top:19px;
    left: 8px;
}
.menuBurger span:nth-child(3){
    bottom:10px;
    left: 8px;
}
.menuBurger:hover{ 
    background: #CEBC97;
}
.menuBurger:not(.clickMenuBurger):hover span:nth-child(1){
    margin-top: 0px;
    transform: rotate(-45deg) scaleX(0.7);
    -webkit-transform: rotate(-45deg) scaleX(0.7);
    -moz-transform: rotate(-45deg) scaleX(0.7);
    -ms-transform: rotate(-45deg) scaleX(0.7);
    -o-transform: rotate(-45deg) scaleX(0.7);
    top: 20px;
    left: 13px;
}
.menuBurger:not(.clickMenuBurger):hover span:nth-child(2){
    margin-top: 0px;
    transform: rotate(45deg) scaleX(0.7);
    -webkit-transform: rotate(45deg) scaleX(0.7);
    -moz-transform: rotate(45deg) scaleX(0.7);
    -ms-transform: rotate(45deg) scaleX(0.7);
    -o-transform: rotate(45deg) scaleX(0.7);
    top: 20px;
    left: 3px;
}
.menuBurger:not(.clickMenuBurger):hover span:nth-child(3){
    background: transparent;
}

.clickMenuBurger span:nth-child(1){
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 18px;
}
.clickMenuBurger span:nth-child(2){
    background: transparent;
}
.clickMenuBurger span:nth-child(3){
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 18px;
}

/* photo header */
#bandeau_header {
    position: relative;
    min-height: 75vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/* -------------------- MENU RESPONSIVE */

#menu_respfond {
    display: none;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index:2;
}
#menu_respliens {
    overflow-y: auto;
    max-height: 70vh;
    display: none;
    background: #581329;
    margin-top: 130px;
    padding: 10px;
    transition: all 0.3s ease;
}
#menu_respliens a {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color:#fff;
    background: #8C1D40;
    display: block;
    width: 80%;
    text-decoration: none;
    margin: 8px auto;
    padding: 10px;
    transition: 0.3s ease-out;
}

#menu_respliens a:hover {
	background: #b92553;
}
#menu_respliens li {
    list-style: none;
}

#menu_respliens > li:last-child {
    margin-bottom: 15px;
}

#menu_respliens .myArqana_menu_principal a {
    border: solid 2px #C19947;
    border-radius: 2px;
}

#menu_respliens .active > a {
    background-color: #b92553;
}

/* Menus Secondaires */
#menu_respliens .menu_resp_secondaire {
    width: 80%;
    margin: auto;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

#menu_respliens .menu_resp_secondaire_conteneur {
    display: none;
}
#menu_respliens .menu_resp_secondaire > li{
    flex: 1;
    margin-right: 2px;

}
#menu_respliens .menu_resp_secondaire > li:last-child{
    margin-right: 0px;
}

#menu_respliens .menu_resp_secondaire > li > a {
    height: auto;
    width: auto;
    background-color: #771735;
    border-top:solid 2px #581329;
    margin: 0;
    font-size: 14px;
}


/* Menus Tertiaires */

#menu_respliens .menu_resp_tertiaire > li > a{
    margin: 0 auto;
    padding: 0 0 10px 0;
    width: auto;
    background-color: transparent;
    transition: none;
    font-size: 14px;
    text-transform: inherit;
}
#menu_respliens .menu_resp_tertiaire > li:first-child > a{
    padding: 10px 0 10px 0;
}
#menu_respliens .menu_resp_tertiaire > li > a:hover{
    text-decoration: underline;

}

/* -------------------------- MENU PAGE SECONDAIRE */


#btn_menu_secondaire_lateral {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
}

#menuh #btn_menu_secondaire_lateral {
    
}

#btn_menu_secondaire_lateral > span {

    display: block;
    border-radius: 25px;
    cursor: pointer;
    background-color: #8C1D40;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#fond_menu_secondaire_lateral {
    position: relative;
    margin-left: 0;
}

#fond_menu_secondaire_lateral > span, #fond_menu_secondaire_lateral > span:before, #fond_menu_secondaire_lateral > span:after {
    border-radius: 5px;
    position: absolute;
    top: 14px;
    left: 6px;
    display: block;
    background-color: white;
    width: 60%;
    height: 3px;
}
#fond_menu_secondaire_lateral > span:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0px;
    width: 100%;
}

#fond_menu_secondaire_lateral > span:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0px;
    width: 100%;
}


/* -------------------------- @NOTE FOOTER */

footer {
    height:350px;
    display: flex;
    flex-direction: column;
    position: relative;
}
#footer_logo{
    padding-bottom: 20px;
    background: url(../images/logo-arqana-course-commence-ici.png) no-repeat center center;
    background-size: contain;
    height: 140px;
}
#footer_lien_reseaux_newsletter {
    flex-wrap: wrap;
    height: 60%;
    display: flex;
}
.footer_item:first-of-type {
    margin-left: 30px;
}
.footer_item:last-of-type {
    margin-right: 30px;
}
.footer_item {
    flex: 1;
    margin: 20px 50px 20px 50px;
    padding-top: 20px;
    align-content: space-around;
    border-top: solid 2px #8C1D40;
}

/* Liens */
#footer_lien ul{
    font-size: 13px;
    margin-top: 15px;
}

#footer_lien ul:first-child{
    margin-top: 0px;
}
#footer_lien ul li a:hover{
    border-bottom: solid black 1px;
}

/* Reseaux Sociaux */
#footer_reseaux #liste_reseaux {
    text-align: center;
}

#footer_reseaux #liste_reseaux li {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    display: inline-block;
    background-size: 22px;
    transition: 0.5s ease;
}

#footer_reseaux #liste_reseaux li:hover {
    background-color: black;
}

#footer_reseaux #liste_reseaux li a{
    display: block;
    border-radius: 25px;
    height: 100%;
}

#reseau_facebook {
    background: #8C1D40 url(../images/facebook-logo-f.png) no-repeat center center;
}
#reseau_instagram {
    background: #8C1D40 url(../images/instagram-logo.png) no-repeat center center;
}
#reseau_twitter {
    background: #8C1D40 url(../images/twitter-logo.png) no-repeat center center;
}
#reseau_youtube {
    background: #8C1D40 url(../images/youtube-logo.png) no-repeat center center;
}
#reseau_linkedin {
    background: #8C1D40 url(../images/linkedin.png) no-repeat center center;
}

#footer_reseaux  #adresse_contact p{
	font-size: 13px;
}
#footer_reseaux #adresse_contact li{
    margin-top: 15px;
}

/* Newsletter */

#footer_newsletter p {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
}
#footer_newsletter form {
    width: 100%;
    margin-top: 30px;
    /*text-align: center;*/
}

#footer_newsletter form * {
    height: 30px;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);      
}

#footer_newsletter form input[type="email"] {
    border: 0;
    background-color: #fff;
    padding: 0 0 0 10px;
    margin: 0;
    /*
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    */
-webkit-box-shadow: 0 0 5px 1px rgba(150,150,150,0.5);
box-shadow: 0 0 5px 1px rgba(150,150,150,0.5);
}

#footer_newsletter #btnArrow {
    width: 30px;
    background-color: #8C1D40;
    cursor: pointer;
    background-image: url(../images/email_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    border: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin:0;
}

#footer_mentions {
  margin:25px 0;
  display:flex;
  width:100%;
  justify-content:space-between;
}
#footer_mentions div {
  font-size: 12px;
  color:#555;
}
#footer_mentions a {
  display:block;
  color:#555;
}

#pedigree_popin_conteneur {
  width:80%;
  max-width:1000px;
  height:90%;
  top:5%;
  margin:auto;
  overflow-y:scroll;
}
#pedigree_popin {
  height:auto;
} 
  #pedigree_popin img {
    width:100%;
    height:auto;
  } 

.btn_demande_resa, #btn_demande_resa, #btn_reserver_menu {
  background-color:#8C1D40;
  color:#fff;
  border:1px solid #8C1D40;
  padding:5px 10px;
  cursor:pointer;
  width:auto;
  margin:auto;
  display:inline-block;
  transition:0.5s all ease-out;
}
.btn_demande_resa:hover,#btn_demande_resa:hover, #btn_reserver_menu:hover {
  color:#8C1D40;
  background-color:#fff;
} 

.a_infos_vente_criterium {
  color: #C19947;
}

#_reserver_menu {
  cursor:pointer;
}
#_reserver_menu:hover #btn_reserver_menu{
  color:#8C1D40;
  background-color:#fff;
} 

#icon_reserver_menu {
    background-image: url(../images/suitcase.png);
    background-repeat: no-repeat;
    background-position: center;
   width: 64px;
   height: 64px;
   margin:20px auto;
   opacity:0.9;
   transition:0.5s all ease-out;
}
#_reserver_menu:hover #icon_reserver_menu, #icon_reserver_menu:hover{
  opacity:1;
} 

/* ---------------------- @NOTE RESPONSIVE 1250px */

@media (max-width: 1250px) {
    
    /* HEADER */
    header {
        padding: 0 20px 0 20px;
    }
    #header_menu #header_menu_principal > li {
        margin-left: 30px;
    }
  .vignette_menu_element {
    width:32%;    
  }
    
}

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

@media (max-width: 920px) {
    
    .corner {
        height: 75px;
    }
    
    /* HEADER */
    header nav {
        display: none;
    }
    header {
        height: 100px;
    }
    #header_navigation {
        padding-top: 30px;
    }
    .menuBurger{
        display: inline-block;
        opacity: 10;
        width: 40px;
        height: 40px;
    }
    #header_logo {
        height: 100px;
        width: 100px;
    }
    .header_menu_secondaire {
        display: none!important;
    }
    
    /* FOOTER */
    
    #footer_lien, #footer_reseaux, #footer_newsletter {
        margin: 20px 10px 20px 10px; 
    }
    
    /* MENU PAGE SECONDAIRE */
    
    #btn_menu_secondaire_lateral {
        display: block;
    }
    
    
    /* MENU SECONDAIRE LATERAL */
    .contenu_menu_secondaire_lateral {
        display: none;
        position: absolute;
        z-index: 1;
        background-color: #8C1D40;
        color: white;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .contenu_menu_secondaire_lateral > ul > li:first-of-type {
        padding-top: 10px;
    }    
    .contenu_menu_secondaire_lateral > ul > li {
        text-align: right;
    }
    .contenu_menu_secondaire_lateral > ul > li:hover{
        /*border-bottom: white 2px solid;*/
    }
    
    .contenu_menu_secondaire_lateral > ul > li a{
      color:#FFF;
    }
    .contenu_menu_secondaire_lateral > ul > li::after {
      border-bottom: white solid 2px;
    }
    
    #sous_menu_stats li a {
      
    }
    #sous_menu_stats li a:hover {
      color:#FFF;
    }
    #sous_menu_stats li._page_sous_menu_deux_actif a {
      color:#FFF;
      font-weight:600;
    }     
    
   .menuh_decale {
     margin-top:0px!important;
   }  
   
   .inter_contenu {
    width:100%;
    margin:0;
   }
    #menuh_retour {
     display: none;
   } 
    .contenu_menu_secondaire_lateral ul.menu_lateral_1 > li > a {
        color: white;
    }

    .contenu_menu_secondaire_lateral ul.menu_lateral_1 > li > a:hover {
        color: white;
    }
    .inter_menu.contenu_menu_secondaire_lateral {
        margin-top: 40px;
    }
}

@media (min-width: 920px) {
    
    /* HEADER */
    #menu_respfond, #menu_respliens {
        display:none!important;
    }
     
}

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

@media (max-width: 800px) {

    #mySearch_close, #header_search_conteneur #mySearch_submit {
     display:none;
    }
    #mySearch_close.visible, #header_search_conteneur #mySearch_submit.visible {
     display:flex;
     opacity: 1;
     visibility: visible;
    }
    #header_search_conteneur {
      display:none;
    }
    .corner {
        height: 5vh;
    }
    
    #btn_haut_live, #btn_haut_criterium {
      margin-top:10px;
    }
    
    .popin-contenu {
      height:80%;
    }
    
    .popin-form-submit {
      position:relative;
      bottom:0;
      right:0;
    }
    
    /* HEADER */
    header {
        margin-top: 0;
    }
    #menu_respliens {
	    margin-top: 100px;
    }
    #header_navigation {
        height: 100%;
        float: right;
        padding-top: 5px;
    }
    #header_navigation #header_recherche {
        align-items:flex-start;
    }
    #header_minis_buttons {
        display: flex;
        flex-direction: column;
    }
    #header_search_conteneur > form {
        margin-top: 3px;
        margin-right: 5px;
    }
    #header_search_conteneur > form input {
        display: none;
        height: 35px; 
        width: 100%;
    }
    #header_navigation #header_recherche .loupe {
        display: block;
        margin-bottom: 5px;
        vertical-align: middle;
        opacity: 1;
        height: 40px;
        width: 40px;
    }
    
    #mySearch_preview {
        width: 150%;
        left:inherit;
        right:0;
    }
    
    .menuBurger {
        margin-left: 0px;
    }
    #language_choice{
        font-size: 15px;
        display: flex;
        flex-direction: column;
    }
    #language_choice .language_label {
        margin: 0 5px;
    }

    /* FOOTER */
    footer {
        height: auto;
    }
    #footer_logo {
        height: 100px;
    }
    #footer_lien_reseaux_newsletter {
        width: 80%;
        margin: auto;
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .footer_item:first-of-type {
        margin-left: 0px;
    }
    #footer_newsletter form {
        text-align: left;
        display: flex;
        flex-wrap: nowrap;
    }
    
    /* MENU RESPONSIVE */
    #menu_respliens a{
	    width: 90%;
        font-size: 20px;
    }
    #menu_respliens .menu_resp_secondaire {
        flex-direction: column;
    }
    #menu_respliens .menu_resp_secondaire > li {
        width: 100%;
    }
    
    /* lot absent */
    .tab_item_abs {
          flex-direction: row!important;
    }
    .cabs {
      padding:5px; 
    }
    .cabs p {
      text-align:left;
      font-size: 16px;
    }
    .tab_item_abs .ccfv {
      display:none;
      width: 0;
    }
    .tab_item_abs .ccL.cct::before {
         margin-left: 0px;
     }
     
    .body_header_fixe #header_fixe_decal.bandeau_false {
      display:block;
      height:100px;
    }  
    
    /*** popin **/
    #connexion-divs {
      display:block;      
    }
    
    #connexion-adherer, #connexion-deja {
      width:auto;
    }    
    #connexion-contenu {
      background-image:none;
      background-color:#000;
    }   
    
    #connexion-adherer {
      margin-top:10px;
    }
    
    #connexion-signup {
      display:block;
    } 
    
    /*** menu horizontal **/
   .menuh_bouton_title {
       display: none;
   }       
   .contenu_menu_secondaire_lateral > ul > li#menu_retour {
     display:block;
   }   
   

   #vignette_menu {
    justify-content:space-between;
   }
  .vignette_menu_element {
    width:49%;    
  }  
  
 #footer_mentions {
   display:block;

 }   
 #footer_mentions div{
   text-align:center;
   margin:5px 0;
 }
 #footer_mentions a  {
   text-align:center;
   width:100%;
 }         
}

@media (min-width: 800px) {
    
    /* HEADER */
    #mySearch {
        display: block;
    }
}

/* ---------------------- @NOTE RESPONSIVE 470px */

@media (max-width: 470px) {
    
    /* HEADER */
    header {
        padding: 0 20px 0 120px;
    }
    #header_logo {
        position: absolute;
        top: 0px;
        left: 20px;
        bottom: 10px;
    }
    
    /* recherche header */
    #header_search_conteneur {
      position:absolute;
      top:120px;
      left:5%;
      width:90%;
      min-height:30px;
      height:auto;
      background-color:#fff!important;
    }
    #header_search_conteneur > form {
      margin: 0;
    }

    #mySearch_close, #header_search_conteneur #mySearch_submit {
      top: 5px;
    }

    #mySearch_preview {
        position: relative;
        width: auto;
        height: auto;
        left: 0;
        top: 0;
        background-color: #fff!important;
        z-index: 999999;
    }
    .rp_el {
      background-color: #fff!important;
    }   
}

/* ---------------------- @NOTE RESPONSIVE 380px */

@media (max-width: 380px) {
    
    /* MENU RESPONSIVE */
    #menu_respliens a {
	    width: 95%;
        font-size: 25px;
    }
    #menu_respliens .menu_resp_secondaire {
        width: 95%;
    }  
}

/* ---------------------- @NOTE PRINT */

@media print {
    
    #bandeau_header, #menuh, #btn_menu_secondaire_lateral {
      display:none;
    }  
    .conteneur {
      width:90%;
    }
    

}
