/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/***** PAGE Programme Ambassadeur *****/

.cms-id-116 { overflow-x: hidden; }
.cms-id-116 .l-wrapper,
.cms-id-116 .page-content { padding: 0; }
.cms-id-116 .l-wrapper > nav,
.cms-id-116 .page-header,
.cms-id-116 .seo { display: none; }

.cms-id-116 .page-content section:not(#pa-hero) {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cms-id-116 .bgd-section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.cms-id-116 .l-wrapper h2 {
    font-size: 2.5rem;
    font-style: normal;
    margin: 0 0 1rem;
}
.cms-id-116 .l-wrapper h3 {
    font-size: 1.875rem;
    margin: 0 0 1rem;
}
.cms-id-116 .l-wrapper p {
    margin: 0 0 1rem;
    color: #225160;
}
.cms-id-116 .btn-primary { text-transform: none; }
.cms-id-116 .center { text-align: center; }
.cms-id-116 .row-content { margin-top: 60px; }
.cms-id-116 .page-content .row {
    margin-right: 0;
    margin-left: 0;
}

#pa-hero {
    position: relative;
    padding: 70px 0;
    margin-bottom: 40px;
}
#pa-hero:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    content: "";
    background: url(../../../../img/cms/pa/hero.jpg) no-repeat center center;
    background-size: cover;
    transform: translateX(-50%);
}
#pa-hero h2 {
    font-size: 3.125rem;
    color: #fff;
    margin: 0 0 1.4rem;
}
#pa-hero p {
    color: #fff;
    font-size: 1.125rem;
    margin: 0 0 1.4rem;
}

#pa-tests { background: #215160; }
#pa-tests h2 { color: #fff; }

#pa-why .block-content {
    font-size: 1.125rem;
    width: 850px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    flex: none;
}

.cms-id-116 .page-content section#pa-profiles {
    background: #EBDAC6;
    padding-top: 60px;
    padding-bottom: 60px;
}
#pa-profiles h2 {
    font-size: 1.875rem;
    margin: 0 0 1.6rem;
}
#pa-profiles p {
    font-size: 1.125rem;
    margin: 1.125rem auto;
    width: 80%;
}
#pa-profiles img { border-radius: 10px; }
#pa-profiles small { color: #225160; }

#pa-details .img { text-align: right; }
#pa-details .col-switch .img { text-align: left; }
#pa-details .row-content {
    display: flex;
    align-items: center;
}
#pa-details h3 { width: 60%; }

#pa-illustrations img { border-radius: 10px; }
#pa-illustrations .block-content { position: relative; }
#pa-illustrations .image-description {
    position: absolute;
    top: 0;
    font-size: 1.875rem;
    padding: 40px 80px;
}
#pa-illustrations .image-description p {
    color: #fff;
    font-family: Philosopher,Noto Sans,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}
#pa-illustrations .block1 .image-description { width: 60%; }
#pa-illustrations .block2 .image-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: calc( 100% - 30px);
}
#pa-illustrations .btn {
    background: #fff;
    color: #225160;
}
#pa-illustrations .btn:hover {
    background: #225160;
    color: #fff;
}

#pa-faq { background: #EBDAC6; }
.cms-id-116 #pa-faq .row-content { margin-top: 40px; }
#pa-faq .block-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.faq-question {
    display: flex;
    padding: 5px 0;
    margin-bottom: 10px;
    justify-content: space-between;
}
.faq-question i:before {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease;
    content: "";
}
.faq-question.collapsed i:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media (min-width: 992px) {
    .cms-id-116 .bgd-section {
        padding-left: 100px;
        padding-right: 100px;
    }
    #pa-intro .txt {
        padding-left: 100px;
        padding-top: 30px;
    }
    #pa-how .block-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #pa-how .block-content p { padding-left: 30px; }
    #pa-details .txt { padding-left: 100px; }
    #pa-details .col-switch .txt {
        padding-right: 100px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .cms-id-116 .col-switch { flex-direction: row-reverse; }
}

@media (max-width: 991px) {
    .cms-id-116 .page-content section:not(#pa-hero) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #pa-hero {
        position: relative;
        padding: 60px 20px;
        margin-bottom: 30px;
    }
    #pa-how .block-content p { padding-top: 30px; }
    #pa-illustrations .block-content .image-description {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: calc( 100% - 30px);
        padding: 0 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cms-id-116 #pa-how .row:not(.row-content) { margin-bottom: 30px; }
    .cms-id-116 #pa-how .row-content { margin-top: 0; }
    .cms-id-116 #pa-how .block-content { margin-top: 30px; }
    #pa-profiles .block-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #pa-details h3 { width: 100%; }
    #pa-illustrations .block-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/***** END PAGE Programme Ambassadeur *****/

/***** AJUST BLOG POST HOMEPAGE IMG  *****/
#blog_article_list .block_top img {
    height: auto;
}

/*Badge Google Avis Clients Google store widget ajustements*/
#product #google-merchantwidget-iframe-wrapper{
    z-index:1000 !important;
}
#cart #google-merchantwidget-iframe-wrapper,
#checkout #google-merchantwidget-iframe-wrapper,
#order-confirmation #google-merchantwidget-iframe-wrapper{
    display:none !important;
}

#module-interestedinproduct-form #google-merchantwidget-iframe-wrapper{
    display:none !important;
}

/* module orderwithdrawl: cacher le choix de la retractaion complète ou pas */
.orderwithdrawl-scope {display:none;}

/* tab en dessous de la connexion social dans tunnel de commande */
#sl_connector_checkoutTop+.tab-content{padding-top:0rem;}