/*!
 * Copyright 2018 - OlaSoft
 * https://www.olasoft.net
 * @OlaSoftBenin
 * contact@olasoft.net
 */
 
.tdRight {
    text-align: right;
}

 .lien a {
    color: #5b5b5c;
    background-color: #e4e5e5;
    padding: 0.2em 0.4em;
}

 /*tr:nth-child(1) {
    background-color: #dddddd;
    border: 1px solid #000000;
}*/

tr:nth-child(even) {
    background-color: #f2f2f2;
}

td, th {
    border: 2px none #dddddd;
    text-align: left;
    padding: 10px;
    
}

table {
    font-family: "Gotham A", sans-serif, calibri, tahoma, verdana;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid black;
}


:root{
    --banner-slider-title-height: 16.68vw;
    
    --yellow-alt: #DE9200;
    --green-alt: #45B37E;
    --red-alt: #F3706A;
    --blue-alt: #3BCCE4;
    --blue-alt-2: #DDF0F4;
    --black-alt: #586470;
    --gray-alt-2: #F2F2F2;
    --btn-gouv-height: 3.125vw;
    --header-height: 7.81vw;
    
    --titlebox-height: calc(100vh - 8.33vw - 4.17vw);
}

@media(max-width:768px){
    :root{
        --header-height: 60px;
        --btn-gouv-height: 32px;
        --banner-slider-title-height: 40vw;
        
        --mandate-height: 180px;
        --mandate-width: calc(50vw - var(--global-margin) - 10px);
    }
}
@media(max-width:768px) and (orientation:landscape){:root{--banner-slider-title-height: 35vw;}}
@media(max-width:768px) and (orientation:portrait){:root{--banner-slider-title-height: 60vw;}}


.green.alt{color: var(--green-alt);}
.yellow.alt{color: var(--yellow-alt);}
.red.alt{color: var(--red-alt);}
.blue.alt{color: var(--blue-alt);}
.blue.alt-2{color: var(--blue-alt-2);}
.black.alt{color: var(--black-alt);}
.gray.alt-2{color: var(--gray-alt-2);}

.bg-green.alt{background-color: var(--green-alt);}
.bg-yellow.alt{background-color: var(--yellow-alt);}
.bg-red.alt{background-color: var(--red-alt);}
.bg-blue.alt{background-color: var(--blue-alt);}
.bg-blue.alt-2{background-color: var(--blue-alt-2);}
.bg-black.alt{background-color: var(--black-alt);}
.bg-gray.alt-2{background-color: var(--gray-alt-2);}

.gmargin{margin-left: 15vw; margin-right: 15vw;}
.gpadding{padding-left: 15vw; padding-right: 15vw;}

header{
    text-align: justify;
    background: url('../images/background.jpg') center -5vw no-repeat;
    background-size: cover;
    /*background-size: 1349px 484px;*/
}
.hcontent{width: 100%;}
header .logo{height: 4.51vw;}
header .logo2{height: 6.78vw;}

.hcontent + div{
    width: calc(100% - 40.625vw);
}

.form input, .form textarea{
    border: 1px solid rgba(49,63,65,.7);
    height: 3.26vw;
    color: var(--black-color);
    width: 100%;
    margin-bottom: var(--10px);
    background: none;
    padding-left: var(--20px);
    padding-right: var(--20px);
    font-weight: 500;
}

input::placeholder, textarea::placeholder,
input::-moz-moplaceholder, textarea::-moz-placeholder,
input::-webkit-moplaceholder, textarea::-webkit-placeholder,
input:-ms-input-placeholder, textarea:-ms-input-placeholder,
input::-ms-input-placeholder, textarea::-ms-input-placeholder{
    color: rgba(255,255,255,1);
    opacity: 1;
}

.form textarea{
    height: 11.80vw;
    padding: var(--20px);
}
.form input[type='submit']{width: auto; border: 0; height: 3.26vw}

.footer{
    width: 15.44vw;
    max-width: 15.44vw;
}

.footer h3{font-size: 1.8vw;}
