/******************************/
/*FONTS*/
/******************************/
@font-face {
    font-family: 'garamond';
    src: url('../fonts/GaramondPremrPro-Smbd.eot');
    src: url('../fonts/GaramondPremrPro-Smbd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GaramondPremrPro-Smbd.woff2') format('woff2'),
    url('../fonts/GaramondPremrPro-Smbd.woff') format('woff'),
    url('../fonts/GaramondPremrPro-Smbd.ttf') format('truetype'),
    url('../fonts/GaramondPremrPro-Smbd.svg#GaramondPremrPro-Smbd') format('svg');
    font-weight: 600;
    font-style: normal;
}

.garamond {
    font-family: 'garamond';
}

/******************************/
/*GENERAL*/
/******************************/
.mt7 {
    margin-top: 7px !important;
}

.flex {
    display: flex;
}

#header {
    background-color: #3e649a;
}

#header .nav li a {
    color: #fff;
}

#header .nav li a.active,
#header .nav li:hover a {
    color: #fff02a;
}

#formulaire_abo {
    background-color: #c9b385;
}

.cta_abo {
    background-color: #3264EA;
    color: #fff;
    border-radius: 7px;
}

.bandeauoffre {
    background-color: #FAF7F2;
}

.bandeauoffrelancement {
    opacity: 0;
}

.bandeauoffre .descriptif p {
    font-size: 19px;
    color: #3c639c;
}

#footer {
    background-color: #3e649a;
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer .titre {
    font-weight: 600;
}

#footer .bottom {
    border-color: #fff;
}

#footer .questions ul li.title,
#footer .questions ul:last-child {
    border-color: #4c70a1;
}

#footer .mentions,
.foot_tunnel_minisite .mentions {
    font-size: 10px;
    margin-top: 50px;
    line-height: 15px;
    font-weight: 100;
    letter-spacing: 1px;
}

#footer .mentions img,
.foot_tunnel_minisite .mentions img {
    vertical-align: middle;
    margin-right: 10px;
}

.abonnement {
    background-color: #e4d9c2;
}

.abonnement .titre {
    font-size: 37px;
    color: #3e649a;
    font-weight: 600;
}

.abonnement li p {
    color: #3e649a;
}

.abonnement .number {
    background-color: #3e649a;
    color: #e4d9c2;
}

.abonnement .content_engagements {
    width: 840px;
    margin: auto;
}

.abonnement .number {
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
}

.abonnement li {
    margin-top: 30px;
}

.abonnement li p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
    max-width: 90%;
}

.abonnement li span {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

header.minisite {
    background-color: #3e649a;
}

header.minisite .connexion_tunnel .icon-picto-mon-compte:before {
    color: #fff;
}

.steps_tunnel li p {
    color: #fff;
    opacity: 0.7;
}

.steps_tunnel li.active p {
    opacity: 1;
}

.steps_tunnel li.active .number,
.steps_tunnel li.active .number::after,
.steps_tunnel li.active .number::before {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.steps_tunnel .number,
.steps_tunnel .number::after,
.steps_tunnel .number::before,
.steps_tunnel .li p {
    background-color: #fff;
    color: #000;
    opacity: 0.7;
}

footer .sitemap,
footer .pays {
    background-color: #3e649a;
}

footer .titre {
    font-size: 29px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

footer.foot_duringcol .sitemap ul li.title,
footer.foot_duringcol .sitemap ul:last-child li.title {
    border-color: #4c70a1;
}

footer .pays {
    border-color: #fff;
}

footer .pays a {
    color: #fff;
}

.popin {
    background: url(../images/homepage/bg_popin.jpg) no-repeat;
    background-size: cover;
    max-height: 95vh;
    overflow-y: scroll;
    width: 30vw;
    margin-left: -15vw;
}

.popin .close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 26px;
    color: #000;
}

.popin .titre_popin {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
}

.popin .bienvenue {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px;
    color: #000;
}

.popin ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.popin li {
    margin-top: 20px;
}

.popin li .name {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.popin li .description_pop {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: 15px;
}

.popin .mentions {
    font-size: 10px;
    color: #000;
    line-height: 13px;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

.popin .mentions .ayantsdroits {
    margin-right: 10px;
}

.popin .mentions .ayantsdroits img {
    width: 15px;
}

.popin img {
    width: 380px;
}

/******************************/
/*HOMEPAGE*/
/******************************/
.ms_homepage .zone1 {
    background: url(../images/homepage/z1_bg.jpg) no-repeat;
    background-size: cover;
    color: #3e649a;
}

.ms_homepage .zone1 .titre {
    font-size: 30px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ms_homepage .zone1 .titre img{
    margin-right: 10px;
}

.ms_homepage .zone1 .soustitre {
    font-size: 19px;
    font-weight: 100;
}

.ms_homepage .zone1 .choose_collection .choisir {
    font-size: 24px;
    font-weight: 600;
}

.ms_homepage .zone1 .choose_collection .flex {
    justify-content: center;
}

.ms_homepage .zone1 .choose_collection .ou {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 12px;
}

.ms_homepage .zone1 .choose_collection .onglet {
    background-color: #c9b385;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 14px;
    width: 250px;
    padding: 12px 0;
    cursor: pointer;
    border-radius: 7px;
    opacity: 0.6;
    position: relative;
    transition: 0.2s;
}

.ms_homepage .zone1 .choose_collection .onglet.active,
.ms_homepage .zone1 .choose_collection .onglet:hover {
    opacity: 1;
}

.ms_homepage .zone1 .choose_collection .onglet.active::after {
    content: " ";
    width: 0;
    height: 0;
    bottom: -20px;
    left: 124px;
    position: absolute;
    border: solid transparent;
    border-bottom-color: #c9b385;
    border-width: 10px;
    margin-left: -10px;
    transform: rotate(180deg);
}

.ms_homepage .zone1 .elements {
    display: none;
}

.ms_homepage .zone1 .elements.active {
    display: block;
}

.ms_homepage .zone1 .elements .nom {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 15px;
}

.ms_homepage .zone1 .elements .details {
    font-size: 13px;
    color: #000;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
}
.ms_homepage .zone1 .elements .main.v2{
    width: 50%;
}
.ms_homepage .zone2 {
    background-color: #c9b385;
}

.ms_homepage .zone2 .ms_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ms_homepage .zone2 h2 {
    font-size: 30px;
    color: #3e649a;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ms_homepage .zone2 .howdoesitwork {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ms_homepage .zone2 .howdoesitwork figure figcaption {
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
    margin-top: 30px;
    line-height: 1.3;
}

.ms_homepage .zone-video{
    background-color: #F7F0E8;
}
.ms_homepage .zone-video .ms_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ms_homepage .zone-video h2 {
    font-size: 30px;
    color: #3e649a;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.ms_homepage .zone-video video{
    width: 60%;
    margin: 10px auto;
}

.ms_homepage .zone3 {
    background-color: #3e649a;
}


.ms_homepage .zone3 .ms_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1600px;
}

.ms_homepage .zone3 .ms_content h2 {
    color: white;
    margin-bottom: -60px;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}

.ms_homepage .zone3 .ms_content h2 img {
    margin-right: 5px;
}

.ms_homepage .zone3 .ms_content .goodies{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ms_homepage .zone3 .ms_content .goodies figure {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ms_homepage .zone3 .ms_content .goodies figure figcaption {
    display: flex;
    width: 100%;
    font-weight: 700;
    justify-content: space-around;
    color: white;
    font-size: 18px!important;
    letter-spacing: 1px;
}

.ms_homepage .zone4{
    padding-bottom: 0!important;
    background-image: url("../images/homepage/background_zone4.png");
    background-size: cover;
    background-position: center;
}

.ms_homepage .zone4 h2{
    font-size:40px;
    color:#3e649a;
    text-align: start;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 250px 0 538px 0;
}

@media screen and (max-width: 1500px ){
    .ms_homepage .zone3 .ms_content .goodies figure img {
        width: 100%;
    }
    .ms_homepage .zone3 .ms_content .goodies figure:first-child img {
        width: 100%;
    }
    .ms_homepage .zone3 .ms_content {
        width: 1024px;
    }
    .ms_homepage .zone4 h2 {
        margin: 105px 0 236px 0;
    }
}


@media screen and (max-width: 1024px) {
    .ms_homepage .zone3  .ms_content{
        width: 100%;
    }

}

@media screen and (max-width: 769px) {

    .ms_homepage .zone2 .howdoesitwork {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .ms_homepage .zone-video video{
        width: 90%;
    }
    .ms_homepage .zone3 .ms_content .goodies figure img {
        width: 100%;
        margin-top: -55px;
    }
    .ms_homepage .zone3 .ms_content .goodies figure:first-child img {
        width: 100%;
        margin-top: unset;
    }
    .ms_homepage .zone3 .ms_content .goodies{
        flex-direction: column;
    }

    .ms_homepage .zone2 .howdoesitwork figure {
        margin-bottom: 40px;
    }

    .ms_homepage .zone3 .ms_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
    }

    .ms_homepage .zone3 .ms_content h2 {
        flex-direction: column;
    }

    .ms_homepage .zone3 .ms_content h2 .logo {
        display: flex;
        align-items: center;
    }

    .ms_homepage .zone3 .ms_content h2 .logo img {
        margin-right: 5px;
    }

    .ms_homepage .zone3 .ms_content .goodies figure {
        margin-bottom: 40px;
    }

    .ms_homepage .zone3 .ms_content .goodies figure:first-child figcaption{
        margin-top: 40px;
    }

    .ms_homepage .zone4 {
        background-image: url("../images/homepage/zone4bg_m.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .ms_homepage .zone4 h2{
        text-align: center;
        margin: 40px 0 1100px 0;
    }
}
@media screen and (max-width: 600px){
    .ms_homepage .zone1 .ms_content h2.titre{
        flex-direction: column;
    }
}
@media screen and (max-width:500px ) {

    .ms_homepage .zone4  h2 {
        font-size: 20px;
        margin: 15px 0 495px 0;
    }
    .ms_homepage .zone4 {
        background-size: cover;
    }

    .ms_homepage .zone3 .ms_content h2 .logo {
        display: flex;
        align-items: center;
        margin-top: 10px;
        justify-content: center;
    }
    .ms_homepage .zone3 .ms_content h2 .logo img {
        width: 50%;
    }
}

@media screen and (max-width:320px ) {
    .ms_homepage .zone4{
        background-size: cover;

    }
    .ms_homepage .zone4 h2{
        margin: 0 0 390px;
        font-size: 15px;
    }
    .ms_homepage .zone4 .ms_content{
        margin: 0 10px;
    }
}



.ms_homepage .formulaire {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.ms_homepage .formulaire .prix {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    padding: 20px 40px;
}

.ms_homepage .formulaire .prix .flexbox {
    justify-content: space-between;
    display: flex;
    color: #000;
    font-size: 16px;
    font-weight: 100;
}

.ms_homepage .formulaire .prix .flexbox div {
    display: inline-block;
    font-weight: 500;
}

.ms_homepage .formulaire .prix .flexbox .red {
    color: #e11c1f;
    text-transform: uppercase;
    font-weight: 700;
}

.ms_homepage .formulaire .prix hr {
    border: none;
    height: 1px;
    background-color: #cfcfcf;
    margin: 10px 0;
}

.ms_homepage .formulaire .cta_profite {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.ms_homepage .formulaire .civilite {
    width: 20%;
}

.ms_homepage .formulaire .nom,
.ms_homepage .formulaire .prenom {
    width: 40%;
}

.ms_homepage .formulaire .mail {
    width: 100%;
    margin-top: 15px;
}

/*GESTION DES PASTILLES*/
.ms_homepage .elements[rel='roilion'] .pastille1 {
    top: 40px;
    left: -80px;
}

.ms_homepage .elements[rel='roilion'] .pastille2 {
    top: 70px;
    right: -180px;
}

.ms_homepage .elements[rel='roilion'] .pastille3 {
    bottom: -110px;
    left: 0;
}

.ms_homepage .elements[rel='belleetlabete'] .pastille1 {
    top: 40px;
    left: -220px;
}

.ms_homepage .elements[rel='belleetlabete'] .pastille2 {
    bottom: 240px;
    right: 50px;
}

.ms_homepage .elements[rel='belleetlabete'] .pastille3 {
    bottom: -195px;
    left: 0;
}

.ms_homepage .elements[rel='aladdin'] .pastille1 {
    top: 10px;
    left: -160px;
}

.ms_homepage .elements[rel='aladdin'] .pastille2 {
    bottom: -80px;
    right: -30px;
}

.ms_homepage .elements[rel='aladdin'] .pastille3 {
    bottom: -90px;
    left: 0;
}

.ms_homepage .howdoesitwork figure > img{
    height: 110px;
}

/******************************/
/*MAGIE*/
/******************************/
/*ZONE1*/
.ms_magie .zone1 {
    background: url(../images/magie/z1_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ms_magie .zone1 .flex {
    justify-content: center;
    align-items: center;
}

.ms_magie .zone1 .visuel {
    margin-left: -115px;
}

.ms_magie .zone1 .textblock {
    width: 370px;
    margin-left: 30px;
}

.ms_magie .zone1 .titre {
    font-size: 30px;
    line-height: 35px;
}

.ms_magie .zone1 .description {
    font-size: 20px;
    line-height: 25px;
    margin-top: 60px;
}

.ms_magie .zone1 .titre,
.ms_magie .zone1 .description {
    color: #3e649a;
}

/*ZONE2*/
.ms_magie .zone2 {
    background-color: #f9f5ec;
}

.ms_magie .zone2 .titre {
    font-size: 30px;
    line-height: 35px;
}

.ms_magie .zone2 .soustitre {
    font-size: 24px;
    margin-top: 20px;
}

.ms_magie .zone2 .titre,
.ms_magie .zone2 .soustitre {
    color: #3e649a;
    font-weight: 600;
}

.ms_magie .zone2 .flex {
    justify-content: center;
    margin-top: 60px;
    padding-left: 170px;
}

.ms_magie .zone2 ul {
    width: 370px;
}

.ms_magie .zone2 li {
    font-size: 20px;
    line-height: 24px;
}

.ms_magie .zone2 li:not(:first-child) {
    margin-top: 40px;
}

.ms_magie .zone2 li img {
    width: 25px;
}

.ms_magie .zone2 li img,
.ms_magie .zone2 li span {
    display: inline-block;
    vertical-align: top;
}

.ms_magie .zone2 li span {
    max-width: 90%;
}

.ms_magie .zone2 .visuel1 {
    margin-top: 100px;
    margin-right: 40px;
}

.ms_magie .zone2 .visuel1 img {
    width: 190px;
}

.ms_magie .zone2 .visuel2 {
    margin-left: 40px;
    margin-top: -30px;
}

.ms_magie .zone2 .visuel2 img {
    width: 340px;
}

.ms_magie .zone2 .description {
    font-size: 24px;
    line-height: 31px;
    color: #3e649a;
}

/*ZONE3*/
.ms_magie .zone3 {
    background-color: #cfbb90;
}

.ms_magie .zone3 .flex {
    justify-content: center;
    align-items: center;
}

.ms_magie .zone3 .titre {
    font-size: 24px;
    color: #fff;
    margin-bottom: 40px;
}

.ms_magie .zone3 .description {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.ms_magie .zone3 .descriptionBis {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.ms_magie .zone3 .textblock {
    width: 460px;
    margin-left: 30px;
}

/*ZONE4*/
.ms_magie .zone4 {
    background-color: #f9f5ec;
}

.ms_magie .zone4 .titre {
    font-size: 24px;
    line-height: 32px;
    color: #3e649a;
}

.ms_magie .zone4 .description {
    font-size: 15px;
    line-height: 22px;
    color: #3e649a;
    margin: 20px 0;
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.ms_magie .zone4 .cta_profite {
    margin-left: auto;
    margin-right: auto;
}

/******************************/
/*COLLECTION*/
/******************************/
/*ZONE1*/
.ms_collection .zone1 {
    color: #3e649a;
    background: url(../images/collection/z1_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ms_collection .zone1 .titre {
    font-size: 30px;
    line-height: 35px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.ms_collection .zone1 .soustitre {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 500;
}

.ms_collection .zone1 .visuel {
    margin-bottom: 20px;
}

.ms_collection .zone1 li {
    width: 230px;
}

.ms_collection .zone1 li p {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.5px;
    color: #000;
    margin-top: 15px;
}

.ms_collection .zone1 li p a {
    text-decoration: underline;
}

.ms_collection .zone1 li p b {
    font-size: 16px;
    color: #3e649a;
    display: block;
}

.ms_collection .zone1 .flex {
    justify-content: space-around;
    width: 80%;
    margin: 40px auto 50px;
}

.cta_profite {
    background-color: #3264EA;
    color: #fff;
    font-weight: 100 !important;
    display: block;
    transition: 0.1s;
}

.cta_profite:hover {
    opacity: 0.8;
}


.ms_collection .cartouche {
    background-color: #c9b385;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
    width: 390px;
}

.ms_collection .cartouche .number {
    background-color: #fff;
    color: #c9b385;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    margin-right: 15px;
}

.ms_collection .cartouche h2 {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.ms_collection .zone2 .flex,
.ms_collection .zone3 .flex,
.ms_collection .zone4 .flex {
    justify-content: center;
}

/*ZONE2*/
.ms_collection .zone2 {
    background-color: #f4f0e7;
}

.ms_collection .zone2 .titre {
    font-size: 30px;
    line-height: 35px;
    color: #c9b385;
    font-weight: 600;
}

.ms_collection .zone2 .gauche b {
    text-align: right;
    display: block;
    margin-top: -20px;
    font-size: 14px;
    line-height: 19px;
}

.ms_collection .zone2 .gauche img {
    margin-right: 40px;
}

.ms_collection .zone2 .droite {
    text-align: right;
}

.ms_collection .zone2 .droite p {
    font-size: 14px;
    line-height: 19px;
    width: 220px;
    display: inline-block;
    margin-top: -10px;
}

.ms_collection .zone2 .droite .feuilleter {
    bottom: 28px;
    right: 0;
}

/*ZONE3*/
.ms_collection .zone3 {
    background-color: #fcfbf8;
}

.ms_collection .zone3 .gauche p {
    font-size: 14px;
    line-height: 19px;
    width: 290px;
    display: inline-block;
    text-align: left;
}

.ms_collection .zone3 .droite {
    width: 450px;
    text-align: left;
}

.ms_collection .zone3 .simba {
    margin: 40px 0 0 -30px;
}

.ms_collection .zone3 .porcinet {
    top: -45px;
    left: 250px;
}

.ms_collection .zone3 .bigben {
    top: -95px;
    right: -150px;
}

.ms_collection .zone3 .vaiana {
    bottom: 20px;
    left: 320px;
}

.ms_collection .zone3 .olaf {
    bottom: 120px;
    right: -220px;
}

/*ZONE4*/
.ms_collection .zone4 {
    background-color: #f4f0e7;
}

.ms_collection .zone4 .flex {
    align-items: center;
}

.ms_collection .zone4 .livre1 {
    margin-top: -30px;
}

.ms_collection .zone4 .livre2 {
    margin: 130px 0 0 -60px;
    z-index: 1;
}

.ms_collection .zone4 .livre3 {
    margin: -30px 0 0 -80px;
}

.ms_collection .zone4 .livre4 {
    margin-left: 50px;
    z-index: 1;
}

.ms_collection .zone4 .feuilleter {
    bottom: -24px;
    right: 7px;
}

.ms_collection .zone4 .droite p {
    font-size: 14px;
    line-height: 20px;
    width: 290px;
    text-align: right;
}

.ms_collection .zone4 .droite {
    margin-left: 50px;
}

.ms_collection .zone4 .cta_profite {
    margin: 70px auto 0;
}

/******************************/
/*RESPONSIVE*/
/******************************/

@media screen and (max-width: 1024px) {
    .bandeauoffrelancement {
        margin: 20px 0 36vh;
    }

    .ms_content {
        padding: 0 2.5%;
        box-sizing: border-box;
    }

    .flex-mb {
        display: flex;
    }

    .order1-mb {
        order: 1;
    }

    .order2-mb {
        order: 2;
    }

    #header .logo {
        max-height: 60px;
    }

    #header {
        z-index: 2;
    }

    .menumobile {
        background-color: #c9b385;
        color: #fff;
        height: 55px;
        width: 55px;
        font-size: 13px;
        letter-spacing: 1.5px;
        line-height: 55px;
    }

    .ctaMob {
        background-color: #3264EA;
        color: #fff;
    }

    .abonnement .content_engagements {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .abonnement .number {
        font-size: 15px;
        line-height: 21px;
        width: 20px;
        height: 20px;
    }

    .abonnement li p {
        max-width: calc(100% - 50px);
        font-size: 3.5vw;
        line-height: 5vw;
    }

    .abonnement li span {
        font-size: 4vw;
    }

    .abonnement .titre {
        font-size: 6vw;
    }

    #footer .titre {
        font-size: 6vw;
    }

    /******************************/
    /*HEADER*/
    /******************************/
    header.minisite .logo {
        margin-top: 20px!important;
    }

    header.minisite .logo img {
        width: 100px !important;
        height: auto;
    }

    header.minisite .logo a {
        display: inline;
    }

    #header .logo {
        max-height: 55px;
    }

    .steps_tunnel li p {
        color: #3e649a;
    }

    /******************************/
    /*HOMEPAGE*/
    /******************************/
    .ms_homepage .zone1 .titre {
        font-size: 6vw;
        line-height: 8vw;
    }

    .ms_homepage .zone1 .soustitre {
        font-size: 4vw;
        line-height: 5vw;
    }

    .ms_homepage .zone1 .choose_collection .choisir {
        font-size: 5vw;
    }

    .ms_homepage .zone1 .deroule_mobile .selectbox {
        border-radius: 7px;
        border: none;
        width: 80%;
        margin-top: 20px;
        margin-right: 0;
    }

    .ms_homepage .zone1 .deroule_mobile .onglet {
        padding: 0;
        width: 100%;
        border-radius: 0;
        opacity: 1;
        height: 100%;
    }

    .ms_homepage .zone1 .deroule_mobile .selectbox::after {
        border-color: #fff;
    }

    .ms_homepage .zone1 .deroule_mobile .selectbox li {
        padding: 0;
        border-bottom: 1px solid #fff;
    }

    .ms_homepage .zone1 .deroule_mobile .selectbox li:last-child {
        border-bottom: 0;
    }

    .ms_homepage .zone1 .deroule_mobile .selectchoice {
        padding: 0;
        margin: 0;
        width: 100%;
        border-radius: 7px;
    }

    .ms_homepage .zone1 .elements .main {
        height: 200px;
        margin: auto;
    }

    .ms_homepage .zone1 .content_collection .bx-wrapper .bx-controls-direction a {
        background: none;
        border: none;
    }

    .ms_homepage .zone1 .content_collection .bx-wrapper .bx-controls-direction a:after {
        border-color: #3B5E9B;
    }

    .ms_homepage .zone1 .content_collection .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .ms_homepage .zone1 .content_collection .bx-wrapper .bx-pager.bx-default-pager a.active,
    .ms_homepage .zone1 .content_collection .bx-wrapper .bx-pager.bx-default-pager a:focus {
        background-color: #3B5E9B;
    }

    .ms_homepage .zone1 .content_collection .bx-wrapper .bx-pager.bx-default-pager a {
        background-color: transparent;
        border: 1px solid #3B5E9B;
        border-radius: 50%;
    }

    .ms_homepage .formulaire {
        width: 100%;
    }

    .ms_homepage .formulaire .civilite,
    .ms_homepage .formulaire .nom,
    .ms_homepage .formulaire .prenom {
        width: 100%;
        text-align: left;
    }

    .ms_homepage .formulaire .civilite .selectchoice,
    .ms_homepage .formulaire .nom input,
    .ms_homepage .formulaire .prenom input,
    .ms_homepage .formulaire .mail input {
        padding: 0 0 0 10px;
    }

    .ms_homepage .formulaire .nom,
    .ms_homepage .formulaire .prenom {
        margin-top: 15px;
    }

    .ms_homepage .formulaire .cta_profite {
        left: 0;
        z-index: 10;
    }


    /******************************/
    /*MAGIE*/
    /******************************/
    /*ZONE1*/
    .ms_magie .zone1 {
        padding-bottom: 20px;
    }

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

    .ms_magie .zone1 .titre {
        font-size: 6vw;
        line-height: 8vw;
        margin-top: 20px;
    }

    .ms_magie .zone1 .visuel img {
        width: 90%;
        margin-left: 15%;
    }

    .ms_magie .zone1 .textblock {
        width: 100%;
        margin-left: 0;
    }

    .ms_magie .zone1 .description {
        margin-top: -20px;
        font-size: 4.5vw;
        line-height: 8vw;
    }

    /*ZONE2*/
    .ms_magie .zone2 .titre {
        font-size: 6vw;
        line-height: 8vw;
    }

    .ms_magie .zone2 .soustitre {
        font-size: 5.5vw;
        line-height: 7vw;
    }

    .ms_magie .zone2 .flex {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .ms_magie .zone2 .visuel1 {
        order: 2;
        width: 30%;
        margin-top: 19vw;
        margin-right: 0;
    }

    .ms_magie .zone2 .visuel1 img {
        width: 100%;
    }

    .ms_magie .zone2 ul {
        order: 1;
        margin-bottom: 20px;
    }

    .ms_magie .zone2 .visuel2 {
        order: 3;
        width: 50%;
        margin-left: 0;
        margin-top: 0;
    }

    .ms_magie .zone2 .visuel2 img {
        width: 100%;
    }

    .ms_magie .zone2 ul {
        width: 85%;
    }

    .ms_magie .zone2 li {
        font-size: 4.5vw;
        line-height: 6vw;
    }

    .ms_magie .zone2 li span {
        max-width: 80%;
    }

    .ms_magie .zone2 .description {
        font-size: 4vw;
        line-height: 6vw;
    }

    /*ZONE3*/
    .ms_magie .zone3 .titre {
        font-size: 6vw;
        line-height: 8vw;
        margin-bottom: 20px;
    }

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

    .ms_magie .zone3 .visuel {
        order: 2;
    }

    .ms_magie .zone3 .visuel img {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .ms_magie .zone3 .textblock {
        order: 1;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .ms_magie .zone3 .txt {
        order: 3;
        margin-top: 10px;
    }

    .ms_magie .zone3 .description {
        text-align: center;
        font-size: 4vw;
        line-height: 6vw;
    }

    /*ZONE4*/
    .ms_magie .zone4 .titre {
        font-size: 6vw;
        line-height: 8vw;
    }

    .ms_magie .zone4 .description {
        width: 100%;
        font-size: 4vw;
        line-height: 6vw;
    }

    .ms_magie .zone4 img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }


    /******************************/
    /*COLLECTION*/
    /******************************/
    /*ZONE1*/
    .ms_collection .zone1 {
        background-position: center -490px;
    }

    .ms_collection .zone1 .titre {
        font-size: 6vw;
        line-height: 8vw;
    }

    .ms_collection .zone1 .visuel {
        width: 100%;
        margin-top: 0;
    }

    .ms_collection .zone1 .soustitre {
        font-size: 5vw;
        line-height: 7vw;
    }

    .ms_collection .zone1 .flex {
        flex-direction: column;
        width: 100%;
    }

    .ms_collection .zone1 .flex li {
        width: 100%;
    }

    .ms_collection .zone1 .flex li:not(:first-child) {
        margin-top: 30px;
    }

    .ms_collection .zone1 li p {
        font-size: 4vw;
        line-height: 6vw;
    }

    .ms_collection .zone1 li p b {
        font-size: 4.5vw;
    }

    .ms_collection .cartouche {
        width: 90%;
    }

    .ms_collection .cartouche h2 {
        font-size: 5vw;
    }

    .ms_collection .cartouche .number {
        font-size: 7vw;
    }

    .ms_collection .zone2 .flex,
    .ms_collection .zone3 .flex,
    .ms_collection .zone4 .flex {
        flex-direction: column;
    }

    .ms_collection .feuilleter {
        width: auto !important;
        display: none;
    }

    /*ZONE2*/
    .ms_collection .zone2 .titre {
        font-size: 6vw;
        line-height: 8vw;
    }

    .ms_collection .zone2 .gauche img {
        margin-right: 0;
        width: 95%;
    }

    .ms_collection .zone2 .droite {
        text-align: center;
    }

    .ms_collection .zone2 .droite img {
        width: 95%;
    }

    .ms_collection .zone2 .flex-mb {
        flex-direction: column;
    }

    .ms_collection .zone2 .gauche b {
        text-align: center;
        margin-bottom: 10px;
    }

    .ms_collection .zone2 .droite p {
        margin: 20px 0;
        width: 100%;
    }

    /*ZONE3*/
    .ms_collection .zone3 .gauche p {
        margin-top: 35vw;
        width: 100%;
        text-align: center;
    }

    .ms_collection .zone3 .droite {
        width: 100%;
    }

    .ms_collection .zone3 .simba {
        margin: 0 auto;
        width: 50%;
        position: relative;
        top: -20px;
        left: -20px;
        display: block;
    }

    .ms_collection .zone3 .porcinet,
    .ms_collection .zone3 .bigben,
    .ms_collection .zone3 .olaf,
    .ms_collection .zone3 .vaiana {
        width: 40vw;
    }

    .ms_collection .zone3 .porcinet {
        bottom: -17vw;
        left: -15vw;
        top: auto;
    }

    .ms_collection .zone3 .olaf {
        bottom: -29vw;
        left: 5vw;
        right: auto;
    }

    .ms_collection .zone3 .bigben {
        bottom: -29vw;
        right: 24vw;
        top: auto;
    }

    .ms_collection .zone3 .vaiana {
        bottom: -20vw;
        right: 2vw;
        left: auto;
    }

    /*ZONE4*/
    .ms_collection .zone4 .livre4 {
        margin-left: 0;
    }

    .ms_collection .zone4 .gauche .flex {
        flex-direction: row;
        justify-content: space-between;
    }

    .ms_collection .zone4 .gauche .livre1,
    .ms_collection .zone4 .gauche .livre2,
    .ms_collection .zone4 .gauche .livre3 {
        margin: 0;
    }

    .ms_collection .zone4 .gauche .livre1 img,
    .ms_collection .zone4 .gauche .livre2 img,
    .ms_collection .zone4 .gauche .livre3 img {
        width: 85%;
    }

    .ms_collection .zone4 .droite {
        margin-left: 0;
    }

    .ms_collection .zone4 .droite p {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .popin {
        width: 90vw;
        margin-left: -45vw;
    }

    .popin img {
        width: 90%;
    }

    .popin .titre_popin {
        font-size: 5vw;
        line-height: 6vw;
    }

    .popin .bienvenue {
        font-size: 4.5vw;
        line-height: 5vw;
    }

    .popin ul {
        width: 100%;
    }

    .popin li .name {
        font-size: 4vw;
        line-height: 5vw;
    }

    .popin li .description_pop {
        font-size: 3.7vw;
        line-height: 4.5vw;
    }

    .popin .mentions {
        font-size: 3vw;
        line-height: 4vw;
    }

    #showBooklet {
        margin-left: -40%;
        width: 80%;
    }

    /*.booklet,*/
    /*.booklet .b-page,*/
    /*.booklet .b-wrap-left,*/
    /*.booklet .b-wrap-left img{*/
    /*width: 100%!important;*/
    /*}*/
    /*.booklet .b-wrap-left{*/
    /*height: auto!important;*/
    /*}*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .abonnement .number {
        font-size: 28px;
        line-height: 38px;
        width: 40px;
        height: 40px;
    }

    .abonnement li p {
        max-width: calc(100% - 120px);
    }

    .titre {
        font-size: 4vw !important;
        line-height: 6vw !important;
    }

    /******************************/
    /*HOMEPAGE*/
    /******************************/
    .ms_homepage .zone1 .soustitre {
        font-size: 3vw;
    }

    .ms_homepage .zone1 .choose_collection .choisir {
        font-size: 4vw;
    }

    .ms_homepage .zone1 .elements .main {
        width: 50%;
    }

    .ms_homepage .formulaire {
        width: 60%;
    }

    /******************************/
    /*MAGIE*/
    /******************************/
    .ms_magie .zone1 .description {
        margin-top: -20px;
        line-height: 5vw;
    }

    .ms_magie .zone2 .soustitre {
        font-size: 3vw;
        line-height: 5vw;
    }

    .ms_magie .zone2 li {
        font-size: 2.5vw;
        line-height: 3vw;
    }

    .ms_magie .zone2 .description {
        font-size: 3vw;
        line-height: 5vw;
    }

    .ms_magie .zone3 .description,
    .ms_magie .zone4 .description {
        font-size: 3vw;
        line-height: 5vw;
    }

    /******************************/
    /*COLLECTION*/
    /******************************/
    .ms_collection .zone1 .visuel {
        width: 90%;
        margin-left: -3%;
    }

    .ms_collection .zone1 .soustitre {
        font-size: 4vw;
        line-height: 5vw;
    }

    .ms_collection .zone1 li p {
        font-size: 2.5vw;
        line-height: 4vw;
    }

    .ms_collection .zone1 li p b {
        font-size: 3vw;
    }

    .ms_collection .cartouche h2 {
        font-size: 3vw;
    }

    .ms_collection .cartouche .number {
        font-size: 3.5vw;
    }

    .ms_collection .zone2 .gauche img,
    .ms_collection .zone2 .droite img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .ms_collection .zone2 p,
    .ms_collection .zone3 p,
    .ms_collection .zone4 p {
        font-size: 2.5vw !important;
        line-height: 3.5vw !important;
    }
}

@media screen and (max-width: 768px) {
    .popin .mentions .ayantsdroits {
        margin-top: -70px;
    }
}

.reassurance2colis{
    font-size: 13px;
    margin-top: 10px;
    display: block;
    font-weight: 700;
    border: 2px solid;
    padding: 10px;
}