.hidden {
    visibility: hidden;
}
#panierImg {
    display: none;
}
section {
    width: 50%;
    margin: 0 auto 2rem auto;
    color: #606060;
}
.formulaireNewsletter {
    margin: 3rem 0;
    padding: 2rem 0;
}
.formulaireNewsletter fieldset {
    padding: 1.5rem 1rem;
    border: 2px solid #327AC6;
    border-radius: 1rem;
}
.formulaireNewsletter legend {
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #327AC6;
    border-radius: 1rem;
}
.formulaireNewsletter h1 {
    display: inline-block;
    margin: 0.5rem 0;
    padding: 1rem 1.5rem;
    font-family: 'Gotham';
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #327AC6;
    border-radius: 1rem;
}
.formulaireNewsletter h2 {
    margin: 1rem 0;
    font-family: 'Gotham Narrow Book';
    font-size: 1.4rem;
    color: #327AC6;
}
.formulaireNewsletter article {
    margin-bottom: 2.5rem;
}
.div2En1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.div2En1 input:not(input[type="checkbox"]) {
    width: 97%;
}
.checkContact,
.checkCommunications {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}
.checkContact,
.div49{
    position: relative;
    width: 49%;
}
.inputRecherche {
    position: relative;
}
input[type="checkbox"] {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    -ms-appearance: revert;
    appearance: revert;
    /* outline: 1px solid #000000; */
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.2rem;
}
input[type="checkbox"]:checked:before {
    display: none;
}
input[type="checkbox"] {
    accent-color: black;
}
input[type="text"], input[type="email"] {
    height: 2.5rem;
    padding-left: 1rem;
    text-align: left;
    border: none;
    border-radius: 0;
    vertical-align: bottom;
    color: #FFFFFF;
    background: #D8D4D3
}
input::-webkit-input-placeholder {
    color: #FFFFFF;
}
input:-ms-input-placeholder {
    color: #FFFFFF;
}
input::placeholder {
    color: #FFFFFF;
}
.inputRecherche {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 0 1.5rem 0;
}
.inputRecherche input[type="text"],.inputRecherche input[type="email"] {
    padding: 0;
    color: #000000;
    background: none;
    border-bottom: 1px solid #327AC6;
}
.inputRecherche .select {
    width: 20%;
}
.select select {
    width: 100%;
    height: 100%;
    background: #D8D4D3;
    color: #FFFFFF;
    border: none;
    border-right: 1px solid white
}
input[type="submit"],
.lienNewsletter {
    display: inline-block;
    margin: 1.5rem 0 0.5rem 0;
    padding: 0.5rem 1.5rem;
    font-family: 'Gotham';
    font-weight: lighter;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-decoration: none;
    background: #327AC6;
    color: #FFFFFF;
    border-radius: 10rem;
    border: none;
}
input[type="submit"]:hover,
.lienNewsletter:hover {
    background: #4687CB;
}
#paragrapheAsterisque {
    font-size: 1.2rem;
}
.messagePostValidation {
    margin: 1.5rem auto;
    padding: 5rem;
    font-family: 'Gotham';
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
    color: #FFFFFF;
    background: #327AC6;
}
.messagePostValidation#confirmationRecherche {
    text-align: left;
}
.formulaireNewsletter .erreurForm:not(.formulaireNewsletter #erreursGlobales .erreurForm) {
    position: absolute;
    top: -3.5rem;
    left: 10rem;
    margin: 0;
    padding: 0.5rem 1rem;
    color: #FFFFFF;
    background: #FF6633;
}
.formulaireNewsletter .erreurForm:not(.formulaireNewsletter #erreursGlobales .erreurForm):before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    border-top: 10px solid #FF6633;
    border-right: 10px solid transparent;
}
/**********************************************************************************/
/* EN DESSOUS DE 1200PX */
/**********************************************************************************/
@media screen and (max-width: 1200px) {
    section {
        width: 90%;
    }
    input[type="checkbox"]:checked:before {
        content: none;
    }
}
/**********************************************************************************/
/* EN DESSOUS DE 800PX */
/**********************************************************************************/
@media screen and (max-width: 800px) {
    section {
        width: 98%;
    }
    .div2En1 {
        display: block;
    }
    .div49 {
        width: 98%;
        margin: 0.3rem 0;
    }
    .checkCommunications input {
        margin-right: 1rem;
    }
    .checkCommunications label {
        width: 90%;
    }
    input[type="checkbox"]:checked:before {
        content: none;
    }
}