@import url("https://fonts.googleapis.com/css?family=Great+Vibes:400");

@font-face {
    font-family: "MyriadPro-Semibold";
    src: url("../../fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url("../../fonts/MYRIADPRO-BOLD.OTF") format("opentype");
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url("../../fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}

@font-face {
    font-family: "MyriadPro-Light";
    src: url("../../fonts/MyriadPro-Light.otf") format("opentype");
}

body {
    margin: 0;
    padding: 0;
    border: b;
    overflow-x: hidden !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --color1: #007fff;
}
.c-z-index-1 {
    z-index: 10;
}

.c-z-index-2 {
    z-index: 9;
}

.c-z-index-3 {
    z-index: 8;
}
.foot-image {
    width: 100% !important;
    background-size: cover;
    height: 437px;
}

.g-search {
    position: absolute;
    height: 100%;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav1 {
    display: block;
    position: fixed;
    width: 100%;
    height: 150px;
    background-color: #007fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 10;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

img.logo1 {
    height: 120px;
    width: 120px;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

img.logo1 {
    height: 120px;
    width: 120px;
}

.card-change {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

ul {
    padding: 0 10%;
    margin: 0;
}

/* menu principal*/
.nav1 > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav1 > ul .link-un,
.foot ul li {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}

.foot ul li {
    padding-right: 1rem;
    padding-left: 1rem;
}

.nav1 ul li ul {
    position: absolute;
    color: white;
    list-style: none;
    padding: 0 !important;
    display: none;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    margin-left: 0;
}

.nav-item ul {
    list-style: none;
    padding-left: 15px !important;
    display: none;
}

.nav-item ul li {
    padding-top: 10px !important;
}

/*.nav1 ul li ul li{

    color: yellow;
}*/

.nav1 ul li:hover > a {
    color: #f1db28;
    text-decoration: underline;
}

.sub:hover ul {
    display: block;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.nav1 ul li .a-link-un,
.nav-link,
.nav-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.nav1 ul li ul li a {
    color: white;
    text-decoration: none;
}

.bodyO {
    position: relative;
    top: 500px;
    height: 200px;
    width: 100%;
}
/*--- footer ---*/

.footer-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../../imgs/accueil---tablet-footerimage.png");
    background-size: cover;
    width: 100% !important;
    height: 50vh;
}

.footer-palais {
    overflow: hidden;
    height: 50vh;
}
.footer {
    position: relative;
}
.news {
    left: 0;
    right: 0;
    height: 151px;
    top: 374px;
    /*  position            : absolute;*/
    margin-top: 40px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.boite {
    background-color: rgba(155, 154, 155, 1);
    height: 140px;
    width: 440px;
    border-radius: 5px;
}

.boite-image {
    margin-top: 200px;
}

.boite .boitetitre {
    background-color: rgba(255, 255, 255, 0);
    top: 23px;
    height: auto;
    width: auto;
    padding-top: 20px;
    margin: 0;
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
    font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 18px;
    margin-bottom: 20px;
}

.news-contenu {
    /* background-color: rgba(155, 154, 155, 1); */
    height: 120px;
    max-width: 440px;
    width: 450px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(155, 154, 155, 1);
    border-radius: 5px;
}

.bouton-cont {
    display: block;
    margin-left: 100px;
}

.text-news {
    margin: 0;
    left: 335px;
    font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 1) !important;
    text-align: left;
    line-height: 18px;
    background-color: rgb(68, 66, 66) !important;
}
.news-contenu span {
    background-color: rgba(255, 255, 255, 0);
    top: 23px;
    height: auto;
    width: auto;
    padding-top: 20px;
    font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 18px;
    margin: 0 0 20px;
}

.palais {
    left: 0;
    right: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5.25rem;
    background: url(palais.svg) no-repeat top;
    background-size: 20.5rem;
}

.adresse {
    background-color: white;
    padding-top: 35px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.adresse ul {
    padding: 0;
}

.adresse .addressegauche {
    display: block;
    padding-left: 40px;
    padding-top: 5px;
}

.adresse ul li a.liend {
    background-color: rgba(255, 255, 255, 0);
    top: 73px;
    display: block;
    margin-top: 7px;
    margin-left: 50px;
    left: 0px;
    font-family: "MyriadPro-Light", Helvetica, Arial, serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    line-height: 14px;
}

.adresse ul li a.lieng {
    background-color: rgba(255, 255, 255, 0);

    display: block;
    margin-bottom: 12px;
    font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    line-height: 14px;
    padding-right: 20px;
    padding-left: 20px;
}

.adresse ul li a.titre {
    font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    line-height: 14px;
    padding: 0;
}

.foot {
    background-color: rgb(55, 116, 182);
    left: 0;
    right: 0;
    height: 60px;
}

.header ul,
.foot ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.adresse ul {
    list-style: none;
}

.adresse ul li a {
    text-decoration: none;
    color: black;
}

.header ul li a,
.foot ul li a {
    text-decoration: none;
    color: white;
}

ul li a.lien {
    padding-top: 70px;
    display: block;
    height: 50px;
}

ul li a.lienb {
    padding-top: 20px;
    display: block;
    font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 14px;
}

ul {
    padding: 0 15px;
    margin: 0;
}
.picture {
    background: url("../../imgs/accueil---desktop-footerimage.png");
    background-size: cover;
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#nav {
    display: block;
}

#nav1,
.s-menu {
    display: none;
}

.footer {
    position: relative;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 767.98px) {
    .no-mobile {
        display: none !important;
    }
    .oui-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ua_container li {
        text-align: center;
        margin-left: 0.5em;
        margin-right: 0.5em;

        display: inline-block;
    }
    #image_cover_ua {
        height: inherit !important;
        width: 400px !important;
    }
    #nav1 {
        display: block;
        position: fixed;
        width: 100%;
        height: 150px;
        background-color: #007fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        z-index: 10;
        -webkit-transition: all 350ms ease-in-out;
        -o-transition: all 350ms ease-in-out;
        transition: all 350ms ease-in-out;
    }
    .s-menu {
        display: block;
    }

    .s-menu li {
        list-style-type: none;
        background-color: #007fff;
        padding-top: 10px;
        text-align: center;
    }
    .tra {
        text-decoration: underline;
    }
    /* hr {
        display: none;
    } */
    .s-close {
        display: none;
    }
    .s-s-menu ul li {
        list-style-type: none;
    }
    .s-menu li a {
        color: white;
    }
    #nav {
        display: none;
    }
    .contenu {
        padding-top: 20px !important;
    }

    .picture {
        background: url("../../imgs/article---mobile-footerimage.png") no-repeat;
        background-size: contain;
        height: 40%;
        width: 100%;
        overflow: hidden;
    }

    .boite {
        background-color: rgba(155, 154, 155, 0.2);
        height: 120px;
        /* width: 287px !important; */
        border-radius: 5px;
    }

    .adresse ul li a.liend {
        background-color: rgba(255, 255, 255, 0);
        top: 73px;
        display: block;
        margin-top: 7px;
        font-family: "MyriadPro-Light", Helvetica, Arial, serif;
        font-size: 10px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        padding-left: -10px;
    }
    .addressedroite {
        padding-left: 0px !important;
    }

    .ulindex li a {
        font-size: 12px;
    }

    .palais img {
        width: 200px;
    }
    .text-news {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news-contenu div.row {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
        width: 100% !important;
    }
    .news-contenu {
        height: 120px !important;
        max-width: 340;
        /* width: 350; */
    }
    .news-contenu span {
        color: rgb(68, 66, 66) !important;
    }

    .foot ul {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .foot {
        height: auto !important;
    }

    .adresse ul li a.lieng {
        background-color: rgba(255, 255, 255, 0);

        display: block;
        margin-bottom: 12px;
        font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
        font-size: 10px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
    }

    .presentation-titre {
        font-size: 10px;
        left: 0px !important;
        bottom: 40% !important;
    }

    .news-contenu div.row {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .news-contenu {
        /* background-color: rgba(155, 154, 155, 1); */
        /* background-color: rgba(155, 154, 155, 0.2); */
        height: 120px;
        width: 100%;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid rgba(155, 154, 155, 0);
        border-radius: 5px;
    }

    .news-contenu span {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        font-family: "MyriadPro-Semibold", Helvetica, Arial, serif;
        font-size: 15px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 13px;
        /* display: none; */
    }
    /* .boite {
        display: none;
    } */

    .foot {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    .adresse ul li a.lieng {
        background-color: rgba(255, 255, 255, 0);
        display: block;
        margin-bottom: 10px;
        font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
        font-size: 13px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
    }
    .adresse div a.liend {
        background-color: rgba(255, 255, 255, 0);
        top: 73px;
        display: block;
        margin-top: 7px;

        left: 0px;
        font-family: "MyriadPro-Light", Helvetica, Arial, serif;
        font-size: 12px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        line-height: 14px;
    }
    .adresse div a.lieng {
        background-color: rgba(255, 255, 255, 0);
        display: block;
        margin-bottom: 12px;
        font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
        font-size: 12px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        line-height: 14px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .adresse ul li a.liend {
        background-color: rgba(255, 255, 255, 0);
        display: block;
        margin-bottom: 10px;
        font-family: "MyriadPro-light", Helvetica, Arial, serif;
        font-size: 13px;
        color: rgba(0, 0, 0, 1);
        text-align: left;
        margin-left: 0;
    }
    .adresse .addressegauche {
        padding-top: 7px !important;
    }
}

.filgra {
    height: 100px;
}
.image-txt-left {
    width: 100%;
    height: 200px !important;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 991.98px) and (max-width: 1440px) {
    ul.nav-links1 {
        margin: 0 15px !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .picture {
        background: url("../../imgs/accueil---tablet-footerimage.png");
        height: 30%;
        width: 100%;
        background-size: cover;

        overflow: hidden;
    }

    .boite-image {
        /* margin-top: 70px; */
    }
    #nav {
        display: none;
    }

    #nav1 {
        display: none;
    }

    ul li a.lienb {
        padding-top: 20px;
        display: block;
        font-family: "MyriadPro-Regular", Helvetica, Arial, serif;
        font-size: 9px;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 14px;
    }

    ul {
        padding: 0 !important;
        margin: 0;
    }

    .logo-peace {
        height: 400px !important;
        width: 400px !important;
    }
    .titre-img {
        height: 215px !important;
    }

    img.logo1 {
        height: 150px;
        width: 150px;
    }

    ul {
        padding: 0 10%;
        margin: 0;
    }

    .nav1 > ul .link-un,
    .foot ul li {
        padding-right: 10px;
        padding-left: 10px;
    }

    .adresse .addressegauche {
        display: block;
        padding-left: 70px !important;
        padding-top: 5px !important;
    }
}

.ress-co {
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .filgra {
        height: 50px !important;
        width: 50px !important;
    }
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    -ms-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -ms-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.pagination {
    display: inline-block;
    font-size: 14px;
}

.pagination a {
    color: black;
    float: left;
    border-radius: 5px;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #007fff;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.mobi_activ {
    color: #f1db28;
    text-decoration: underline;
    font-weight: bold;
}

/* custom */
@media (max-width: 1600px) {
    .nav1 > ul .link-un {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .img.logo1 {
        height: 120px !important;
        width: 120px !important;
    }
}
@media (max-width: 1100px) {
    .nav1 > ul .link-un {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .nav1 > ul {
        font-size: 14px;
    }
    .img.logo1 {
        height: 120px !important;
        width: 120px !important;
    }
}

.ua_container {
    max-height: 400px;
}
.ua_container ul {
    padding: 0 10px;
    list-style: none;
    cursor: pointer;

    color: #fff;
}
.ua_container li:hover {
    border-bottom: 3px solid #fff;
    margin: 0 20px;
    padding-left: 5px;
}
.ua_container li {
    font-weight: bold;
    /*  font-size: 20px; */
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.3s linear;
}

.ua_container .annee {
    width: 100%;
    height: auto;
    background: #1d9b2e;
    color: #ffffff;
}
.text-detail {
    font-size: 10px;
}
.text-detail-md {
    font-size: 0.7rem;
}
.ua_active:before {
    font-family: "Font Awesome 5 Free";

    display: inline-block;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
    font-weight: 600;
}
.ua_active {
    border-bottom: 3px solid #fff10d;
}
.my-p-zero {
    margin: 0px !important;
    padding: 0px !important;
}

#image_cover_ua {
    height: 400px;
    width: 100%;
}
.btn-ua-primary {
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 3;
    border-radius: 15px;
    background-color: #1d9b2e;
    margin-bottom: 10px;
}
.btn-ua-primary:hover {
    color: #fff10d;
}

.two-lines {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.pes-resource {
    margin: 10px;
    max-width: 400px;
    min-height: 175px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #888;
}

.pes-resource .hedear {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 8fr 1fr;
    grid-template-columns: 8fr 1fr;
}

.pes-resource .hedear .restitre {
    color: #000;
    overflow: hidden;
    font-weight: bold;
    margin-right: 2px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
}

.pes-resource .hedear .icon {
    height: 30px;
    width: 30px;
}

.pes-resource .hedear .icon img {
    width: 100%;
    height: 100%;
}

.pes-resource .cover {
    height: 100px;
    background: #fff;
    text-align: center;
    border: 1px solid #888;
    border-radius: 5px;
}

.pes-resource .cover img {
    width: 100px;
    height: 100px;
    text-align: center;
}

.pes-resource .footer {
    position: relative;
    height: 15px;
}

.pes-resource .footer .icon-downloaded,
.pes-resource .footer .icon-read {
    position: absolute;
    width: 20px;
    height: 20px;
}

.pes-resource .footer .icon-downloaded {
    right: 60px;
    top: 5px;
}

.pes-resource .footer .icon-read {
    top: 5px;
    right: 25px;
}
.blog-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1rem auto;
    -webkit-box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    height: 500px;
    position: relative;
}

.blog-card a {
    color: inherit;
}

.blog-card a:hover {
    color: #ce1021;
}

/* .blog-card:hover .photo {
    -webkit-transform: scale(1.3) rotate(3deg);
    transform: scale(1.3) rotate(3deg);
} */

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    /* -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; */
}

.fade-enter-active,
.fade-leave-active {
    transition: all 0.9s ease;
    overflow: hidden;
    visibility: visible;
    position: absolute;
    width: 100%;
    opacity: 1;
}

.fade-enter,
.fade-leave-to {
    visibility: hidden;
    width: 100%;
    opacity: 0;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

.blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}

.blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007";
}

.blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133";
}

.blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px;
}

.blog-card .details .tags li {
    margin-right: 2px;
}

.blog-card .details .tags li:first-child {
    margin-left: -4px;
}

.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
    font-family: Roboto, sans-serif;
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
}

.blog-card .description .read-more {
    text-align: right;
}
.blog-card .description .covid19 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.blog-card .half-circle-next,
.half-circle-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-top: -30px;
    padding-top: 2px;
    background: rgba(0, 0, 0, 0.5);
    border-width: 0px;
    color: #fff;
    font-style: normal;
    font-size: 20px;
    position: absolute;
    top: calc(50% - 15px);
    z-index: 10;
    cursor: pointer;
}

.blog-card .half-circle-prev {
    left: -30px;
    margin-right: -23px;
    float: left;
    z-index: 100;
}

.blog-card .half-circle-next {
    right: -30px;
    margin-left: -23px;
    float: right;
    z-index: 100;
}

.blog-card .half-circle-prev span {
    margin-right: -23px;
}

.blog-card .half-circle-next span {
    margin-left: -23px;
}
.blog-card .description .covid19 img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.blog-card .description .read-more a {
    color: #ce1021;
    display: inline-block;
    position: relative;
}

.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    -webkit-transition: margin 0.3s, opacity 0.3s;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #ce1021;
    width: 50%;
    top: -0.75rem;
    border-radius: 3px;
}

/* .blog-card:hover .details {
    left: 0%;
} */
@media (max-width: 640px) {
    .blog-card {
        height: auto !important;
    }
}
@media (min-width: 640px) {
    .blog-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 85%;
    }
    .blog-card .meta {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: auto;
    }
    .blog-card .description {
        -ms-flex-preferred-size: 0%;
        flex-basis: 0%;
    }
    .blog-card .description:before {
        -webkit-transform: skewX(-3deg);
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .blog-card.alt {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg);
    }
    .blog-card.alt .details {
        padding-left: 25px;
    }
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

/* nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #007fff;
    border-radius: 0;
}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #007fff;
    border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after {
    /* content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}
.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top: 5px solid #e74c3c;
    border-bottom: 5px solid #e74c3c;
    padding: 30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.2s linear;
} */

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #007fff;
    z-index: 150;
}

.card-discours {
    width: 100%;
    height: 370px;
}
.scrollable {
    overflow-y: auto;
    max-height: 250px !important;
    padding-bottom: 20px !important;
}
