


.primaryColor{
    background-color: #234281
}
.gris{
    background-color: #ECECEC;

}
.bleu{
    color: #1E2168;
}
.menuActive{
    border-bottom: 3px solid #E3AB11;
}

td.disabled{
    text-decoration: line-through;
}
.west{
    font-family: "west";
}
.card{
    
}
.marronbg{
    background-color: #E3AB11;
}
.new {
    display: none;
}
.flex{
    display: flex;
    flex-wrap: nowrap;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.inline-flex-wrap{
    display: inline-flex;
    flex-wrap: wrap;
}
.block{
    display: block;
}
.inlineblock{
    display: inline-block;
}
.old {
    visibility: hidden;
    
}
.contenant {
    position: relative;

}
.corner{
    border-radius: 10px;
}
.arround{
    border-radius: 20px;
}
.w100{
    width: 100%
}

.ombre{
    box-shadow: 1px 1px 12px #555;
}
.texte_centrer {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-0%, -0%);
}
.cali{
    font-family: cali;
}
.roseau{
    font-family: roseau;
}
.fishe{
    font-family: fishe;
}
.logo{
    font-family: logo;
}
.red{
    color: red;
}
.bg_domaine{
    background: url("../images/oiseaubrenne.jfif");
    background-repeat: no-repeat;
    background-size: 100% ;
}
.bg_vert_degra{

    background: linear-gradient(#809B56 ,#93B361);
}
.bg_vert_trans{
    background: rgba(147,179,97,0.4);
}
.bg_sombre{
    background: rgba(81,81,111,0.4);
}
.blanc{
    color: #ffffff;
}
.noa{
    text-decoration: none;
}
.bt_blanc{
    color: #D36E70;
    background: #ffffff;
    border-color: #D36E70;
}
.bg_rose{
    background: #D36E70;
}
.souligne_rose{
    border-bottom: 3px solid #D36E70;
}

.rose{
    color: #D36E70;
}

.noborder{
    border-style: none;
}
.no{
    display: none;
}
.pa{
    padding: 40px;
}
.pa10{
    padding: 10px;
}
.pat10{
    padding-top: 10px;
}
.pa20{
    padding: 20px;
}
.pa40{
    padding: 40px;
}
.mg10{
    margin: 10px;
}
.mg20{
    margin: 20px;
}
.mgt10{
    margin-top: 10px;
}
.mgt40{
    margin-top: 40px;
}
.mgt120{
    margin-top: 40px;
}
.datepicker{

}  
.fixed{
    position: sticky;
    top: 120px;
}
.entete{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 300px;
}

.mgtop{

}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;

    color: white;
    text-align: center;
}
.center{
    text-align: center;
    margin: auto;
}
.jcenter{
    justify-content: center;
}
.justify{
    text-align: justify;
}
.imageg{
    max-width: 100%;
    max-height: 400px;

}
.small{
    font-size: 0.7em;
}
.navbar-toggler {
    height: 37px;
    width: 37px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,240, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (max-width: 770px) {
    .lgonly {
        display: none;
    }
    .lgflex-wrap{
        display: flex;
        flex-wrap: wrap;
    }
    .logouser{
        width: 45px;
    }
    .titrelg{
        font-size: 1.5em;
    }
    .smpat40{
        padding-top: 40px;
    }

    #imageg{
        width: 100%;
        max-height: 400px;

    }
    .smmgauto{
        margin: auto;
    }
}

@media (min-width: 770px) {

    .ttt{
        position: sticky;
        top: 0px;
        z-index: 2;
    }
    .lgflex-wrap{
        display: inline-flex;
        flex-wrap: wrap;
    }
    .lgflex{
        display: flex;
        align-items: center;
    }

    .smonly {
        display: none;
    }

    .titrelg{
        font-size: 3em;
    }
    .logouser{
        width: 80px;

    }
    #imageg{
        width: 600px;
        max-height: 400px;

    }

}
@media (min-width: 992px) {
    .vh100{
        height: 100vh; /* For 100% screen height */
    }
    .middle{
        padding-top: 50%; /* poussé de la moitié de hauteur de viewport */
        transform: translateY(-50%);
    }
    .vcenter{
        margin-top: 40vh; /* poussé de la moitié de hauteur de viewport */
        transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
    }
    .line_left{
        border-left: 1px solid #D36E70;
    }
    .vmarge{
        margin-top: 20vh;
    }
}

