@media only screen and  (min-width: 992px) {
    .text-media-start {
        text-align: start;
    }
    .text-media-end {
        text-align: end;
    }
    #img-logo{
        width: 100% !important;
    }
    .vh-96{
        height:96vh;
    }
    .center {
        display: flex;
        justify-content: center;
        align-items: center;
        height:100vh; 
    }
    .div-block{
        display: none;
    }
    .div-inline{
        display: none;
    }
    .padding-media-right{
        padding-right: 0px;
        padding-left: 0px;
    }
    .padding-media-left{
        padding-left: 0px;
        padding-right: 0px;
    }


}

@media only screen and  (max-width: 991px) {
    .text-media-start {
        text-align: center !important;
    }
    .text-media-end {
        text-align: center !important;
    }
    #img-logo{
        width: 50% !important;
        margin-top:20px;
    }
    .center {
        display: flex;
        justify-content: center;
        align-items: center; 
    }
    .div-hidden{
        display: none;
    }
    .div-block{
        display: block;
    }
    .div-inline{
        display: inline;
    }
}

.vh-100{
    height:100vh;
}

.vh-60{
    height:60vh;
}


.text-white{
    color: #fff;
}

.text-gestion-2024{
    color: #ff682c;
}

.text-gestion-2-2024{
    color: #21708b !important;
}

.bg-gestion-2024 {
    background-color:#21708b;
}

.bg-gestion-2-2024 {
    background-color:#5893a6;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:hover {
    background-color: #ffffff;
    border-color: #21708b;
}

.btn-grey-custom {
    color: #ffffff;
    background-color: #999fa5;
    padding-bottom: 7px;
    padding-top: 7px;
}

.btn-grey-custom:hover {
    background-color: #ffffff;
    border-color: #999fa5;
    color: #999fa5;
}

.bg-gestion-2024-deg{

    background: rgb(78,146,168);
    background: -moz-radial-gradient(circle, rgba(78,146,168,1) 0%, rgba(33,112,139,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(78,146,168,1) 0%, rgba(33,112,139,1) 100%);
    background: radial-gradient(circle, rgba(78,146,168,1) 0%, rgba(33,112,139,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e92a8",endColorstr="#21708b",GradientType=1); 
}


