/* CSS Anaden 2019 */
@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro|Poppins:200,400,600,700&display=swap');
:root{
    --font-main: 'Poppins', sans-serif;
    --font-mono: 'Anonymous Pro', monospace;
    --clr-red: #D7455A;
    --clr-green: #04DE90;
    --clr-move: #9067C1;
    --bg-gray: #ece9e9;
    --black: #000;
    --size-xbig: 38px;
    --size-title: 31px;
    --size-medium: 25px;
    --size-post-title: 20px;
    --size-normal: 16px;
    --size-small: 14px;
}

body{
    font-family: var(--font-main);
    font-size: var(--size-normal);
    background-color: var(--bg-gray);
}
#header{
    background: var(--white);
}
.rgreen #header{
    background: url('../img/top-bg.svg') no-repeat top right /810px, #fff;
}
.rgreen{
    background: url('../img/top-bg.svg') no-repeat top right /810px;
    min-height: 750px;
}

.logo-bl{
    display: flex;
    flex-wrap: nowrap;
}
.logo-img{
    max-width: 380px;
}

.brand{
    padding-right: 0;
}
.brand .logo-img{
    position: relative;
}

.w-header{
    padding: .6rem 0;
    transition: all .5s;
    position: relative;
}
.w-header.ifloat{
    background-color: var(--white);
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: .5rem 0;
    box-shadow: 0 0 3px rgba(70, 70, 70, .8);
}
.navbar-nav{
    width: 100%;
    justify-content: flex-end;
}
.navbar-brand{
    display: none;
}
.navbar-nav > .nav-item > .nav-link{
    font-size: var(--size-small);
    text-transform: uppercase;
    color: #000;
    padding: .5rem .7rem !important;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active{
    color: var(--clr-red);
}
.navbar-nav > .nav-item:last-child > .nav-link{padding-right: 0!important}
.dropdown-menu{
    border-radius: 15px;
    font-family: var(--font-mono);
}
.dropdown-menu > .dropdown-item{
    font-size: 18px !important;
}
.dropdown-menu > .dropdown-item:hover{
    color: var(--white);
    background-color: var(--primary);
}
.bg-light{
    background-color: transparent !important;
}

.btn{
    border-radius: 14px 1px 14px 1px;
    font-size: var(--size-normal);
    padding: .375rem 1.125rem;
}
.btn-move{
    color: #fff;
    background-color: var(--clr-move);
    border-color: var(--clr-move);
}
.btn-move:hover, .btn-move:focus{
    color: #fff;
    background-color: var(--clr-move);
    border-color: var(--clr-move);
}

.btn-outline-move {
    color: var(--clr-move);
    border-color: var(--clr-move);
}

.btn-outline-move:hover{
    color: #fff;
    background-color: var(--clr-move);
    border-color: var(--clr-move);
}

.ci-in{
    padding-top: 2rem;
    padding-left: 2rem;
}
.slide-title{
    font-size: var(--size-xbig);
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.ci-txt, .bl-nrml-txt{
    font-family: var(--font-mono) !important;
    font-size: var(--size-normal);
    margin-bottom: 1.5rem;
}
.bl-title{
    font-size: var(--size-title);
    font-weight: 700;
    margin-bottom: 2rem;
}
.h-ill{
    text-align: right;
}
.h-ill img{
    max-width: 590px;
}

#intro-project{
    min-height: 645px;
    padding-top: 10rem;
    padding-bottom: 7rem;
    margin-top: -15rem;
    background: url('../img/main-project-bg.svg') no-repeat top left;
}
#posts{
    padding-top: 4rem;
    padding-bottom: 7rem;
}
#profil-sx{
    min-height: 670px;
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-bottom: -8rem;
    background: url('../img/entreprise-bg.svg') no-repeat top right;
}
#profil-sx .pres-box{
    max-width: 650px;
    position: relative;
    transform: translateY(-7rem);
    padding-left: 4.5rem;
}
/* posts */
.list-posts{
    display: flex;
    flex-wrap: wrap;
}
.post-card{
    width: 100%;
    color: var(--black);
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: .25rem;
    margin: auto;
    margin-bottom: 2rem;
    display: block;
}
.post-img{
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.post-caption{
    position: relative;
    height: 190px;
    width: 350px;
    margin: 0 auto;
    margin-top: -1.8rem;
    padding: .85rem 1rem;
    border-bottom-right-radius: 35px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s;
}
.post-title{
    font-size: var(--size-post-title);
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}
.post-footer{
    font-size: var(--size-small);
}
.post-card:hover, .post-card:focus{
    color: var(--white);
    text-decoration: none;
}
.post-card:hover .post-caption{
    background-color: var(--clr-red);
}

.sl-annu-in{
    color: var(--white);
    text-align: center;
    max-width: 450px;
    float: right;
    margin-right: 4rem;
}

.w-img-ct{
    background-color: var(--white);
    color: var(--black);
    height: 127px;
    width: 127px;
    border-radius: 30px;
    margin: 1rem auto;
}
.w-img-ct img{
    width: 100%;
}
.sl-annu-title{
    font-size: var(--size-title);
}
.sl-annu-txt{
    font-size: var(--size-normal);
    font-family: var(--font-mono);
    margin-bottom: 1.5rem;
}
.profileSlider-prev, .profileSlider-next{
    position: absolute;
    bottom: .5rem;
    color: var(--white);
}
.profileSlider-prev:hover, .profileSlider-next:hover{
    color: var(--white);
    text-decoration: none;
}
.profileSlider-prev{
    right: 26rem;
}
.profileSlider-next{
    right: 9rem;
}
#footer{
    padding: 7rem 0 1.5rem 0;
    background: url('../img/footer-bg.svg') no-repeat bottom left;
    background-size: 100%;
}
.ft-head{
    font-size: var(--size-medium);
    font-weight: 700;
}
.nl-wh-in{
    background-color: var(--white);
    padding: 1.5rem 1rem;
}
.nl-wh-in input[type="email"]{
    padding: .35rem 1rem;
    font-family: var(--font-mono);
    font-size: var(--size-normal);
    display: inline-block;
    margin-right: .5rem;
}

.gp-lnks a{
    color: var(--black);
    display: block;
    padding: .15rem 0;
    text-transform: uppercase;
}
.social-lnks{
    display: flex;
}
.social-lnks a{
    display: inline-block; 
    padding-right: .7rem;
    text-decoration: none;
}
.copy-p{
    margin-top: 3rem;
}
.copy-p a{
    color: var(--black);
    text-decoration: underline;
}
.soc-h{
    font-size: var(--size-normal);
    font-weight: 700;
}
/* Search */
#search-box{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .95);
    z-index: 2000;
    display: none;
    justify-content: center;
    align-items: center;
}
#srch{
    padding: 1rem 1.5rem;
    border: none;
    border-bottom: 1px solid var(--white);
    background-color: transparent;
    display: block;
    width: 100%;
    font-size: var(--size-xbig);
    color: var(--white);
}
#srch:focus{
    box-shadow: none;
    outline: 0;
}

.search-p{
    position: relative;
}
.search-p input{
    text-indent: 2.5rem;
}
.search-p > i{
    position: absolute;
    top: 1.25rem;
    left: .85rem;
    font-size: 1.85rem;
}
#s-close{
    position: absolute;
    top: 1rem;
    right: 3rem;
    font-size: calc(var(--size-xbig) *2);
    color: var(--white);
    cursor: pointer;
}
.page-item:first-child .page-link{
    border-top-left-radius: 10px !important;
}
.page-item:last-child .page-link{
    border-bottom-right-radius: 10px !important;
}

.art-data{
    display: flex;
    justify-content: space-between;
    font-size: calc(var(--size-normal) - 2px);
    margin: 1.25rem 0 .5rem;
}
.social-share a, .social-share a:hover, .social-share a:focus{
    color: var(--txt-color);
    text-decoration: none;
}

.uc-sub-title{
    font-size: var(--size-title);
    font-weight: 700;
    text-transform: uppercase;
}

/* Pages */
.sub-header{
    padding: 35px 0;
}
.content-in{
    max-width: 880px;
    margin: 0 auto;
    padding: 0 15px;
}
.txt-mono{
    font-family: var(--font-mono);
    font-size: var(--size-normal);
}
.p-title{
    font-size: calc(var(--size-xbig) + 1px);
    font-weight: 700;
    max-width: 850px;
}
.p-title.center-ttl{
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}
.annu-card .p-title{
    font-size: calc(var(--size-xbig) - 6px);
}
.std-img{
    max-width: 1040px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.std-img img{
    width: 100%;
}
.md-ct{
    max-width: 1040px;
    margin: 0 auto;
}
.img-abt{
    height: 370px;
    object-fit: cover;
}

#team{
    padding: 3rem 0;
}
.team-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-card{
    width: 328px;
    margin: 0 1rem 2rem 1rem;
}
.team-card-img{
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.team-card-caption{
    padding-top: 1.25rem;
    height: 100px;
}
.team-card-name{
    font-size: var(--size-post-title);
    font-weight: 700;
}
.team-card-desc{
    font-family: var(--font-mono);
    font-size: var(--size-normal);
}


.flter-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flter-sbmt, .flter-sbmt-lbl{
    font-size: var(--size-post-title);
    background-color: var(--clr-green);
    color: var(--black);
    padding: 1rem 2rem;
    box-shadow: none;
    border: none;
}
.flter-sbmt-lbl{
    background-color: #ddd;
    border: 1px solid #ddd;
}
.selct-grp{
    width: 220px;
    margin: 0 1.5rem;
}
.selct-grp > label, .selct-grp > select{
    display: block;
    width: 100%;
    font-size: var(--size-normal);
}
.selct-grp > select{
    border-color: #d9d9d9;
    color: #383839 !important;
    font-family: var(--font-mono);
    padding: .125rem;
}

.resrc-card{
    background-color: var(--white);
    text-align: center;
    padding: 1.25rem .85rem;
    margin-bottom: 2rem;
    height: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resrc-card-title{
    font-size: var(--size-post-title);
    font-weight: 700;
}
.resrc-card-ft{
    font-size: var(--size-normal);
    font-family: var(--font-mono);
    display: flex;
    justify-content: space-between;
}
.resrc-card.annu .resrc-card-ft{
    justify-content: flex-end;
}
.resrc-card-icon{
    width: 75px;
    align-self: center;
}
.resrc-tag{
    text-align: left;
}
.card-sect{
    font-size: var(--size-normal);
}
.an-logo{
    width: 100%;
    height: 75px;
    object-fit: contain;
}
.i-dwnld{
    color: var(--clr-red);
    text-decoration: none;
}


.nrm-sub-title{
    font-size: var(--size-medium);
    font-weight: 700;
}
.contact-box .nrm-sub-title{
    font-size: var(--size-post-title);
}
#real-sx .nrm-sub-title{
    text-align: center;
}

.map-box{
    height: 450px;
    background-color: #383839;
}
.contact-box{
    position: relative;
    margin-top: -7rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.grn-side{
    width: 35%;
    background-color: var(--clr-green);
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adrss{
    font-family: var(--font-mono) !important;
    font-size: var(--size-normal);
}
.adrss i{
    font-weight: 700 !important;
}
.form-side{
    width: 65%;
    background-color: var(--white);
    padding: 2rem 1.5rem;
}

.contact-box .form-control{
    border-radius: 0;
}
.contact-box label, .contact-box input, .contact-box textarea{
    font-family: var(--font-mono);
}

.real-timeline{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4rem 0 6rem;
}
.real-timeline::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
}
.tl-in{
    display: block;
    width: 375px;
    padding: 1.5rem 1rem;
    background-color: var(--white);
    border-bottom-right-radius: 35px;
    color: var(--black);
    text-decoration: none;
    position: relative;
    margin-bottom: -1rem;
}
.tl-in:hover, .tl-in:focus{
    color: var(--black);
    text-decoration: none;
}
.tl-in:nth-child(odd){
    align-self: flex-start;
}
.tl-in:nth-child(even){
    align-self: flex-end;
}
.tl-in:nth-child(odd)::after, .tl-in:nth-child(even)::before{
    content: url('../img/logo-gouv-km.svg');
    background-color: var(--bg-gray);
    display: inline-block;
    padding: .5rem .5rem 0 .5rem;
    text-align: center;
    position: absolute;
    top: 35%;
}
.tl-in:nth-child(odd)::after{
    right: -10.85rem;
}
.tl-in:nth-child(even)::before{
    left: -10.85rem;
}

.tl-in:nth-child(odd)::before, .tl-in:nth-child(even)::after{
    content: "";
    background-color: #D8D8D8;
    display: inline-block;
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100px;
}
.tl-in:nth-child(odd)::before{
    right: -115px;
}
.tl-in:nth-child(even)::after{
    left: -115px;
}

.tl-title{
    font-size: var(--size-medium);
    font-weight: 700;
}
.tl-title i{
    color: #383839;
}
.tl-desc{
    font-size: var(--size-normal);
    font-family: var(--font-mono);
}
.connect-block{
    max-width: 325px;
    margin: auto;
    padding: 1rem;
}
.remind-txt{
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    font-size: 14px;
}
.remind-txt a{
    text-decoration: underline;
    color: #000;
}

.dark-presenter{
    padding: 2rem 0;
    color: #fff;
    background-color: #1b2a2f;
}
.dark-presenter{
    max-height: 150px;
}
.dark-presenter h4{
    font-weight: 700;
}
.dark-presenter h6:last-child{
    font-weight: 400;
}
.dark-presenter .btn-lg{
    text-transform: uppercase;
}


.annu-content{
    min-height: 300px;
    padding: 2rem 0;
}
.annu-content h5, .annu-content h4{
    font-weight: 700;
}

.cat-it{
    font-size: 14px;
}
.cat-it::after {
    content: ", ";
}
.cat-it:last-child::after {
    content: "";
}
.white-card{
    background-color: #fff;
    box-shadow: 0 0 2px rgba(80, 80, 80, .75);
    height: 300px;
    margin-bottom: 1.5rem;
    position: relative;
}
.wc-logo-img{
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem 1rem;
}
.wc-logo-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.white-card-caption{
    text-align: center;
}
.white-card-caption .list-group-item{
    border-left: none;
    border-right: none;
}
.white-card-caption .list-group-item:first-child, .white-card-caption .list-group-item:last-child{
    border-radius: 0
}
.wc-title{
    font-size: 21px;
    font-weight: 700;
}
.wc-tags{
    text-transform: uppercase;
    font-size: 13.5px;
    color: #777;
}
.white-card-footer{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.dark-presenter .white-card{
    min-height: 350px;
    padding: 1.7rem 0;
}

.file-hidden{
    display: none;
}
.content-form{
    padding: 1.5rem 1rem;
}

.annu-card-header{
    background-color: var(--white);
    padding: 2rem 0;
}
.annu-card-body{
    padding: 1.5rem 0;
}
.annu-card-caption{
    margin-bottom: 2rem;
}
.annu-logo-o{
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.h-sect{
    color: #777;
    font-size: var(--size-medium);
}
.h-sect span::after{content: ", "}
.h-sect span:last-child::after{content: ""}
.i-captions{
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    color: #000;
    padding: .2rem 1rem .2rem 0;
}
.i-captions > i{
    margin-right: 1rem;
}
.i-captions a{
    color: #000;
}
.clmn-txt{
    display: flex;
    flex-wrap: wrap;
}
.clmn-item::after{
    content: ",";
    display: inline-block;
    margin-right: .35rem;
}

/*Media Queries*/
@media screen and (max-width: 1366px) {
    .rgreen #header{
        background: url('../img/top-bg.svg') no-repeat top right /780px, #fff;
    }
    .rgreen{
        background: url('../img/top-bg.svg') no-repeat top right /780px;
        min-height: 750px;
    }
}

/* Large devices */
@media screen and (max-width: 1299px) {
    .rgreen #header{
        background: url('../img/top-bg.svg') no-repeat top right /730px, #fff;
    }
    .rgreen{
        background: url('../img/top-bg.svg') no-repeat top right /730px;
        min-height: 750px;
    }
    .logo-img{
        max-width: 320px;
    }
    .navbar-nav > .nav-item > .nav-link{
        font-size: calc(var(--size-small) - 2px);
        padding: .5rem .6rem !important;
    }

    .post-img{
        height: 220px;
    }
    .post-caption{
        height: 190px;
        width: 270px;
    }

    #profil-sx .pres-box{
        max-width: 530px;
        transform: translateY(-9rem);
    }

    #footer{
        background: url('../img/footer-bg.svg') no-repeat -5rem 2rem;
    }

    .tl-in:nth-child(odd)::after{
        right: -8.5rem;
    }
    .tl-in:nth-child(even)::before{
        left: -8.5rem;
    }
    
    .tl-in:nth-child(odd)::before, .tl-in:nth-child(even)::after{
        width: 70px;
    }
    .tl-in:nth-child(odd)::before{
        right: -85px;
    }
    .tl-in:nth-child(even)::after{
        left: -85px;
    }

}

/* Medium devices */
@media screen and (max-width: 1099px) {
    #intro-project{
        margin-top: 0rem;
    }
    .rgreen #header{
        background: #fff;
    }
    .logo-bl{
        display: none;
    }
    .navbar-brand{
        display: inline-block;
    }
    .navbar-toggler{
        border: none;
    }
    .navbar-nav > .nav-item:last-child > .nav-link{padding-right: .6rem !important}
    .navbar-nav > .nav-item > .nav-link{
        font-size: var(--size-small);
    }
    .ci-in{
        padding: 7rem 0 3rem 0;
    }
    
    #profil-sx{
        min-height: 670px;
        padding-top: 10rem;
        padding-bottom: 10rem;
        margin-bottom: 0;
        background: url('../img/entreprise-bg.svg') no-repeat bottom right;
    }

    #footer{
        background: url('../img/footer-bg.svg') no-repeat top left /cover;
    }
    .nl-wh-in{
        display: flex;
        justify-content: center;
    }

    .map-box{
        height: 350px;
    }
    .contact-box{
        margin-top: 0;
        display: block;
    }
    .grn-side{
        width: 100%;
    }
    .form-side{
        width: 100%;
    }

    .real-timeline{
        padding: 2.5rem 0 3rem;
    }
    .tl-in{
        width: 375px;
        margin-bottom: 3rem;
    }
    .tl-in:nth-child(odd){
        align-self: unset;
    }
    .tl-in:nth-child(even){
        align-self: unset;
    }
    .tl-in:nth-child(odd)::after, .tl-in:nth-child(even)::before{
        content: "";
        display: none;
        position: static;
    }
    
    .tl-in:nth-child(odd)::before, .tl-in:nth-child(even)::after{
        content: "";
        display: none;
        position: static;
    }
    .dark-presenter{
        max-height: 200px;
    }
}

/* small devices */
@media screen and (max-width: 767px) {
    .ci-in{
        padding: 5rem 0 3rem 0;
    }

    .post-card{
        max-width: 420px;
    }
    .post-caption{
        width: 350px;
    }
    .h-ill img{
        max-width: 480px;
    }
    
    .flter-box{
        justify-content: center;
    }
    .flter-sbmt{
        font-size: var(--size-post-title);
        background-color: var(--clr-green);
        color: var(--black);
        padding: 1.5rem 2rem;
        box-shadow: none;
        border: none;
    }
    .selct-grp{
        width: 75%;
        margin: 0 1.5rem;
    }

    .nl-wh-in{
        margin-bottom: 1rem;
        padding: 1.5rem;
    }
    .dark-presenter{
        max-height: unset;
        height: auto;
    }
    .clmn-item{
        width: 50%;
    }
    .annu-card-header{
        text-align: center;
    }
}
/*Extra small*/
@media screen and (max-width: 575px){
    #srch{
        padding: 1rem 1.5rem;
        font-size: calc(var(--size-xbig) - 6px);
    }
    .gp-lnks{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .post-card{
        max-width: 350px;
    }
    .post-caption{
        width: unset;
        height: auto;
        min-height: 180px;
        max-width: 80%;
    }
    #profil-sx .pres-box {
        max-width: 100%;
        transform: translateY(-11rem);
        padding-left: 0;
    }
}

@media screen and (max-width: 480px){
    .h-ill img{
        max-width: 320px;
    }
    .logo-img{
        max-width: 255px;
    }
    .art-data{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .publsh, .social-share{
        width: 100%;
        margin-bottom: .525rem;
    }

    .sl-annu-in{
        clear: both;
        margin-right: 0;
    }
    .profileSlider-prev{
        right: unset;
        left: 15%
    }
    .profileSlider-next{
        right: 15%;
    }
    .clmn-item{
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 390px){
    .logo-img{
        max-width: 180px;
    }
    .ci-in{
        padding: 2rem 0 3rem 0;
    }
    .post-caption{
        max-width: 90%;
    }
    .tl-in{
        width: 100%;
    }
    .nl-wh-in{
        flex-wrap: wrap;
        border-radius: 35px 0 35px 0;
    }
    .nl-wh-in input[type="email"], .nl-wh-in button{
        display: block;
        width: 100%;
        margin-bottom: .5rem;
    }
    #srch{
        padding: 1rem 1.5rem;
        font-size: calc(var(--size-xbig) - 18px);
    }
}

@media screen and (max-width: 335px){
    .bot-btn .btn{
        display: block;
        width: 100%;
    }
}