/* cmsms stylesheet: 2-Fargr modified: jeudi 2 octobre 2025 11:30:31 */
@font-face {
    font-family: 'open-sans';
    src: url('/uploads/_interface/polices/OpenSans.woff2');
}

@font-face {
    font-family: 'NuevaStd';
    src: url('/uploads/_interface/polices/NuevaStd-Regular.woff2');
}

html, body
{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'open-sans';
    font-size: 100%;
    color: #3b3b3b;
}

legend
{
    text-align: left;
    font-weight: bold;
    margin-left: 2%
}

fieldset
{
    /*border: 1px solid rgb(0, 0, 0, 0.3);*/
    border: 3px solid rgba(250, 131, 88, .4);
    border-radius: 50px 0 50px 0;
}

a
{
    cursor: pointer;
}

.strong
{
    font-weight: bold;
}


.orange
{
    color: #fa8358;
}

.rouge
{
    color: red!important;
}

.vert
{
    color: green;
}

.noir
{
    color: #3b3b3b;
}

.blanc
{
    color: #ffffff;
}

.clear
{
    clear: both;
}

.center
{
    text-align: center;
}

.left
{
    text-align: left;
}

.right
{
    text-align: right;
}

.label
{
    width: 30%;
    max-width: 200px;
    font-weight: bold;
    text-align: left;
}

.input
{
    width: 70%;
    text-align: left;
}

.warning
{
    background: #faf6d4 url(https://fargr.com/uploads/interface/images/warning.png) 10px 50% no-repeat;
    border: 1px solid #058dc7;
    width: 80%;
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    margin: auto;
}

.infos {
    background: #cee6f2 url(https://fargr.com/uploads/interface/images/info.png) 10px 50% no-repeat;
    border: 1px solid #058dc7;
    width: 80%;
    font-size: 14px;
    padding: 10px 10px 10px 40px;
    margin: auto;
}

.lien-designation
{
    color: black;
}

.bouton
{
    min-width: 150px;
    height: 30px;
    background-color: #fa8358;
    border: 1px solid #fa8358;
    color: white;
    transition: 400ms ease-in;
}

.bouton:hover
{
    min-width: 150px;
    height: 30px;
    background-color: #ffffff;
    border: 2px solid #fa8358;
    color: #fa8358;
    transition: 400ms ease-in;
}

.bouton-num-adh
{
    background-color: transparent;
    text-align: center;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}

.bouton-num-adh:hover
{
    text-align: center;
    color: #fa8358;
    font-weight: bold;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

.bouton-ajouter
{
    width: 100px;
    height: 40px;
}

@media screen and (max-width: 765px)
{
.bouton-num-adh
{
    font-size: 70%;
}
}

.bouton-suppression
{
    background-color: transparent;
    border: 1px solid transparent;
    color: red;
    font-weight: bold;
    transition: 400ms;
}

.bouton-suppression:hover
{
    background-color: #fa8358;
    border: 1px solid #fa8358;
    color: red;
    font-weight: bold;
    transition: 400ms;
}

.warning
{
    background: #faf6d4 url(https://fargr.com/uploads/_interface/images/warning.png) 10px 50% no-repeat;
    border: 1px solid #e6c26e;
    width: auto;
    padding: 5px 5px 5px 40px;
    margin: auto;
    margin-bottom: 5px;
    font-weight: bold;
    display: inline-block;
}

.info_block {
    background: #cee6f2 url(https://fargr.com/uploads/_interface/images/info.png) 10px 50% no-repeat;
    border: 1px solid #058dc7;
    width: auto;
    padding: 5px 5px 5px 40px;
    margin: auto;
    margin-bottom: 5px;
    display: inline-block;
}

.csv
{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    background-image: url('https://fargr.com/uploads/_interface/images/excel.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: transparent;
    font-size: 0%;
    cursor: pointer;
}

.page-break
{
    page-break-after: always;
}

.page-break-auto
{
    page-break-after: auto;
}

#activite-inscription .csv
{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid transparent;
    background-image: url('https://fargr.com/uploads/_interface/images/excel.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: transparent;
    font-size: 0%;
    cursor: pointer;
}


.bouton-image
{
    background-color: transparent;
    border: 1px solid transparent;
}

.ligne:nth-child(odd)
{
    background-color: #fa8358;
    transition: all 200ms ease-in;
}

.ligne:nth-child(odd):hover
{
    background-color: #ffcc99;
    transition: all 200ms ease-out;
}

.ligne:nth-child(even)
{
    background-color: #ffffff;
    transition: all 200ms ease-in;
}

.ligne:nth-child(even):hover
{
    background-color: #ffcc99;
    transition: all 200ms ease-out;
}

.ligne-rouge{
    background-color: red;
    color: white!important;
    font-weight: bold;
}

.header
{
    cursor: pointer;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #fa8358;
}

::-webkit-scrollbar-thumb:hover {
  background: #fa8358;
}

a
{
    color: #fa8358;
    text-decoration: none;
    font-weight: bold;
    transition: 400ms;
}

a:hover
{
    color: #3b3b3b;
    text-decoration: underline;
    transition: 400ms;
    opacity: 0.9;
}

h1
{
    font-size: 140%;
    color: #3b3b3b;
}

h2
{
    font-size: 130%;
    color: #fa8358;
    text-transform: uppercase;
}

h3
{
    font-size: 110%;
    color: #3b3b3b;
    text-transform: uppercase;
}

hr
{
    background-color: #fa8358;
    border: 1px solid #fa8358;
    width: 35%;
}

label
{
    font-weight: bold;
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="week"], select
{
    width: 100%;
    max-width: 300px;
    min-height: 30px;
    margin-bottom: 5px;
    padding-left: 2px;
    border: 1px solid #fa8358;
}

input[type="date"]
{
    max-width: 130px;
}

input[type="number"]
{
    width: 50px;
    height: 30px;
    margin-bottom: 5px;
    padding-left: 2px;
    border: 1px solid #fa8358;
}

input[type="time"]
{
    height: 30px;
    margin-bottom: 5px;
    padding-left: 2px;
    border: 1px solid #fa8358;
}

textarea
{
    width: 100%;
    max-width: 300px;
    height: 150px;
    margin-bottom: 5px;
    padding-left: 2px;
    border: 1px solid #fa8358;
}

input[type='radio']:after, input[type='checkbox']:after
{
    width: 15px;
    height: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after, input[type='checkbox']:checked:after 
{
    width: 15px;
    height: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fa8358;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

@media print
{
    .no-print, #tarteaucitronRoot
    {
        display: none!important;
    }
    
    #contenu
    {
        width: 100%;
    }
    
    .heure-print
    {
    margin-top: 5px;
    font-size: 100%;
    visibility: visible;
    font-size: 70%;
    }
    
    #planning
    {
        font-size: 80%;
        font-weight: 500;
    }
    
    #planning .planning-date
    {
        background-color: orange;
    }
    
    #planning .bouton-num-adh
    {
        font-size: 80%;
    }
    
    
    #planning table 
    {
        page-break-inside:auto 
    }
    
    #planning tr 
    { 
        page-break-inside:avoid; 
        page-break-after:auto; 
    }
    
    
}

.retour
{
    position: absolute;
    padding-top: 15px;
    left: 5%;
}

.options .block
{
    transition: 200ms;
}

.options .block:hover
{
    transform: scale(1.05);
    transition: 200ms;
}

#nom, #ville
{
    text-transform: uppercase;
}

#nom::placeholder, #ville::placeholder
{
    text-transform: capitalize;
}

#prenom
{
    text-transform: capitalize;
}

/* Menu */
#menu
{
    color: white;
    border-bottom: 1px solid #fa8358;
    text-align: center;
}

#menu h1
{
    color: white;
    font-size: 100%;
    display: inline;
}

#menu .logo
{
    height: 135px;
    background-color: #3b3b3b;
}

#menu .logo img
{
    max-width: 100%;
    max-height: 100px;
}

#menu #liens
{
    width: 80%;
    margin: auto;
    height: 40px;
    padding-top: 10px;
    vertical-align: top;
}

#menu #liens div
{
    width: 18%;
    display: inline-block;
    vertical-align: top;
    font-size: 120%;
}

#responsive
{
    display: none;
}

/* Responsive */
@media screen and (max-width: 960px)
{
#menu #liens div
{
    width: 19%;
    font-size: 100%;
}    
}

@media screen and (max-width: 765px)
{
#menu .logo img
{
    max-height: 65px;
}
    
#menu h1
{
    font-size: 80%;
}
    
#menu #liens
{
    width: 100%;
    height: 200px;
    margin: 0;
    position: absolute;
    z-index: 11;
    background-color: #3b3b3b;
    display: none;
}

#menu #liens div
{
    width: 100%;
    margin-bottom: 5px;
    display: block;
    font-size: 120%;
}

#responsive
{
    display: block;
}    

#afficher
{
    display: block;
}

#cacher
{
    display: none;
}
}
/* Responsive */

/* Menu */

/* Showtime */
@media screen and (max-width: 765px)
{
#slider1w
{
    display: none;
}
}
/* Showtime */

/* Actualités */
/* Accueil */
#actualite
{
    width: 95%;
    max-height: 200px;
    margin: auto;
    background-color: white;
    text-align: justify;
    text-align-last: left;
}


#actualite .accueil .publie
{
    width: 99%;
    margin-top: 1%;
    padding: 2px;
    padding-left: 10px;
    background-color: rgba(250,131,88,0.21);
}

@media screen and (max-width: 765px)
{
#actualite
{
    width: 95%;
    margin: auto;
    margin-top: 1%;
    height: 0;
    min-height: 200px;
}

}
/* Accueil */

/* ARGR */
#argr .actualites
{
    margin-bottom: 1%;
}

#argr .actualites .actualite-scrolling
{
    width: 52%;
    margin: auto;
    min-height: 400px;
    padding-left: 28%;
    overflow-x: auto;
    white-space: nowrap;
}

#argr .actualites .block
{
    width: 425px;
    min-height: 378px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(0,0,0,0.3);
}

#argr .actualites .block img
{
    max-width: 100%;
    max-height: 275px;
}

#argr .actualites .block .titre
{
    min-height: 50px;
}

#argr .actualites .block .publie
{
    text-align: right;
}

@media screen and (max-width: 765px)
{
#argr .actualites .block
{
    width: 325px;
}    
}
/* ARGR */

/* Détails */
#article-detail .texte
{
    width: 55%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#article-detail .texte img
{
    max-width: 100%;
}

#article-detail .images
{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#article-detail .images img
{
    max-width: 700px;
    max-height: 480px;
}

#article-detail .image
{
    position: absolute;
}

#article-detail .pagination .block
{
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

@media screen and (max-width: 765px)
{
#article-detail .texte
{
    width: 100%;
    text-align: justify;
}

#article-detail .images
{
    width: 100%;
}  

#article-detail .images img
{
    max-width: 100%;
    max-height: 480px;
}
}
/* Détails */
/* Actualités */

/* Contenu */
#contenu
{
    width: 95%;
    min-height: 500px;
    margin: auto;
    text-align: center;
}
/* Contenu */

/* Fédération */
.federation .titre
{
    text-align: center;
}

.federation .gauche
{
    width: 55%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    
}

.federation .droite
{
    width: 42%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}

.federation .texte
{
    text-align: justify;
    text-align-last: left;
}

@media screen and (max-width: 765px)
{
    .federation .gauche
{
    width: 100%;

}

.federation .droite
{
    width: 100%;
    margin-top: 0;
}
}
/* Fédération */

/* Bandeau */
.bandeau
{
    height: 40px;
    padding-top: 10px;
    background-color: #3b3b3b;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.bandeau div
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 765px)
{
.bandeau
{
    display: none;
}
}
/* Bandeau */

/* ARGR */
#argr-accueil
{
    text-align: center;
}

#argr-accueil .block
{
    width: 425px;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    
    border: 3px solid rgba(250, 131, 88, .4);
    border-radius: 50px 0 50px 0;
}

#argr-accueil .block img
{
    max-width: 350px;
}

#argr-accueil .block .information
{
    height: 150px;
    font-size: 90%;
}

#argr-accueil .block .plus
{
    text-align: center;
}

@media screen and (max-width: 765px)
{
#argr-accueil .block
{
   width: 95%;
   margin: auto;
   padding-left: 5px;
   padding-right: 5px;
   display: block;
}

#argr-accueil .block .information
{
    height: 150px;
    font-size: 80%;
}
}

/* Détails */
#argr .maj
{
    font-size: 60%;
}

#argr .coordonnees
{
    width: 15%;
    min-width: 350px;
    display: inline-block;
    vertical-align: top;
    
}

#argr .coordonnees table caption
{
    width: 75%;
    margin: auto;
    color: #fa8358;
    border-bottom: 1px solid #fa8358;
}

#argr .coordonnees table
{
    width: 100%;
    margin-bottom: 5px;
}

#argr .informations
{
    width: 60.5%;
    min-width: 350px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    
}

#argr .activites
{
    width: 19%;
    min-width: 250px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    
}


#argr .actualites fieldset
{
    border: none;
}

@media screen and (max-width: 1440px)
{
#argr .informations
{
    width: 50%;
} 
}

@media screen and (max-width: 1280px)
{
#argr .informations
{
    width: 49%;
} 
}

/* Détails */

/* Informations et coordonnées */
#argr .formulaire-coordonnees .gauche
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#argr .formulaire-coordonnees .droite
{
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 765px)
{
#argr .formulaire-coordonnees .gauche
{
    width: 100%;
}

#argr .formulaire-coordonnees .droite
{
    width: 100%;
}    
}
/* Informations et coordonnées */

/* Gallery */
.gallery
{
    text-align: center!important;
}
/* Gallery */

/* Actualités */
/* Myarticles */
/* Liste */
#myarticles .gauche
{
    width: 35%;
    display: inline-block;
    vertical-align: top;
    
}

#myarticles .droite
{
    width: 60%;
    max-height: 500px;
    overflow: auto;
    display: inline-block;
    vertical-align: top;
    
}

#myarticles .droite table
{
    border-collapse: collapse;
}

#myarticles .droite tr td
{
    border-bottom: 1px solid rgb(0,0,0,0.3);
}

@media screen and (max-width: 765px)
{
#myarticles .gauche
{
    width: 100%;
}

#myarticles .droite
{
    width: 100%;
}    
}
/* Liste */

/* Créations */
#myarticles .textes
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    
}

#myarticles .textes .liste-fichiers
{
    width: 100%;
    height: 500px;
    overflow: auto;
    display: inline-block;
    vertical-align: top;
    
}

#myarticles .options
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    
}

#myarticles .options .fichiers .block
{
    width: 260px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(0,0,0,0.3);
    
}

#myarticles .options .boutons
{
    margin-top: 5%;
}

@media screen and (max-width: 765px)
{
#myarticles .textes
{
    width: 100%;
}

#myarticles .options
{
    width: 100%;
}
}
/* Créations */

/* Myarticles */

.gestion-articles
{
    width: 80%;
    margin: auto;
}

/* Mes articles */
.gestion-articles .mes-articles table
{
    width: 100%;
}

.gestion-articles .mes-articles .options
{
    text-align: left;
}

.gestion-articles .mes-articles .liste img
{
    max-height: 50px;
}

.gestion-articles .mes-articles .liste img:hover
{
    transform: scale(3);
    transition: 400ms;
}
/* Mes articles */

/* Fiche */
.gestion-articles .fiche .photos div
{
    width: 25%;
    min-height: 75px;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid rgb(0,0,0,0.5);
}

.gestion-articles .fiche .photos div img
{
    max-width: 100%;
    max-height: 150px;
}
/* Fiche */

/* Sommaire */
.gestion-articles
{
    text-align: left;
}

.gestion-articles .sommaire .articles
{
    width: 30%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.gestion-articles .sommaire .articles fieldset
{
    border: 3px solid rgba(250, 131, 88, .4)!important;
    border-radius: 50px 0 50px 0;
}


.gestion-articles .sommaire .articles img
{
    max-width: 100%;
    max-height: 245px;
    border-radius: 50px 0px 0px 0px;
}

.gestion-articles .sommaire .articles .photo
{
    width: 100%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
}

.gestion-articles .sommaire .articles .texte
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.gestion-articles .sommaire .articles .information
{
    width: 100%;
    min-height: 25px;
    padding-left: 5px;
    background-color: rgba(250, 131, 88, .4);
}

.gestion-articles .sommaire .articles .texte .contenu
{
    padding: 1%;
}

@media screen and (max-width: 765px)
{
.gestion-articles .sommaire .articles
{
    width: 100%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
}

.gestion-articles .sommaire .articles img
{
    max-width: 100%;
    max-height: 280px;
    border-radius: 50px 0px 0px 0px;
}

.gestion-articles .sommaire .articles .photo
{
    width: 100%;
    padding: 2%;
    display: inline-block;
    vertical-align: top;
}

.gestion-articles .sommaire .articles .texte
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

.gestion-articles .articles .information
{
    width: 100%;
    min-height: 25px;
    background-color: rgba(250, 131, 88, .4);
}

.gestion-articles .sommaire .articles .texte .contenu
{
    padding: 1%;
}
}
/* Sommaire */

/* Détails */
.gestion-articles .details
{
    min-height: 600px;
}

.gestion-articles .details .information
{
    width: 100%;
    min-height: 25px;
    background-color: rgba(250, 131, 88, .4);
}

.gestion-articles .details .contenu
{
    width: 48%;
    padding: 1%;
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    border: 3px solid rgba(250, 131, 88, .4)!important;
    border-radius: 50px 0 50px 0;
}

.gestion-articles .details .photos
{
    width: 48%;
    padding-top: 3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.gestion-articles .details .photos img
{
    border-radius: 50px 0 0px 0;
}

.gestion-articles .details .photos div
{
    width: 100%;
    height: 100%;
    position: relative;
}

.gestion-articles .details .photos div img
{
    max-width: 700px;
    max-height: 400px;
    position: absolute;
    top: 0;
    left: 5%;
}

@media screen and (max-width: 1600px)
{
    .gestion-articles .details .photos div img
{
    max-width: 500px;
    max-height: 300px;
}
}

@media screen and (max-width: 1440px)
{
    .gestion-articles .details .photos div img
{
    max-width: 500px;
    max-height: 300px;
    left: 0%;
}
}

@media screen and (max-width: 1280px)
{
    .gestion-articles .details .photos div img
{
    max-width: 450px;
    max-height: 300px;
    left: 0%;
}
}

@media screen and (max-width: 765px)
{
    
.gestion-articles .details
{
    margin-top: 2%;
}

.gestion-articles .details .contenu
{
    width: 100%;
    padding: 2%;
}

.gestion-articles .details .photos
{
    width: 100%;
    padding-top: 0vh;
}

.gestion-articles .details .photos div img
{
    max-width: 100%;
    max-height: 400px;
    position: relative;
    top: 0;
    left: 0;
}


}

/* Détails */

/* Actualités */

/* Gestionnaire de fichiers */
#gestionnaire-fichiers .uploads
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#gestionnaire-fichiers .liste-fichiers
{
    width: 100%;
    max-height: 500px;
    overflow: auto;
    display: inline-block;
    vertical-align: top;
}

.liste-fichiers table
{
    width: 100%;
    font-size: 90%;
}

.liste-fichiers img
{
    max-width: 100px;
    transition: 400ms;
}

.liste-fichiers img:hover
{
    transform: scale(4) translateX(25px);
    transition: 400ms;
    transition-delay: 200ms;
}

@media screen and (max-width: 1600px)
{
    .liste-fichiers table
{
    width: 100%;
    font-size: 80%;
}
}

@media screen and (max-width: 765px)
{
#gestionnaire-fichiers .uploads
{
    width: 100%;
}

#gestionnaire-fichiers .liste-fichiers
{
    width: 100%;
}    
}

/* Gestionnaire de fichiers */

/* Activités */
#activites table
{
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

#activites table img
{
    max-height: 75px;
    transition: 400ms;
}

#activites table img:hover
{
    transform: scale(4);
    transition: 400ms;
    transition-delay: 200ms;
}

/* Ajout + Fiche */
#activites .formulaire-activites .gauche
{
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

#activites .formulaire-activites .gauche table
{
    width: 100%;
}

#activites .formulaire-activites .droite
{
    width: 60%;
    display: inline-block;
    vertical-align: top;
}
/* Ajout + Fiche */

/* Détails */
#activites .activites-details .gauche
{
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

#activites .activites-details .droite
{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    text-align: left;
}

@media screen and (max-width: 765px)
{
#activites .activites-details .gauche
{
    width: 100%;
}

#activites .activites-details .droite
{
    width: 100%;
    text-align: justify;
}    
}
/* Détails */

/* Inscription */
#activite-inscription table
{
    width: 100%;
}
/* Inscription */

/* Activités */

/* ARGR */

/* Prestations */
#prestations
{
    text-align: center;
}

#prestations img
{
    max-width: 92%;
    max-height: 800px;
    border-radius: 0 50px 0 50px;
}

#prestations .block
{
    margin-bottom: 8%;
}

#prestations .block:last-of-type
{
    margin-bottom: 20%;
}

#prestations .block .photos
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#prestations .block .photos div
{
    width: 100%;
    height: 100%;
    position: relative;
}

#prestations .block .photos div img
{
    position: absolute;
    top: 0;
    left: 5%;
}

#prestations .block .texte
{
    width: 52%;
    margin-top: 2%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    
    background-color: rgba(255, 255, 255, .9);
    border: 3px solid rgba(250, 131, 88, .4);
    border-radius: 50px 0 50px 0;
}

#prestations .block .photos-gauche
{
    width: 45%;
    margin-top: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    z-index: 1;
}

#prestations .block .photos-gauche div
{
    width: 100%;
    height: 100%;
    position: relative;
}

#prestations .block .photos-gauche div img
{
    position: absolute;
    top: 0;
    left: 5%;
}

#prestations .block .texte-gauche
{
    width: 52%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    
    background-color: rgba(255, 255, 255, .9);
    border: 3px solid rgba(250, 131, 88, .4);
    border-radius: 50px 0 50px 0;
    position: relative;
    z-index: 2;
}

/* Formules */
#prestations .block .formules
{
    text-align: center;
}

#prestations .block .formules .formule
{
    width: 280px;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#prestations .block .formules .formule fieldset
{
    min-height: 175px;
}

#prestations .block .formules .formule .info
{
    text-align: justify;
}

/* Formules */

@media screen and (max-width: 765px)
{

#prestations img
{
    max-width: 100%;
    max-height: 400px;
    border-radius: 0 50px 0 50px;
}

#prestations .block
{
    margin-bottom: 8%;
}

#prestations .block:last-of-type
{
    margin-bottom: 20%;
}

#prestations .block .photos
{
    width: 100%;
    height: 300px;
}

#prestations .block .photos div
{
    width: 100%;
    height: 100%;
    position: relative;
}

#prestations .block .photos div img
{
    position: absolute;
    top: 0;
    left: 0;
}

#prestations .block .texte
{
    width: 98%;
}

#prestations .block .photos-gauche
{
    width: 100%;
    height: 300px;
}

#prestations .block .photos-gauche div
{
    width: 100%;
    height: 100%;
    position: relative;
}

#prestations .block .photos-gauche div img
{
    position: absolute;
    top: 0;
    left: 0;
}

#prestations .block .texte-gauche
{
    width: 98%;
}

/* Formules */
#prestations .block .formules
{
    text-align: center;
}

#prestations .block .formules .formule
{
    width: 280px;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#prestations .block .formules .formule fieldset
{
    min-height: 175px;
}

#prestations .block .formules .formule .info
{
    text-align: justify;
}

/* Formules */
}

/* Prestations */

/* Partenaires */
#partenaires
{
    max-width: 1280px;
    margin: auto;
}

#partenaires .block
{
    margin-bottom: 2%;
}

#partenaires .block .logo
{
    width: 35%;
    margin-top: 5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#partenaires .block .logo img
{
    max-width: 100%;
    max-height: 200px;
}

#partenaires .block .texte
{
    width: 60%;
    min-height: 250px;
    display: inline-block;
    vertical-align: top;
    padding: 2%;
    border: 3px solid rgba(250, 131, 88, .4);
    border-radius: 50px 0 50px 0;
    text-align: left;
}

#partenaires .block .texte img
{
    max-width: 25px;
}

@media screen and (max-width: 765px)
{
#partenaires .block .logo
{
    width: 100%;
    padding-top: 1%;
    display: block;
}

#partenaires .block .texte
{
    width: 100%;
    display: block;
}    
}
/* Partenaires */

/* Contact */
#contact .coordonnees
{
    width: 48%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    border: 3px solid rgba(250, 131, 88, .4);
    border-radius: 50px 0 50px 0;
}

#contact .plan
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width: 765px)
{
#contact .coordonnees
{
    width: 100%;
}

#contact .plan
{
    width: 100%;
}    

#contact .plan iframe
{
    width: 100%;
}

}

/* Contact */

/* Mentions légales */
#mentions-legales
{
    width: 80%;
    margin: auto;
    text-align: left;
}

@media screen and (max-width: 765px)
{
#mentions-legales
{
    text-align: justify;
}    
}

/* Mentions légales */

/* Footer */
#footer
{
    margin-top: 1%;
    background-color: #3b3b3b;
    text-align: center;
    color: white;
}

#footer .block
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#footer a:hover
{
    color: white;
}

#footer .droite img
{
    max-width: 30%;
}

@media screen and (max-width: 765px)
{
#footer .block
{
    width: 100%;
    display: block;
    text-align: center;
}    
}
/* Footer */

/* FEU */
/* Connexion */
#demande-acces .captcha
{
    width: 302px;
    margin: auto;
}
/* Connexion */

/* Espace utilisateurs */
#espace-argr .gauche
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#espace-argr .gauche .options .block
{
    width: 25%;
    min-width: 215px;
    display: inline-block;
    vertical-align: top;
}



#espace-argr .droite
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#espace-argr .droite .modifications
{
    max-height: 700px;
    overflow: auto;
}

@media screen and (max-width: 765px)
{
    #espace-argr .gauche
{
    width: 100%;
}

#espace-argr .gauche .options .block
{
    width: 45%;
    min-width: 100px;
    display: inline-block;
    vertical-align: top;
    
}

#espace-argr .droite
{
    width: 100%;
    text-align: justify;
}
}
/* Espace utilisateurs */
/* FEU */

/* Gestion des adhérents */
#adherent table
{
    width: 100%;
}

#adherent table a
{
    color: black;
}

#adherent .options
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#adherent .options .block
{
    width: 25%;
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
    
}

#adherent .recherche-rapide
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#adherent .recherche-rapide input[type="text"], select
{
    max-width: 150px
}

#adherent .recherche-rapide .block
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

/* Liste */
#adherent .liste
{
    height: 600px;
    overflow: auto;
}

#tableau_adherents
{
    width: 100%;
    margin: auto;
    font-size: 90%;
}
/* Liste */

/* Fiche */
#adherent .imprimer
{
    margin-left: 10%;
    position: absolute;
    text-align: left;
}

#adherent .fiche
{
    width: 58.5%;
    display: inline-block;
    vertical-align: top;
}

#adherent .fiche .block
{
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}


#adherent .fiche .allocations
{
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}

#adherent .cotisation-transfert
{
    width: 38.5%;
    display: inline-block;
    vertical-align: top;
}


#adherent .cotisation-transfert .cotisations, #adherent .cotisation-transfert .transfert
{
    margin-bottom: 10px;
}


#adherent .cotisations tbody {
  display: block;
  max-height: 300px;
  overflow-y: auto;
}

#adherent .cotisations th, #adherent .cotisations td {
  width: 15%;
  word-break: break-all;
}

#adherent .cotisations tr {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#adherent .cotisations td {
  text-align: center;
  border-bottom: none;
  border-left: none;
}

#adherent .formulaire-bouton
{
    margin-top: 1%;
}

/* Fiche */

/* Résultat requêtes */
#resultat table
{
    width: 60%;
    margin: auto;
    text-align: center;
}

/* Résultat requêtes */

/* Statistiques */
.statistiques table
{
    margin: auto;
}

.statistiques .stats-cotisations
{
    width: 48%;
    max-height: 500px;
    overflow: auto;
    display: inline-block;
    vertical-align: top;
}
/* Statistiques */

/* Export */
#adherent .export table
{
    max-width: 500px;
    margin: auto;
}
/* Export */
/* Gestion des adhérents */

/* Planning */
#planning .options
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

#planning .options .block
{
    width: 15%;
    min-width: 75px;
    display: inline-block;
    vertical-align: top;
}

#planning .recherche-rapide
{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

#planning .recherche-rapide table
{
    margin: auto;
}

#planning .salles-disponibles
{
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

#planning .salles-disponibles .block
{
    width: 22%;
    padding: 1px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fa8358;
}

#planning .total table
{
    width: 80%;
    margin: auto;
}

#planning #reservation
{
    width: 100%;
    font-size: 80%;
}

#planning #reservation td
{
    min-width: 5%;
}

#planning #reservation .salles
{
    max-width: 250px;
    font-size: 90%;
    text-align: left;
}

#planning #reservation a
{
    color: black;
}

/* Créations */
#planning .fiche .gauche
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#planning .fiche table
{
    width: 100%;
    margin: auto;
}

#planning .fiche .boutons
{
    margin-top: 1%;
}


#planning .fiche .gauche .dates
{
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

#planning .fiche .gauche .intitule
{
    width: 64.5%;
    display: inline-block;
    vertical-align: top;
}

#planning .fiche .gauche .pauses-repas
{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

#planning .fiche .gauche .autres
{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

#planning .fiche .droite
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

#planning .fiche .droite .salles-dispo .block
{
    width: 100%;
    padding: 1px;
    margin-bottom: 1px;
    font-size: 80%;
    text-align: left;
    border: 1px solid rgb(0, 0, 0, 0.3);
}

#planning .fiche .droite .salles-dispo .salle-actuelle
{
    margin-bottom: 10px;
    border: 3px solid #fa8358;
}

#planning .fiche .droite .historique
{
    max-height: 300px;
    overflow: auto;
}


#planning .gestion-salles table
{
    margin: auto;
}

.heure-print
{
    position: absolute;
    visibility: hidden;
}
/* Créations */

/* Affichage semaine */
#planning .jours
{
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 70%;
    
}

#planning .jours table
{
    width: 100%;
}

#planning .jours .block
{
    margin-bottom: 5px;
}


/* Salle disponible */
#planning .salle-jours
{
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 75%;
    text-align: left;
}

#planning .salle-jours table
{
    width: 70%;
}

#planning .salle-jours .bouton-num-adh
{
    font-size: 70%;
}

/* Salle disponible */

/* Affichage semaine */


/* PLaning restaurant */
#planning .historiques-restaurant
{
    max-height: 300px;
    overflow: auto;
    font-size: 80%;
}

#planning .fiche .commentaire-restaurant
{
    text-align: left;
}

@media screen and (max-width: 960px)
{
#planning .options
{
    width: 10%;
}


#planning .recherche-rapide
{
    width: 35%;

}

#planning .salles-disponibles
{
    width: 50%;
}
}


/* Pains */
#pains table
{
    margin: auto;
}

#pains .ajout, #pains .recherche
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

#pains .liste table
{
    width: 80%;
}

/* Pains */

/* Affichage écrans d'accueil */
#planning-ecran table
{
    width: 100%;
    font-size: 355%;
    border-collapse: collapse;
}

#planning-ecran table tr
{
    height: 50px;
}

#planning-ecran .salles
{
    width: 15%;
    padding-left: 1%;
    text-align: left;
}

#planning-ecran .etages
{
    width: 5%;
    text-align: left;
}


#planning-ecran .intitule
{
    width: 75%;
    padding-left: 2%;
}

.bandeau-planning
{
    background-color: #3b3b3b!important;
}

.bandeau-planning .date-horaire
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 250%;
    padding-top: 2%;
}

.bandeau-planning .logo
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.bandeau-planning .etiquette
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    font-size: 250%;
    padding-top: 2%;
    animation: blink 1s infinite;
    
}

@keyframes blink { 
  0% { color: #fa8358; }
  50% { color: #ffffff; } 
  100% { color: #fa8358; }
}


#fond-planning-ecran
{
    height: 1440px;
    background-image: url('https://fargr.com/uploads/_interface/images/planning/fond-planning.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/* Affichage écrans d'accueil */


/* Affichage alertes modifications */
.modif-alerte
{
    background-color: white;
    position: absolute;
    width: 90%;
    height: 700px;
    margin: auto;
    overflow: auto;
    top: 5%;
    left: 5%;
    border: 2px solid #fa8358;
}

/* Affichage alertes modifications */


/* Planning */

/* Banquets */
/* Liste */
#banquet .options, #banquet .recherche
{
    width: 48.8%;
    display: inline-block;
    vertical-align: top;
}

#banquet .options .block
{
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

/* Liste */

#banquet .block
{
    width: 45%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#banquet table
{
    width: 100%;
    margin: auto;
}

#banquet table a
{
    color: black;
    text-transform: uppercase;
}

#banquet .liste img
{
    max-width: 100px;
    max-height: 100px;
}


#banquet .gestion
{
    text-align: center;
    width: 80%;
    margin: auto;
}

#banquet .gestion .mce-tinymce
{
    margin: auto;
}

#banquet .gestion img
{
    max-width: 300px;
    max-height: auto;
}




#argridf-banquet img
{
    max-width: 100%;
}


#argridf-banquet .block .texte
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#argridf-banquet .block .photo
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.banquet-menu .block
{
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

/* Fiche d'information */
#banquet .fiche-information
{
    width: 20cm;
    text-align: center;
}

#banquet .fiche-information .programme ul
{
    width: 70%;
    margin: auto;
}

#banquet .fiche-information .programme img
{
    max-width: 100%;
}

#banquet .fiche-information .programme .gauche
{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

#banquet .fiche-information .programme .milieu
{
    width: 55%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#banquet .fiche-information .programme .droite
{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

#banquet .fiche-information .page-break
{
    page-break-after: always;
}

#banquet .fiche-information .page-break-auto
{
    page-break-after: auto;
}

#banquet .fiche-information h1, #banquet .fiche-information h2
{
    /*color: #fa8358;*/
    color: #5f94cf;
}

#banquet .fiche-information h1
{
    font-size: 250%;
    /*border: 3px solid rgba(250, 131, 88, .9);*/
    border: 3px solid rgba(95, 148, 207, .9);
    border-radius: 50px 0 50px 0;
}

#banquet .fiche-information fieldset
{
    border: 3px solid rgba(95, 148, 207, .9);
    border-radius: 50px 0 50px 0;
}

#banquet .fiche-information img
{
    max-width: 100%;
    max-height: 275px;
}

#banquet .activites .block 
{
    width: 100%;
    margin-top: 0.5cm;
}

#banquet .activites .block .gauche
{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

#banquet .activites .block .droite
{
    width: 38.5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#banquet .activites .block .droite h3
{
    text-align: center;
}

#banquet .hotels .block 
{
    width: 100%;
    page-break-after: auto;
}


#banquet .fiche-information table
{
    border-collapse: collapse;
    font-weight: bold;
}

#banquet .fiche-information .plan img
{
    max-width: 100%;
    max-height: 100%;
}


#banquet .fiche-information .ligne:nth-child(odd)
{
    background-color: rgba(95, 148, 207, .9);
    transition: all 200ms ease-in;
}

#banquet .fiche-information .ligne:nth-child(even)
{
    background-color: #ffffff;
    transition: all 200ms ease-in;
}
/* Fiche d'information */


/* Activités */
#banquet .fiche
{
    width: 80%;
    margin: auto;
}


#banquet .fiche img
{
    max-width: 300px;
}
/* Activités */

/* Lettre confirmation d'inscription */
#lettre-inscription
{
    width: 19.8cm;
    height: 28.7cm;
    font-size: 95%;
}


#lettre-inscription .entete
{
    width: 100%;
    margin-top: 0.5cm;
    text-align: center;
}


#lettre-inscription .entete .badge
{
    width: 8.5cm;
    height: 5.6cm;
    display: inline-block;
    vertical-align: top;
    border: 1px dashed black;
}

#lettre-inscription .entete .badge2
{
    width: 8.5cm;
    height: 5.6cm;
    display: inline-block;
    vertical-align: top;
}

#lettre-inscription .entete .entre-badge
{
    width: 2cm;
    display: inline-block;
    vertical-align: top;
}

#lettre-inscription .logo
{
    width: 8cm;
    padding-top: 0.5cm;
    display: inline-block;
    vertical-align: top;
    opacity: 0.7
}

#lettre-inscription .logo img
{
    max-width: 100%;
    height: auto;
}


#lettre-inscription .objet
{
    width: 10cm;
    padding-top: 1cm;
    display: inline-block;
    vertical-align: top;
}

#lettre-inscription .corp
{
    height: 17cm;
    padding-left: 12mm;
    padding-right: 12mm;
    text-align: left;
}


#lettre-inscription .pdp
{
    opacity: 0.7;
}

@media print{
    @page { size: auto;  margin: 0mm; }
}


/* Lettre confirmation d'inscription */

/* Recherche manuel si pas de QR code */

.recherche-manuel
{
    text-align: center;
}


/* Recherche manuel si pas de QR code */

/* Banquets */

/* Cave */
#cave table
{
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

#cave .options
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#cave .options .block
{
    width: 10%;
    display: inline-block;
    vertical-align: top;
    
}

#cave .recherche
{
    font-size: 90%;
}

#cave #produits .designation
{
    text-align: left;
}

#cave .produits
{
    width: 60.5%;
    display: inline-block;
    vertical-align: top;
}

#cave .produits .block
{
    width: 20%;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    
}

#cave .produits .block .libelle
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fa8358;
}

#cave .produits .block .tarif
{
    vertical-align: bottom;
}

#cave .produits .block select
{
    width: 95%;
    height: 20px;
    margin: auto;
}

#cave .produits .block input[type="number"]
{
    width: 30px;
    height: 20px;
    margin: auto;
}

#cave .produits .block-famille
{
    width: 30%;
    height: 75px;
    padding: 5px;
    padding-top: 50px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    
}

#cave .panier
{
    width: 39.5%;
    display: inline-block;
    vertical-align: top;
    font-size: 90%;
    position: sticky;
    top: 0;
}

#cave .panier table
{
    width: 100%;
}

#cave .fiche .gauche
{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#cave .fiche .droite
{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

#cave .ventes
{
    font-size: 80%;
}
/* Cave */

/* Suivi repas */
#suivi table
{
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

#suivi .options
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#suivi .options .block
{
    width: 10%;
    display: inline-block;
    vertical-align: top;
    
}

#suivi .recherche
{
    width: 100%;
}

#suivi .fiche
{
    width: 50%;
    margin: auto;
    min-width: 300px;
}
/* Suivi repas */

/* Affichage bar */
#affichage-bar
{
    width: 100%;
    height: 1535px;
    color: white;
    font-family: NuevaStd;
    background-color: black;
    text-align: center;
    background-image: url(https://fargr.com/uploads/_interface/images/logo.png);
    background-repeat: no-repeat;
    background-position: 95% 80%;
}

#affichage-bar img
{
    width: 40px;
}

#affichage-bar h1
{
    margin: 0;
    padding-top: 20px;
    font-size: 240%;
    color: white;
}

#affichage-bar table
{
    width: 100%;
    border-collapse: collapse;
}

#affichage-bar table td
{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#affichage-bar .label
{
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 110%;
}

#affichage-bar .input-vins
{
    width: 200px;
}


#affichage-bar .prix-vins
{
    width: 80px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 110%;
}

#affichage-bar .gauche
{
    width: 46%;
    margin-top: 0px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#affichage-bar .droite
{
    width: 46%;
    margin-top: 0px;
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    
}

#affichage-bar .block
{
    width: 100%;
    margin: auto;
    font-size: 140%;
}

#affichage-bar .messages
{
    width: 95%;
    margin: auto;
    margin-top: 20px;
    text-align: justify;
    font-size: 170%;
}

/* Affichage type images */
#affichage-bar-images
{
    width: 100%;
    height: 1535px;
    color: white;
    font-family: NuevaStd;
    background-color: black;
    text-align: center;
    background-image: url(https://fargr.com/uploads/_interface/images/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 2%;
}

#affichage-bar-images #bar-images
{
    width: 95%;
    margin: auto;
    padding-top: 23%;
    height: 1000px;
}

#affichage-bar-images #bar-images img
{
    width: 80%;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#affichage-bar-images .messages
{
    width: 95%;
    margin: auto;
    margin-top: 40px;
    text-align: justify;
    font-size: 180%;
    border-top: 1px solid #fa8358;
}
/* Affichage type images */


/* Affichage type Moitié */
#affichage-bar-moitie
{
    width: 100%;
    height: 1535px;
    color: white;
    font-family: NuevaStd;
    background-color: black;
    text-align: center;
    background-image: url(https://fargr.com/uploads/_interface/images/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 2%;
}

#affichage-bar-moitie #bar-images
{
    width: 95%;
    margin: auto;
    padding-top: 22%;
    height: 667.5px;
}

#affichage-bar-moitie #bar-images img
{
    width: 80%;
    max-height: 665px;
}

#affichage-bar-moitie .titre
{
    width: 95%;
    margin: auto;
    padding-top: 0%;
    text-align: center;
    font-size: 275%;
    line-height: 200%;
    color: #fa8358;
}


#affichage-bar-moitie .messages
{
    width: 95%;
    height: 500px;
    margin: auto;
    margin-top: 40px;
    text-align: justify;
    font-size: 220%;
    border-top: 1px solid #fa8358;
    background-color: black;
}

/* Affichage type Moitié */

/* Affichage type Message */
#affichage-bar-message
{
    width: 100%;
    height: 1535px;
    color: white;
    font-family: NuevaStd;
    background-color: black;
    text-align: center;
    background-image: url(https://fargr.com/uploads/_interface/images/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 2%;
}

#affichage-bar-message .titre
{
    width: 95%;
    height: 900px;
    margin: auto;
    padding-top: 45%;
    text-align: center;
    color: #fa8358;
}


#affichage-bar-message .messages
{
    width: 95%;
    margin: auto;
    margin-top: 20px;
    border-top: 1px solid #fa8358;
}
/* Affichage type Message */

/* Liste des messages */
#cave .messages .liste a
{
    color: black;
}

#cave .messages .liste table
{
    font-size: 90%;
}
/* Liste des messages */

/* Message fiche */
#cave .fiche
{
    max-width: 70%;
    margin: auto;
}

#cave .fiche img
{
    max-height: 175px;
    cursor: pointer;
}

#cave .fiche .images div
{
    width: 25%;
    margin: 1px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid black;
}
/* Message fiche */

/* Affichage bar */

/* Affichage carte des vins */
.affichage-carte
{
    width: 210mm;
    height: 297mm;
    border: 1px solid transparent;
    background-image: url(https://fargr.com/uploads/_interface/images/carte_vins/fond.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: NuevaStd;
    text-align: center;
    background-color: #dad5c9;
}

.affichage-carte-couverture
{
    width: 210mm;
    height: 297mm;
    border: 1px solid transparent;
    background-image: url(https://fargr.com/uploads/_interface/images/carte_vins/couverture.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-family: NuevaStd;
    text-align: center;
    background-color: #dad5c9;
}

.titre-couverture
{   
    margin-top: 40%;
    margin-left: 35%;
    position: relative;
    text-align: left;
}

.titre-couverture h1
{
    font-size: 700%;    
}

.titre-couverture h2
{
    font-size: 450%;    
}

.affichage-carte h2
{
    font-size: 170%;
}

.affichage-carte h3
{
    font-weight: bold;
    margin-bottom: 2px;
}

.affichage-carte .titre
{
    height: 75px;
}

.affichage-carte .block
{
    text-align: left;
    padding-left: 25mm;
    font-size: 110%;
    text-shadow: 0 0 1px black;
}

.affichage-carte .label
{
    letter-spacing: 2px;
}

.affichage-carte .block table
{
    width: 100%;
}

.affichage-carte .block table tr
{
    line-height: 25px;
}

.affichage-carte .block .input
{
    padding-left: 15px;
    width: 80%;
}

/* Affichage carte des vins */

/* trombinoscope */
#trombinoscope .liste table
{
    width: 100%;
    border-collapse: collapse;
}

#trombinoscope .liste img
{
    max-height: 75px;
}

#trombinoscope .options .block
{
    width: 10%;
    display: inline-block;
    vertical-align: top;
}

/* Fiche */
#trombinoscope .fiche
{
    max-width: 600px;
    margin: auto;
}

#trombinoscope .fiche img
{
    max-height: 150px;
}
/* Fiche */

/* Affichage */
.affichage-trombi
{
    width: 210mm;
    height: 297mm;
    border: 1px solid black;
    text-align: center;
}


.affichage-trombi .block
{
    width: 32.5%;
    margin: 2px;
    display: inline-block;
    vertical-align: top;
}

.affichage-trombi .block .photo
{
    height: 200px;
}

.affichage-trombi .block .photo img
{
    max-width: 100%;
    max-height: 200px;
}

.affichage-trombi .block .email
{
    width: 100%;
    font-size: 90%;
}

.affichage-trombi .block .nom
{
    font-weight: bold;
}

.affichage-trombi .block .fonction
{
    font-weight: bold;
    color: #fa8358;
}
/* Affichage */

/* trombinoscope */

/* AG ARGR IDF 2021 */
#ag-2021 h1
{
    font-size: 250%;
}

#ag-2021 label
{
    font-size: 150%;
    margin: 3%;
}

#ag-2021 textarea
{
    width: 500px;
}

#ag-2021-resultat .block
{
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

#ag-2021-resultat table
{
    margin: auto;
    border-collapse: collapse;
}

#ag-2021-resultat a
{
    color: black;
}

#ag-2021-resultat .question
{
    width: 60%;
    max-height: 500px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    text-align: left;
}

#ag-2021-resultat .votant
{
    width: 35%;
    max-height: 500px;
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    text-align: left;
}
/* AG ARGR IDF 2021 */

/* Gestion interne */
#gestion-interne table
{
    width: 100%;
}

/* Gestion interne */

/* QRCode reader */ 
#validation-qrcode
{
    margin-top: 1%;
    text-align: center;
}

#qrr-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 20000;
}

#qrr-container {
  font-family: sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  padding: 10px;
  width: 90%;
  height: 90%;
  margin: auto;
  display: none;
  z-index: 20001;
  border-radius: 10px;
}

#qrr-container h1 {
  margin-top: 0;
}

#qrr-close {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
  margin-top: -5px;
  font-size: 3em;
  cursor: pointer;
  color: #808080;

}

#qrr-loading-message {
  text-align: center;
  padding: 15px;
  background-color: #eee;
  width: 90%;
  margin: 30px auto 0;
}

#qrr-canvas {
  display: block;
  height: 65%;
  max-width: 90%;
  overflow-x: scroll; 
  cursor: pointer;
  margin: 30px auto 10px;
}

#qrr-canvas.hidden {
  display: none;
}

#qrr-output {
  width: 90%;
  max-height: 15%;
  margin: 20px auto 10px;
  background: #eee;
  padding: 10px;
  overflow-y: auto;
}

#qrr-ok {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 10px 50px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  background-color: green;
  color: white;
  border-radius: 10px;
}

#qrr-output-data {
  display: none;
}
/* QRCode reader */


/* Enveloppe */
#enveloppe
{
    width: 80%;
    margin: auto;
}

#enveloppe .montant, #enveloppe .operation
{
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}

#enveloppe .liste table
{
    width: 100%;
}

/* Enveloppe */


/* Questionnaire */

#questionnaire
{
    width: 100%;
    margin: auto;
}

#questionnaire .options div
{
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
}


#questionnaire .liste-argr ul
{
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

#questionnaire .affichage
{
    width: 80%;
    margin: auto;
}

#questionnaire table
{
    margin: auto;
}

#questionnaire .question
{
    width: 30%;
    min-width: 400px;
    display: inline-block;
    vertical-align: top;
}

#questionnaire hr
{
    border: 0.1px solid rgba(250, 131, 88, .3);
    background-color: rgba(250, 131, 88, .3);
}

#questionnaire .block
{
    margin-bottom: 1%;
}

#questionnaire .boutons
{
    margin-top: 1%;
}

#questionnaire #classique, #questionnaire #toque
{
    display: none;
}

/* Questionnaire ARGR */
#questionnaire .affichage-argr .block
{
    width: 30%;
    min-width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#questionnaire .affichage-argr .block table
{
    width: 30%;
    display: inline-block;
    margin: auto;
    border: 1px solid red;
}

#questionnaire .affichage-argr input[type="number"]
{
    width: 100px!important;
}


@media print{
    
#questionnaire .liste-argr, #questionnaire .options
{
    display: none;
}
    
#questionnaire .affichage-argr
{
    width: 100%;
    height: 100%;
}
}


/* Questionnaire ARGR */

/* Questionnaire */

/* Evolution des repas */
#evolution-repas table
{
    width: 100%;
}

/* Evolution des repas */
/* cmsms stylesheet: ColorBox modified: jeudi 2 janvier 2020 21:46:27 */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
#cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        #cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
