* {
    box-sizing: border-box;
}


body {
    /* image de background pour le site */
    background-color: rgba(96, 8, 120, 0.979);
    margin: 0;
    font-family: Helvetica;

}

iframe {
    width: 100%;
    border: none;
    height: 240px;

}

.section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}

/* left-side */
.left-side {
    width: 40%;
    margin-bottom: calc(12% - 85px);
}

.peinture {
    display: flex;
    flex-direction: column;
    width: calc(40% - 25px);
    height: calc(40% - 25px);
    margin: 15px;
    margin-left: calc(50% - 120px);
}

.peinture:hover {
    transform: scale(1.8);
    position: relative;
    margin-top: 120px;
    z-index: 0;
}

/* right-side*/
.float-right {
    float: right;
}

.right-side {
    width: 60%;
    margin-top: calc(-50% - 120px);
}

/* h1 et h2 */
.titre1 h1 {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #ffffff;
    font-family: Helvetica;
    font-size: 54px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: auto;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px #fcf9f9, 2px 2px 10px #ffa807;
}

.titre1 h2 {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #ffffff;
    font-family: Helvetica;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: auto;
    text-shadow: 2px 2px 4px #fcf9f9;
}

.titre1 h3 {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #ffffff;
    font-family: Helvetica;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: auto;
    text-shadow: 2px 2px 4px #fcf9f9;
}

/* paragraphes */
.titre2 h2 {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #c7bebe;
    font-family: Helvetica;
    font-size: 36px;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 2px 2px 10px #000000, -2px -2px 10px #000000;
}

.titre2 h3 {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #c7bebe;
    font-family: Helvetica;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 5px;
    margin-top: auto;
    text-shadow: 2px 2px 10px #000000, -2px -2px 10px #000000;
}

.titre2 h4 {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #c7bebe;
    font-family: Helvetica;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: auto;
    text-shadow: 2px 2px 10px #000000, -2px -2px 10px #000000;
}

.titre2 p {
    font-size: 28px;
    color: #fcf9f9;
    text-align: left;
    font-family: Helvetica;
    letter-spacing: 1px;
    text-shadow: 2px 2px 10px #000000, -2px -2px 10px #000000;
    margin-top: auto;

}

/* Contact frame */

.contact_frame {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

div.frame {
    margin: 10px 10px;
    /*padding: 10px 20px;*/
    background-color: rgba(115, 111, 111, 0.603);
    border: 2px solid #ffffff;
    border-radius: 20px;

}

p.frame-title {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
}

div.frame img {
    width: 100px;
}

div.frame-texte {
    color: #ffffff;
    font-size: 24px;
}

/* responsive desing */

/* RESPONSIVE DESIGN: MOBILE */
@media only screen and (max-width: 768px) {
    img.cover-profile {
        height: 90px;
        margin-top: 75px;
    }
}