/*
GLOBAL
*/
@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold.ttf) format("opentype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Medium.ttf) format("opentype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular.ttf) format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Light.ttf) format("opentype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Thin.ttf) format("opentype");
    font-style: normal;
    font-weight: 100;
}

body{
    font-size : 16px;
    line-height: 22px;
    font-family: "Montserrat";
    font-weight: 400;
    color: #444;
    text-align: center;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

/*
TITLES, LISTS & LINKS
*/
.titre--big{
    font-size : 32px;
    font-weight: 700;
    color:rgb(255, 145, 0);
    margin-top: -30px;
}

.titre--medium{
    font-size : 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
    opacity: 10%;
}

.titre--regular{
    font-size : 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: transparent;
    margin: 0 0 5px 0;
}

.titre--small{
    font-size : 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.paragraph--gras{
    font-weight: 700;
}

.paragraph--bold{
    font-size : 10px;
    font-weight: 700;
    color: rgb(68, 68, 68, 0.1);
    margin: -20px 0 0 0;
}

.paragraph--mini{
    font-size : 10px;
    font-weight: 300;
}

.link{
    display: block;
    text-decoration: none;
}

.projets__el-a{
    text-decoration: none;
}

.projets__el-a > .titre--regular{
    -webkit-text-stroke: 0.5px rgb(255, 145, 0);
}

.projets__el-a:hover{
    -webkit-text-fill-color: rgb(255, 145, 0);
}

.link--email{
    font-weight: 100;
    color: #444;
}

.presentation{
    text-align: center;
}

ul{
    list-style: none;
    padding-left: 0%;
    display: inline-block;
    text-align: left;
    max-width: 250px;
}

a:hover{
    color: rgb(255, 145, 0);
}

a:active{
    color: rgb(0, 145, 255);;
}

span{
    padding-right: 2px;
}

mark {
    background-color: rgb(255, 145, 0);
    font-weight: 700;
}

/*
HEADER & FOOTER
*/
.nav, .cursor{
    display: none;
}

.footer{
    margin-top: -16px;
    margin-bottom: 25px;
}

/*
SECTIONS
*/
.section{
    margin-bottom: 100px;
}

.section--services{
    margin-top: 150px;
}

.section--contact{
    margin-bottom: 50px; 
}

.services__list{
    justify-content: center;
}
  
.services__list-el{
    margin-bottom: 40px; 
}
  
.picto{
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    justify-content: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent : 150%;
    overflow: hidden;
}
  
.picto--graphisme{
    background-image: url(images/graphisme.svg);
}
  
.picto--drone{
    background-image: url(images/drone.svg);
}
  
.picto--rs{
    background-image: url(images/rs.svg);
}
  
.picto--numérique{
    background-image: url(images/numerique.svg);
}

/*
IMAGES
*/
.photo{
    width: 250px;
    margin-top: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1px;
}

.signature{
    width: 110px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
}

/*
PROJETS
*/
.namedate{
    display: flex;
    justify-content: space-between;
}

.trait{
    overflow: hidden;
    text-indent: -300px;
    border-top: 1px solid #444;
    width : 250px;
}

/*
CONTACT
*/
.reseaux{
    list-style: none;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
}

.reseaux__el{
    margin: 10px;
}

.reseaux__el a{
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-image: url(images/icon-linkedin.svg);
    background-position: center;
    background-size: contain;
    display: inline-block;
    white-space: nowrap;
    text-indent : 150%;
    overflow: hidden;
}

.reseaux__el--instagram a{
    background-image: url(images/icon-instagram.svg);
}

.reseaux__el--facebook a{
    background-image: url(images/icon-facebook.svg);
}

.reseaux__el--youtube a{
    background-image: url(images/icon-youtube.svg);
}

.reseaux__el a:hover{
    background-color: rgb(255, 145, 0);
    transform: scale(1.4) rotate(360deg);
    transition-duration: 0.2s;
}

@media (min-width: 600px){
    /*
    TITLES, LISTS & LINKS
    */
    .titre--big{
        font-size : 45px;
        margin-top: -35px;
    }

    .titre--medium{
        font-size: 23px;
        letter-spacing: 2px;
    }

    .titre--regular{
        font-size: 32px;
        margin: 5px 0 12px -2px;
    }

    .titre--small{
        font-size: 23px;
        line-height: 27px;
    }

    .br--none{
        display: none;
    }

    ul{
        max-width: none;
    }

    /*
    SECTIONS
    */
    .section--services{
        margin-top: 175px;
    }

    .services__list{
        width: 560px; 
    }

    .services__list-el {
        display: flex;
        align-items: flex-start; 
    }         

    .picto{
        margin: 25px 20px 0px 0px;
    }

    /*
    IMAGES
    */
    .photo{
        width: 350px;
    }

    .signature{
        width: 125px;
    }

    /*
    PROJETS
    */
    .trait {
        width: 560px;
    }

    /*
    CONTACT
    */
    .reseaux{
        max-width: 250px;
        padding-left: 0px;
        padding-right: 50px;
    }

    .reseaux__el{
        margin: 20px;
    }
}

@media (min-width: 1100px){
    /*
    GLOBAL
    */
    html, a:hover{
        cursor: none;
    }

    .cursor{
        display: block;
        width: 40px;
        height: 40px;
        background-color: transparent;
        position: absolute;
        pointer-events: none;
        text-indent: 300%;
        overflow: hidden;
        z-index: 1000;
    }

    .cursor::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 5px;
        height: 5px;
        background-color: #444;
    }
    
    .expand {
        animation: Anim .5s;
        background: rgb(68, 68, 68, 0.1);
    }
    
    @keyframes Anim {
        0%{
            transform: scale(1);
        }
        50%{
            transform: scale(2);
        }
        100%{
            transform: scale(1);
            opacity:0;
        }
    }

    /*
    TITLES, LISTS & LINKS
    */
    .titre--big{
        font-size: 90px;
        position: relative;
        margin-top: -328px;
        margin-left: 58px;
    }

    .titre--medium{
        margin-bottom: 100px;
    }
        
    .titre--regular{
        font-size: 75px;
        margin: 25px 0 35px -4px;
    }

    .paragraph{
        font-size : 16px;
    }

    .paragraph--mini, .paragraph--bold{
        font-size : 10px;
    }

    .projets__el-a > .titre--regular{
        -webkit-text-stroke: 1px rgb(255, 145, 0);
    }

    .presentation{
        margin-top: 41px;
        margin-left: 465px;
    }

    span{
        padding-right: 5px;
    }

    /*
    HEADER & FOOTER
    */
    .nav{
        display: flex;
        position: fixed;
        margin: 0 0 0 50px;
    }

    .nav__list-link{
        font-size: 12px;
        font-weight: 300;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
        color: #444;
        writing-mode: vertical-lr;
        transform: scale(-1);
        height: 98px;
        display: flex;
        justify-content: space-around;
    }

    .footer{
        margin-bottom: 25px;
    }

    /*
    SECTIONS
    */
    .section--services{
        margin-top: 200px;
    }

    .services__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 40px; 
        width: 950px;
        margin-left: auto;
        margin-right: auto;
    }
      

    /*
    IMAGES
    */
    .photo{
        transform: translateX(-75%);
        margin-top: 20vh;
        box-shadow: -35px 35px rgb(255, 145, 0);
    }

    .signature{
        width: 200px;
        position: relative;
        margin-top: -44px;
        left: 30px;
    }

    /*
    PROJETS
    */
    .trait{
        width : 950px;
    }
}