.icon-share-left {
    display: none;
}
.icon-share-right {
    display: none;
}
.need-share-button_googlebookmarks.need-share-button_link-box {
    background: #ec971f;
}
.icon-share-right {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 4px;
    right: 15%;
}
#shareButtonDesktop-right {
    width: auto;
    background-color: #E84E0F;
}
#shareButtonMobile {
    position: absolute;
    top: 2px;
    right: 3.5rem;
}
#shareButtonMobile img {
    width: 25px;
    height: 25px;
}
.controls {
    clear: both;
}
.brochureWrapper {
    padding: 20px 0;
}

.text-agence {
    background-color: white;
    width: 90%;
    position: absolute;
    top: 2%;
    margin-left : 5%;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid #e84e0f;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.logoAgence {
    width: 100% !important;
    max-height: 100px;
    height: auto !important;
    max-width : 240px;
    display: block;
    margin-left: 5%;
    margin-right: auto;
    }
    .cadreLogoAgence {
    width: 45% !important;
    float: left;
    text-align: center;
}
.cadreLogoAgence::before {
    content:"Votre agence de voyage";
    font-weight: bold;
    text-decoration: underline;
    align-content: center;
    text-align: center; 
}
.containerTexte  {
    width: 45% !important;
    margin-bottom: 0.5rem;
    float: right;
}

.text-agence textarea {
    background-color: white;
    color: #002A3F;
    border: none;
    line-height: inherit;
    font-size: 14px;
    text-align: center;
    resize: none;
    overflow: hidden;
    padding: 0;
    margin-left: : 200px;
    align-content: center;
    border: solid orange;
}
.contact .link {
    display: flex;
    flex-direction: column;
}
.contact .link a {
    margin: 10px 20px;
    text-decoration: none;
    transition: 300ms;
    background-color: #e84e0f;
    padding: .5rem;
    border-radius: 5px;
    color: white;
    border: 1px solid white;
}
.contact .link a:hover {
    background-color: white;
    color: #e84e0f;
    border: 1px solid #e84e0f;
}
/* POPUP envoie mail */
.mfp-content {
    background-color: white !important;
    text-align: center !important;
    max-width: 600px !important;
}
.mfp-iframe-holder .mfp-close {
    top: 0;
    color: #333;
    right: 5px;
}
.mfp-iframe {
    background-color: white !important;
    padding: 2rem;
    text-align: center !important;
}
.popupContent-content-input {
    width: 100%;
}
input[type="text"], input[type="email"] {
    background-color: #ffac8a9e;
    color: #E84E0F;
    border: 1px solid #E84E0F;
    padding: 5px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 3px;
    transition: 0.5s;
}
input[type="text"]:hover, input[type="email"]:hover,
input[type="text"]:focus, input[type="email"]:focus {
    border-color: #ff8e6177 !important;
    background-color: #ff8e6177 !important;
    color: #E84E0F !important;
}
input[type="submit"] {
    width: auto !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    background: #E84E0F;
    border: 2px solid #E84E0F;
    color: white;
    padding: .5rem;
    transition: .5s;
}
input[type="submit"]:hover {
    color: #E84E0F;
    background-color: white;
}
/* Envoi SMS */
.need-share-button_smsto::after {
    content:url("../img/sms-bleu.png");
}
.need-share-button_smsto {
    float:left;
}
.need-share-button_pdf::after {
    content:url("../img/pdf.png");
}
.need-share-button_pdf {
    float:left;
}

@media (min-width: 300px) {
    .brochureWrapper {
        padding: 0;
    }
    .mfp-content {
        width: 50% !important;
    }
    .icon-share-right {
        right: 10%;
    }
    .text-agence {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (min-width: 400px) {
    .brochureWrapper {
        padding: 0;
    }
    .mfp-content {
        width: 50% !important;
    }
    .icon-share-right {
        right: 10%;
    }
    .text-agence {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (min-width: 500px) {
    .brochureWrapper {
        padding: 0;
    }
    .mfp-content {
        width: 50% !important;
    }
    .icon-share-right {
        right: 10%;
    }
    .text-agence {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .brochureWrapper {
        padding: 0;
    }
    .mfp-content {
        width: 50% !important;
    }
    .icon-share-right {
        right: 10%;
    }
    .text-agence {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 900px) {
    .icon-share-left {
        display: block;
    }
    .icon-share-right {
        display: block;
    }
    .contentWrapper-box {
        max-width: 1400px;
        margin: 0 auto;
        position: relative; 
        width: 90%;
        top: 0;
    }
    .icon-share {
        position: absolute;
        z-index: 9;
        width: 40px;
        height: 40px;
    }
    .icon-share img {
        width: 24px;
        height: auto;
    }
    .icon-share-left {
        background-color: #E84E0F;
        padding: .5rem;
        top: 0;
        left: 5%;
        border-radius: 10px 0 0 0;
        -webkit-border-radius: 10px 0 0 0;
        -moz-border-radius: 10px 0 0 0;
        -ms-border-radius: 10px 0 0 0;
        -o-border-radius: 10px 0 0 0;
    }
    .icon-share-right {
        background-color: #E84E0F;
        padding: .5rem;
        top: 0;
        right: 5%;
        border-radius: 0 10px 0 0;
        -webkit-border-radius: 0 10px 0 0;
        -moz-border-radius: 0 10px 0 0;
        -ms-border-radius: 0 10px 0 0;
        -o-border-radius: 0 10px 0 0;
    }
    .text-agence {
        font-size: 14px;
    }
    .right .link_fullpage {
        border-radius: 10px 0 10px 10px;
        -webkit-border-radius: 10px 0 10px 10px;
        -moz-border-radius: 10px 0 10px 10px;
        -ms-border-radius: 10px 0 10px 10px;
        -o-border-radius: 10px 0 10px 10px;
    }
    .left .link_fullpage {
        border-radius: 0 10px 10px 10px;
        -webkit-border-radius: 0 10px 10px 10px;
        -moz-border-radius: 0 10px 10px 10px;
        -ms-border-radius: 0 10px 10px 10px;
        -o-border-radius: 0 10px 10px 10px;
    }
    .left .link_halfpage_horizontal_1_of_2 {
        border-radius: 0 0 0 10px;
        -webkit-border-radius: 0 0 0 10px;
        -moz-border-radius: 0 0 0 10px;
        -ms-border-radius: 0 0 0 10px;
        -o-border-radius: 0 0 0 10px;
    }
    .left .link_halfpage_horizontal_2_of_2 {
        border-radius: 0 10px 10px 0;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        -ms-border-radius: 0 10px 10px 0;
        -o-border-radius: 0 10px 10px 0;
    }
    .right .link_halfpage_horizontal_1_of_2 {
        border-radius: 10px 0 0 10px;
        -webkit-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        -ms-border-radius: 10px 0 0 10px;
        -o-border-radius: 10px 0 0 10px;
    }
    .right .link_halfpage_horizontal_2_of_2 {
        border-radius: 0 0 10px 0;
        -webkit-border-radius: 0 0 10px 0;
        -moz-border-radius: 0 0 10px 0;
        -ms-border-radius: 0 0 10px 0;
        -o-border-radius: 0 0 10px 0;
    }
}
