#contact {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding-top: 8vh;
    /*---(décallage menu mobile)----*/
    margin-bottom: 6vh;
}

.trait.contact {
    width: 100px;
    margin: 15px auto 15px auto;
}

.reseausSBlancs {
    height: 22px;
}

.reseauxGroup {
    width: 60vw;
    margin: 0 auto 0 auto;
}

.groupBlocContact {
    display: flex;
    flex-direction: column-reverse;
    margin: 5vh 0 3vh 0;
}

.infosContact h4 {
    text-align: center;
}

.formulaireContact {
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3vh;
}

.entreePetitCadre {
    width: 40vw;
}

.nomPrenomGroupe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.blocInput {
    display: flex;
    flex-direction: column;
    margin: 5px 0 5px 0;
}

.formulaireContact button {
    margin: 1.5vh auto 0 auto;
    font-size: 16px;
}

.formulaireContact label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--bg-color-1);
    font-size: 16px;
    margin-bottom: 4px;
}

.formulaireContact input {
    color: var(--color-fond);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    background-color: var(--bg-color-2);
    border: 0;
    padding: 5px;
    max-width: 90vw;
    color: black;
}

::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--color-fond);
    font-size: 14px;
}

textarea {
    color: var(--color-fond);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    background-color: var(--bg-color-2);
    font-family: 'Ubuntu', sans-serif;
    border: 0;
    resize: none;
    color: black;
    padding: 5px;
}

.confirmationMessageEnvoyer {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    display: none;
}

.confirmationMessageEnvoyer.visible {
    display: block;
}

.btn.form {
    margin: 2vh auto;
    padding: 6px 2px;
    width: 100px;
    height: 34px;
    font-size: 12px;
}

.btn-1.form:hover {
    box-shadow: inset -250px 0 0 0 var(--color-fond-opacity);
}

/*-------------Retour formulaire------------*/

#retourFormulaire {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#retourFormulaire h3 {
    text-align: center;
    margin-bottom: 50px;
}

.sansHeader {
    display: none;
}

.btn.retourAccueil {
    width: 135px;
    font-size: 16px;
    height: 40px;
    padding: 6px 4px;
}

.rondOk {
    width: 75px;
    height: 75px;
    position: relative;
    margin-bottom: 15px;
}

.rondOk img {
    position: absolute;
}
                /*--|animation retour formulaire envoyé|--*/

.contourRond {
    animation-name: animationRond;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    cursor: pointer;
    transition: transform 2s cubic-bezier(.21, 1.29, .06, 1.47) 1s;
}

@keyframes animationRond {

    0% {
        transform: scale(0.2);
    }

    85% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.contenuRond {
    animation-name: animationTic;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    cursor: pointer;
    transition: transform 2s cubic-bezier(.21, 1.29, .06, 1.47) 1s;
}

@keyframes animationTic {

    0% {
        transform: scale(0);
        transform: rotate(270deg);
    }

    85% {
        transform: scale(1.2);
        transform: rotate(-90deg);
    }

    100% {
        transform: scale(1);
        transform: rotate(0);
    }
}

/*-------------------[[Responsive]]------------------*/

@media all and (min-width: 768px) {

    .formulaireContact {
        width: 80vw;
    }

    .entreePetitCadre {
        width: 35vw;
    }

    .reseausSBlancs {
        height: 25px;
    }

    .reseauxGroup {
        width: 35vw;
    }
}

@media all and (min-width: 1024px) {

    #contact {
        padding-top: 4vh;
        min-height: 98vh;
    }

    .menuTexte.actif::after {
        left: 16px;
    }

    .formulaireContact {
        width: 65vw;
    }

    .entreePetitCadre {
        width: 30vw;
    }

    .formulaireContact button {
        font-size: 18px;
        height: 50px;
        width: 140px;
        margin-top: 2.5vh;
    }

    .reseausSBlancs {
        height: 30px;
    }

    .reseauxGroup {
        width: 30vw;
    }

    .trait.contact {
        width: 120px;
    }

    .btn.form {
        margin: 2vh auto;
        padding: 10px 4px;
        width: 120px;
        height: 44px;
        font-size: 14px;
    }
}

@media all and (min-width: 1280px) {

    #contact {
        margin-bottom: 0;
    }

    .menuTexte.actif::after {
        left: 16px;
    }

    .groupBlocContact {
        justify-content: space-between;
        width: 90vw;
    }

    .infosContact {
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: 55vh;
    }

    .formulaireContact {
        width: 50vw;
        margin: 0;
    }

    .entreePetitCadre {
        width: 22vw;
    }

    .reseausSBlancs {
        height: 30px;
    }

    .reseauxGroup {
        width: 25vw;
    }

    .trait.contact {
        width: 130px;
    }

    .groupBlocContact {
        display: flex;
        flex-direction: row;
        margin: 5vh auto 3vh auto;
        width: 80vw;
    }

    .formulaireContact label {
        font-size: 18px;
    }

    .formulaireContact input {
        font-size: 16px;
    }

    ::placeholder {
        font-size: 16px;
    }

    textarea {
        font-size: 16px;
    }
    
    .btn.form {
        margin: 2vh auto;
        padding: 10px 4px;
        width: 130px;
        height: 48px;
        font-size: 15px;
    }
}

@media all and (min-width: 1536px) {

    .menuTexte.actif::after {
        left: 19px;
    }

    .formulaireContact {
        width: 45vw;
    }

    .entreePetitCadre {
        width: 20vw;
    }

    .reseausSBlancs {
        height: 35px;
    }

    .reseauxGroup {
        width: 25vw;
    }

    .trait.contact {
        width: 150px;
    }

    .formulaireContact label {
        font-size: 22px;
    }

    .formulaireContact input {
        font-size: 20px;
    }

    ::placeholder {
        font-size: 20px;
    }

    textarea {
        font-size: 20px;
    }
    
    .btn.form {
        margin: 2vh auto;
        padding: 10px 4px;
        width: 160px;
        height: 60px;
        font-size: 16px;
    }
}

@media all and (min-width: 1920px) {

    .menuTexte.actif::after {
        left: 20px;
    }

    .formulaireContact {
        width: 45vw;
    }

    .entreePetitCadre {
        width: 20vw;
    }

    .reseausSBlancs {
        height: 40px;
    }

    .reseauxGroup {
        width: 22vw;
    }

    .trait.contact {
        width: 160px;
    }

    .formulaireContact label {
        font-size: 25px;
    }

    .formulaireContact input {
        font-size: 22px;
    }

    ::placeholder {
        font-size: 22px;
    }

    textarea {
        font-size: 22px;
    }
    
    .btn.form {
        margin: 2vh auto;
        padding: 12px 4px;
        width: 180px;
        height: 70px;
        font-size: 20px;
    }
}
