* {
    margin: 0;
    padding: 0;
}


/* HEADER */

header {
    padding: 20px 0px;
    margin: 0 auto 0;
}

header hr {
    height: 1.5px;
    width: 100%;
    color: #858585;
}

header img {
    max-width: 5em;
    width: 100%;
}


/* PROFIL */

#profil {
    background-color: #cd3276;
    border-radius: 4px 30px 4px 30px;
    margin: 0 auto 0;
    padding: 20px;
    color: white;
    margin-bottom: 30px;
}

#profil h2 {
    font-size: 32px;
    padding: 5px 0px 7px;
}

#profil p {
    font-size: 18px;
    margin-bottom: 0px;
}

#profil .picto {
    padding: 25px 0px 0px;
}

#profil .picto img {
    margin: 0px 5px;
}

.description {
    padding-top: 20px;
}

#profil2 {
    background-color: #cd3276;
    border-radius: 4px 30px 4px 30px;
    padding: 20px;
    color: white;
    margin-bottom: 30px;
    margin: 0 auto 0;
    margin-bottom: 25px;
}

#profil2 .photo img {
    width: 100%;
    max-width: 200px;
}

#profil2 .picto img {
    padding: 0px 10px;
}

#profil2 .contact a {
    background-color: #ffffff;
    width: 70%;
    border: none;
    color: #cd3276;
    border-radius: 5px;
    font-size: 17px;
    margin-top: 20px;
    display: block;
    text-decoration: none;
    padding: 10px;
    transition: transform .2s;
}

#profil2 .contact a:hover {
    transform: scale(1.1);
}


/* TITRE */

#titre {
    margin: 35px 0px 20px;
}

#titre h3 {
    text-align: center;
    color: #cd3276;
    font-weight: 600;
    font-size: 30px;
}


/* CAMPAGNES */

#campagne .carte {
    background-color: #f1f1f1;
    padding: 35px 40px;
    margin: 0 auto 0;
    border-radius: 4px 30px 4px 30px;
    margin-top: 45px;
    margin-bottom: 25px;
}

#campagne .logos {
    margin-bottom: 30px;
}

#campagne .carte p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 28px;
}

#campagne a {
    background-color: #cd3276;
    width: 85%;
    border: none;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    text-decoration: none;
    padding: 10px;
}

#campagne a:hover {
    background-color: #9b1851;
}

#bouton-mobile {
    display: none;
}


/* CARTE2 */

#campagne .carte2 {
    background-color: #f1f1f1;
    padding: 35px 40px;
    margin: 0 auto 0;
    border-radius: 4px 30px 4px 30px;
    border: 2px solid #cd3276;
}

#campagne .carte2 p {
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 28px;
}


/* BOUTON INTERESSER */

#bouton-contact .bouton {
    margin: 0 auto 0;
    margin-top: 30px;
}

#bouton-contact .bouton a,
#bouton-contact .bouton button {
    background-color: #ffffff;
    display: block;
    text-decoration: none;
    width: 65%;
    border: 2px solid #cd3276;
    color: #cd3276;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    transition: transform .2s;
}

#bouton-contact .bouton a:hover,
#bouton-contact .bouton button:hover {
    transform: scale(1.1);
}


/* BOUTON INTERESSER L2 */

#bouton-contact .boutonl2 {
    margin: 0 auto 0;
    margin-top: 30px;
}

#bouton-contact .boutonl2 a {
    background-color: #ffffff;
    display: block;
    text-decoration: none;
    width: 65%;
    border: 2px solid #cd3276;
    color: #cd3276;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    transition: transform .2s;
}

#bouton-contact .boutonl2 a:hover {
    transform: scale(1.1);
}


/* FOOTER */

#footer {
    margin-top: 20px;
}

#footer hr {
    height: 1.5px;
    width: 100%;
    color: #858585;
}

#footer p {
    text-align: center;
    padding-top: 10px;
    color: rgb(105, 105, 105);
    font-size: 12px;
}

/* Popup form */
#form{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.85);
}
#form.open{
    display: flex;
}
#form > .form_place{
    position: relative;
    display: inline-block;
    width: 500px;
    height: auto;
    text-align: center;
}
#form form{
    width: 100%;
    padding: 25px;
    background-color: #ffffff;
}
#form form > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
#form form > div > label{
    font-size: 14px;
    font-weight: 700;
}
#form form > div > input{
    height: 42px;
    width: 280px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #666;
}
#sub_form{
    width: 100%;
    height: 42px;
    text-align: center;
    background-color: #cd3276;
    color: #ffffff;
    border: none !important;
    border-radius: 5px;
    cursor: pointer;
}
#sub_form:hover{
    background-color: #9b1851;
}
#form iframe{
    width: 100%;
    height: 24px;
}
#form > .form_place > button{
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

/* RESPONSIVE */

@media screen and (max-width: 990px) {
    #campagne .carte {
        background-color: #f1f1f1;
        padding: 35px 25px;
    }
    #campagne .carte p {
        font-size: 14px;
    }
    #campagne .carte2 {
        background-color: #f1f1f1;
        padding: 35px 25px;
    }
    #campagne .carte2 p {
        font-size: 14px;
    }
    #bouton-contact .bouton a {
        width: 85%;
    }
    .description {
        padding-top: 0px;
    }
    .photo img {
        max-width: 190px;
        width: 100%;
    }
    #profil2 .description h2 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 740px) {
    #profil .description {
        text-align: center;
    }
    #profil .photo img {
        max-width: 150px;
        width: 100%;
    }
    #profil .photo {
        display: flex;
        justify-content: center;
    }
    #profil h2 {
        font-size: 28px;
        padding: 5px 0px 0px;
    }
    #profil p {
        font-size: 16px;
    }
    #profil .picto {
        padding: 16px 0px 0px;
    }
    #titre {
        margin: 10px 0px 10px;
    }
    #titre h3 {
        font-size: 26px;
    }
    #bouton-contact {
        display: none;
    }
    #bouton-mobile {
        display: flex;
        justify-content: center;
        margin-bottom: 45px;
    }
    #bouton-mobile a {
        background-color: #ffffff;
        width: 70%;
        border: 2px solid #cd3276;
        color: #cd3276;
        border-radius: 5px;
        font-size: 16px;
        height: 45px;
        font-weight: 600;
    }
    #bouton-mobile a {
        color: #cd3276;
        text-decoration: none;
    }
    #campagne .carte {
        padding: 35px 30px;
    }
    #campagne .carte2 {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 430px) {
    #profil h2 {
        font-size: 26px;
    }
    #profil p {
        font-size: 13px;
    }
    #titre h3 {
        font-size: 23px;
    }
    #campagne .carte p {
        font-size: 13px;
    }
    #campagne .carte2 p {
        font-size: 13px;
    }
    #bouton-mobile a {
        font-size: 14px;
    }
    #footer {
        margin-top: 0px;
    }
}