* {
    box-sizing: border-box;
}

:root {
    --color1: #D89584;
    --color2: #F4F4F4;
    --color3: #656565;
}

body{
    margin: 0;
    font-family: Arial;
    line-height: 1.5;
}

iframe {
    width: 100%;
    height: 400px;
    border: none;
}

div.cover {
    background: url(cover_overlay.png) no-repeat center/100% 100%,url(cover.jpg) no-repeat center/cover;
    height: 650px;
    position: relative;
}

img.cover-thycoon {
    height: 250px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 2px solid lightgray;
    margin-left: auto;
    margin-right: auto;
}

img.profil {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 2px solid lightgray;
    margin-left: auto;
    margin-right: auto;    
}

img.profil_2 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 2px solid lightgray;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-height: 200px;
}

h1 {
    text-align: center;
    color: white;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 0px;
}

h2 {
    text-align: center;
    font-size: 34px;
    margin-top: 10px;
}

div.cover p {
    text-align: center;
    color: lightgray;
    margin-top: 8px;
    font-size: 14px;
}

div.cover-links {
    /*background-color: #ff000080;*/
    position: absolute;
    top: 20px;
    left: 10px;
    border-left: 4px solid var(color1);
    padding-left: 8px;
}

div.cover-links p {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.cover-links p:first-child {
    margin-bottom: 14px;
}

div.cover-links * {
    color: white;
    font-size: 14px;
}

a.contact-button {
    color: var(--color1);
    border: 3px solid var(--color1);
    padding: 8px 20px;
    text-decoration: none;
    background-color: #00000040;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;    
    font-size: 14px;     
}

a.contact-button:hover {
    color: white;
    border: 3px solid white;
}

.section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}

div.section p {
    padding-left: 20px;;
}

div.section-grise1 {            
    background: url(triangle2white.svg) no-repeat center bottom -1px/100%;
    background-color: var(--color2);
    padding-bottom: 80px;
}

div.section-grise2 {            
    background: url(triangle1white.svg) no-repeat center top/100%;
    background-color: var(--color2);
    padding-top: 80px;
}

div.section-grise-experience {            
    background: url(triangle2white.svg) no-repeat center bottom -1px/100%;
    background-color: var(--color2);
    padding-bottom: 80px;
    height: 300px;
    padding-top: 20px;
}

div.separateur {
    width: 150;
    height: 1px;
    background-color: #979797;   
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
}

div.section-grise1 p {
    text-align: center;
    font-size: 22px;
    color: var(--color3);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

img.col-contenu {
    width: 40%;
}

div.col-contenu {
    width: 60%;
    padding-left: 16px;
}

.float-right {
    float: right;
}

div.texte-avec-ligne-verticale {
    border-left: 4px solid var(--color1);
    padding-left: 8px;
    height: 50px;;
    display: inline-block;
}

div.texte-avec-ligne-verticale-experience {
    border-left: 4px solid var(--color1);
    padding-left: 8px;
    height: 45px;;
    display: inline-block;
    margin-left: 16px;
    margin-top: 12px;
}

div.texte-avec-ligne-verticale-experience p {
    margin-top: 0;
}

div.texte-avec-ligne-verticale p {
    margin-top: 0;
}

div.barre-verticale {
    width: 4px;
    height: 50px;
    background-color: var(--color1);
    margin-right: 8px;
}

div.frame {
    margin:30px 50px;
    padding: 20px 30px;
    background-color: white;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
}

div.frame p {
    padding-left: 20px;
}

p.frame-title {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

/* EXPERIENCES PRO */
div.experience-header {
    height: 90px;
    background: url(cover.jpg) no-repeat center/cover;
    position: relative;
}

.experience-header-title {
    font-size: 26px;
    font-weight: bold;
    color: white;
    padding-top: 4px;
    padding-left: 8px;
}

h1.experience {
    font-size: 46px;
    color: black;
    line-height: 1;

}

h2.experience {
    font-size: 22px;
    color: black;
    font-weight: normal;

}

p.experience-frame-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

div.frame-experience {
    margin: 30px 50px;
    padding: 20px 30px;
    background-color: white;
    box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.1);
    text-align: justify;
}

a.experience-back {
    color: var(--color1);
    margin-left: -10px;
}

/* RESPONSIVE DESIGN */
@media only screen and (max-width: 768px) {
    
    div.cover {
        background: url(cover_overlay.png) no-repeat center/100% 100%,url(cover.jpg) no-repeat center/cover;
        height: 300px;
    }
    
    img.cover-thycoon {
        height: 110px;
        margin-top: 40px;
    }

    h1 {
        font-size: 24px;
        margin-top: 6px;
        margin-bottom: 0px;
    }

    h2 {
        font-size: 15px;
        margin-top: 5px;
    }

    img.profil {
        max-width: 200px;
        display: block;
        margin: 0 auto;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        border: 1px solid lightgray;        
    }

    img.profil_2 {
        max-height: 100px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        border: 1px solid lightgray;
    }

    img.col-contenu {
        width: 100%;
    }

    div.col-contenu {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }

    div.cover p {
        margin-top: 2px;
        font-size: 12px;
    }

    a.contact-button {
        padding: 5px 10px;
        margin-top: 5px;
        margin-bottom: 10px;    
        font-size: 10px;     
    }

    .section {
        padding-left: 10px;
        padding-right: 10px;
    }

    div.section p {
        padding-left: 15px;
        padding-right: 15px;
    }

    div.section-grise1 { 
        padding-bottom: 40px;
    }

    div.section-grise2 {   
        padding-top: 60px;
    }
    
    div.cover-links {
        top: 10px;
        left: 5px;
        padding-left: 8px;
    }

    div.cover-links p {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    div.cover-links p:first-child {
        margin-bottom: 6px;
    }

    div.cover-links * {
        color: white;
        font-size: 10px;
    }

    div.section-grise1 p {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
        max-width: 300px;
    }

    div.separateur {
        width: 100px;
        height: 1px;
        left: 50%;
        transform: translateX(-50%);
    }

    div.texte-avec-ligne-verticale {
        border-left: 2px solid var(--color1);
        padding-left: 2px;
    }

    

    div.barre-verticale {
        width: 2px;
        height: 50px;
        background-color: var(--color1);
        margin-right: 5px;
    }

    div.texte-avec-ligne-verticale p {
        font-size: 13px;
    }

    div.frame {
        margin:10px 20px;
        padding: 10px 15px;
        background-color: white;
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    div.frame p {
        padding-left: 5px;
        font-size: 12px;
    }

    p.frame-title {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    div.section p {
        padding-left: 10px;
        font-size: 12px;
    }

    a {
        font-size: 12px;
    }

    /* EXPERIENCES PRO */
    .experience-header-title {
        font-size: 18px;
        padding-top: 2px;
        padding-left: 4px;
    }

    div.texte-avec-ligne-verticale-experience {
        border-left: 2px solid var(--color1);
        padding-left: 2px;
        height: 35px;;
        display: inline-block;
        margin-left: 15px;
        margin-top: 10px;
    }

    h1.experience {
        font-size: 18px;
    }

    h2.experience {
        font-size: 14px;
    }

    p.experience-frame-title {
        font-size: 16px;
        margin-top: 2px;
        margin-bottom: 8px;
    }

    div.frame-experience {
        margin: 10px 20px;
        padding: 15px 10px;
        box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
    }

    a.experience-back {
        margin-left: -5px;
    }

    div.section-grise-experience {            
        background: url(triangle2white.svg) no-repeat center bottom -1px/100%;
        background-color: var(--color2);
        padding-bottom: 80px;
        height: 160px;
        padding-top: 20px;
    }
}
            