﻿/*BASIC GREEN -> #22aea3 */
/*BASIC PURPLE -> #094d8c */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap');
html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: OptimaLTPro;
    src: url('../font/OptimaLTPro-Medium.otf');
}

@font-face {
    font-family: OptimaLTPro;
    font-weight: bold;
    src: url('../font/OptimaLTPro-Bold.otf');
}
*:hover {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
body {
    /*font-family: OptimaLTPro, sans-serif;*/
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.containerColumnCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.basicTxt {
    color: #626262;
}
.basicContent {
    padding: 20px 0;
}
a:link {
    color: #094d8c;
}
    a:link:hover {
        color: #468bcb;
    }
.socialTop {
    background: #025F77;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    z-index: 2;
    position: relative;
}
.socialList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
    .socialList ul li {
        display: inline-block;
    }
        .socialList ul li a {
            color: white !important;
            text-decoration: none;
            font-size: 1.7em;
            padding: 0 7px;
            opacity: 1;
        }
            .socialList ul li a:hover {
                opacity:0.7;
            }
.roundBt {
    display: inline-block;
    border-radius: 99px;
    padding: 10px 20px 10px 45px;
    text-decoration: none !important;
    position: relative;
    opacity: 1;
}
    .roundBt:hover {
       opacity:0.8;
    }

    .roundBtheader{
        background-color: #2ac6cd;
        color: white !important;
    }
.IconBtn img {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 18px;
}
.purpleBtn {
    background-color: #2fa9c1;
    color: white !important;
}
.socialBtns a {
    padding: 10px 20px 10px 45px;
}
.whiteBtn {
    background-color: white;
    color: black;
}
.conectionBtn .roundBt {
    padding: 10px 44px 10px 20px;
    color: white;
}
    .conectionBtn .roundBt img {
        position: absolute;
        right: 17px;
        top: 0;
        bottom: 0;
        margin: auto;
        max-height: 18px;
    }
.socialBtns a {
    margin: 0 3px;
}
footer {
    background: #fafafa;
    border-top: 1px solid lightgray;
    margin-top: 10px;
}
.footCont {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
.footAdd {
    width: 70%;
}
    .footAdd ul.horizontalList {
        text-align: right;
    }
ul.horizontalList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
    ul.horizontalList li {
        display:inline-block;
        position:relative;
    }
ul.subMenu {
    padding: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 180px;
    background: whitesmoke;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 29px -3px rgb(0 0 0 / 10%), 0px 10px 15px -3px rgb(0 0 0 / 10%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
    ul.subMenu li {
        display: block;
        margin:5px 0;
    }
        ul.subMenu li a {
            font-size: 14px;
            display: block;
            width: 100%;
        }
            ul.subMenu li a:hover {
                opacity: 1;
                color: #468bcb;
            }
ul.horizontalList li:hover ul.subMenu {
    opacity: 1;
    visibility: initial;
}
.footAdd ul li {
    width: 16.333%;
    vertical-align: top;
    padding: 0px 20px;
    text-align: left;
}
    .footAdd ul li h1 {
        font-size: 1em;
        margin-bottom: 5px;
        position: relative;
    }
        .footAdd ul li h1:before {
            content: "";
            position: absolute;
            background-color: #e5bf16;
            width: 3px;
            height: 13px;
            display: block;
            top: 0;
            left: -10px;
            bottom: 0;
        }
    .footAdd ul li span {
        display: block;
        color: #626262;
        margin-top: 5px;
    }
.footLogo {
    width: 100%;
    max-width: 150px;
    display: flex;
    align-items: center;
}
    .footLogo img {
        width: 100%;
    }
    .footer-logo-alt {
        width: 150px;
        height: 150px;
    }
.footCopy {
    background: #1e788d;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 0.9em;
}
.footCopy a {
    color: white;
    text-decoration:none;
    opacity:1;
    margin: 0 2px;
}
    .footCopy a:hover {
        opacity: 0.6;
    }
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.4);
    z-index: 99;
    position: relative;
    background: white;
}
.menuImg {
    max-width: 120px;
}
    .menuImg img {
        width: 100%;
    }
.mainMenu a {
    color: #626262;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 7px;
    opacity: 1;
}
    .mainMenu a:hover {
        opacity: 0.8;
        color: #025f77;
    }
a.roundBt.greenBt {
    background-color: #e5bf16;
    padding: 10px 15px;
    color: white;
    opacity: 1;
}

a.roundBt.yellowBt {
    background-color: #e5bf16;
    padding: 10px 45px 10px 20px;
    color: white;
    opacity: 1;
}
    a.roundBt.greenBt i {
        margin-right: 5px
    }
.topBanner {
    overflow: hidden;
    text-align: center;
    position: relative;
    display: flex;
    z-index: 0;
    justify-content: center;
}
    .topBanner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .topBanner img {
       width:auto;
       height: 100%;
    }
.topBannerLegend {
    background: #094d8c;
    padding: 10px;
}
    .topBannerLegend div {
        width: 100%;
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
        color: white;
        font-style: italic;
        font-size: 1.1em;
    }
.contanier {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
ul.horizontalList.newsList {
    width: 100%;
    margin-bottom: 40px;
}
    ul.horizontalList.newsList li {
        /* width: 33.332%;*/
        width: 24%;
        padding: 0 10px;
        background: white;
    }
        ul.horizontalList.newsList li:first-child {
            padding-left: 0
        }
        ul.horizontalList.newsList li:last-child {
            padding-right: 0
        }
.newsImg img {
    width: 100%;
}
.newsCont {
    border: 1px solid lightgray;
    border-radius: 5px;
    overflow: hidden;
    min-height: 590px;
}
.newsContParent {
    padding: 10px 20px;
    font-size: 0.9em;
    color: #626262;
}
.newsContTittle {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #1f8c92;
    font-weight: bold;
    min-height: 55px;
}
.newsContTime {
    color: black;
    margin-bottom: 5px;
    font-weight: bold;

}
a.roundBt.newsBt {
    background: #025F77;
    color: white;
    padding: 10px 20px;
    font-size: 0.9em;
    margin: 10px auto;
    display: inline-block;
    text-align: center;
}
.readMoreCont {
    text-align:center;
}
.basicTittle {
    font-size: 1.3em;
    color: #025F77;
    padding: 20px 0;
}
.allNews {
    text-align: center;
    padding: 35px 0;
}
.whiteBtnAlt {
    border: 2px solid #025F77;
    color: #025F77;
    padding: 10px 20px;
}
.bigAreaGray {
    background-color: #d3efed;
}
.bigAreaGrayCont {
    width: 100%;
    padding: 15px;
    max-width: 800px;
    margin: 0 auto;
}
.bigAreaGrayCont {
    width: 100%;
    padding: 50px 15px;
    max-width: 800px;
    margin: 10px auto;
    display: flex;
    align-items: center;
}
.bigAreaGrayLegends {
    width: 70%;
}
.bigAreaGrayBt {
    width: 29.333%;
    text-align: right;
}
.bigAreaGrayLegends > div:first-of-type {
    margin-bottom: 10px;
}
.bigAreaGrayLegends b {
    display: block;
}
.homeProfPhotoCont {
    position: relative;
}
.homeProfPhoto {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 260px;
    height: 260px;
    border-radius: 1000px;
    top: 20px;
}
    .homeProfPhoto img, .homeProfPhotoBg img {
        width: 100%;
        height: auto;
    }
.homeProfPhotoOrnament {
    background: #094d8c;
    width: 280px;
    height: 280px;
    border-radius: 1000px;
    position: absolute;
    top:0;
}
    .homeProfPhotoOrnament:before {
        content: "";
        background: #22aea3;
        width: 80px;
        height: 80px;
        border-radius: 1000px;
        position: absolute;
        top: -10%;
        left: 20%;
    }
    .homeProfPhotoOrnament:after {
        content: "";
        background: #f7d955;
        width: 70px;
        height: 70px;
        border-radius: 1000px;
        position: absolute;
        bottom: 0px;
        right: 10%;
    }
.homeProfPhotoBg {
    height: auto;
    width: 240px;
    border-radius: 1000px;
    position: absolute;
    top: -20px;
    left: -90px;
}
.homeProfItemInverted .homeProfPhotoBg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    right: -60px;
    left: initial;
    z-index: -1;
}
.homeProfItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeProfDummyCont {
    width: 20%;
}

.homeProfTextTittle {
    color: #094d8c;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    position: relative;
}
    .homeProfTextTittle i {
        content: "";
        background: #f7d955;
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        border-radius: 9000px;
        top: -4px;
        left: -35px;
    }
        .homeProfTextTittle i:before {
            content: "";
            background: white;
            width: 21px;
            height: 21px;
            display: block;
            position: absolute;
            border-radius: 9000px;
            top: 0px;
            bottom: 0;
            right: -1px;
            margin: auto;
        }
.homeProfPhotoCont {
    width: 30%;
}
.homeProf {
    padding: 90px 0;
}
.borderedGreenBt {
    color: #f7d955;
    border: 2px solid;
    margin-top: 10px;
    padding: 10px 30px;
    font-size: 0.9em;
}
.homeProfItem.homeProfItemInverted {
    padding-top: 40px;
}
.homeProfItemInverted .homeProfPhoto {
    transform: rotate(-8deg);
    border-radius: 20px;
    border: 5px solid #ccefec;
}
.topBannerGray {
    background: #2fa9c1;
    text-align: center;
    padding: 25px 0;
    color: white;
    font-weight: bold;
}
    .topBannerGray span {
        width: 100%;
        display: block;
        max-width: 500px;
        margin: 0 auto;
        font-size: 17px;
        text-transform: uppercase;
    }
.smallCont {
    width: 100%;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}
.bigLegend {
    color: #025F77;
}

.topBannerBlue {
    background: #025F77;
    color: white;
    padding: 20px 0;
}
.topBannerBlue {
    background: #025F77;
    color: white;
    padding: 20px 0;
}
    .topBannerBlue h1 {
        font-size: 16px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
    .topBannerBlue p {
        padding-bottom: 0;
        margin-bottom: 0;
    }
ul.logoList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
    ul.logoList li {
        width: auto;
        padding: 10px 0;
        margin: 0 20px;
    }
    ul.logoList li:first-child {
        margin-left: 0;
    }
        ul.logoList li img {
            width: auto;
            height: 60px;
        }
        ul.logoList li a {
            padding: 0;
            opacity:1;
        }
        ul.logoList li a:hover {
            padding: 0 10px;
            opacity:0.6;
        }
ul.basicList {
    list-style: none;
}
    ul.basicList li {
        position: relative;
        margin-bottom: 10px;
        padding-top: 3px;
    }
        ul.basicList li:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 0 5px 6px;
            border-color: transparent transparent transparent #094d8c;
            position: absolute;
            left: -20px;
            top: 0;
            bottom: 0;
            margin: auto;
        }
.mapContainer {
    margin-bottom: 30px;
}
    .mapContainer img {
        width: 100%;
        height: auto;
        max-width: 630px;
        margin: 0 auto;
        display: block;
        border-radius: 14px;
        box-shadow: 0px 0px 36px 18px rgba(0,0,0,0.06);
    }

.imageContainer {
    margin-bottom: 30px;
}

    .imageContainer img {
        width: 100%;
        height: auto;
        /*max-width: 630px;*/
        margin: 0 auto;
        display: block;
        border-radius: 14px;
        box-shadow: 0px 0px 36px 18px rgba(0,0,0,0.06);
    }
    .imageContainer.dualImage {
        display: flex;
        justify-content: space-between;
    }
        .imageContainer.dualImage img {
            width: 47.99%;
            max-width: initial;
            margin: 0;
        }
.downloadImg img {
    max-width: 400px;
    border-radius: 5px;
}
.downloadImgBtn {
    padding: 10px 30px;
/*    background: #e2e9ff;
    color: #094d8c !important;*/
}
.mapContainer.imgContainerBasic {
    margin-bottom: 0;
}
    .mapContainer.imgContainerBasic img {
        width: 100%;
        max-width: initial;
        margin-bottom: 0;
    }
.ornaTop {
    background-image: url(../img/ornament-top.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 100% 80px;
}
.ornaTopBottom {
/*    background-image: url(../img/ornament-top.png),url(../img/ornament-bottom.png);*/
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 100% 80px, -110px 84%;
}
.ornaTopBottomAlt {
/*    background-image: url(../img/ornament-top.png),url(../img/ornament-bottom.png);*/
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 100% 240px, -110px 84%;
}
.teamRow {
    display: flex;
    justify-content: center;
    margin: 15px 0 ;
}
.teamItem {
    text-align: center;
    font-weight: bold;
    width: 30.333%;
    background: white;
    padding: 20px 0;
    margin: 0 10px;
    border-radius: 10px;
    border:1px solid white;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
    .teamItem.clickableProf:hover {
        background: #004c8f;
        cursor: pointer;
        border: 1px solid #00325e;
        color: white;
    }
        .teamItem.clickableProf:hover .teamTittle {
            color: white;
        }
.teamImg {
    overflow: hidden;
    border-radius: 1000px;
    width: 130px;
    height: 130px;
    border: 5px solid #025F77;
    display: block;
    margin: 0 auto 10px;
}
    .teamImg img {
        width:100%;
        height:auto;
    }
.teamTittle {
    color: #025F77;
    font-size: 16px;
    margin-bottom:3px;
}
.contentJustified p {
    text-align: justify;
}

/*Modals*/

.modalCont {
    position: fixed;
    width: 100%;
    max-width: 550px;
    display: flex;
    align-items: center;
    margin: auto;
    padding: 25px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: white;
    height: fit-content;
    /*    height: 90%;
    overflow: auto;*/
    color: #626262;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 12px -3px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 12px -3px rgb(0 0 0 / 40%);
    z-index: 9999999999;
}
    .modalCont > div:first-of-type {
        width: 40%;
        text-align:center;
    }
    .modalCont > div:last-of-type {
        width: 59.999%;
    }
.modalText {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
    border-left: 1px solid lightgray;
}
.modalProfile a {
    position: absolute;
    top: 10px;
    right: 3%;
    font-size: 15px;
    opacity: 0.5;
    padding: 10px;
    cursor: pointer;
}
    .modalProfile a:hover {
        opacity: 1;
    }
.modalProfile .teamJob {
    font-weight: bold;
}
.modalVeilCont {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
}
.modalVeil {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999999;
}
.opened {
    opacity: 1;
    display: block;
}
.over-flow-none {
    overflow:hidden;
}
.btnContainerCenter {
    text-align:center;
    margin: 60px 0 120px;
}
ul.linkList {
    list-style: none;
    padding: 0;
    margin: 0;
}
    ul.linkList li {
        margin: 20px 0;
    }
        ul.linkList li a {
            border-radius: 100px;
            border: 2px solid #094d8c;
            background: white;
            width: 100%;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /*padding: 0 20px;*/
            text-decoration: none !important;
        }
        ul.linkList li i {
            margin-right:5px;
        }
        ul.linkList li a:hover {
            background: #094d8c;
            color: white;
        }
            ul.linkList li a:hover .fauxBtn {
                background: white;
                color: #094d8c;
            }
                ul.linkList li a:hover .fauxBtn i {
                    transition: 300ms linear all;
                    transform: rotate(-0.25turn);
                }
.linkListName {
    margin-left: 20px;
}
.fauxBtn {
    margin-right: 3px;
    color: white;
    background: #094d8c;
    padding: 10px 10px;
    border-radius: 100px;
}
hr.customSep {
    opacity: 0.3;
    margin: 35px auto;
    max-width: 60%;
}
.contactCard {
    background: #f4f4f4;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 17px;
}
.contactCardName span:first-of-type {
    color: #094d8c;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}
.contactCardName2 {
    color: #094d8c;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}

.contactCardName span:last-of-type {
    padding-left: 10px;
    border-left: 1px solid #626262;
}
.contactCardName {
    margin-bottom: 5px;
}
.contactCardInfo a {
    color: #5656e8;
    margin-right: 10px;
}
.contactCardInfo span {
    padding-left: 10px;
    border-left: 1px solid #626262;
}
ul.projectCont {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
    ul.projectCont li {
        display: inline-block;
        width: 30.333%;
        text-align: center;
        vertical-align: top;
        margin-bottom: 35px;
        margin-right: 10px;
        margin-left: 10px;
    }
        ul.projectCont li a {
            display: flex;
            background: #f2f2f2;
            text-decoration: none;
            color: #025f77;
            text-transform: uppercase;
            border-radius: 10px;
            min-height: 200px;
            vertical-align: top;
            justify-content: center;
            align-items: center;
            font-size: 14px;
            position: relative;
            -webkit-box-shadow: 0px 2px 12px -3px rgb(0 0 0 / 20%);
            -moz-box-shadow: 0px 2px 12px -3px rgba(0,0,0,0.2);
            box-shadow: 0px 6px 4px -3px rgb(0 0 0 / 20%);
        }
        ul.projectCont li:hover a {
            color: white;
        }
        ul.projectCont li a span {
            position: relative;
            z-index: 1;
            width: 75%;
        }
        ul.projectCont li a:after {
            content: "";
            background: #025F77;
            display: block;
            width: 20px;
            height: 20px;
            margin: auto;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 10px;
            opacity: 0;
            -webkit-transition: all 150ms ease;
            -moz-transition: all 150ms ease;
            -ms-transition: all 150ms ease;
            -o-transition: all 150ms ease;
            transition: all 150ms ease;
        }
        ul.projectCont li:hover a:after {
            color: white;
            width: 100%;
            height: 100%;
            margin: auto;
            border-radius: 10px;
            opacity: 1;
        }
.topBannerGray .smallCont {
    position: relative;
}
a.backBtn {
    background: #2fa9c1;
    text-decoration: none;
    color: white !important;
    width: 36px;
    height: 36px;
    font-size: 20px;
    text-align: center;
    border-radius: 100px;
    line-height: 1px;
    position: absolute;
    top: -10px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
    a.backBtn:hover {
        opacity: 0.8;
    }
.videoContainer iframe {
    width: 100%;
    max-width: 720px;
    height: 360px;
    margin: 0 auto;
    display: block;
}
#menuResSw {
    color: #094d8c;
    font-size: 25px;
    padding: 1px 14px;
}
li.responsiveTab {
    display: none !important;
}
.conectionBtnResponsive, #menuResSw {
    display: none;
}
a.roundBt.greenBt.transparentBtn.conectionBtnResponsive {
    background: #094d8c;
}
    a.roundBt.greenBt.transparentBtn.conectionBtnResponsive img {
        width: 15px;
        vertical-align: middle;
        margin-left: 5px;
    }
.footerSocial {
    display:none;
}
.socialList.footerSocial ul li a {
    color: #094d8c !important;
    font-size: 30px;
}
.modalAlertWait .teamImg {
    background: transparent;
    border-radius: 10px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .modalAlertWait .teamImg i {
        font-size: 50px;
        color: #094d8c;
    }

.floating {
    animation-name: floating;
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(35px, -15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
.floating-alt {
    animation-name: floating-alt;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating-alt {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(-25px, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.btnContainerCenterSmall {
    margin: 30px 0 10px;
}
a.roundBt.blueBt {
    background-color: #004c8f;
    padding: 10px 15px 10px;
    color: white;
    opacity: 1;
}
.colorBox {
    padding: 10px 25px 10px;
    border-radius: 10px;
    text-align: center;
    color: black;
}
.imageContainer.infograph {
    width: 100%;
    max-width: 650px;
    margin: -40px auto 0;
}
.imageContainerSmall {
    max-width: 420px !important;
}
.logoContLinks {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .logoContLinks a {
        max-width: 160px;
        margin: 0 30px;
        opacity: 1;
    }
    .logoContLinks a:hover {
        opacity:0.5;
    }
    .logoContLinks a img {
        width:100%;
    }
    .logoContLinks.logoContLinksAlt {
        display: block;
    }
.logoContLinksAlt a {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    opacity: 1 !important;
    display: block;
}
a#conexion i.fa.fa-lock {
    position: absolute;
    right: 6%;
    top: 13px;
}
a#conexion:hover {
    color: white;
    background: #2fa9c1;
}
.modalContLogin {
    display: block;
    max-width: 480px;
}
    .modalContLogin > div {
        width:100% !important;
    }
.modalRowLogin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto 15px;
}
    .modalRowLogin > div:first-child {
        width: 30%;
        text-align:left;
    }
    .modalRowLogin > div {
        width: 69.333%
    }
a.closeModal.LoginModalClose {
    position: absolute;
    top: 10px;
    right: 3%;
    font-size: 15px;
    opacity: 0.5;
    padding: 10px;
    cursor: pointer;
}
.modalRowLogin input[type="email"], .modalRowLogin input[type="password"] {
    width: 95%;
    padding: 7px;
    font-family: OptimaLTPro, sans-serif;
    font-size: 14px;
}
.modalTittle {
    color: #094d8c;
    font-size: 18px;
    padding: 10px 0 20px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}
.textRight {
    text-align: right;
}
.newsImg {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    /*min-height: 400px;*/
    height: 330px;
    max-height: 400px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ededed;
}
.newsContCont {
    min-height: 55px;
}
.newsSectionTittle.SingleNewsTitle {
    margin-top: 20px;
    font-size: 18px;
}
.homeNewsList {
    justify-content: center;
}
.homeNewsTitle {
    padding-left: 12.5%;
    font-weight: bold;
}
a.backBtnBasic {
    margin-right: 22px;
}
ul.newsSectionNews.newsSectionTop.SingleNews {
    list-style: none;
    max-width: 950px;
    margin: 40px auto;
}
.SingleNews .newsImg {
    max-height: initial;
    background: #f5f5f5;
    border-radius: 5px;
}
    .SingleNews .newsImg > img {
        max-height: 500px;
        width: auto;
    }
.newsTxtDate {
    color: #094d8c;
    font-weight: bold;
    margin: 20px 0;
}
.newsTittleTXT {
    color: #094d8c;
    font-weight: bold;
    padding: 20px 0;
    margin: 20px 0;
    font-size: 20px;
    letter-spacing: initial;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
}

a.backBtnBasic {
    margin-right: 22px;
    font-size: 24px;
    background-color: #e5bf16;
    color: white;
    padding: 10px 10px 10px 10px;
    border-radius: 90px;
}
.newsTxtCont a:link {
    margin-left: 3px;
    color: #0000c6;
    margin-bottom:3px;
}
.imageContainer.infograph {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.sliderType {
    display: block !important;
}
.newsImg.sliderType {
    display: none !important;
}

/*_____*/
#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    background: #f5f5f5;
    border-radius: 5px;
    height: 500px !important;
}

    #slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        height: 200px;
        list-style: none;
    }

        #slider ul li {
            position: relative;
            display: block;
            float: left;
            margin: 0;
            padding: 0;
            width: 500px;
            height: 300px;
            text-align: center;
            line-height: 300px;
        }

a.control_prev, a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    /* background: #2a2a2a; */
    color: #939393;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

    a.control_prev:hover, a.control_next:hover {
        opacity: 1;
        transition: all 0.2s ease;
    }

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}

div#SliderCont ul li img {
    max-height: 500px;
    width: auto;
}
div#SliderCont {
    background: #f5f5f5;
    border-radius: 5px;
}
div#contprof {
    word-break: break-word;
}
.infograph > div > div {
    display: flex;
    position: relative;
    z-index: 1;
}
    .infograph > div > div > img {
        width: 75%
    }
.infograph > div {
    position: relative;
}

.visualGraphCont {
    font-family: 'Open Sans', sans-serif;
/*    letter-spacing: -0.5px;*/
}

.visualGraphCont {
    position: relative;
    margin: 50px 0;
}
    .visualGraphCont a {
        opacity: 1
    }
        .visualGraphCont a:hover {
            opacity: 0.5;
        }
.visualGraphCont_Row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.visualGraphCont_mainCont {
    width: 170px;
    height: 170px;
    background: lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    padding: 20px;
    margin: 0 10px;
    border: 7px solid;
}
.visualGraphCont_subCont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    width: 100%;
    height: 115%;
    text-align: center;
    display: none;
    border-radius: 9999px;
    backdrop-filter: blur(1em);
}
    .visualGraphCont_subCont > div {
        background: lightgray;
        border: 10px solid;
        border-radius: 100%;
        height: 400px;
        width: 400px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        box-shadow: 2px -3px 34px -9px rgba(0,0,0,0.8);
        -webkit-box-shadow: 2px -3px 34px -9px rgba(0,0,0,0.8);
        -moz-box-shadow: 2px -3px 34px -9px rgba(0,0,0,0.8);
    }
        .visualGraphCont_subCont > div > div {
/*            margin-top: 30px;*/
            padding: 0 35px;
        }
            .visualGraphCont_subCont > div > div > a {
                padding: 5px 0 0;
                display: block;
                font-size: 30px;
                text-align:center;
            }
#axe1:hover .visualGraphCont_subCont,
#axe2:hover .visualGraphCont_subCont,
#axe3:hover .visualGraphCont_subCont {
    border-radius: 0px;
    display: block;
    -webkit-animation: scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: scale-in-center .5s cubic-bezier(.25,.46,.45,.94) both
}
.acces_aux_soins .visualGraphCont_mainCont {
    background: #1a659e;
    border-color: #4386b9;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.titleConection {
    text-align: center;
    padding: 1rem 0;
    color: black;
    font-weight: bold;
    font-size: 1.4rem;
}

.acces_aux_soins .visualGraphCont_subCont > div {
    background: #a6e1fa;
    border-color: #cdebf7;
}

.visualGraphCont_subCont::after {
    content: "";
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.parcours-endometriose-Huge {
    background: #fb6f92;
    border-radius: 100%;
    width: 280px;
    height: 280px;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border: 7px solid #ffc1d1;
    /*    box-shadow: 0px 0px 0px 7px rgba(178,212,207,1);
    -webkit-box-shadow: 0px 0px 0px 7px rgba(178,212,207,1);
    -moz-box-shadow: 0px 0px 0px 7px rgba(178,212,207,1);*/
}

    .parcours-endometriose-Huge b {
        font-size: 16px;
        text-align: center;
        display: block;
/*        font-weight: 400;*/
    }
    .parcours-endometriose-Huge ul {
        margin-bottom: 0;
    }
.parcours-endometriose-diamond {
    background: #cbeef3;
    height: 125px;
    width: 125px;
    border: 7px solid #e8fcff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    border-radius: 25px;
}
    .parcours-endometriose-diamond > div {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 0 -5px 0px 0px;
        padding: 0 18px;
    }
.arrowSep {
    width: 17%;
    padding-right: 15px;
    position: relative;
    z-index: 99;
}
    .arrowSep img {
        width: 100%;
        max-width: 140px;
        opacity: 0.4;
        z-index: 99;
        position: relative;
    }
    .arrowSep.arrowSepInverted {
        padding-right: 0;
        padding-left: 15px;
        text-align: right;
    }
        .arrowSep.arrowSepInverted img {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }
.parcours-endometriose-diamond a {
    display: block;
    color: black !important;
    margin-top: 5px;
}
.parcours-endometriose-HugeOdd {
    background: #ffc2d1;
    border: 8px solid #fdd5df;
    width: 150px;
    height: 150px;
    text-align: center;
    color:black;
}
.visualGraphCont_Row.oggOrder {
    justify-content: flex-start;
}
/*.topRowMargin {
    margin-top:-30px;
}*/
.parcours-endometriose-subCont {
    display: flex;
    margin-top: 10px;
}
    .parcours-endometriose-subCont > div {
        width: 50%;
        min-height: 115px;
        background: #ffc2d1;
        border-radius: 100%;
        font-size: 14px;
        padding: 10px;
        margin: 0 2px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
    }
    .parcours-endometriose-subCont > div b {
        font-size: 13px;
        display:block
    }
.parcours-soins-palliatifs .visualGraphCont_item,
.parcours-soins-palliatifs .visualGraphCont_item .visualGraphCont_mainCont {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
.parcours-soins-palliatifs .parcours-endometriose-Huge {
    width: 200px;
    height: 200px;
    background: #40916c;
    border-color: #65bc95;
}
.parcours-soins-palliatifs .visualGraphCont_subCont > div {
    font-size: 16px;
    text-align: left;
    width: 300px;
    height: 300px;
    background: #74c69d;
    border-color: #96deba;
}
.parcours-soins-palliatifs-OddRow .parcours-endometriose-diamond {
    background: none !important;
    border: none;
}
.parcours-soins-palliatifs-OddRow {
    margin-top: -5px;
}
.parcours-soins-palliatifs .parcours-endometriose-diamond {
    background: #edff9a;
    border-color: #f9ffde;
}
.parcours-soins-palliatifs .visualGraphCont_subCont > div a {
    color: #40916c;
}
.visualGraphCont_subCont > div a i {
    background: white;
    border-radius: 999px;
}
.parcours-soins-palliatifs .visualGraphCont_subCont > div .parcours-endometriose-subCont {
    margin: 0px -20px 0;
}
    .parcours-soins-palliatifs .visualGraphCont_subCont > div .parcours-endometriose-subCont > div {
        background: #40916c;
        padding: 20px;
    }
.parcours-surpoids .parcours-endometriose-Huge {
    background: #f77f00;
    border-color: #ffc180;
}
.parcours-surpoids .parcours-endometriose-diamond {
    background: #2a9d8f;
    color: black;
    border-color: #5ad0c2;
}
.parcours-surpoids .visualGraphCont_subCont > div {
    background: #fcbf49;
    border-color: #ffeac1;
}
    .parcours-surpoids .visualGraphCont_subCont > div .parcours-endometriose-subCont > div {
        background: #f77f00;
    }
    .parcours-surpoids .visualGraphCont_subCont > div a {
        color: #f77f00;
    }
.parcours-endometriose-Huge.parcours-surpoidsFullSection {
    width: 70%;
    height: auto;
}
    .parcours-endometriose-Huge.parcours-surpoidsFullSection .visualGraphCont_mainCont {
        display: block;
        padding: 30px 0;
        text-align: center;
        height: auto;
    }
        .parcours-endometriose-Huge.parcours-surpoidsFullSection .visualGraphCont_mainCont b {
            display: block;
            text-align: center;
            width: 100%;
            margin-bottom: 5px;
        }
.arrowSep.arrowLeft {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.arrowSep.arrowRight {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrowSep.arrowCenter {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    bottom: -20px;
}
.accompagnement-des-professionnels-de-sante .diamondRow {
    margin-top: 20px;
    margin-bottom: 100px;
}
    .accompagnement-des-professionnels-de-sante .diamondRow p {
        text-align:center;
    }
.diamondRow p, .parcours-soins-palliatifs .parcours-endometriose-diamond {
    font-weight: 600;
}
.diamondRow > div {
    position: relative;
    top: -20px;
}
    .diamondRow > div.centerDiamond {
        margin: 0px 60px;
        position: relative;
        top: 50px;
    }
.accompagnement-des-professionnels-de-sante .visualGraphCont_subCont ul,
.accompagnement-des-professionnels-de-sante .visualGraphCont_subCont > div > div {
    margin-top: 0;
}
.accompagnement-des-professionnels-de-sante .parcours-endometriose-Huge,
.accompagnement-des-professionnels-de-sante .visualGraphCont_subCont > div {
    background: #ffda3d;
    border-color: #fff4c7;
    box-shadow: 0px 0px 0px 7px #fff9e1;
    width: 181px;
}
.accompagnement-des-professionnels-de-sante .parcours-endometriose-diamond {
    background: #ffd275;
    border-color: #ffe3a9;
}
    .accompagnement-des-professionnels-de-sante .parcours-endometriose-diamond > div p {
        font-size: 11px;
        padding: 0 5px;
    }
.soins-non-programmes .visualGraphCont_Row.arrowRow > div {
    width: 28.5%;
    text-align: center;
    padding: 0;
}
.soins-non-programmes .visualGraphCont_Row {
    max-width: 570px;
    margin: 0 auto;
}
.arrowBottom {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrowTop {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.soins-non-programmes .visualGraphCont_Row.arrowRow .arrowSep.arrowCenter {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(135deg);
}
    .soins-non-programmes .visualGraphCont_Row.arrowRow .arrowSep.arrowCenter img {
        width: 100%;
        max-width: 150px;
        position: relative;
        top: 5px;
        left: -10px;
    }
.soins-non-programmes .arrowSep.arrowDouble img {
    max-width: initial;
    width: 160px;
    position: relative;
    z-index: 99;
    left: -25%;
    opacity: 0.3;
}
.soins-non-programmes .parcours-endometriose-Huge {
    background: #339989;
    border-color: #5cc9b8;
    box-shadow: 0px 0px 0px 7px #7ce2d2;
    height: 190px;
}
.soins-non-programmes .visualGraphCont_subCont > div {
    background: #ffb8ab;
    border-color: #ffe6e1;
    box-shadow: 0px 0px 0px 7px #fff4f2;
}
    .soins-non-programmes .visualGraphCont_subCont > div a {
        color: #339989;
    }
.qualite-et-pertinence-des-soins .parcours-endometriose-Huge {
    background: #db5a42;
    border-color: #ffa796;
    width: 190px;
}
.qualite-et-pertinence-des-soins .parcours-endometriose-diamond {
    background: #ffd275;
    border-color: #ffe7b5;
}
.qualite-et-pertinence-des-soins .visualGraphCont_subCont > div {
    background: #e3a588;
    border-color: #f9c9b3;
}
    .qualite-et-pertinence-des-soins .visualGraphCont_subCont > div > div {
      margin-top:0;
    }
.parcours-covid-long .parcours-endometriose-Huge {
    background: #a480f2;
    border-color: #cab2fd;
    box-shadow: 0px 0px 0px 7px #e3d6ff;
}
.parcours-covid-long .parcours-endometriose-diamond {
    background: #e0cefd;
    border-color: #efe5ff;
    font-size: 12px;
}
    .parcours-covid-long .parcours-endometriose-diamond > div {
        padding: 5px 10px;
        font-size: 11px;
    }
.parcours-covid-long .visualGraphCont_subCont > div {
    background: #c580ed;
    border-color: #dea8fd;
    box-shadow: 0px 0px 0px 7px #e3d6ff;
}
    .parcours-covid-long .visualGraphCont_subCont > div > div {
       margin-top:0;
    }
    .parcours-covid-long .visualGraphCont_subCont > div .parcours-endometriose-subCont > div {
        background: #a27fed;
        margin-top: 20px;
    }
.visualGraphCont_PreRow {
    display: flex;
}
    .visualGraphCont_PreRow > div {
        width: 50%;
    }
.prevention .parcours-endometriose-diamond.centerDiamond {
    display: none;
}
.prevention .parcours-endometriose-diamond {
    height: 120px;
    width: 120px;
    margin: 10px 30px;
    border-radius: 20px;
}
.prevention .diamondSingle {
    height: 160px;
    width: 160px;
    margin: 30px 0 40px;
}
.singleArrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 10px;
    z-index: 998;
}
.prevention a {
    display: block;
    font-size: 20px;
    margin: 10px 0 -10px 0;
    position: relative;
    z-index: 999;
    color: black !important;
}
.visualGraphCont_Col .diamondRow {
    margin-bottom: 0;
}
.prevention .parcours-endometriose-Huge {
    background: #ffd7ba;
    border-color: #fff3c4;
    height: 191px;
}
.prevention .parcours-endometriose-diamond {
    background: #dcf4e5;
    border-color: #e2fdec;
}
.qualite-et-pertinence-des-soins .visualGraphCont_subCont > div a {
    color: #db5a42;
}
.parcours-surpoids .visualGraphCont_subCont > div > div {
    margin-top: 0;
}
.visualGraphCont_Row.arrowRow img {
    opacity: 0.3;
}
.soins-non-programmes b {
    text-transform: uppercase;
    font-size: 20px;
}
.accompagnement-des-professionnels-de-sante .parcours-endometriose-Huge > div > div.visualGraphCont_mainCont b {
    font-weight: 800 !IMPORTANT;
}
.accompagnement-des-professionnels-de-sante .parcours-endometriose-Huge > div > div.visualGraphCont_subCont > div {
    width: 300px;
}
.arrowRowTypeB img {
    opacity: 0.5 !important;
}
.arrowRowTypeB .arrowSep.arrowLeft {
    -webkit-transform: scaleX(-1) rotate(45deg);
    transform: scaleX(-1) rotate(45deg);
}
.visualGraphCont_Row.arrowRow.arrowRowTypeB {
    margin-top: -10px;
}
    .visualGraphCont_Row.arrowRow.arrowRowTypeB .arrowSep.arrowCenter {
        position: relative;
        top: 40px;
    }
.prevention .visualGraphCont_Row.arrowRow img {
    width: 90px;
    position: relative;
    left: -10px;
}
#myBtnTop {
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1e788d;
    color: white;
    cursor: pointer;
    padding: 13px 15px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
    #myBtnTop:hover {
        background-color: #1b7b74;
    }
.hiddenItem {
    visibility: hidden !important;
}
.arrowSepVertical {
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 30px 0;
}
    .arrowSepVertical .arrowSep {
        transform: rotate(90deg);
        width: 90px;
        margin-top: 15px;
    }
.parcours-soins-palliatifs-alt .parcours-endometriose-Huge {
    height: 151px;
    text-align: center;
    background: #339989;
    border-color: #57c3b2;
    font-size: 13px;
}
.bubbleSmall {
    width: 100px !important;
    height: 80px !IMPORTANT;
    margin: 0 8% 0 0;
}
.parcours-soins-palliatifs .parcours-endometriose-Huge.bubbleLargue {
    width: 304px !important;
    height: 200px !important;
}
.arrowSepVertical .arrowSep.dobleL {
    transform: rotate(110deg);
}
.arrowSepVertical .arrowSep.dobleR {
    transform: rotate(65deg);
}
.parcours-endometriose-Huge.bubbleSmallAlt {
    width: 90px;
    height: 100px;
    margin: 0 10px;
}
.parcours-endometriose-Huge.bubbleLargueAlt {
    width: 171px;
    height: 181px;
}
.visualGraphCont_Row.visualGraphCont_Row_OddLine {
    position: relative;
    left: 30px;
}
.arrowSepVertical.arrowSepVerticalLeft {
    margin-top: -3px;
}
    .arrowSepVertical.arrowSepVerticalLeft .arrowSep {
        position: relative;
        left: -10%;
    }
    .arrowSepVertical.arrowSepVerticalLeft .dobleR {
        position: relative;
        transform: rotate(60deg);
    }
    .arrowSepVertical.arrowSepVerticalLeft .dobleL {
        position: relative;
        transform: rotate(120deg);
    }
.floatingInfoT.fiTypeA {
    width: 80%;
    display: block;
    position: absolute;
    top: -25px;
    text-align: center;
    color: #ff8c78;
    font-size: 14px;
    font-weight: bold;
}
.floatingInfoT.fiTypeB {
    width: 100%;
    display: block;
    position: absolute;
    top: 45px;
    left: -13px;
    text-align: center;
    color: #ff8c78;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(270deg);
}
.floatingInfoT.fiTypeC {
    width: 100%;
    display: block;
    position: absolute;
    top: 45px;
    left: 0px;
    text-align: center;
    color: #ff8c78;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(250deg);
}
span.floatingInfoT.fiTypeC.fiTypeALT {
    transform: rotate(-65deg);
    top: 45px;
    left: -20px;
}
.contentCenter {
    text-align: center;
}
.lastVisualGraphCont_Row {
    width: 80%;
}
.dummyCont {
    height: 180px;
}
ul.boxedList {
    text-align: left;
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}
.fullNewsList {
    flex-wrap: wrap;
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}
ul.horizontalList.newsList.fullNewsList li {
    /*width: 31%;*/
    width: 24%;
    margin: 10px 0 !important;
    padding: 0;
}
    ul.horizontalList.newsList.fullNewsList li .newsImg {
        height: 330px !important;
        min-height: initial;
    }
.eframeCont {
    padding: 0 0 0 10px;
}
    .eframeCont iframe {
        border: none;
    }
iframe#annuaireCont {
    min-height: 47.6vh;
}
.loginIframeCont > iframe {
    margin-top: -266px;
}

.loginIframeCont {
    overflow: hidden;
    height: 360px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.modalCont.modalAlertWait.modalHuge {
    max-width: 960px;
    display: block;
    height: 90%;
}
    .modalCont.modalAlertWait.modalHuge > div {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }
        .modalCont.modalAlertWait.modalHuge > div iframe {
            border: none;
            margin-top: -130px;
        }
    .modalCont.modalAlertWait.modalHuge::-webkit-scrollbar {
        width: 8px;
    }
    .modalCont.modalAlertWait.modalHuge::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px lightgray;
        border-radius: 10px;
    }
    .modalCont.modalAlertWait.modalHuge::-webkit-scrollbar-thumb {
        background: gray;
        border-radius: 10px;
    }
        .modalCont.modalAlertWait.modalHuge::-webkit-scrollbar-thumb:hover {
            background: lightgray;
        }
    /* ===== Scrollbar CSS ===== */
    /* Firefox */
    #inscriptionForm {
        scrollbar-width: auto;
        scrollbar-color: #d1d1d1 #f7f7f7;
    }

    /* Chrome, Edge, and Safari */
#inscriptionForm::-webkit-scrollbar {
    width: 10px;
}

#inscriptionForm::-webkit-scrollbar-track {
    background: #f7f7f7;
}

#inscriptionForm::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.conectedShow {
    display:inline-block;
}
.conectedHide {
    display: none !important;
}
.conectedShowH {
    display: block !important;
}
li.subItemLi:before {
    top: 3px !IMPORTANT;
    bottom: initial !important;
}

/*ACORDEON*/
span[aria-expanded="true"] i::before {
    content: "\f106";
}

.uner {
    margin: 0 50px 15px;
}

#collapse1, #collapse2, #collapse3, #collapse4, #collapse5 {
    border: 1px solid #dedede;
    border-top: 0px;
}
.panel-body {
    padding: 10px 5px;
}
.documentCont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
a.docItem {
    width: 22%;
    text-align: center;
    border: 1px dashed lightgray;
    padding: 10px;
    word-break: break-word;
    line-height: normal;
    margin: 10px;
    border-radius: 10px;
    color: #094d8c;
    opacity:1;
}
    a.docItem i {
        font-size: 5rem;
        margin-bottom: 18px;
        display: block;
    }
    a.docItem:hover {
        opacity: 0.6;
    }
h4.panel-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    h4.panel-title span {
        padding-left: 50%;
        cursor: pointer;
    }
.in .panel-body {
    border-bottom: 1px solid #edecec;
}
.panel.panel-default.panel-parent {
    border-color: #043c6c;
}

    .panel.panel-default.panel-parent > div {
        color: white;
        background: #004c8f;
        padding: 15px 15px;
    }
h4.panel-title a {
    text-decoration: none !IMPORTANT;
}
.postedImg {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.postedImgTop {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 40px;
    display: block;
}
a.roundBt.whiteBtn.IconBtn.EXTELIB {
    padding: 10px 20px;
}
.imgContainerBasicAlt img {
    width: 100%;
    margin: 20px 0;
}
.suiviT {
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.socialBtns.headerTop {
    display: flex;
    align-items: center;
}
.TimerBtn {
    padding: 10px 20px !important;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 225px;
}
    .TimerBtn .label {
        color: #22aea3;
        font-size: 10px;
        letter-spacing: 0.5px;
        font-weight: bold;
        width: 45%;
        display: inline-block;
        text-align: center;
        border-right: 1px solid lightgray;
        padding-top: 1px;
    }
    .TimerBtn span#timer_counter {
        font-size: 14px;
/*        width: 40%;*/
        text-align: center;
        letter-spacing: 0.5px;
    }
.clockContainer {
    background: white;
    border-radius: 10px;
    max-width: 370px;
    margin-bottom: 20px;
    text-align: center;
    border: 45px solid #93b2e8;
    position: relative;
    z-index: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
}
    .clockContainer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .clockContainer h1 {
        font-size: 22px;
        color: #ee5849;
        padding: 0;
        margin: 5px 0;
    }
    .clockContainer ul li span {
        display: block;
        font-size: 45px;
        font-weight: 700;
        font-family: arial, sans-serif;
        color: #93b2e8;
    }
    .clockContainer ul li {
        text-transform: uppercase;
        margin: 0 5px;
        border-left: 1px solid #dd625d;
        padding-left: 10px;
    }
        .clockContainer ul li:first-child {
            border: none;
        }
        .clockContainer ul li::after {
            display: block;
            content: "";
            width: 100%;
            height: 15px;
            background-image: url(../img/adornoClock.jpg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            margin-top: -4px;
            margin-bottom: 5px;
        }
    .clockContainer label {
        color: #ee5849;
        font-style: italic;
        margin: 5px 0;
        display: block;
    }
.leftRing, .RightRing {
    background: white;
    width: 20px;
    height: 50px;
    border-radius: 100px;
    /* z-index: 99; */
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
    position: absolute;
}
    .leftRing:after, .RightRing::after {
        content: "";
        width: 28px;
        height: 28px;
        background: #7b9ad1;
        display: block;
        position: absolute;
        border-radius: 100px;
        z-index: -1;
        left: -4px;
        bottom: -5px;
    }
.leftRing {
    left: 50px;
    top: -20px;
}
.RightRing {
    right: 50px;
    top: -20px;
}
.centerInPost {
    text-align: center;
    max-width: 440px;
}
iframe.postVideo {
    width: 100%;
    max-width: 560px;
    margin-bottom: 20px;
}
.retrospectiveCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0;
}
.retrospectiveTxt {
    width: 43%;
    text-align: left;
}
.retrospectiveImg {
    width: 52%;
    position: relative;
    border: 10px solid #fdfde3;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 320px;
}
    .retrospectiveImg img {
        width: 100%;
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }

span.retrospectiveImgLegend {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 11px 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    color: white;
    font-size: 11px;
    letter-spacing: normal;
}
.italicTop {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 30px;
    display: block;
}
.sidePicCont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sidePicContImg img {
    width: 100%;
    height: fit-content;
    margin-bottom: -6px;
}
.sidePicCont div {
    width: 70%;
}
.sidePicCont .sidePicContImg {
    width: 25%;
    border-radius: 999px;
    overflow: hidden;
    height: auto;
    margin-left: 30px;
}
img.postedImgAlt {
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    width: 100%;
    max-width: 400px;
}
.retrospectiveImg.multiPhotoCont {
    width: 100%;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    border: none;
    justify-content: center;
}
    .retrospectiveImg.multiPhotoCont img {
        position: relative;
        width: 45.333%;
        margin: 1%;
        border: 5px solid #fdfde3;
    }
    .retrospectiveImg.multiPhotoCont.multiPhotoContBackwards {
        margin-left: 20px;
        margin-right: 0;
    }

.miniGal {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
    .miniGal img {
        width: 49%;
        margin-bottom: 20px;
    }
.headerParent {
    z-index: 99999999;
    position: relative;
    background: #1f2345;
}
.minigalVerticalItem {
    max-height: 410px;
    width: auto !important;
}
div#CommingSoon .modalCont.modalAlertWait.modalHuge {
    max-width: 400px;
    max-height: 290px;
}
.modalVeilCont .eframeContInscripion {
    text-align: center;
    font-size: 22px;
}
    .modalVeilCont .eframeContInscripion i {
        display: block;
        font-size: 110px;
        margin-bottom: 30px;
        padding-bottom: 30px;
        color: #004c8f;
        border-bottom: 1px solid lightgray;
    }
.miniTitulo {
    font-weight: 600;
    font-size: 16px;
    color: #094d8c;
}
ul.centerList {
    text-align: left;
    width: 100%;
    max-width: 570px;
    margin: 30px auto;
}
.menu > div {
    display: flex;
    align-items: center;
}
label#dateDeLaadhesion {
    max-width: 130px;
    display: inline-block;
    color: #22aea3;
    font-size: 11px;
    text-align: center;
    line-height: 1.2;
    border: 1px solid #22aea3;
    border-radius: 15px;
    padding: 5px 0 0;
    margin-left: 8px;
}
    label#dateDeLaadhesion span {
        font-weight: bold;
        display: block;
        font-size: 14px;
        line-height: 1.5;
    }

.notMemberAdhesionValid {
    color: red !important;
    border-color: red !important;
}

.isMemberAdhesionValid {
    color: #22aea3 !important;
    border-color: #22aea3 !important;
}

iframe#inscriptionForm {
    height: 100vh;
}

.contacFormFrame .sib-form {
    left: 0;
    top: -20px;
}
div#renewSubscription .modalCont.modalAlertWait.modalHuge {
    width: 400px;
    height: 400px;
    overflow: hidden;
}
iframe#RenewSubscriptionForm {
    margin-top: -55px;
    margin-bottom: -240px;
    height: 610px;
    width: 100%;
}
.homeTxtMenu {
    display: none;
    padding-left: 8px;
}
.TimerBtnRes {
    width: 95% !important;
    padding: 9px 0px !important;
    border: 3px solid #158d83;
}
    .TimerBtnRes span {
        font-size: 13px !important;
        display: inline-block !important;
        width: 49.333% !important;
    }
        .TimerBtnRes span#timer_counter_res {
            font-size: 16px !important;
            letter-spacing: 0;
        }

.blueColorTexteAdherer{
    color: #094d8c;
    font-size: 18px;
    font-weight: bold;
}

.content-wrapperAdherer {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.content-wrapperAdherer.reverse {
    flex-direction: row-reverse; /* Cela inverse l'ordre des éléments pour le deuxième bloc */
}

.textAdherer {
    flex: 1;
    padding: 35px;
}

.imageAdherer {
    flex: 0;
    padding: 10px;
}

.imageAdherer img {
    width: 250px;  /* Tu peux ajuster la taille des images comme tu le souhaites */
    height: 240px;
    object-fit: cover;
}
ul.horizontalList.newsList.fullNewsList.listTypeNews {
    margin-top: 30px;
    min-height: 431px;
}
    ul.horizontalList.newsList.fullNewsList.listTypeNews li {
        background: transparent;
        margin: 0 !important;
        width: 100%;
    }
    ul.horizontalList.newsList.fullNewsList.listTypeNews li .newsCont {
        min-height: initial;
        display: flex;
        justify-content: space-around;
        background: #f8f8f8;
        align-items: center;
        border: 1px solid #ececec;
        margin: 10px 0;
        padding: 15px 10px;
    }
.newsHugeCal {
    border-radius: 10px;
    background: #404040;
    padding: 10px;
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-weight: 900;
    font-size: 18px;
    width: 77px;
}
    .newsHugeCal span {
        font-size: 34px;
        border-bottom: 1px solid white;
        display: block;
    }
ul.horizontalList.newsList.fullNewsList.listTypeNews .newsContTittle {
    min-height: initial;
    font-size: 18px;
}
ul.horizontalList.newsList.fullNewsList.listTypeNews .newsContCont {
    min-height: initial;
    color: #025F77;
    font-size: 13px;
}
.partenairesType {
    display:none;
}
.simpleImgList img {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 30px;
    display: block;
}
.newsListContParent {
    width: 55%;
}

.dimensionLogo {
    width: 174px;
    height: 74px;
}
.connect-cpts-azur-card {
    height: 250px;
    position: relative;
    border-radius: 30px;
    color: white !important;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display:block;
}

.connect-cpts-azur-card.bleu {
    /*background-color: #27A49D;*/
    background: url(../img/connect-2.jpg)
}
.headerParent.headerParent-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    position: relative;
    margin: auto;
    width: 97%;
}
.connect-cpts-azur-card b {
    text-transform: uppercase;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 15px;
    font-size: 18px;
    padding: 0 15px;
    margin: 0 -15px;
}
.largeCont .imageContainer.infograph {
    max-width: 1000px;
}
.largeCont .imageContainer img {
    width: 100%;
    height: auto;
    max-width: 55px;
    margin: 0 auto;
    display: block;
    border-radius: 0;
    position: absolute;
    left: 15px;
    top: 15px;
}
.colorBox.colorBoxAlt {
    color: #025F77;
    font-size: 16px;
}
.socialBtns.headerTop a.roundBt.purpleBtn.IconBtn {
    text-transform: uppercase;
}
.annuarie-content {
    overflow: hidden;
}
    .annuarie-content .contacFormFrame {
        margin-top: -23px;
    }
.contact-box-info {
    background: #f4f4f4;
    padding: 25px;
    font-size: 16px;
    color: #365f75;
    font-weight: 600;
    border-radius: 10px;
    margin: 10px 0;
}
.contact-box-info-alt {
    padding: 25px 65px;
    text-align: center;
    font-size: 16px;
    color: #365f75;
    font-weight: 600;
}
.sib-form-container-contact {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.footCopy a:hover {
    color: #76daed;
}
div#accessRequest button {
    background: #2fa9c1;
    border: none;
    padding: 7px 15px;
    border-radius: 3px;
    font-weight: 600;
}
    div#sib-form-container iframe{
        height: calc(100vh - 345px);
    }

.cursor-pointer {
    cursor: pointer;
}
.imageContainer.infograph img.cosImg {
    position: initial;
    margin-bottom: 20px;
    max-width: 800px;
}
.modalNotaAailableTitle {
    color: #025F77;
    font-weight: 800;
    font-size: 18px;
    width: 100% !important;
    text-align: center;
}