
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
height: 100%;
    overflow-y: hidden;
}
@font-face
{
    font-family: 'helvetica';

    src: url('font/helvetica-255/Helvetica.ttf');
    font-weight: normal;
    font-style: normal;}
@media (max-width: 768px) {
  .container { flex-direction: column; }
}

.element {
    user-select: none;
}

.conteneur {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1em;
    border: none;
    background-color: transparent;
    overflow-y: hidden;
    overflow-x: hidden;
}
.titre {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    margin: 0;

    font-size: 1.2em;
    text-align: center;
    color: #3b86f3;
    border: none;
    background-color: transparent;
}

.diaporama {
    width: 100%; /* largeur du diaporama 100% = max */
    background-color: transparent;
    border: none;
    display: flex;
   flex-wrap: wrap;
    align-content: flex-start;
    column-gap: 2em;
    row-gap: 3em;
    overflow-y: auto;
    overflow-x: hidden;
}

.partner {
    width: 100%;
    border: none;

    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    background-color: transparent;
    text-align: center;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
}
.form {
    height: 520px;
    width: 80%;
    border: none;
    display: block;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1.1em;
}
.affc {
    width: 18%;
    height: auto;
    background-color: transparent;
    border: none;
    filter: drop-shadow(0.5em 1em 0.5em #d2d0d0);
    font-size: 1em;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
}
.affc span{

      position:absolute;
     margin-top:6.5rem;
   margin-left:-10rem;
     padding: .3rem;
     text-align:center;
     color:navy;
     text-shadow:0 2px 0 black;
     box-shadow: 10px 10px 5px #888;
     border: 1px;
     border-radius: 15px;
     background: radial-gradient(0px 0px, #2cd0ee, #f8ee05);
     transform:scale(0) rotate(-20deg);
     transition:all .3s;
     opacity:0;
 }
 .affc:hover span, div.conteneur:focus span{
     transform:scale(1);
     opacity:1;

 }
 .diapo {
     max-width: 16%;
     filter: drop-shadow(16px 16px 10px #d2d0d0);
 }

 .rapport {
 height: 600px;
 width: 100%;
 text-align: center;
 align-items: center;
 display: block;
 overflow-y: hidden;
 overflow-x: hidden;
 }
 .photo {
 z-index: 1;
 position: absolute;
 width: 15%;
 top: 35%;
 left: 30%;
 text-align:center;
     background-color: transparent;
 }

.brdbvn {

 /*   vertical-align: middle;
    text-align: center;
    width: 30%;
    height: 100%;
    font-size: 1.2em;

    padding:1%;

  */
    /*arrondir les coins en haut à gauche et en bas à droite*/
 /*   -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:15px;

  */
}
.l1{
    font-size: 2em;
}
.l2{
    font-size: 1.5em;
}

/**********************************************************************************************************************/
.btnbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    justify-content: space-between;
}
.box-input {
    color: #0b05c7;
}
.logo_cou {
    padding-top: 10%;
}
.logo_region {
    margin: auto;
    background-color: transparent;
    width: 100%;
    text-align: center;
}

.login {
    vertical-align: middle;
    background-color:transparent;
    width: 100%;
    height: 2em;
    padding-left: 7%;
   }
/********************************************************/
.menu_horizontal {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border:none;
    font-size:1.3em;
    background-color: transparent;
    height:auto;
    align-items: center;
    justify-content: center;
}
.liste_region {

    background-color: rgb(79, 79, 213);
    color: rgb(255, 255, 255);
   }
.liste_departement {


    background-color: rgb(255, 255, 255);
    color: rgb(255, 86, 86);
}
.liste_ville {

    background-color: rgb(255, 86, 86);
    color: rgb(255, 255, 255);
}
.liste_rubrique {
    color: rgb(255, 86, 86);
    font-size: 1em;
}




/******************************************************************************************************** menu_gauche */
.menu_gauche {
    width: 100%;
    padding-left: 4%;
    font-size:1em;
    }
/******************************************************************************************************** menu_droit */
.menu_droit {
    width: 95%;
    padding-right: 3%;
    height: 100%;
    text-align:justify;
    border: none;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    background-size: 100%;
    background-repeat: no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    justify-content: space-between;
    overflow: hidden;
    background-color: transparent;
}

/************************************************************************************************************************/
.pied{

    width: 100%;
padding-top: 0.5em;
    text-align: right;
    align-items: center;
    padding-right:7%;
    vertical-align: middle;
  /*  margin: auto;*/
}


/************************************************************************************************************ wrapper */
/* ************************************************************************************************************** 1920 ecran hp */

@media only screen and (max-width: 1920px) {
    .wrapper {
        display: grid;
        grid-template-columns: repeat(16, 1fr);
        grid-template-rows: repeat(9, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .logo_cou {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        height: 100%;
    }
    .cou {
        font-size:2.2em;
    }
    .usdl {
        font-size:0.9em;
    }
    .carrousel {
        visibility: hidden;
        display: none;
        grid-column: 3 / 15;
        grid-row: 1 / 2;
    }
    .logo_region {
        grid-column: 15 / 17;
        grid-row: 1 / 3;
    }
    .menu_horizontal {
        font-size:1.3em;
        grid-column: 3 / 15;
        grid-row: 2 / 3;
    }
    .liste_region {
        font: italic 1.2em Helvetica, sans-serif;
    }
    .liste_departement {
        font: italic 1.2em Helvetica, sans-serif;
    }
    .liste_ville {
        font: italic 1.2em Helvetica, sans-serif;
    }
    .conteneur {
        background-color: transparent;
        grid-column: 3 / 15;
        grid-row: 3 / 10 ;
        height: 575px;

    }

    .brdbvn {

      /*  vertical-align: middle;
        text-align: center;
        width: 30%;
        height: 540px;
        font-size: 1.3em;*/
    }
    .liste_rubrique {
        color: rgb(255, 0, 0);
                font-size: 0.9em;
    }
    .menu_gauche {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
        font-size: 1.4em;

       /* padding-top: 5%;
        align-content: flex-start;*/
    }
    .calendrier {
        grid-column: 1 / 3;
        grid-row: 5 / 7;

    }
    .login {
        grid-column: 1 / 3;
        grid-row: 7 /8;
        font-size: 1.7em;

    }
    .spc{gap: 15px;}
    .titre {

        background-color: transparent;
        text-align: center;
        font-size: 2.5em;
    }
    .fullconteneurtitre {
        height: 530px;
    }
    .affiches{
        height: 520px;
    }
    .form{
        height: 500px;
        width: 80%;
        font-size: 1.3em;
        line-height: 1.1em;
        padding-top: 1.5em;
    }
    .partner {
        height: 520px;
        font-size: 1.3em;
        line-height: 1.1em;

    }

    .diaporama {
        height: 575px;
    }

    .menu_droit {
        grid-column: 15 / 17;
        grid-row: 4 / 9;
    }


    .pied {
        background-color: #cbcac9;
        grid-column: 1 / 17;
        grid-row: 8 / 9 ;
        height: 2em;
        font-size: 1.7em;

        text-align: right;
    }
}
/* ************************************************************************************************************** 1600 mon pc*/
@media only screen and (max-width: 1600px) {
    .wrapper {
        display: grid;
        grid-template-columns: repeat(16, 1fr);
        grid-template-rows: repeat(16, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
        height: 100vh
    }

    .logo_cou {
        grid-column: 1/ 3;
        grid-row: 1 / 3;
        height: 2.4em;
    }
    .cou {
        font-size:2.1em;
    }
    .usdl {
        font-size:1em;
    }
    .carrousel {
        visibility: hidden;
        display: none;
        grid-column: 3 / 15;
        grid-row: 1 / 3;

    }
    .logo_region {
        grid-column: 15 / 17;
        grid-row: 1 / 6;
    }
    .login {
        grid-column: 15 / 17;
        grid-row: 1 / 0;
    }
    .menu_horizontal {

        grid-column: 3 / 15;
        grid-row: 2 / 3;

    }
    .liste_region {
        font: italic 1.2em Helvetica, sans-serif;
    }

    .liste_departement {
        font: italic 1.2em Helvetica, sans-serif;
    }
    .liste_ville {
        font: italic 1em Helvetica, sans-serif;
    }
    .l1{
        font-size: 1.3em;
    }
    .l2{
        font-size: 1.3em;
    }
    .conteneur {
        background-color: transparent;
        grid-column: 3 /15;
        grid-row: 4 / 15 ;
        height: 570px;

    }
    .brdbvn {

        vertical-align: middle;
        text-align: center;
        width: 30%;
        height: 90%;
        font-size: 1.2em;
    }


    .liste_rubrique {
        color: rgb(255, 0, 0);
        font: italic 17px Arial, Helvetica, sans-serif;
    }
    .menu_gauche {
        grid-column: 1 / 3;
        grid-row: 4 / 12;
        font-size: 1.4em;

    }
    .calendrier {
        grid-column: 1 / 3;
        grid-row: 8 / 12;

    }
    .titre {
        font-size: 2em;
        background-color: transparent;
        text-align: center;

    }
    .fullconteneurtitre {
        height: 530px;
    }
    .affiches{
        height: 540px;
    }
    .form{
        height: 570px;
        line-height: 1.1em;
    }
    .partner {
        height: 530px;
        font-size: 1.1em;
        gap: 10px;
    }
    .diaporama {
        height: 570px;
    }

    .menu_droit {
        grid-column: 15 / 17;
        grid-row: 7 / 17;
    }


    .pied {
        background-color: #e7e6e6;
        grid-column: 1 / 17;
        grid-row: 15 /17 ;

        font-size: 1.5em;
    }
}
/* ************************************************************************************************************** 1366 x 768 pc sylvie */
@media only screen and (max-width: 1366px) {
    .wrapper {
        display: grid;
        grid-template-columns: repeat(18, 1fr);
        grid-template-rows: repeat(16, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .logo_cou {
        grid-column: 1/ 4;
        grid-row: 1 / 3;
        height: 3em;
    }
    .cou {
        font-size:2.1em;
    }
    .usdl {
        font-size:0.8em;
    }
    .carrousel {
        visibility: hidden;
        display: none;
        grid-column: 4 / 16;
        grid-row: 1 / 3;
    }
    .logo_region {
        width: 80%;
        grid-column: 16 / 19;
        grid-row: 1 / 6;
    }
    .login {
        grid-column: 16 / 19;
        grid-row: 1 / 6;
    }
    .menu_horizontal {

        grid-column: 4 / 15;
        grid-row: 3 / 4;
    }
    .liste_region {

        font: italic 1em Helvetica, sans-serif;
    }
    .liste_departement {

        font: italic 1em Helvetica, sans-serif;
    }
    .liste_ville {

        font: italic 0.9em Helvetica, sans-serif;
    }
    .titre {
        font-size: 1.4em;
        background-color: transparent;
        text-align: center;

    }
    .conteneur {

        grid-column: 4 /16;
        grid-row: 4 / 17 ;
        height: 420px;

    }

    .brdbvn {

        vertical-align: middle;
        text-align: center;
        width: 30%;
        height: 350px;
        font-size: 0.8em;
    }

    .liste_rubrique {

        color: rgb(255, 0, 0);
        font-size: 0.9em;
    }
    .menu_gauche {
        font-size: 1.3em;
        grid-column: 1 / 3;
        grid-row: 3 / 13;
    }
    .calendrier {


    }

    .fullconteneurtitre {
        height: 430px;
    }
    .affiches{
        height: 430px;
    }
    .form{
        height: 350px;
        font-size: 1.1em;
        line-height: 1em;
    }
    .partner {
        height: 350px;
        gap: 10px;
        font-size: 1em;
    }
    .diaporama {
        height: 430px;
    }
    .affc {
        font-size: 0.8em;
    }
    .menu_droit {

        grid-column: 16 / 19;
        grid-row: 6 / 15;
        font-size: 0.9em;
        width: 90%;
        padding-right: 3%;
        height: auto;
          }



    .pied {
        font-size: 1.3em;
        background-color: transparent;
        grid-column: 3 / 19;
        grid-row: 15 /16 ;
    }
}
/* ************************************************************************************************************** 1200 */
@media only screen and (max-width: 1200px) {/*
.wrapper {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
    grid-template-rows: repeat(32, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}
body{


    background:

            radial-gradient(421px circle at 82% 82%, rgb(77, 90, 239),rgba(197,197,145,0)),
            radial-gradient(450px circle at 42% 65%, rgb(2, 234, 255),rgba(192,40,89,0)),
            radial-gradient(480px circle at 40% 75%, rgb(255, 255, 255),rgba(192,40,89,0)),
            radial-gradient(480px circle at 38% 95%, rgb(253, 253, 253),rgba(192,40,89,0)),
            radial-gradient(435px circle at 65% 73%, rgba(235,188,143, 1), rgba(235,188,143, 0)),
            radial-gradient(400px circle at 15% 80%, rgb(255, 241, 241), rgba(235,188,143, 0)),
        radial-gradient(400px circle at 94% 10%, rgb(255, 255, 255), rgba(255, 255, 255,0), rgba(255, 255, 255,0), rgba(255, 255, 255,0)),
            radial-gradient(850px circle at right top, rgba(147,17,87, 1), rgba(147,17,87, .9), rgba(209,64,97,.4), rgba(209,64,97,0)),
            radial-gradient(422px circle at right 75%, rgba(35,173,149, .95), rgba(35,173,149, 0)),
            radial-gradient(350px circle at right 50%, rgba(204,116,96,1), rgba(204,116,96,0)),
            radial-gradient(300px circle at right bottom, rgba(169,82,160, 1),  rgba(169,82,160, 0)),
            linear-gradient(to right bottom, rgba(71,17,77, 0), rgba(235, 243, 5, 0.95) 40%, rgba(71,17,77, 0.5) 60%, rgba(238, 227, 32, 0)),
            linear-gradient(to right, #efc0a9, #5962ff);
    background-repeat: repeat;


}
.logo_cou {
    grid-column: 2 / 6;
    grid-row: 1 / 4;

}

.carrousel {
 visibility: hidden;
        display: none;
    grid-column: 6 / 32;
    grid-row: 2 / 4;
}

.logo_region {

    grid-column: 2 / 6;
    grid-row: 4 / 13;
}

.menu_horizontal {
    grid-column: 4 / 32;
    grid-row: 4;

}
.liste_region {

    background-color: rgb(0, 0, 128);
    color: rgb(255, 255, 255);
    font: italic 18px Arial, Helvetica, sans-serif;
}
.liste_departement {

    background-color: rgb(255, 255, 255);
    color: rgb(255, 0, 0);
    font: italic 18px Arial, Helvetica, sans-serif;
}
.liste_ville {

    background-color: rgb(255,0, 0);
    color: rgb(255, 255, 255);
    font: italic 18px Arial, Helvetica, sans-serif;
}
.liste_rubrique {

    color: rgb(255, 0, 0);
    font: italic 14px Arial, Helvetica, sans-serif;
}
.menu_gauche {

    grid-column: 1 / 5;
    grid-row: 15 / 23;

}

.conteneur {
    grid-column: 7 /27;
    grid-row: 5 / 30;
    height: 100%;

}
    .brdbvn {

        vertical-align: middle;
        text-align: center;
        width: 25%;
        height: 50%;
        font-size: 1.2em;
    }
.menu_droit {

    grid-column: 27 / 33;
    grid-row: 6 / 24;
}





.login {
   display: none;
    grid-column: 2 / 8;
    grid-row: 24 / 32;
}

.pied {

    grid-column: 1 / 32;
    grid-row: 30 / 32;
}
*/}
/* ************************************************************************************************************** 1024 tablette  */
@media only screen and (max-width: 1024px) {
    .wrapper {
        display: grid;
        grid-template-columns: repeat(18, 1fr);
        grid-template-rows: repeat(15, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    .logo_cou {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        height: 2.1em;



    }
    .cou {
        font-size:1.3em;
    }
    .usdl {
        font-size:0.6em;
    }
    .carrousel {
        visibility: hidden;
        display: none;
        grid-column: 3 / 19;
        grid-row: 1 / 3;
    }
    .logo_region {
        display: none;

    }
    .menu_horizontal {

        grid-column: 4 / 18;
        grid-row: 3 / 4;
    }
    .liste_region {

        font: italic 0.8em Helvetica, sans-serif;
    }
    .liste_departement {

        font: italic 0.8em Helvetica, sans-serif;
    }
    .liste_ville {

        font: italic 0.8em Helvetica, sans-serif;
    }

    .l1{
        font-size: 1em;
    }
    .l2{
        font-size: 1.3em;
    }
    .conteneur {

        background-color: transparent;
        line-height: 1em;
        grid-column: 4 / 19;
        grid-row: 4 / 11;
        height: 300px;
         }

    .brdbvn {
/*

        text-align: center;
        width: 30%;
        height: 420px;
        font-size: 1em;*/
    }

    .liste_rubrique {

        color: rgb(255, 0, 0);
        font: italic 0.9em Arial, Helvetica, sans-serif;
    }
    .menu_gauche {
        font-size:1em;
        grid-column: 1 / 3;
        grid-row: 4 / 7;
    }
    .calendrier {

        width: 100%;
        grid-column: 1;
        grid-row: 7 / 10;

        justify-content: center;
    }
    .titre {

      padding-top: 0.3em;
        background-color: transparent;
        text-align: center;
        font-size: 1.2em;
    }
    .fullconteneurtitre {
      /* height: 415px;*/
    }
    .affiches{
        height: 280px;
    }
    .form{
        padding-top: 1em;
        height: 280px;
        line-height: 0.8em;
    }
    .partner {
        height: 280px;
        gap: 10px;
    }
    .diaporama {
        height: 300px;
    }
    .menu_droit {
        visibility: hidden;
        display: none;
    }


    .login {
        visibility: hidden;
        display: none;
          }
    .pied {
        font-size:0.9em;
        background-color: transparent;
        grid-column: 1 / 19;
        grid-row: 11 / 12;
    }
}
/* ************************************************************************************************************** 800 */
@media only screen and (max-width: 800px) {
    .wrapper {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(10,1fr);
        grid-column-gap: 0;
        grid-row-gap: 5px;
    }

    .logo_cou {
        padding-top: 1%;
        grid-column: 1;
        grid-row: 1 / 2;
        height: 5em;
    }

    .cou {
        font-size:2em;
    }
    .usdl {
        font-size:1.5em;
    }
    .carrousel {
        visibility: hidden;
        display: none;

    }
    .logo_region {
        display: none;
        visibility: hidden;
    }
    .menu_gauche {


        grid-column: 1;
        grid-row: 2 / 3;
        color: rgb(0, 0, 0);
        font-size: 0.9em;
                display: flex;
        padding-left: 1em;

    }
    .calendrier {

        grid-column: 1;
        grid-row: 3 / 4;

    }
    .menu_horizontal {
        grid-column: 1;
        grid-row: 3 / 4;
        font-size: 0.9em;
        height: 1em;
        width: 100%;
        padding-left: 1em;
        display: flex;
    }
    .liste_region {
        font-size: 1em;
        display: none;
        visibility: hidden;
    }
    .liste_departement {
        font-size: 1em;
        padding-left: 1em;
    }
    .liste_ville {
        font-size: 1em;
    }





    .liste_rubrique {

        color: rgb(255, 0, 0);
        font: italic 12px Arial, Helvetica, sans-serif;
    }

    .conteneur {
        grid-column: 1;
        grid-row: 4 / 9;
        height: 330px;
    }
    .brdbvn {


        text-align: center;
        width: 30%;
        height: 340px;
        font-size: 1em;
    }

    .liste_rubrique {

        color: rgb(255, 0, 0);
        font: italic 0.9em Arial, Helvetica, sans-serif;
    }


    .titre {
        background-color: transparent;
        text-align: center;
        font-size: 1em;
    }
    .fullconteneurtitre {
        height: 350px;
    }
    .affiches{
        height: 350px;
    }
    .form{
        height: 300px;
        font-size: 0.7em;
        line-height: 0.8em;
    }
    .partner {
        height: 370px;
        gap: 10px;
    }
    .diaporama {
        height: 350px;
    }

    .login {
        height: 1em;
        grid-column: 1;
        grid-row: 9 / 10 ;
        display: flex;
        flex-wrap: wrap;
        font-size: 0.9em;
        display: none;
        visibility: hidden;
    }
    .pied {
        height: 1em;
        text-align: right;
        horiz-align: right;
        grid-column: 1;
        grid-row: 9 / 10 ;
        color: rgb(0, 0, 0);
        display: flex;
        flex-wrap: wrap;
        font-size: 0.9em;
    }

}
/* ************************************************************************************************************** 385x854 telephone vert*/
@media only screen and (max-width: 768px) and (max-height: 854px) {
   


   .carrousel {
        visibility: hidden;
        display: none;

    }
    .logo_region {
        display: none;
        visibility: hidden;
    }
    .menu_gauche {

        width: 100%;
      
        color: rgb(0, 0, 0);
        font-size: 0.9em;
        display: flex;
        align-items: center;
        text-align: center;
        padding-left: 1em;
        justify-content: center;
    }
    .calendrier {

        width: 100%;
      

        justify-content: center;
    }
    .menu_horizontal {
    
        width: 100%;
        font-size: 0.9em;
        height: 1em;
        width: 100%;
        display: flex;
       
        justify-content: center;
    }
    .liste_region {
        font-size: 1em;
        display: none;
        visibility: hidden;
    }
    .liste_departement {
width: 50%;
        font-size: 1em;
        padding-left: 1em;
    }
    .liste_ville {
        width: 50%;
        font-size: 1em;
        padding-right: 1em;
    }





    .liste_rubrique {

        color: rgb(255, 0, 0);
        font: italic 12px Arial, Helvetica, sans-serif;
    }

    .conteneur {
      
        height: 290px;
    }
    .brdbvn {


        text-align: center;
        width: 30%;
        height: 290px;
        font-size: 1em;
    }

    .liste_rubrique {

        color: rgb(255, 0, 0);
        font: italic 0.9em Arial, Helvetica, sans-serif;
    }


    .titre {
        background-color: transparent;
        text-align: center;
        font-size: 1em;
    }
    .fullconteneurtitre {
        height: 290px;
    }
    .affiches{
        height: 290px;
    }
    .form{
        height: 270px;
        font-size: 0.7em;
        line-height: 0.8em;
    }
    .partner {
        height: 290px;
        gap: 10px;
    }
    .diaporama {
        height: 290px;
    }


    .pied {
        height: 1em;
        text-align: right;
        horiz-align: right;
      
        color: rgb(0, 0, 0);
        display: flex;
        flex-wrap: wrap;
        font-size: 0.9em;
    }
    .login {
        height: 1em;
      ;
        display: flex;
        flex-wrap: wrap;
        font-size: 0.9em;
        display: block;
        visibility: visible;
    }
}

