/*Confidentialité page - Liste 09/03/2023 ML*/
.title-pc>li {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0;
}

.sub-title-pc>li {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

/*END Confidentialité page */
/*Homepage video 16/11/22 ML*/
#homepage_video {
    height: 75vh;
    width: 100vw;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
    bottom: 0;
    z-index: -1;
    filter: brightness(0.5);
}

.hero--video-homepage {
    height: 75vh !important;
    display: flex;
    align-items: center;
}

.hero--main .hero-h1,
.hero--main .hero-text {
    color: white !important;
}

.hero--main .hero-h1 {
    font-size: 50px;
}

.hero--main .hero-text {
    font-size: 22px;
}

/*END Homepage video*/

.team-box-service {
    padding: 6px 6px 3px 15px;
}

.team-position-service {
    padding: 0 8px 40px;
    font-size: 13px;
    height: 20px;
}

.team-cities {
    color: #043055;
    font-size: 13px;
    font-weight: 500;
}

.name-member {
    font-size: 1.3rem;
    margin: 12px 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-content>p,
.activity-content>p {
    margin-top: 0;
}

#breadcrumbs {
    margin-left: 15px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.frise-flex .flex {
    padding-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.frise-flex .flex:hover {
    transform: scale(1.2);
    cursor: crosshair;
}

.swiper {
    padding: 50px 0;
}

.frise-img {
    height: 130px;
    width: 130px;
    background-color: #fff;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.frise>div:nth-child(2n)>div>div.frise-no-img {
    height: 110px;
    width: 110px;
}

.frise>div:nth-child(2n+1)>div>div.frise-img {
    height: 100px;
    width: 100px;
}

.frise-date {
    margin: 5px 0;
}

.frise-no-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #043055;
    position: relative;
}

.frise-description {
    text-align: center;
    margin: 5px 0;
}

.swiper {
    overflow: hidden
}

.frise-flex {
    position: relative;
}

.timeline-wrap .swiper-slide:after {
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    right: -30px;
    height: 1px;
    background: #000;
    z-index: -1;
}

.timeline-wrap .swiper-slide:first-child:after {
    left: 50%;
}

.timeline-wrap .swiper-slide:last-child:after {
    right: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    position: static;
    margin: 0 20px;
}

.swiper-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.aurys-img-team img {
    object-fit: contain;
}

.aurys-m-height-80 {
    height: 80px;
}

.aurys-m-height-title {
    height: 115px;
}

.aurys-padding-top {
    padding-top: 2rem;
}

.color-black {
    color: black;
}

.aurys-box {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.i-amphtml-carousel-slotted,
.i-amphtml-carousel-spacer {
    height: auto !important;
}

.anim {
    transition: all 0.5s ease-in-out;
}

.anim:hover {
    transform: scale(1.03);
}

.aurys-height-contact {
    height: 70px;
}

.aurys-height-address-contact {
    height: 110px;
}

amp-base-carousel .carousel-next,
amp-base-carousel .carousel-prev {
    font-size: 0;
    line-height: 0;
    border: 0;
    background-color: #043055;
    cursor: pointer;
    position: absolute;
    top: 50%;
    color: #ffffff;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

amp-base-carousel .carousel-next {
    right: 30px;
}

amp-base-carousel .carousel-prev {
    left: 30px;
}

amp-base-carousel .carousel-next:before,
amp-base-carousel .carousel-prev:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    bottom: 0;
    right: 0;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 8px;
    height: 8px;
}

amp-base-carousel .carousel-prev:before {
    transform: translateY(-50%) rotate(-135deg);
    left: 10px;
}

amp-base-carousel .carousel-next:before {
    transform: translateY(-50%) rotate(45deg);
    left: 7px;
}

.formations-logo amp-img {
    margin: 0;
}

.formations-logo amp-img img {
    object-fit: contain;
}

amp-base-carousel .slide {
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
}

.team-character--filter {
    padding: 10px 0;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.team-character--filter li span {
    padding: 5px 10px;
    display: block;
    color: #d3d3d3;
}

.team-character--filter li.exist span {
    cursor: pointer;
    color: #4f4f4f;
}

.team-character--filter li.exist.active span {
    color: #043055;
    font-weight: 600;
}

.blog-single-post p {
    font-size: 16px !important;
}

.aurys-padding-top-20px {
    padding-top: 20px;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: calc(8px + .7em + .7em);
}

.share {
    border-top: 1px solid #eee;
}

a {
    color: #173753;
    transition: all 0.3s;
}

a:hover {
    font-weight: 600;
}

li.choice-1.depth-1.wpforms-selected,
li.choice-1.depth-1 {
    display: flex !important;
    align-items: center;
}

div.wpforms-container-full .wpforms-form input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
}

.activities--main .act-bg-img:after,
.activities-box .act-img:after {
    background: #00345e;
}

.i-amphtml-carousel-slotted,
.i-amphtml-carousel-spacer {
    height: auto !important;
}

#menu-top-header-1 {
    background-color: red;
}

#mobile-menu .mobile_menu>li a {
    text-align: left;
}

.flex-direction-column {
    flex-direction: column;
}

.sitefooter__menu li {
    text-align: left;
}

.a-btn {
    border-radius: 10px;
    padding: 4px 8px;
    color: #023055;
    transition: all 0.4s;
}

.a-btn:hover {
    background-color: #023055;
    transition: all 0.4s;
    color: white !important;
    border-radius: 10px;
    font-weight: 400;
}

.aurys-img-team>i-amphtml-sizer {
    padding-top: 100% !important;
}

.p-amp-height {
    min-height: 530px;
}

.key-numbers>.counter {
    min-width: 140px;
}

amp-inline-gallery-pagination[inset]:not(.i-amphtml-hidden-by-media-query) {
    top: 390px;
}

amp-inline-gallery-pagination[inset] .i-amphtml-inline-gallery-pagination-backdrop {
    opacity: 0;
}

amp-inline-gallery-pagination[inset] .i-amphtml-inline-gallery-pagination-background {
    background-color: rgba(0, 0, 0, 0);
}

amp-inline-gallery-pagination[inset] .i-amphtml-inline-gallery-pagination-dot {
    background-color: rgb(0 113 206 / 45%);
}

.i-amphtml-inline-gallery-pagination-dot,
.i-amphtml-inline-gallery-pagination-dot-progress {
    width: 19px;
    height: 19px;
}

amp-inline-gallery-pagination[inset] .i-amphtml-inline-gallery-pagination-dot-progress {
    background-color: #033055;
}

.i-amphtml-inline-gallery-pagination-dot-container {
    width: 28px;
}

.contact-button {
    top: 5px;
}

.portal-actu--blocks {
    padding: 10px;
    justify-content: space-around;
}

a.portal-actu--block {
    margin: 8px;
    box-shadow: 0px 1px 3px 0px #9b9b9b;
    transition: all 1s ease-out;
}

.portal-actu--block-content {
    padding: 20px;
    width: 25rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #04305521;
    transition: all 0.4s ease-out;
}

a.portal-actu--block:hover {
    box-shadow: 0px 3px 6px 1px #c3c3c3;
}

.portal-actu--block:hover>.portal-actu--block-content {
    background-color: #043055;
}

.portal-actu--block:hover>.portal-actu--block-content>h2.portal-actu--block-title.text-center {
    color: white;
}

h2.portal-actu--block-title.text-center {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    transition: all 0.4s ease-out;
}

h2.portal-actu--block-title.text-center::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: #a50020;
    left: 50%;
    bottom: 90%;
    transform: translateX(-50%);
    transition: all 0.4s ease-out;
}

.portal-actu--block:hover>.portal-actu--block-content>h2.portal-actu--block-title.text-center::before {
    left: 130%;
}

h2.portal-actu--block-title.text-center::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 5px;
    background-color: #a50020;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    transition: all 0.4s ease-out;
}

.portal-actu--block:hover>.portal-actu--block-content>h2.portal-actu--block-title.text-center::after {
    right: 130%;
}

@media screen and (max-width:576px) {
    .slogan--main p {
        text-align: center !important;
    }

    .i-amphtml-base-carousel-arrows {
        left: -15px;
        right: -15px;
    }

    .footer-menu h3 {
        font-size: 16px;
    }

    .title-pc>li {
        font-size: 20px;
    }

    .sub-title-pc>li {
        font-size: 16px;
    }
}

@media screen and (min-width:577px) and (max-width:767px) {
    .hero--left-btn {
        text-align: center;
    }

    .valeurs--main>.container>.row>amp-inline-gallery>amp-base-carousel {
        height: 450px !important;
    }

    amp-inline-gallery-pagination[inset]:not(.i-amphtml-hidden-by-media-query) {
        top: 425px;
    }
}

@media screen and (min-width:768px) {
    .home-slider-main p {
        padding-right: 30px;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .header-btn a {
        margin-top: 1.5rem;
        margin-left: 0;
    }
}

@media screen and (max-width:992px) {
    .team-position-service {
        margin: 0 5px;
    }
}

@media screen and (min-width:992px) {
    .team-position-service {
        padding: 0 8px 52px;
    }
}

@media screen and (max-width:768px) {
    html[lang=fr-FR] {
        margin-top: 0 !important;
    }

    #wpadminbar {
        display: none;
    }

    li.choice-1.depth-1.wpforms-selected,
    li.choice-1.depth-1 {
        flex-direction: column;
    }

    .portal-actu--block-content {
        width: 20rem;
    }

    h2.portal-actu--block-title.text-center {
        padding: 50px 0;
    }

    a.portal-actu--block {
        margin: 20px 8px;
    }

    .hero--main .hero-h1 {
        font-size: 30px;
    }

    .hero--main .hero-text {
        font-size: 18px;
    }
}

@media screen and (min-width:577px) and (max-width:1024px) {
    .key-numbers>#counter-3 {
        width: 163px;
    }
}

@media screen and (min-width: 1920px) {
    .hero--video-homepage {
        width: 100%;
    }
}

@media (min-width:1024px) {
    .hide-for-desktop {
        display: none;
    }

    amp-base-carousel .carousel-next,
    amp-base-carousel .carousel-prev {
        width: 40px;
        height: 40px;
    }

    amp-base-carousel .carousel-next:before,
    amp-base-carousel .carousel-prev:before {
        width: 12px;
        height: 12px;
    }

    amp-base-carousel .carousel-prev:before {
        left: 15px;
    }

    amp-base-carousel .carousel-next:before {
        left: 10px;
    }
}

@media (max-width:1023px) {
    .hide-for-small {
        display: none;
    }
}