/*
Theme Name: Amnesty International
Theme URI: https: //devenir-membre.amnesty.fr
Description: LP Boomers WordPress Theme
Version: 1.0.26
Author: Maxyma / WP&Co

License: Commercial
*/

/*------------------------------------*\
MAIN
\*------------------------------------*/

#onetrust-banner-sdk #onetrust-policy-text, 
#onetrust-banner-sdk .ot-b-addl-desc, #onetrust-banner-sdk .ot-gv-list-handler,
#onetrust-banner-sdk #onetrust-accept-btn-handler, 
#onetrust-banner-sdk #onetrust-reject-all-handler, 
#onetrust-banner-sdk #onetrust-pc-btn-handler {
    font-size: 18px !important;
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#444;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

/* A/B Test */

body.versiona .test-ab.test-b {
    display: none !important;
}
body.versionb .test-ab.test-a {
    display: none !important;
}

.cta {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    background-color: #ff5f3f;
    padding: 13px 70px;
    line-height: 1;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
    letter-spacing: initial;
}
.cta:hover {
    background-color: #000;
    color: #FFF;
}
.cta span {
    font-weight: 400;
    font-size: 22px;
    margin-top: 10px;
}

.surligne > span {
    padding: 2px;
    word-wrap: break-word;
    display: inline-block;
    margin-bottom: 7px;
}
.surligne.yellow_sur > span {
    background: #ffff00;
    -webkit-box-shadow: 10px 0 0 #ffff00, -10px 0 0 #ffff00;
    -moz-box-shadow: 10px 0 0 #ffff00, -10px 0 0 #ffff00;
    box-shadow: 10px 0 0 #ffff00, -10px 0 0 #ffff00;
}

/*------------------------------------*\
HEADER
\*------------------------------------*/

header {
    padding-top: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
}
.logo img {
    width: 245px;
    height: auto;
}

/*------------------------------------*\
FOOTER
\*------------------------------------*/

/*------------------------------------*\
FOOTER
\*------------------------------------*/

footer {
    background: #000;
    padding: 110px 0;
    font-size: 20px;
    line-height: 1.5;
    color: #FFF;
    letter-spacing: initial;
}
.adresse {
    margin-top: 50px;
}
.don-confiance {
    margin-bottom: 30px;
}
.don-confiance:before {
    content: '';
    display: block;
    position: absolute;
    width: 168px;
    height: 168px;
    background: url(img/don-confiance.png) 0 0 no-repeat;
    right: 0;
    top: -195px;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
footer .socials{
    margin-bottom: 25px;
}
.socials li:not(:first-child) {
    margin-left: 20px;
}
.socials li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 1px solid #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    -o-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    -moz-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    -webkit-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
    -moz-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
    -o-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
    transition-timing-function: cubic-bezier(.62,.23,.54,.88);
}
.socials li a svg {
    height: 30px;
}
.socials li a svg path {
    fill: #FFF;
    -webkit-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    -o-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    -moz-transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    transition: all 300ms cubic-bezier(.62,.23,.54,.88);
    -webkit-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
    -moz-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
    -o-transition-timing-function: cubic-bezier(.62,.23,.54,.88);
    transition-timing-function: cubic-bezier(.62,.23,.54,.88);
}
.socials li a:hover {
    background: #FFF;
}
.socials li a:hover svg path {
    fill: #000;
}
.socials li.social_twitter a svg {
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 2px;
}
.footer_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer_nav ul a {
    color: #FFF;
    font-size: 16px;
}
.footer_nav ul li:not(:last-child):after {
    content: "-";
    margin: 0 4px;
    color: #FFF;
}

/*------------------------------------*\
RETENTION
\*------------------------------------*/

#popin_retention {
    position: fixed;
    z-index: 9999999999999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#popin_retention.open {
    visibility: visible;
    opacity: 1;
}
#popin_retention .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
}
#popin_retention .popin_content {
    display: inline-block;
    vertical-align: middle;
    padding: 50px;
    width: 650px;
    max-width: 90%;
    margin: 0;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#popin_retention.open .popin_content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

#popin_retention .popin_title {
    font-size: 55px;
}
#popin_retention p {
    font-size: 50px;
    line-height: 1.1;
    margin: 20px 0 40px 0;
}
#popin_retention .cta_yellow {
    font-size: 45px;
    color: #000;
    background: #feed0c;
}
#popin_retention .cta_yellow:hover {
    background-color: #000;
    color: #FFF;
}

.popin_close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.popin_close,
.popin_close svg {
    width: 42px;
    height: 42px;
}

@media screen and (max-width:1199px){
    #popin_retention .popin_content {
        padding: 60px 130px;
        width: 1080px;
    }
    #popin_retention .popin_title {
        font-size: 49px;
    }
    #popin_retention p {
        font-size: 42px;
        line-height: 46px;
        margin: 26px 0 39px 0;
    }
    #popin_retention .cta_yellow {
        font-size: 30px;
    }
    .popin_close,
    .popin_close svg {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width:768px){
    #popin_retention,
    #popin_retention.open{
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
    }
}

/*------------------------------------*\
LP
\*------------------------------------*/

#s1 {
    height: 100vh;
}

#s1 .videoBGwrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#s1 #videoBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

#s1.evol {
    background-image: url(img/background_home.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
#s1.evol .intro {
    padding-bottom: 200px;
}

#s2 {
    padding: 0 0 110px 0;
    margin-top: -200px;
    z-index: 100;
}

#s2 .intro {
    margin-bottom: 30px;
}
#s2 .outro {
    margin-top: 100px;
}
#s2 .content p:not(:last-child) {
    margin-bottom: 35px;
}

#s2.evol {
    margin-top: -100px;
}
#s2.evol h2.surligne.intro {
    font-size: 40px;
    margin-left: 0;
}
#s2.evol h2.surligne.intro > span {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
}

.donation_container {
    background-color: #e9e9e9;
    padding: 25px;
}
.donation_container h3 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: -2px;
    line-height: 1;
}
.donation_container #landing-radio{
    margin-bottom: 30px;
}
.donation_container .content {
    margin-bottom: 20px;
    font-size: 27px;
}
.donation_container .content h3 {
    font-size: 46px;
    letter-spacing: -2px;
    margin-bottom: 20px;
    line-height: 1;
}
.donation_container input[type="radio"] + label {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 34px;
    background-color: #fff;
    border: 1px solid #000;
    line-height: 70px;
    width: 95px;
    text-align: center;
    cursor: pointer;
}
.donation_container input[type="radio"]:checked + label {
    background-color: #ff5f3f;
    border: 1px solid #ff5f3f;
    color: #fff;
}
.donation_container input[type="text"] {
    border: 1px solid #000;
    line-height: 70px;
    padding: 0;
    height: 70px;
    padding-left: 20px;
    width: 380px;
    -moz-appearance: textfield;
}
.donation_container input[type="text"] + label {
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 70px;
    margin-left: 20px;
}

#s3 .portrait {
    min-height: 100vh;
    padding: 110px 0;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-size: 32px;
}
#s3 h3 {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 1;
}
#s3 h3 span.country {
    font-size: 36px;
}
#s3 .surligne > span {
    margin-bottom: 0;
}
#s3 .surligne.yellow_sur > span {
    -webkit-box-shadow: 5px 0 0 #ffff00, -5px 0 0 #ffff00;
    -moz-box-shadow: 5px 0 0 #ffff00, -5px 0 0 #ffff00;
    box-shadow: 5px 0 0 #ffff00, -5px 0 0 #ffff00;
}
#s3 p:not(:last-child) {
    margin-bottom: 50px;
}
#s3 .cta {
    margin-top: 65px;
}

#s4 {
    padding: 120px 0;
}
#s4 .section-title {
    margin-bottom: 100px;
}
#s4 .pictos {
    padding: 70px 40px 50px 40px;
    background: url('img/background-pictos.png') 0 0 repeat;
}
#s4 .pictos img {
    max-height: 110px;
    width: auto;
    margin-bottom: 45px;
}

#s5 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 50px 0 30px 0;
}
#s5 .section-title {
    margin-bottom: 60px;
}
#s5 .blocs {
    color: #fff;
}
#s5 .montant {
    font-size: 50px;
    font-weight: bold;
    margin: -5px 0 15px 0;
    line-height: 1;
}
#s5 .montant span {
    font-size: 80px;
}
#s5 .bloc .content {
    padding: 0 60px;
}
#s5 .cta {
    margin-top: 40px;
    max-width: 360px;
    padding: 15px 50px;
}
#s5 .outro {
    color: #fff;
    margin-top: 75px;
}
#s5 .outro .yellow_sur span {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}

#s6 {
    padding: 100px 0 80px 0;
}
#s6 .section-title {
    margin-bottom: 100px;
}
#s6 .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
#s6 .name {
    font-weight: 700;
    margin-top: 35px;
}
#s6 .text {
    text-align: justify;
}
#s6 img {
    max-width: 95%;
}
#s6 .temoignage:not(:last-child) {
    margin-bottom: 80px;
}
#s6 .outro {
    margin-top: 100px;
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 700;
}

/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family:Amnesty Trade Gothic;
    src:url(fonts/AmnestyTradeGothic-Bd2Obl.1c5f4a45.eot);
    src:url(fonts/AmnestyTradeGothic-Bd2Obl.1c5f4a45.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-Bd2Obl.8f19695d.woff) format("woff"),url(fonts/AmnestyTradeGothic-Bd2Obl.d23fcd71.ttf) format("truetype");
    font-weight:700;
    font-style:italic
}
@font-face {
    font-family:Amnesty Trade Gothic;
    src:url(fonts/AmnestyTradeGothic-Light.6d5edced.eot);
    src:url(fonts/AmnestyTradeGothic-Light.6d5edced.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-Light.67b41d94.woff) format("woff"),url(fonts/AmnestyTradeGothic-Light.44a110aa.ttf) format("truetype");
    font-weight:300;
    font-style:normal
}
@font-face {
    font-family:Amnesty Trade Gothic Cn;
    src:url(fonts/AmnestyTradeGothic-Cn18.4bdd23ae.eot);
    src:url(fonts/AmnestyTradeGothic-Cn18.4bdd23ae.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-Cn18.b4abac4c.woff) format("woff"),url(fonts/AmnestyTradeGothic-Cn18.28eea006.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}
@font-face {
    font-family:Amnesty Trade Gothic;
    src:url(fonts/AmnestyTradeGothic.acd2749d.eot);
    src:url(fonts/AmnestyTradeGothic.acd2749d.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic.d314e14d.woff) format("woff"),url(fonts/AmnestyTradeGothic.ee279478.ttf) format("truetype");
    font-weight:400;
    font-style:normal
}
@font-face {
    font-family:Amnesty Trade Gothic;
    src:url(fonts/AmnestyTradeGothic-Bd2.63f46eed.eot);
    src:url(fonts/AmnestyTradeGothic-Bd2.63f46eed.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-Bd2.e0a95ca8.woff) format("woff"),url(fonts/AmnestyTradeGothic-Bd2.be096aa6.ttf) format("truetype");
    font-weight:700;
    font-style:normal
}
@font-face {
    font-family:Amnesty Trade Gothic Cn;
    src:url(fonts/AmnestyTradeGothic-BdCn20Ob.e5b8f042.eot);
    src:url(fonts/AmnestyTradeGothic-BdCn20Ob.e5b8f042.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-BdCn20Ob.97ab8b39.woff) format("woff"),url(fonts/AmnestyTradeGothic-BdCn20Ob.70129bcb.ttf) format("truetype");
    font-weight:700;
    font-style:italic
}
@font-face {
    font-family:Amnesty Trade Gothic;
    src:url(fonts/AmnestyTradeGothic-Obl.d839ace8.eot);
    src:url(fonts/AmnestyTradeGothic-Obl.d839ace8.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-Obl.a53a5307.woff) format("woff"),url(fonts/AmnestyTradeGothic-Obl.26bfbf8e.ttf) format("truetype");
    font-weight:400;
    font-style:italic
}
@font-face {
    font-family:Amnesty Trade Gothic Cn;
    src:url(fonts/AmnestyTradeGothic-BdCn20.4d8205f2.eot);
    src:url(fonts/AmnestyTradeGothic-BdCn20.4d8205f2.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-BdCn20.4fa25d52.woff) format("woff"),url(fonts/AmnestyTradeGothic-BdCn20.8a4026f5.ttf) format("truetype");
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:Amnesty Trade Gothic;
    src:url(fonts/AmnestyTradeGothic-LightObl.241d33c7.eot);
    src:url(fonts/AmnestyTradeGothic-LightObl.241d33c7.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-LightObl.f489b39a.woff) format("woff"),url(fonts/AmnestyTradeGothic-LightObl.49e72361.ttf) format("truetype");
    font-weight:300;
    font-style:italic
}
@font-face {
    font-family:Amnesty Trade Gothic Cn;
    src:url(fonts/AmnestyTradeGothic-Cn18Obl.c3ca737b.eot);
    src:url(fonts/AmnestyTradeGothic-Cn18Obl.c3ca737b.eot?#iefix) format("embedded-opentype"),url(fonts/AmnestyTradeGothic-Cn18Obl.4d0b8c23.woff) format("woff"),url(fonts/AmnestyTradeGothic-Cn18Obl.ba8252d7.ttf) format("truetype");
    font-weight:400;
    font-style:italic
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font-family: 'Amnesty Trade Gothic Cn', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.8px;
    color: #000;
}
.condensed,
h1,h2,h3,h4,h5,h6 {
    font-family: 'Amnesty Trade Gothic Cn', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h2.surligne {
    font-size: 50px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: -2px;
}
h2.surligne.text-start {
    margin-left: 10px;
}

/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/

@media screen and (max-width:1399.99px){
    body {
        font-size: 25px;
    }
    .logo img {
        width: 210px;
    }
    .cta {
        font-size: 27px;
        padding: 10px 60px;
    }
    .cta span {
        font-size: 19px;
    }
    h2.surligne {
        font-size: 42px;
    }
    .donation_container {
        padding: 21px;
    }
    .donation_container h3 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .donation_container #landing-radio {
        margin-bottom: 25px;
    }
    .donation_container input[type="radio"] + label {
        font-size: 29px;
        line-height: 60px;
        width: 70px;
    }
    .donation_container input[type="text"] {
        line-height: 60px;
        height: 60px;
        padding-left: 15px;
        width: 320px;
    }
    .donation_container input[type="text"] + label {
        font-size: 29px;
        line-height: 60px;
        margin-left: 15px;
    }
    .donation_container .content h3 {
        font-size: 39px;
        margin-bottom: 15px;
    }
    .donation_container .content {
        margin-bottom: 15px;
        font-size: 24px;
    }
    #s2 {
        padding: 0 0 90px 0;
        margin-top: -170px;
    }
    #s2 .intro {
        margin-bottom: 25px;
    }
    #s2 .content p:not(:last-child) {
        margin-bottom: 30px;
    }
    #s2 .outro {
        margin-top: 85px;
    }

    #s3 .portrait {
        padding: 90px 0;
        font-size: 27px
    }
    #s3 h3 {
        font-size: 42px;
    }
    #s3 h3 span.country {
        font-size: 30px;
    }
    #s3 p:not(:last-child) {
        margin-bottom: 42px;
    }
    #s3 .cta {
        margin-top: 55px;
    }

    #s4 {
        padding: 100px 0;
    }
    #s4 .section-title {
        margin-bottom: 85px;
    }
    #s4 .pictos {
        padding: 60px 35px 40px 35px;
    }
    #s4 .pictos img {
        max-height: 95px;
        margin-bottom: 40px;
    }

    #s5 {
        padding: 42px 0 25px 0;
    }
    #s5 .section-title {
        margin-bottom: 50px;
    }
    #s5 .bloc .content {
        padding: 0 40px;
    }
    #s5 .montant {
        font-size: 42px;
        margin: -12px 0 12px 0;
    }
    #s5 .montant span {
        font-size: 68px;
    }
    #s5 .cta {
        margin-top: 35px;
        max-width: 300px;
        padding: 15px 20px;
    }
    #s5 .outro {
        margin-top: 65px;
    }

    #s6 {
        padding: 85px 0 65px 0;
    }
    #s6 .section-title {
        margin-bottom: 85px;
    }
    #s6 .temoignage:not(:last-child) {
        margin-bottom: 65px;
    }
    #s6 .title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #s6 .name {
        margin-top: 30px;
    }
    #s6 .outro {
        margin-top: 85px;
        margin-bottom: 30px;
        font-size: 30px;
    }

    footer {
        padding: 95px 0;
        font-size: 17px;
        line-height: 1.4;
    }
    .don-confiance:before {
        width: 143px;
        height: 143px;
        background: url(img/don-confiance.png) 0 0 / 143px no-repeat;
        top: -165px;
    }
    .socials li a {
        width: 50px;
        height: 50px;
    }
    .socials li a svg {
        height: 25px;
    }
}
@media screen and (max-width:1199.99px){
    body {
        font-size: 21px
    }
    .logo img {
        width: 170px;
    }
    .cta {
        font-size: 22px;
        padding: 10px 40px;
    }
    .cta span {
        font-size: 15px;
    }
    h2.surligne {
        font-size: 35px;
    }

    #s2 {
        padding: 0 0 80px 0;
        margin-top: -140px;
    }
    .donation_container {
        padding: 17px;
    }
    .donation_container h3 {
        font-size: 35px;
        margin-bottom: 25px;
    }
    .donation_container #landing-radio {
        margin-bottom: 20px;
    }
    .donation_container input[type="radio"] + label {
        font-size: 24px;
        line-height: 50px;
        width: 60px;
    }
    .donation_container input[type="text"] {
        line-height: 50px;
        height: 50px;
        padding-left: 14px;
        width: 266px;
    }
    .donation_container input[type="text"] + label {
        font-size: 24px;
        line-height: 50px;
        margin-left: 14px;
    }
    .donation_container .content h3 {
        font-size: 32px;
        margin-bottom: 14px;
    }
    .donation_container .content {
        margin-bottom: 14px;
        font-size: 20px;
    }
    #s2 .intro {
        margin-bottom: 20px;
    }
    #s2 .content p:not(:last-child) {
        margin-bottom: 25px;
    }
    #s2 .outro {
        margin-top: 70px;
    }

    #s3 .portrait {
        padding: 80px 0;
        font-size: 22px;
    }
    #s3 h3 {
        font-size: 35px;
    }
    #s3 h3 span.country {
        font-size: 25px;
    }
    #s3 p:not(:last-child) {
        margin-bottom: 35px;
    }
    #s3 .cta {
        margin-top: 45px;
    }

    #s4 {
        padding: 85px 0;
    }
    #s4 .section-title {
        margin-bottom: 70px;
    }
    #s4 .pictos {
        padding: 50px 30px 35px 30px;
    }
    #s4 .pictos img {
        max-height: 80px;
        margin-bottom: 30px;
    }

    #s5 {
        padding: 35px 0 20px 0;
    }
    #s5 .section-title {
        margin-bottom: 40px;
    }
    #s5 .montant {
        font-size: 35px;
        margin: -10px 0 10px 0;
    }
    #s5 .montant span {
        font-size: 56px;
    }
    #s5 .cta {
        margin-top: 30px;
        max-width: 100%;
        padding: 10px 35px;
    }
    #s5 .outro {
        margin-top: 50px;
    }

    #s6 {
        padding: 70px 0 55px 0;
    }
    #s6 .section-title {
        margin-bottom: 70px;
    }
    #s6 .temoignage:not(:last-child) {
        margin-bottom: 55px;
    }
    #s6 .title {
        font-size: 25px;
        margin-bottom: 14px;
    }
    #s6 .name {
        margin-top: 25px
    }
    #s6 .outro {
        margin-top: 70px;
        margin-bottom: 20px;
        font-size: 25px;
    }

    footer {
        background: #000;
        padding: 80px 0;
        font-size: 14px;
        line-height: 1.4;
    }
    .don-confiance:before {
        width: 118px;
        height: 118px;
        background: url(img/don-confiance.png) 0 0 / 118px no-repeat;
        top: -140px;
    }
    .socials li a {
        width: 42px;
        height: 42px;
    }
    .socials li a svg {
        height: 21px;
    }
    .adresse {
        margin-top: 35px;
    }
    .don-confiance {
        margin-bottom: 21px;
    }
    footer .socials {
        margin-bottom: 17px;
    }


}
@media screen and (max-width:991.99px){
    body {
        font-size: 23px
    }
    .logo img {
        width: 130px;
    }
    .cta {
        font-size: 14px;
        padding: 10px 28px;
        line-height: 1
    }
    .cta span {
        font-size: 10px;
        margin-top: 5px
    }
    h2.surligne {
        font-size: 30px;
    }
    #s1 {
        height: auto;
    }
    #s1.evol {
        background: none;
    }
    #s1.evol .intro {
        padding-bottom: 0;
        margin-top: -100px
    }
    #s2 {
        margin-top: -65px;
        padding-bottom: 40px
    }
    #s2.evol {
        margin-top: 25px
    }
    #s2 .content p {
        margin-bottom: 25px;
    }
    .donation_container h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .donation_container input[type="radio"] + label {
        width: 70px;
        font-size: 25px
    }
    .donation_container input[type="text"] {
        width: 90%
    }
    .donation_container input[type="text"] + label {
        padding-left: 0;
        width: 10%;
        text-align: center;
        margin-left: 0;
    }
    .donation_container #landing-radio {
        margin-bottom: 15px;
    }
    .donation_container .content h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .donation_container .cta {
        font-size: 20px;
        padding: 12px 38px;
    }
    .donation_container .cta span {
        font-size: 14px;
    }
    #s2 .donation_container p {
        font-size: 16px;
        margin-bottom: 15px
    }
    #s2 .outro {
        margin-top: 40px;
    }

    #s3 .portrait {
        min-height: 0;
        padding: 0;
    }
    #s3 .portrait .visuel {
        width: 100%;
        height: auto;
    }
    #s3 .slick-arrow {
        position: absolute;
    }
    #s3 h3 {
        font-size: 30px;
        margin-top: -10px
    }
    #s3 .content .content-hidden {
        margin-top: 20px
    }
    #s3 .content .content-hidden p {
        margin-bottom: 35px !important;
        font-size: 23px !important;
    }
    #s3 .content .content-hidden p:last-child {
        margin-bottom: 0;
    }
    #s3 .content p:first-child {
        margin-bottom: 45px;
        font-size: 25px
    }
    #s3 .more {
        margin-bottom: 0 !important;
    }
    #s3 .more a {
        color: #000;
        background: #fff url(img/more-arrow.png) 50% 45px / 14px 16px no-repeat;
        -webkit-transition: background ease 300ms;
        -o-transition: background ease 300ms;
        -moz-transition: background ease 300ms;
        transition: background ease 300ms;
        font-weight: 700;
        font-size: 20px;
        border: 2px solid #000;
        line-height: 1;
        padding: 20px 30px 30px 30px;
        -webkit-border-radius: 37px;
        -moz-border-radius: 37px;
        border-radius: 37px;
    }
    #s3 .more a:hover {
        color: #fff;
        background: #000 url(img/more-arrow-hover.png) 50% 45px / 14px 16px no-repeat;
    }
    #s3 .cta {
        margin-top: 40px;
        font-size: 20px;
        padding: 10px 40px;
    }
    #s3 .cta span {
        font-size: 14px;
    }
    #s3 .arrows-wrapper {
        top: 0;
        left: 0;
        right: 0;
    }
    #s3 .arrows-placeholder {
        width: 100%;
        height: auto;
        z-index: -1;
    }
    #s3 .slick-arrow {
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 50px;
        top: 0;
        color: transparent;
        font-size: 0;
        background-color: transparent;
        background-image: url(img/slick-arrows.png);
        background-repeat: no-repeat;
        background-position: 15px 50%;
        -webkit-background-size: auto 25px;
        -moz-background-size: auto 25px;
        -o-background-size: auto 25px;
        background-size: auto 25px;
        border: 0 none;
        padding: 0;
    }
    #s3 .slick-prev {
        left: 0;
    }
    #s3 .slick-next {
        right: 0;
        background-position: -87px 50%;
    }

    #s4 {
        padding: 60px 0 0 0;
    }
    #s4 .section-title {
        margin-bottom: 40px;
    }
    #s4 .content p {
        margin-bottom: 0;
    }
    #s4 .pictos {
        -webkit-background-size: 15px 15px;
        -moz-background-size: 15px;
        -o-background-size: 15px;
        background-size: 15px;
    }
    #s4 .picto {
        margin-bottom: 70px
    }
    #s4 .picto:last-child {
        margin-bottom: 0
    }

    #s5 {
        padding: 50px 0 30px 0;
    }
    #s5 .montant {
        font-size: 50px;
    }
    #s5 .montant span {
        font-size: 80px
    }
    #s5 .cta {
        font-size: 20px;
        padding: 10px 35px;
    }
    #s5 .cta span {
        font-size: 14px
    }
    #s5 .bloc:not(:last-child) {
        margin-bottom: 60px
    }
    #s5 .outro .yellow_sur span {
        margin-top: 7px;
    }
    #s5 .bloc .content {
        padding: 0
    }
    #s5 .outro {
        font-size: 16px
    }

    #s6 {
        padding: 70px 0 110px 0;
    }
    #s6 .section-title {
        margin-bottom: 55px
    }
    #s6 .content {
        padding: 40px 20px 65px 20px;
    }
    #s6 img {
        max-width: none;
        width: 100%;
        height: auto;
    }
    #s6 .temoignage:not(:last-child) {
        margin-bottom: 0;
    }
    #s6 .title {
        margin-bottom: 35px;
    }
    #s6 .outro {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 20px;
    }
    #s6 .cta {
        font-size: 20px;
        padding: 13px 38px;
    }
    #s6 .cta span {
        font-size: 14px
    }

    .don-confiance {
        margin-bottom: 60px
    }
    .don-confiance:before {
        width: 104px;
        height: 104px;
        background: url(img/don-confiance.png) 0 0 / 104px no-repeat;
        top: -133px;
    }
    footer {
        padding: 65px 0;
    }
    footer .logo img {
        width: 180px;
    }
    .adresse {
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .footer_nav ul {
        display: block;
    }
    .footer_nav ul li {
        display: inline-block;
    }
    .footer_nav ul li:nth-child(2):after {
        content: none;
        display: none;
    }
    .footer_nav ul li:last-child {
        display: block;
        margin-top: 10px
    }
    .footer_nav ul a {
        font-size: 20px;
    }
    .socials li a {
        width: 50px;
        height: 50px;
    }
    .socials li a svg {
        height: 25px;
    }
    footer .socials {
        margin-bottom: 50px;
    }
}
@media screen and (max-width:767.99px){
    header {
        position: static;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #s1.evol .intro {
        margin-top: 25px
    }
}
@media screen and (max-width:575.99px){
    .cta {
        padding: 7px 20px;
    }
    .donation_container input[type="radio"] + label {
        width: 60px;
    }
    h2.surligne {
        font-size: 25px
    }
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
