@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto";
}
html,body{
    width: 100%;
}
a{
    color: rgb(59, 59, 59);
}
p{
    line-height: 1.5em;
}
@media (min-width:0px) and (max-width:1025px)  { /* smartphone et tablette petit format */
    #carousel{
        height: 56vw;
        width: 85vw;
    }
    .parag_accueil, .lien_service{
        width: 100%;
    } 
}
@media (min-width:1025px)  { /* autres */
    #carousel{
        height: 35vw;
        width: 53vw;
    }
    .parag_accueil, .lien_service{
        width: 66%;
    } 
}
#carousel{
    position: relative;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#contenant_carousel{
    width: 100%;
    overflow: auto;
}
.carousel_fleche{
    position: absolute;
    z-index: 50;
    height: 100%;
    width: 200px;
    opacity: 0;
    background-size: 40px;
    background-repeat: no-repeat;
}
.carousel_fleche:hover{
    opacity: 0.7;
    cursor: pointer;
}
#carousel_gauche{
    background-image: url("images/carousel/fleche_gauche.png");
    left: 0px;
    background-position: center left 10%;
}
#carousel_droite{
    background-image: url("images/carousel/fleche_droite.png");
    right: 0px;
    background-position: center right 10%;
}
.images_carousel{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#images_carousel_6{
    left: -100%;
}
#images_carousel_2{
    left: 100%;
}
#images_carousel_3,#images_carousel_4,#images_carousel_5{
    display: none;
}
.main{
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}
#main_index{
    margin-top : 100px;
}
.parag_accueil{
    font-size: 1.2em;
    margin-bottom: 1em;
}
.liens_services{
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.liens_services a{
    font-size: 1.2em;
}
#liens_portfolio{
    margin-top: 0.5em;
}
#main_propos, #main_temoignage, #main_portfolio, #main_contact{
    margin-top : 4em;
}
.titre{
    margin-bottom: 25px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
