@import url("/css/navigation.css");
@import url("/css/footer.css");

@import url("/css/home.css");
@import url("/css/remorque.css");
@import url("/css/remorques.css");
@import url("/css/pour-les-pros.css");
@import url("/css/location.css");
@import url("/css/ateliers.css");
@import url("/css/le-lieu.css");
@import url("/css/blog.css");

@import url("/css/slider.css");
@import url("/css/carousel.css");
@import url("/css/modal.css");
@import url("/css/form.css");

*{font-family: 'Manrope', sans-serif; }

html {
    scroll-behavior: smooth;
}

body{
    margin: 0px;
}


.content-section-text {
    padding: 0px;

    max-width: 1200px;
    margin: auto;

    padding: 20px 250px;
}

.content-section-text h1 {
    font-size: 60px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 0px;
}

.content-section-text h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0px;
}

.content-section-text h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}


.content-section-text p, .content-section-text ul{
    font-size: 20px;
}

.content-section-text .grand-format{
    position: relative;
}

.content-section-text .grand-format .image{
    width: 100%;
}


.content-section-text .grand-format .sticker{
    position: absolute;
    right: -83px;
    top:20px;
}

@media screen and (max-width: 1000px) {
    .content-section-text{
        padding: 20px 20px;
    }

    .content-section-text .grand-format .sticker{
        width: 50px;
        right: -10px;
        top:20px;
    }


    .content-section-text h1 {
        font-size: 30px;
    }
    
    .content-section-text h2 {
        font-size: 24px;
    }
}




.centered-content{
    display: flex;
    justify-content: center;
}

.a-button{
    background-color: black;
    color: white;
    padding: 16px 30px;
    border-radius: 30px;

    font-size: 21px;
    font-weight: 800;
    text-decoration: none;

    transition: 0.3s;
}
.a-button:hover{
    background-color: white;
    color: black;
}


table{
    /* border-collapse: collapse; */
    border-radius: 5px;
    width: 100%;
    font-size: medium;
  }
  
  
table td,th {
    padding: 12.5px;
    color: #333;
}


table th {
    color: white;
    background-color: #05402F;
    font-style: bold;
    font-size: medium;
}

tbody:nth-child(even) {
    background-color: #e0e0e0;
}

tbody:nth-child(odd) {
    background-color: #d8e6d7;
}


@media screen and (max-width: 1000px) {
    .a-button{
        padding: 16px 20px;
        font-size: 18px;
    }
}





/* apropos */
.a-propos{
    background-color: #FFDE53;
}

.a-propos h1{
    text-align: center;
    margin: 20px 20px;

    font-size: 40px;
}


.a-propos p{
    margin: 30px 0px;
}

.who-arre-we-wrapper{
    padding: 80px 250px;
    font-size: 20px;
    max-width: 1200px;
    margin: 0px auto;
}   

.who-arre-we{
    /* width: 70%; */

    display: flex;
    flex-direction: row;
}

.waw-left {
    flex: 1;
}
.waw-right {
    flex: .5;
    margin: 0px 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 1000px) {
    .who-arre-we-wrapper{
        padding: 20px 20px;
    }

}

@media screen and (max-width: 1200px) {
    .who-arre-we{
        flex-direction: column;
    }
}

.rounded-image{
    width: 80%;
    /* height: 80%; */
    border-radius: 50%;
    /* object-fit: cover; */
    margin: 20px 0px;
}

.retd{
    position: relative;
    color: white;
    padding: 40px 0px;
}

.retd img{
    width: 400px;
    position: absolute;
    right: 10%;
    top: -10%;
}

@media screen and (max-width: 1200px) {
    .retd img{
        width: 200px;
        right: 10%;
        top: -2%;
    }
}

@media screen and (max-width: 1000px) {
    .retd img{
        width: 200px;
        right: -5%;
        top: -2%;
    }
}