/*
    Page A Propos
*/

#about-grid-intro {
    gap:30px;
}

#about-team-img {
    border-radius: 10px;
    max-width: auto;
    max-height: 393px;
    height: 100%;
    object-fit: cover;
}

#about-intro-text p{
    margin: 0;
}

.about-author-box {
    margin-bottom: 50px;
}

.author-box-flex {
    display: flex;
    flex-direction: row;
}

.about-author-img-container {
    width: 100px;
    min-width: 100px;
    height: 100px;
    overflow:hidden;
}

.about-author-name-container {
    padding-left: 30px;
}

.about-author-name-container p {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #3a3a33;
}

.about-author-name {
    font-size: 35px !important;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}

.about-author-title {
    font-family: var(--default-title-font);
    font-size: 18px;
    text-transform: uppercase;
    color: #3a3a3a;
    font-weight: 900;
    display: block
}

.about_author_social_container {
	padding: 0 2.5px;
    font-size: 15px !important;
}

.about_author_social_container:hover {
	border-color: rgba(23,23,22,.35);
}

.about_author_social_icon {
	height: 15px;
	width: 15px;
	fill: #ffffff !important;
}

.about_author_social_link {
	display: flex;
	width: 20px;
	height: 20px;
    margin-top: 0px;
    background-color: #1531ff;
}

#carousel {
    margin-top: 30px;
}


#carousel .slider-wrap .slick-prev{
    left: -2px;
}

#carousel .slider-wrap .slick-arrow::before {
    content: '';
}

#carousel .slider-wrap .slick-arrow {
    background:url("https://staging-selectos.kinsta.cloud/wp-content/uploads/2020/10/Icone-Switch-Carrousel-02.svg");
    background-repeat: no-repeat;
    background-size: 74px 146px;
    width: 74px;
    height: 146px;
    z-index: 2;
}

#carousel .slider-wrap .slick-arrow:hover {
    background:'';
}
#carousel .slider-wrap .slick-next {
    transform: rotate(180deg);
    top: 179px;
    right: -2px;
}

#carousel .slider-nav-wrap .slick-arrow::before {
    content: '';
}

#carousel .slider-nav-wrap .slick-arrow {
    background:url("https://staging-selectos.kinsta.cloud/wp-content/uploads/2020/10/fleche-blanche-carrousel-01.svg"),linear-gradient(270deg,rgba(255,255,255,0) 6%,rgba(255,255,255,0) 12%,rgba(55,125,255,0.8) 100%);
    background-repeat: no-repeat;
    background-size: 50px 31px, cover;
    background-position-y: center;
    background-position-x: left;
    height: 85px;
    width: 68px;
    z-index: 2;
    opacity: 1;
    top: 0;
    transform: translate(0, -0%);
    -webkit-transform: translate(0, -0%);
    -ms-transform: translate(0, -0%);
}

#carousel .slider-nav-wrap .slick-arrow:hover {
    background:'';
}

#carousel .slider-nav-wrap .slick-prev{
    left:0;
}
#carousel .slider-nav-wrap .slick-next {
    transform: rotate(180deg);
    right: 0px;
}

.slider-nav-wrap {
    margin: 15px 0px 0px 0px;
}

#carousel .slider-nav-wrap .slick-arrow {
    z-index: 1;
}

.su-accordion .su-spoiler-title {
    font-size: 15px;
    font-family: var(--default-title-font);
    font-weight: 600;
}

.su-accordion .su-spoiler-content {
    font-size: 14px;
    font-family: var(--default-text-font);
}

.faq-content {
    margin-bottom: .5em;
}

.faq-question {
    position: relative;
    padding: 10px 0 10px 27px;
    line-height: 20px;
    cursor: pointer;
}

.faq-icon{
    position: absolute;
    left: 0px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}

.faq-icon::before {
    content: url('') !important;
    background: url('../assets/Ouvre-Sommaire.svg');
    height: 20px;
    width: 20px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    }

.faq-content.closed .faq-icon {
    transform: rotate(270deg);
    transform-origin: center;
}

.faq-answer {
    padding: 10px 0 10px 27px;
    overflow: hidden;
    transition: padding-top .2s;
}

.faq-content.closed .faq-answer{
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 850px) {
    .carousel-a-propos .carousel-nav-img .carousel-nav-thumb,.carousel-a-propos .prgrsv {
        width: 100%;
    }
    
    .carousel-a-propos .slider-nav-wrap .slick-slide {
        margin-left: 5px;
        width: 158px !important;
    }
    
    .carousel-a-propos .slider-nav-wrap .slick-slide:first-child {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 700px){
    #carousel .slider-wrap .slick-arrow {
        height: 124px;
        width: 66px;
        background-size: 67px 124px;
    }

    #carousel .slider-nav-wrap .slick-arrow {
        height: 74px;
        width: 65px;
        background-size: 50px 40px, cover;
    }

    #carousel .slider-wrap .slick-next {
        top: 116px;
    }
}

@media only screen and (max-width: 600px) {
    #about-team-img {
        height: 300px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 550px) {

    #carousel .slider-nav-wrap .slick-arrow {
        height: 61px;
        width: 45px;
        background-size: 35px 25px, cover;
    }

    #carousel .slider-wrap .slick-arrow{
        height: 56px;
        width: 28px;
        background-size: 28px 56px;
    }

    #carousel .slider-wrap .slick-next {
        top: 100px;
    }
}

@media only screen and (max-width: 450px) {

    #carousel .slider-nav-wrap .slick-arrow {
        height: 61px;
        width: 45px;
        background-size: 35px 25px, cover;
    }

    #carousel .slider-wrap .slick-arrow{
        height: 56px;
        width: 28px;
        background-size: 28px 56px;
    }

    #carousel .slider-wrap .slick-next {
        top: 100px;
    }
    
    .author-box-flex {
        flex-wrap: wrap;
    }

    .about-author-img-container {
        width: auto;
        height: auto;
        max-width: 170px;
        max-height: 170px;
        margin: 0;
    }

    .author-box-flex div:first-child{
        margin: 0;
    }

    .about_author_social_icon {
        height: 20px;
        width: 20px;
        fill: #ffffff !important;
    }
    
    .about_author_social_link {
        display: flex;
        width: 30px;
        height: 30px;
        margin-top: 10px;
        background-color: #1531ff;
    }

    .about_author_social_container {
        padding: 0 5px;
        font-size: 21px !important;
    }

    .about-author-name-container {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 400px) {

    #carousel .slider-nav-wrap .slick-arrow {
        height: 61px;
        width: 45px;
        background-size: 35px 25px, cover;
    }

    #carousel .slider-wrap .slick-arrow{
        height: 56px;
        width: 28px;
        background-size: 28px 56px;
    }

    #carousel .slider-wrap .slick-next {
        top: 76px;
    }
}

@media only screen and (max-width: 480px) {
    #about-intro-carousel {
        max-width: 100%;
        margin: 25px auto 0px;
        width: 100%;
        padding: 0;
    }
}
