body{
    font-family: roboto;
    margin: 0;
}


.FAQ-Services{
    font-family: roboto !important;
    box-sizing: border-box;
    margin: 65px 0;
    z-index: 1;
    letter-spacing: 0 !important;
}


.FAQ-Services h1{
    font-family: roboto;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.65em;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.FAQ-Services .FAQ-header-text p{
    margin-bottom: 30px;
}

.FAQ-Services ul {
    list-style: none;
}

.FAQ-Services .nav-services ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
}

.nav-services ul li {
    margin: 0;
    padding: 0;
    font-size: 13px;
    width: 100%;
    border-bottom: #f3f1f0 1px solid;
    display: inline-block;
    line-height: 80px;
}

.FAQ-Services .nav-services ul li a {
    font-family:roboto;
    display: inline-block;
    padding: 3.5vh 22px; 
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
}

.FAQ-Services .Selected, .FAQ-Services .Selected-mobile{
    background-color: #eeede7;
}

.FAQ-Services .Selected-mobile{
    display: none;
}

.FAQ-Services .nav-services .TitleMobile {
    display:none;   
}

.ContentPage {
    display: grid;
    grid-template-columns: 17.5% 42% 23.5%;
    grid-column-gap: 8.5%;
    margin: 0 2.5%;
}


.FAQ-Services .wrapper-content {
    width: 100%;
}

.FAQ-Services h3{
    font-size: 18px;
    line-height: 20px;
    font-family: roboto;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 60px;
}

.FAQ-Services p{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}


.FAQ-Services .pictos ul{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-inline-start: 0;
    padding: 0;
}

.FAQ-Services .pictos li{
    border: 1px solid #dadada;
    list-style: none;
    text-align: center;
    margin: 15px 20px 15px 0;
    padding: 28px 0;
}

.FAQ-Services .pictos li a{
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.FAQ-Services strong {
    font-weight: 700;
}

.FAQ-Services section.questions h2 {
    background-color: #eeede7;
    font-size: 13px;
    line-height: 22px;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700;
    max-width: 100%;
    width: 100%;
    font-family: roboto;
    height: unset;
}


.FAQ-Services section.questions {
    display: flex;
    list-style: none;
    margin: 50px 0px 0 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}

#HomePage .FAQ-Services section.questions {
    margin: 0 31px 0 0;
}

.FAQ-Services section.questions article {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
    background-color: #fbfbf7;
    position: relative;
    display: block;
    transition: height ease-in-out .5s;
    height: auto;
    overflow: hidden;
}

.FAQ-Services section.questions article::before {
    content: " ";
    height: 20px;
    width: 25px;
    position: absolute;
    top: 22px;
    right: 0px;
    background-image: url(img/arrows.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px;
}

.FAQ-Services section.questions article.Closed::before{
    transform: rotate(180deg);
    right: 5px;
}

.FAQ-Services section.questions article h3 {
    margin: 0;
    padding: 0;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    text-transform: none;
}

#faqentretien section.questions article h3 {
    margin-top: 23px;
    min-height: 0;
}

#faqentretien section.questions article.Closed h3{
    min-height: 62px;
    margin-top: 0;
}

.FAQ-Services section.questions article p {
    margin: 0;
    padding: 30px 0;
    padding-top: 0;
    display: block;
    position: relative;
    font-family: roboto;
    line-height: 1.6em;
}

.FAQ-Services section.questions article ul{
    font-family: roboto;
    padding-inline-start: 0;
    margin-block-start: 0;
    list-style: inside;
}

.FAQ-Services section.questions article ul li{
    margin-bottom: 25px;
}

.FAQ-Services section.questions article.Closed {
    height: 62px!important;
    right: 5px;
}

.FAQ-Services section.questions article.Closed h3 {
    font-weight: 400;
    
}

.FAQ-Services .contact {
    background-color: #000;
    color: #fbfbf7;
    padding: 40px 3vw;
    max-height: 645px;
    max-width: 100%;
    margin-top: 13px;

}

.FAQ-Services .content-asset{
    max-width: 265px;
}

.FAQ-Services .questions .content-asset {
    max-width: none;
}

.FAQ-Services ul li a{
    text-transform: uppercase;
}

.FAQ-Services .topic ul{
    padding-inline-start: 0;
    margin-top: 30px;
    margin-left: 40px;
}

.FAQ-Services .topic ul li {
    text-align: left;
    margin-bottom: 12px;
    position: relative;
    font-family: roboto;
    font-size: 13px;
}

.FAQ-Services .topic .livraison-picto {
    line-height: 47px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.FAQ-Services .topic .livraison-picto img{
    max-width: 90px;
}

.FAQ-Services .topic a{
    color: #000;
    text-transform: none;

}

.FAQ-Services .ancre-conseil a{
    color: #fbfbf7;
    padding: 10px;
    background-color: #000;
    text-transform: none;

}


.FAQ-Services .topic-acheminement{
    margin-top: 30px;
}

.FAQ-Services .topic-acheminement li{
    margin-bottom: 10px !important;
}

.FAQ-container{
    display: grid;
    grid-template-columns: 59.3% 29%;
    column-gap: 9.26%;
    margin: 0 9.26%;
}

.FAQ-Services .topic .topic-picto-container .topic-picto {
    vertical-align: middle;
    display: inline-block;        
    width: 57px;
    height: 57px;
}

.FAQ-Services .topic .topic-picto-container li{
    display: grid;
    grid-template-columns: 7.5% 92.5%;
    column-gap: 20px;
    margin-bottom: 30px;
}

@media screen and (max-width:1300px){
    .FAQ-Services .topic .topic-picto-container li{
        grid-template-columns: 11.5% 88.5%;
    }
}

.FAQ-Services .topic .topic-picto-container li div{
    margin: auto 0;
}

.FAQ-Services .topic .topic-picto-container .topic-picto img{
    max-width: 100%;
}

.FAQ-Services .deployed-menu{
    display: none;
}

.FAQ-Services .questions{
    margin-top: 60px;
}

.FAQ-Services .symbols{
    display: flex;
    text-align: center;
    max-width: 100%;
    margin-top: 35px;
}

.FAQ-Services .symbols .under-symbols{
    font-size: 12px;
}

.FAQ-Services .symbols div{
    flex: 1;
}

.FAQ-Services .symbols img{
    max-width: 45px;
    max-height: 48px;
	margin:10px;
}

.FAQ-Services .common-symbols{
    display: flex;
}

.FAQ-Services .common-symbols p{
    margin: auto 0;
    text-align: left;
    font-size: 12px;
}

.FAQ-Services .common-symbols img{
    margin: 15px 20px;
}

#faqentretien-link{
}

#faqentretien .high-margin-top{
    margin-top: 50px;
}

#boutiqueEresa .topic a {
    text-decoration: underline;
}

.FAQ-Services .TableDesktop {
    display: block;
    margin-top:20px;
    margin-bottom:20px;
}
.FAQ-Services table {
    padding: 0;
    margin: 0;
    border: #bebebe 1px solid;
    width:auto;
    margin-bottom: 20px;
}

.FAQ-Services th {
    background-color: #d4d4d4;
    border: 0;
    margin: 0;
    font-size: 11px;
    border-right: #bebebe 1px solid;
    font-weight: normal;
    color: #000;
    padding: 4px;
    text-align: center;
}

.FAQ-Services td {
    border: 0;
    margin: 0;
    background-color: #fbfbf7;
    border-top: #bebebe 1px solid;
    border-right: #bebebe 1px solid;
    text-align: center;
    padding: 4px;
    font-size: 11px;
}

.FAQ-Services .TableMobile{
    display: none;
}

.FAQ-Services .getMesure{
    width: 80%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.FAQ-Services .getMesure .Visual {
    padding: 30px;
}

.FAQ-Services .getMesure .Visual img{
    max-width: 100%;
}

.FAQ-Services .getMesure .TextVisual{
    margin: auto;
}

.FAQ-Services .getMesure .TextVisual h4{
    text-transform: uppercase;
    margin-bottom: 12px;
}

.FAQ-Services .getMesure .TextVisual p{
    margin: 12px auto; 
}

.FAQ-Services .topic .livraison-picto img{
    max-width: 80px;
}

#faq-guide-tailles .topic a{
    text-decoration: none; 
    border: 1px solid black;
    padding: 7px 35px;
}

.FAQ-Services .topic-acheminement{
    margin-top: 30px;
}

.FAQ-Services .topic-acheminement li{
    margin-bottom: 10px !important;
}

.FAQ-Services .getMesure .TextVisual .Poitrine{
    margin-top: 5vh;
}

.FAQ-Services .getMesure .TextVisual .Taille, .FAQ-Services .getMesure .TextVisual .Bassin{
    margin-top: 3vh;
}

@media screen and (max-width:1502px){
    .FAQ-Services .contact {
        margin: 40px 0 50px 3.125vw;
    }
}

@media screen and (max-width:768px){

    .ContentPage {
        margin: 0;
    }

    .FAQ-Services .getMesure .TextVisual .Poitrine, .FAQ-Services .getMesure .TextVisual .Taille, .FAQ-Services .getMesure .TextVisual .Bassin{
        margin-top: 0;
    }

    .FAQ-Services{
        max-width: 100%;
        margin: 0;
    }

    .FAQ-Services .pictos ul {
        display: block;
        padding: 0;
    }

    .FAQ-container {
        display: block;
        margin: 0;
    }

    #HomePage section.questions{
        margin : 0 !important;
    }

    .FAQ-Services section.questions article p, .FAQ-Services section.questions article ul {
        margin: 5px 13px 5px 16px;
    }

    .FAQ-container .pictos{
        max-width: 92%;
        margin: 30px auto 50px;
    }

    .FAQ-Services .FAQ-header-text p {
        text-align: center;
    }

    .FAQ-Services .contact {
        padding: 20px 3.47vw 50px 4.27vw; 
        margin: 40px 0 50px 0vw;
        max-height: 615px;
    }

    .FAQ-Services .content-asset {
        max-width: none;
    }

    .FAQ-Services .pictos li{
        padding: 14px 0;
        margin: 15px 0px 15px 0;
    }

    .FAQ-Services .ContentPage{
        display: block;
    }

    .FAQ-Services .topic ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .FAQ-Services h1 {
      margin-bottom: 0px !important;
    }

    .FAQ-Services .topic ul li{
        display: inherit;
        text-align: left;
    }

    .FAQ-Services .topic ul .text-mobile{
        text-align: center !important;
    }

    .FAQ-Services .topic .livraison-picto{
        width: 100%;
        margin: 10px 0;
    }

    .FAQ-Services .topic .topic-picto-container li div {
        margin-bottom: 15px;
    }

    .FAQ-Services .topic .topic-picto-container li div em{
        word-break: break-all;
    }

    .FAQ-Services .wrapper-content{
        width: 92%;
        margin: auto;
    }

    .FAQ-Services .nav-services ul {
        width: 100%;
    }

    .FAQ-Services .nav-services ul li {
        text-align: center;
        width: 100%;
    }

    .FAQ-Services .nav-services ul li a {
        padding: 13px 22px;
    }

    .FAQ-Services .nav-services ul .Selected-mobile a {
        margin-left: 50px;
    }

    .FAQ-Services .topic{
        text-align: left;
    }

    .FAQ-Services .topic .topic-picto-container li {
        display: block;
        text-align: center;
    }

    .FAQ-Services h3 {
        margin-top: 50px;
    }

    .FAQ-Services .topic .topic-picto-container .undisplayed{
        display: none;
    }

    .FAQ-Services .nav-services ul li {
        display: none;
        font-weight: 400 !important;
    }

    .FAQ-Services .Selected{
        display: none !important;
    }

    .FAQ-Services .Selected-mobile {
        display: grid !important;
        grid-template-columns: 90% 10%;
    }

    .FAQ-Services .deployed-menu{
        display: block;
        line-height: 50px;
        margin: auto;
    }

    .FAQ-Services .deployed-menu img{
        width: 20px;
        transform: rotate(180deg);
    }

    .FAQ-Services .open .deployed-menu img{
        transform: rotate(0deg);
    }

    .FAQ-Services .nav-services ul li .deployed-menu p{
        padding: 0;
        margin: 0;
        font-size: 18px;
        transform: scale(1.5,1);
        opacity: 0.7;
    }

    .FAQ-Services .symbols {
        display: grid;
        grid-template-columns: 47.5% 47.5%;
        grid-column-gap: 5%;
    }

    .FAQ-Services .common-symbols {
        display: grid;
    }

    .FAQ-Services .common-symbols img {
        margin: 15px auto;
        max-width: unset;
    }

    .FAQ-Services .common-symbols p {
        text-align: center;
        margin: 15px auto;
        height: 80px
    }

    #faqentretien .high-margin-top {
        margin-top: 30px;
    }

    .FAQ-Services .getMesure {
        width: 100%;
    }

    .FAQ-Services .getMesure .Visual {
        padding: 0;
    }

    .FAQ-Services section.questions {
        margin: 0 -4%;
    }

    .FAQ-Services section.questions article h3 {
        padding-right: 40px;
        padding-left: 16px;
        font-size: 13px;
        text-align: left;
        margin-left: 0;
        margin-right: auto;
        min-height: 82px;
        font-family: roboto;
    }

    
    .FAQ-Services section.questions article::before {
        height: 15px;
        width: 22px;
        top: 32px;
        right: 13px;
        background-position: center left;
        background-size: 20px auto;
    }

    .FAQ-Services section.questions article.Closed {
        height: 82px!important;
    }


    #faqentretien section.questions article.Closed h3{
        min-height: 82px;
    }

    .FAQ-Services section.questions article.Closed h3 {
        font-family: roboto;
        font-weight: normal;
    }
}
