* {
    box-sizing: border-box;
}

:root {
    --color1: #D89584;
    --color2: #f4f4f4;  
}

body {
    margin:0;
    font-family: Arial;
    line-height: 1.5;
}


iframe {
    width: 100%;
    border: none;
    height: 350px;
}

div.cover {
    background: url(cover_overlay.png) no-repeat center/100% 100%, url(cover.jpg) no-repeat center/cover;
    height: 360px;
    position:relative;
}


div.cover2 {
    background: url(body.jpg) no-repeat center/cover;
    height: 800px;
   /* position:relative;*/
}

div.cover2col {
    color: white;
}


div.cover3 {
    background: url(body.jpg) no-repeat center/cover;
    height: 2680px;
   /* position:relative;*/
}

div.cover3col {
    color: white;
}


div.cover4 {
    background: url(body.jpg) no-repeat center/cover;
    height: 800px;
   /* position:relative;*/
}

div.cover4col {
    color: white;
}

img.cover-profile {
    height: 100px;
    position: relative;
    left: 43%;
    margin-left: -70px;
    margin-top: 50px;
    
}


div.cover2col {
    color: white;
}


img.cover-profile {
    height: 50px;
    position: relative;
    left: 49%;
    margin-left: -70px;
    margin-top: 50px;
    
}

h1 {
    color: white;
    text-align: center;
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 0px;
}

div.cover p {
    color:lightgrey;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
   
}

div.cover-contact {
   /* background-color: #ff000080;*/
    position: absolute;
    top: 20px;
    left: 10px;
    border-left: 4px solid var(--color1);
    padding-left: 8px;
}

div.cover-contact p {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px; 
}


div.Prestation-contact {
    position: absolute;
    top: 60px;
    right: 40px;
    border-right: 4px solid var(--color1);
    padding-right: 8px;  
    
}


div.Prestation-contact * {
    color: rgb(125, 164, 242);
    font-size: 18px;
}

div.cover-contact p:first-child {
    margin-bottom: 14px; 
}

div.cover-contact * {
    color: white;
    font-size: 14px;
}

a.contact-button {
    color: var(--color1);
    border: 3px solid var(--color1);
    padding: 8px 25px;
    text-decoration: none;
    background-color:#00000040;
    display: inline-block;
    margin-top: 15px;
    font-size: 14px;
}

a.contact-button-portfolio {
    position: absolute; 
    right:20px;
    top: 5px;
}

a.contact-button:hover {
    color: white;
    border: 3px solid white;
    /*padding: 30px 40px 80px 40px ;*/
}

.section {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow:auto
}

div.section-grise1 {
    background: url(triangle2white.svg)no-repeat center bottom -1px/100%;
    background-color: var(--color2);
    padding-bottom: 70px;
}

div.section-grise2 {
    background: url(triangle1white.svg)no-repeat center top/100%;
    background-color: var(--color2);
    padding-top: 80px;
}   

h2 {
    text-align: center;
    font-size: 34px;
    margin-top: 0px;
}

div.separateur {
    background-color: #979797;
    height: 1px;
    width: 150px;
    position: relative;
    left : 50%;
    margin-left: -75px;

}

div.section-grise1 p {
    font-size: 22px;
    color: #656565;
    text-align: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;    
}

img.col-contenu {
    width: 40%;
}

div.col-contenu {
    width: 60%;
    padding-left: 16px;
}

.float-right {
    float: right;
}
/*
p.texte-avec-ligne-verticale {
    margin-top: 0px;
    border-left: 4px solid var(--color1);
    padding-left: 8px;
    height: 50px;
    display: inline-block;    
}*/

div.texte-avec-ligne-verticale {
    border-left: 4px solid var(--color1);
    padding-left: 8px;
    height: 50px;
    display: inline-block;    
}

div.texte-avec-ligne-verticale p {
    margin-top: 0;
}

div.barre-verticale {
    height: 50px;
    width: 4px;
    background-color: var(--color1);
    margin-right: 8px;
}


.col-portfolio {
    width:47%;
}

div.frame {
    margin: 30px 50px;
    padding: 20px 30px;
    background-color: white;
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1);
}

p.frame-title {
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}


div.frame img {
    width: 70px;
}

/*portfolio*/
.portfolio-header {
    height: 90px;
    background: url(header.jpg) no-repeat center/cover;  
    position: relative;  
}


.portfolio-header-title {
    font-size: 26px;
    font-weight: bold;
    color: white;
    padding-top: 4px;
    padding-left: 8px;
}


h1.portfolio {
    font-size: 46px;
    color: black;
    line-height: 1;
    padding-top: 10px;
}


h2.portfolio {
    font-size: 26px;
    color: black;
    font-weight: normal;
    margin-bottom: 0;
}


a.portfolio-back {
    color: var(--color1);
    margin-left: -10px;
}


img.portfolio {
    width: 70%;
    max-width: 475px;
}

.display-mobile {
    display: none;
}


    /*responsable DESIGN*/
@media only screen and (max-width: 767px) {
    img.cover-profile {
        height: 50px;
        margin-top: 75px;
    }
        

    div.Prestation-contact {
        position: absolute;
        top: 60px;
        right: 40px;
        border-right: 4px solid var(--color1);
        padding-right: 8px;  
        
    }


    div.Prestation-contact * {
        color: rgb(125, 164, 242);
        font-size: 18px;
    }

    h1 {
        font-size: 38px;
        margin-top: 6px;
        margin-bottom: 0px;
    }

    div.cover p {
        margin-top: 2px;
        font-size: 13px;   
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }


    div.section-grise1 {
        padding-bottom: 40px;
    }


    h2 {
        font-size: 30px;
    }


    img.col-contenu {
        width: 100%;    
    }


    div.col-contenu {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }


    .col-portfolio {
        width: 100%;
        margin-bottom: 20px;
    }

    div.frame {        
        margin: 0px 0px;
        padding: 0px 0px; 
        box-shadow: none;          
    }

   
    div.frame img {
        width: 70px;        
    }      


    /* POSTFOLIO MOBILE*/                
    .portfolio-header-title {
        font-size: 19px;
        padding-top: 10px;
        padding-left: 4px;
    }
        
    a.contact-button {
        padding: 7px 12px;
        margin-top: 22px;
        font-size: 12px;
    }
    

    a.contact-button-portfolio {
        right: 12px; 
    }
    

    h1.portfolio {
        font-size: 40px;
    }


    h2.portfolio {
        font-size: 22px;
    }

    
    img.portfolio {
        width: 100%;
        
    }

    .dysplay-mobile {
        display: block;
    }

   
}   
