@media print {
              body {
                margin: 0;
                color: #000;
                background-color: #fff;
              }
              footer{
                display:none!important;
              }
              .footer{
                display:none;
            }
            .topimage{
                display:none;
            }
            nav{
                display:none;
            }
            .topnav{
                display:none;
            }
            h1 .h1{
                display:none;
            }
            .contenu{
                border-style: solid;
                border-width: 1px;
            }
            html{
                background: #FFF !important;
                background-image: none !important;
            }
            body{
                background: #FFF !important;
                background-image: none !important;
            }
            tr{
                -webkit-print-color-adjust: exact;
            }
            td{
                -webkit-print-color-adjust: exact;
            }
            div{
                -webkit-print-color-adjust: exact;
            }
            h2{
                -webkit-print-color-adjust: exact;
            }
            h3{
                -webkit-print-color-adjust: exact;
            }

}
.profilePict{
    width:20px;
    height:20px;
    border-radius:50%;
    overflow:hidden;
    border:soid white 1px;
}
.profilePict img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*ooo        ooooo   .oooooo.   oooooooooo.         .o.       ooooo           ooooo          .oooooo.     .oooooo.    ooooo ooooo      ooo
`88.       .888'  d8P'  `Y8b  `888'   `Y8b       .888.      `888'           `888'         d8P'  `Y8b   d8P'  `Y8b   `888' `888b.     `8'
 888b     d'888  888      888  888      888     .8"888.      888             888         888      888 888            888   8 `88b.    8
 8 Y88. .P  888  888      888  888      888    .8' `888.     888             888         888      888 888            888   8   `88b.  8
 8  `888'   888  888      888  888      888   .88ooo8888.    888             888         888      888 888     ooooo  888   8     `88b.8
 8    Y     888  `88b    d88'  888     d88'  .8'     `888.   888       o     888       o `88b    d88' `88.    .88'   888   8       `888
o8o        o888o  `Y8bood8P'  o888bood8P'   o88o     o8888o o888ooooood8    o888ooooood8  `Y8bood8P'   `Y8bood8P'   o888o o8o        `8
*//*MODAL LOGIN*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 0;
  border-radius: 8px;
  width: 360px;
  max-width: 90%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.8);
  animation: modalIn 0.3s ease;
  overflow: hidden;
  z-index:9999;
}

@keyframes modalIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.tab-header {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #eee;
}

.tab-header button {
  flex: 1;
  background: #000;
  border: none;
  padding: 14px;
  font-weight: 700;
  color: #EEE;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.tab-header button.active {
  background: #333;
  color: #fff;
}

.tab-body {
  display: none;
  padding: 24px;
}

.tab-body.active {
  display: block;
}

.modal-content input, 
.modal-content select {
  width: 100%;
  margin: 8px 0;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.modal-content .button {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.close {
  float: right;
  font-size: 24px;
  margin: 10px;
  cursor: pointer;
}

#tabLogin{
    margin:0;
    border-radius:0;
}
#tabSignup{
    margin:0;
    border-radius:0;
}



/*ooo        ooooo   .oooooo.   oooooooooo.         .o.       ooooo           oooooo     oooo   .oooooo.   ooooo oooooooooooo  .oooooo..o
`88.       .888'  d8P'  `Y8b  `888'   `Y8b       .888.      `888'            `888.     .8'   d8P'  `Y8b  `888' `888'     `8 d8P'    `Y8
 888b     d'888  888      888  888      888     .8"888.      888              `888.   .8'   888      888  888   888         Y88bo.
 8 Y88. .P  888  888      888  888      888    .8' `888.     888               `888. .8'    888      888  888   888oooo8     `"Y8888o.
 8  `888'   888  888      888  888      888   .88ooo8888.    888                `888.8'     888      888  888   888    "         `"Y88b
 8    Y     888  `88b    d88'  888     d88'  .8'     `888.   888       o         `888'      `88b    d88'  888   888       o oo     .d8P
o8o        o888o  `Y8bood8P'  o888bood8P'   o88o     o8888o o888ooooood8          `8'        `Y8bood8P'  o888o o888ooooood8 8""88888P'
*/

.modal_voie {
  display: none;
  position: fixed;
  z-index: 9000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}

.modal_voie_content {
  background: #fff;
  border-radius: 10px;
  width: 80%;
  max-width: 900px;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.modal_tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.modal_tab {
  flex: 1;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  color: #555;
  background: #f5f5f5;
  transition: 0.3s;
}

.modal_tab.active {
  background: #00527a;
  color: #fff;
}

.modal_tab i {
  width: 22px;
  height: 22px;
}
.modal_tab svg { width: 22px; height: 22px; stroke: #9aa0a6; }       /* gris */
.modal_tab:hover svg { stroke: #5f6368; }
.modal_tab.active svg { stroke: #202124; }                           /* actif plus sombre */

.modal_body {
  flex: 1;
  overflow-y: auto;
  flex-direction: column;
  padding: 20px;
  min-height: 60vh; /* 100px de marge totale (haut+bas) */
  max-height: 60vh;
}
.modal-body{

}

.modal_footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #ddd;
  background: #f8f8f8;
}

.modal_footer .ico {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #333;
}

.modal_footer img {
  height: 22px;
}

.modal-loading {
  color: #fff;
  text-align: center;
  padding: 40px;
  font-size: 20px;
}

.ico_modal{
    display:inline-flex; 
    align-items:center; 
    gap:6px; padding:4px 8px; 
    border-radius:8px; 
    background:rgba(0,0,0,0.1); 
    justify-content: center;
    min-width:45px;
    cursor:pointer;
}
.ico_modal:hover{
    background:rgba(0,0,0,0.02);
    border:solid 1px; 
}
.ico_modal .num{

}
/*=)===================================== COMMENTAIRES : */
.comments-scroll {
  max-height: 60vh;
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.comments-scroll {
  overflow-y: auto;
  padding: 10px;
  transition: height 0.2s ease;
}


.comment {
/*  display: flex;*/
  align-items: flex-start;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
  padding: 10px 14px;
  border: 1px solid #eee;
}

.comment img {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  flex-shrink: 0;
}

.comment b {
  color: #00527a;
  font-size: 15px;
}

.comment i {
  color: #777;
  font-size: 12px;
}

.comment p,
.comment div {
  margin: 2px 0 0 0;
  color: #333;
  font-size: 14px;
}
.comment-text{
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    width: 100%;
/*    align-items: flex-end;*/
}
.comment-text::before {
    content: ""; /* Obligatoire pour afficher le pseudo-élément */
    
    /* Styles pour la fausse bordure */
    display: block;
    height: 1px; /* L'épaisseur de votre bordure */
    background-color: #DDD; /* La couleur de votre bordure */
    
    /* Styles pour la largeur et le centrage */
    width: 80%; /* La largeur désirée (80% de la largeur du parent) */
    position: relative;
    top: 0; /* Positionne en haut de l'élément parent */
    
    /* Centrage de l'élément sur l'axe horizontal */
    left: 50%;
    transform: translateX(-50%); 
}
/* ====== Zone d’écriture ====== */
.comment-form {
  display: flex;
  align-items: stretch;
  border-top: 1px solid #ddd;
  background: #fff;
  padding: 8px;
}

.comment-form {
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: stretch;
  padding: 8px;
}

.comment-form textarea {
  flex: 1;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 8px 0 0 8px;
  outline: none;
  padding: 10px;
  font-size: 14px;
  height: 5em; /* 5 lignes */
  font-family: inherit;
  background: #f9f9f9;
}

.comment-form button {
  background: #00527a;
  color: white;
  border: none;
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background 0.2s ease;
}

.comment-form button:hover {
  background: #0070aa;
}

/*ooo        ooooo   .oooooo.   oooooooooo.         .o.       ooooo           ooooo     ooo  .oooooo..o oooooooooooo ooooooooo.
`88.       .888'  d8P'  `Y8b  `888'   `Y8b       .888.      `888'           `888'     `8' d8P'    `Y8 `888'     `8 `888   `Y88.
 888b     d'888  888      888  888      888     .8"888.      888             888       8  Y88bo.       888          888   .d88'
 8 Y88. .P  888  888      888  888      888    .8' `888.     888             888       8   `"Y8888o.   888oooo8     888ooo88P'
 8  `888'   888  888      888  888      888   .88ooo8888.    888             888       8       `"Y88b  888    "     888`88b.
 8    Y     888  `88b    d88'  888     d88'  .8'     `888.   888       o     `88.    .8'  oo     .d8P  888       o  888  `88b.
o8o        o888o  `Y8bood8P'  o888bood8P'   o88o     o8888o o888ooooood8       `YbodP'    8""88888P'  o888ooooood8 o888o  o888o
*/
/* === MODAL GLOBAL === */
#userModal {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

/* === CONTENU DU MODAL === */
#userModal .modal-inner {
  position: relative;
  background: white;
  border-radius: 15px;
  padding: 25px 20px 30px;
  color: #222;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;            /* 👈 hauteur max basée sur la fenêtre */
  overflow-y: auto;            /* 👈 scroll vertical si le contenu dépasse */
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  scrollbar-width: thin;
  scrollbar-color: #bbb transparent;
}

/* scroll style pour Chrome */
#userModal .modal-inner::-webkit-scrollbar {
  width: 8px;
}
#userModal .modal-inner::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
#userModal .modal-inner::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* === CROIX FERMETURE === */
#userModal .close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #555;
  cursor: pointer;
  transition: color 0.2s;
}
#userModal .close-modal:hover {
  color: #000;
}

/* === PHOTO PROFIL === */
#userModal .user-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

#userModal .user-header .photo img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #00527a1a;
  box-shadow: 0 0 8px rgba(0,0,0,0.15);
}

#userModal .user-header .info h2 {
  margin: 10px 0 0;
  color: #00527a;
  font-size: 1.8em;
}

#userModal .user-header .info p {
  margin: 4px 0 0;
  font-size: 1em;
  color: #666;
}

/* === GRAPHIQUE === */
#userModal .user-chart {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#userModal .user-chart canvas {
  max-width: 420px;
  width: 100%;
  height: 140px !important;
}

/* === COMMENTAIRES === */
#userModal .user-comments {
  margin-top: 30px;
  text-align: left;
}

#userModal .user-comments h3 {
  text-align: center;
  color: #00527a;
  margin-bottom: 15px;
}

#userModal .comment {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#userModal .comment-text {
  font-size: 0.95em;
  margin-bottom: 3px;
}
#userModal .comment-meta {
  font-size: 12px;
  color: #666;
  text-align: right;
}
#userModal .no-comment {
  font-style: italic;
  color: #777;
  text-align: center;
  margin-top: 10px;
}




/*      .o.          oooooo     oooo oooooooooooo ooooo      ooo ooooo ooooooooo.
     .888.          `888.     .8'  `888'     `8 `888b.     `8' `888' `888   `Y88.
    .8"888.          `888.   .8'    888          8 `88b.    8   888   888   .d88'
   .8' `888.          `888. .8'     888oooo8     8   `88b.  8   888   888ooo88P'
  .88ooo8888.          `888.8'      888    "     8     `88b.8   888   888`88b.
 .8'     `888.          `888'       888       o  8       `888   888   888  `88b.
o88o     o8888o          `8'       o888ooooood8 o8o        `8  o888o o888o  o888o*/

.a_venir {
  display: flex;
  flex-direction: column;
  align-items: center;         /* centre horizontalement */
  justify-content: center;     /* centre verticalement */
  height: 60vh;                /* hauteur adaptée à la fenêtre */
  text-align: center;
  color: #444;
  font-family: "Segoe UI", Roboto, sans-serif;
}

.a_venir p {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
  color: #FFF;
}

.a_venir i {
  margin-top: 8px;
  font-size: 18px;
  font-style: italic;
  color: #777;
  align-self: flex-start;      /* décale légèrement sur la gauche */
  margin-left: 45%;            /* ajuste la position de “signature” */
}












.tests{
    margin-top:50px;
    padding:10px;
    background-color:#FFFFFF10;
}
.goog-te-banner-frame{
    position: static!important;
    top: -7px!important;
    height: 26px!important;
    display: none;
}
.goog-te-gadget-simple{
    background-color: rgba(0,0,0,0)!important;
}
.goog-te-menu-value span{
    font-size: 11px!important;
    color: white!important;
}
.google_translate{
    /*padding-top: 7.5px;*/
    /*height: 49px;*/
    /*z-index: 1500;*/
    /*position: static;*/
    display: inline-block;
}
.google_translate_element{
    width:200px;
    text-align:center;
    display:inline-block;
}
.h1 {
            font-size:64px!important;
            padding:0px!important;
            margin:0px!important;
}
/* ___________________________-______BACKGROUND + autres______________________________________*/
        @font-face {
            font-family: "ma-police";
            src: url("fonts/ma-police.otf");
        }
        @font-face {
            font-family: "Consolas";
            src: url("fonts/Consolas.ttf") format("ttf"),
            url("fonts/Consolas.ttf") format("truetype");
        }  
        @font-face {
            font-family:"wingding";
            src: url("font/wingding.ttf") format("ttf"),
            url("fonts/Consolas.ttf") format("truetype");
        }
        html {
            /*background: url(img/back.svg) no-repeat center center fixed !important;*/
            -webkit-background-size: cover !important;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover !important;
            /*overflow-x: hidden;*/
            /*height:100%;*/
            margin:0px;
        }
        body { 
        	/*background: url("img/back.svg") no-repeat center center fixed;*/
            background-color:#222;
/*            background: url(img/back_low.jpg) no-repeat center center fixed; */
            -webkit-background-size: cover!important;
            -moz-background-size: cover!important;
            -o-background-size: cover!important;
            background-size: cover!important;
            /*overflow-x: hidden!important;*/
            /*height:100%;*/
            margin:0px;
        }
        body {
            margin:0px;
            height:100%;
        }

        p{
            margin:0px;
        }
        a:visited{
            color:#666;
        }
        a{
            color:#666;
        }
input[type=text], input[type=password],input[type=tel],input[type=date]{
    -webkit-appearance: none;
    border-radius: 0px;
    border-width: 1px;
    border-color:#888;
}

.zoomX{
    /*height:100%;*/
    width:100%;
    /*background-image: url(https://luperi.github.io/wheelzoomdemo/img/img1.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
}

/*-----------------------------------------------------*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
/*  z-index: 1; */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  max-width:660px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  /*-webkit-animation-name: animatetop;*/
  /*-webkit-animation-duration: 0.4s;*/
  /*animation-name: animatetop;*/
  /*animation-duration: 0.4s*/
}
.modal-content p {
    font-size: 13px!important;
}
.connect h2 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
select{
    background: url('img/br_down.webp') no-repeat right #ddd;
    -webkit-appearance: none;
    background-size: 10px;
    background-position: right 6px center;
}


/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -6px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 0px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

#blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.9);
  text-align: center;
  overflow: unset;

  /*cursor: url('http://www.rouvre.com/themes/default/images/cursor-close.png'), crosshair;*/
    }
  .title_blackout{
    width: 85px;
    height:85px;
    border-bottom-left-radius: 85px;
    /*height: 20px;*/
    float:right;
    background-color: rgba(0,0,0,0.8);
    padding-bottom:20px;
    padding-top:20px;
    text-align: center;
    color: white;
    display: block;
    position: absolute;
    top:0px;
    right:0px;
    z-index:11;
  }

  img{
    max-width: 100%;
    max-height: 100%;
}

#popup{
    display: block;
}
#wrapper{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    text-align: right;
    z-index:1;
}
.content{
    display: inline-block;
    font-family:consolas;
    font-weight:bold;
    font-size:15px;
    padding:5px;
    z-index:20;
    background-color:black;
    color:white;
    margin-left:-9px;
    height:30px;
    vertical-align:middle;
    cursor:pointer;
}
#fleche{
    transition: transform 1s;
}
        ::placeholder {
            color: #555!important;
            opacity: 1; /* Firefox */
        }

        #test{
            color: #ffffff;
            text-align: center;
            font-family: "ma-police", serif;
        }
        #bandeau{
        }
        h1{
            font-size:64px;
            padding:0px;
            margin:0px;
        }
        h2{
            font-size:32px;
        }

        .titre {
            background-color: rgba(0,82,122,0.99);
            color:white;
            margin:-10px !important;
            padding:10px !important;
            font-weight:lighter;
            font-size:25px !important;
        }
        .titre2 {
            background-color: rgba(0,82,122,0.99);
            color:white;
            margin-right:-10px !important;
            margin-left:-10px !important;
            padding:5px !important;
            font-weight:lighter;
        }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-left:-10px;
  margin-right:-10px;
  margin-top:10px;
}


/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0s;
  animation-name: fade;
  animation-duration: 0s;
}
@-webkit-keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}

/* ______________________________Barre de naviguation + responsive contenu__________________________________*/
        .topnav{
            width:100%;
            overflow:hidden;
            height:42px;
            position:fixed; /*utiliser styky pour mettre quelque chose au dessus.*/
            text-align: center;
            vertical-align: center;
            top: 0%;
            right: 0%;
            background-color: rgba(0,0,0,0.99);
            z-index:100;
        }
        .topnav a {
            font-family:"Consolas",serif;
            text-decoration: none;
            font-size:15px;
            color:#fff;
            z-index:99;
        }
        .topnav a:visited {
            color:#fff;
        }
        .topnav a:hover {
            background-color:#BBB;
        }
        .topnav a:active {
            background-color: #CCC;
            color: #fff;
        }
        .topnav .icon {
            text-align:right;
            padding-right:20px;
            padding-left:20px;
            float:right;
            visibility:hidden;
        }
        .button{
            background-color:rgba(0,0,0,0.99);
            color:#ffffff;
            padding: 12px 16px;
/*            float: left;*/
            width: auto;
            border: none;
            display: block;
        }
        nav .button{
            float: left;
        }
        .button2{
            background-color: rgba(100,100,100,0.8);
            color:white;
            padding: 12px 16px;
            float: left;
            width: auto;
            border: none;
            display: block;
        }
        .button3{
            background-color:rgba(0,0,0,0.99);
            color:#ffffff;
            padding: 12px 16px;
            float: left;
            width: auto;
            border: none;
            display: block;
        }

        .contenu{
            !top:30px;
            margin-top:30px;
            margin:0px;
            background-color: rgba(222, 240, 246, 0.9);
            width:88%;
            max-width:900px;
            padding: 10px;
            text-align: left;
            color:#222222;
            /*Pour pieds en bas*/
            !min-height: 100%;
            !margin-bottom: -150px;  /* equal to footer height */
            z-index:-2;
        }

        .contenu1{
            min-height:100%;
            margin-bottom: -150px;
            z-index:-2;
        }
        .contenu1:after {
            content:"";
            display:block;
        }
        .footer, .contenu1:after {
            height:150px;
        }
        .topimage{
            height:250px;
            vertical-align:middle;
        }
        .topimagesub{
            height:120px;
            vertical-align:middle;
        }
        .contenu p{
            /*margin-right: 20px;*/
            font-family:arial;
            font-size:15px;

        }
        .contenu li{
            font-family:arial;
            font-size:15px;
        }
        .coockie {
            font-family:"Consolas";
            font-size:25px;
            position:fixed;
            margin:0px;
            padding-bottom:10%px;
            padding-top:100px;
            text-align:center;
            overflow:hidden;
            text-align:center;
            vertical-align:center;
            top: 42px;
            /*right: 0%;*/
            background-color: rgba(10,10,10,0.8);
            color:#fff;
            width:100% !important;
            height:100%;
            z-index: 3;
        }
        .coockie p{
            font-family:"Consolas";
            font-size:19px;
            margin-top:10px;
            margin-bottom:10px;
            padding-right:10px;
            padding-left:10px;

        }
        .coockie h2{
            font-size:28px;
        }
        .coockie a{
            color:white;
        }
        .coockie .bt{
            padding-top:10px;
            padding-bottom:10px;
            padding-right:50px;
            padding-left:50px;
            font-family:"Consolas";
            font-size:20px;
            margin-top:10px;
        }

/* ______________________________ Pied de page __________________________________*/
    footer{
    /*bottom:0px;*/
    /*position:fixed; mettre en responsive*/
        position: sticky;
        bottom: -120px;
    }
    .footer{
        text-align:center;
        width:100%;
        /*bottom:0;*/
        margin-top:20px;
        position:sticky;
        background-color:rgba(0,0,0,0.8);
        color:#fff;
        font-size:12px;
    }
    .footer p{
        font-family:arial;
        font-size:12px;
    }
    .footer a{
        margin-bottom:3px;
        color:white;
        !padding-bottom:10px;
    }
    .footer .top {
        margin-top :10px;
    }
    .footer  .BT_link {
        
    }
    #theo{
        font-weight: bold;
    }
    .footer .acote {
        display:inline-block;
        width:30%;
        margin:0px;
        vertical-align:middle;
    }
.img_text{
    float:right;
}
.text_img{
    float:left;
}




/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(150,150,150,0.8); 
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(150,150,150,0.4); 
}


        @media only screen and (max-width:1025px) {
            .contenu{
                width:100%;
                padding:10px;
                box-sizing:border-box;
                }

        @media only screen and (max-width:1025px) {
            .contenu{
                width:100%;
                padding:10px;
                box-sizing:border-box;
                }
            .topnav .button{
                display:none;
            }
            .topnav .icon {
                visibility:visible;
            }
            .topnav.responsive {
                /*position: relative;*/
                width:100%;
                overflow:hidden;
                height:auto;
                position:fixed; /*utiliser styky pour mettre quelque chose au dessus.*/
                text-align: center;
                vertical-align: center;
                top: 0%;
                right: 0%;
/*                background-color: rgba(0,82,122,0.99);*/
            }
            .topnav.responsive .icon {
                position:absolute;
                right:0px;
                top:0px;
            }
            .topnav.responsive .button {
                visibility: visible;
                display:block;
                width:100%;
                /*position: all;*/
                }
            .topnav.responsive .button2 {
                visibility: visible;
                display:block;
                width:100%;
                /*position: all;*/
                }
            .coockie {
                padding-top:25px;
                font-size:18px;
                }
            .coockie p{
                font-family:"Consolas";
                font-size:14px;
                margin-top:10px;
                }

            @media only screen and (max-width:700px) {
                .footer, .contenu1:after {
                    height:180px;
                }
                footer{
                    bottom:-148px;
                }
            @media only screen and (max-width:550px) {
                .footer, .contenu1:after {
                    height:300px;
                }
                footer{
                    bottom:-268px;
                }
                .footer .acote {
                    display:block;
                    width:100%;
                    margin:0px;
                    padding-top:7px;
                    padding-bottom:7px;
                    border-top-style:solid;
                    border-top-width:1px;
                }
                .topimage{
                    height:180px;
                }
                .topimagesub{
                    height:100px;
                }
            }
            @media only screen and (max-width:400px) {
                .topimage{
                    height:130px;
                    margin-top:0px;
                }
                .topimagesub{
                    height:75px;
                    margin-top:0px;
                }

            }
            


