@font-face {
    font-family: 'AlexisThomas';
    src: url('../fonts/AlexisThomas.ttf');
}
@font-face {
    font-family: 'Nexa-Triak-RegularItalic';
    src: url('../fonts/Nexa-Trial-RegularItalic.ttf');
}
    @font-face {
    font-family: 'KanopsiBrazil-Regular';
    src: url('../fonts/KanopiBrazil-Regular.otf');
}    
@font-face {
    font-family: 'Santan Kelapa';
    src: url('../fonts/Santan_Kelapa.ttf');
}

body {
    background-color: rgb(255, 101, 101);
    margin: 0;
}

body header {
    background: no-repeat center center / cover url('../images/banner.jpg');
    height: 700px;
    position:relative;
    

}



.pdp {
    max-width: 250px;
    max-height: 250px;
    position: absolute;
    top: 25%;
    border-image-width: 3px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.presentation {
    text-align: center;
    margin: 20px 100px 50px 150px;
}

.milieu div {
    margin: 50px;
}

.box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-style: inset;
    border-color: rgb(67, 67, 67);
    background-color: white;
    box-shadow: 0 10px 40px black;
}

.box .article h3{
    font-weight: 800;
}

.box .article p {
    width: 100%;
    height: auto;
    margin: 10px;
    font-family: 'Nexa-Triak-RegularItalic';
    font-size: 1.10em;
    text-align: center;
}

.article{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.maximages{
    width: 45%;
    height: 45%;
    margin: 2%;
}

.presentation h1{
    font-family: "KanopsiBrazil-Regular";
    font-size: 2em;
    color: white;
}

.presentation h2{ 
    font-family: "AlexisThomas", sans-serif;
    font-size: 5em;
    color: white;
}

h3 {
    font-size: 2em;
  	text-align: center;
}

h6 {
    font-size: 1.5em;
    transform: translatey(50%);
    color: white;
    font-family: "Santan Kelapa";
}

#sousligné{
    text-decoration-line:underline;
}
::-webkit-scrollbar {
    width: 12px;
  }
  
::-webkit-scrollbar-track {
    background: rgb(255, 255, 255);
  }
  
::-webkit-scrollbar-thumb {
    background-color: rgb(24, 24, 24);
    border-radius: 20px;
    border: 3px solid rgb(255, 255, 255);
}

hr {
    color: rgb(44, 42, 42);
}

.container{
    max-width: 1170px;
    margin: auto;
}

.footer{
    background: rgb(44, 42, 42);
    padding: 0 70px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.footer-col{
    width: 25%;
    padding: 0 15px;
}

.footer-col h4{
    font-size: 18px;
    color: white;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background: rgb(255, 238, 0);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col ul{
    list-style: none;
}

.footer-col ul li a{
    font-size: 1.25em;
    text-decoration: none;
    color: white;
    display: block;
    transition: all .3s ease;
}

.footer-col ul li a:hover{
    color: white;
    padding-left: 6px;   
}

.footer-col .social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: rgb(255, 255, 255,.2);
    margin: 0px 10px 10px 0px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    color: white;
    font-size: 1.5em;
    transition: all .5s ease;
}

.footer-col .social-links a:hover{
    color: #24262b;
    background: white;
}

@media screen and (min-width: 1024px) {
    .article{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 45%;
    height: auto;
    }

    .box .article p {
        width: 100% ;
        height: auto;
        justify-content: left;
    }
    
    .maximages{
        width: 35%;
        margin: 2%;
    }
    
    .presentation h1{
        font-family: "KanopsiBrazil-Regular";
        font-size: 2em;
        color: white;
    }

    .box{
        justify-content: left;
        align-items: center;
    }
}
