@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&family=Poppins:wght@400;500;600;700&family=Teko:wght@500&display=swap");*{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}.baniere{background:linear-gradient(rgba(0,0,0,.5),#D0D3D4),url(/static/image/Banniere.png) 50%/cover no-repeat;height:100vh}.logo img{width:14vw;min-width:100px;position:absolute;top:4%;left:10%}.baniere-text{text-align:center;color:#fff;padding-top:300px}.baniere-text h1{font-size:10vw;font-family:Teko,sans-serif}.baniere-text p{font-size:20px;font-style:italic}.baniere-text a:link,.baniere-text a:visited{color:rgb(255,255,255);background-color:transparent;text-decoration:none}.baniere-text a:hover{color:red}.baniere-text a:active,.baniere-text a:hover{background-color:transparent;text-decoration:underline}.baniere-text a:active{color:rgb(255,255,255)}.baniere_btn{text-align:center;margin-top:20px;display:block}.baniere_btn a{width:150px;text-decoration:none;display:inline-block;margin:0 10px;padding:12px 0;color:#fff;border:1px solid #fff;position:relative;z-index:1;transition:color .6s ease-in;justify-content:space-around}.baniere_btn a span{width:0;height:100%;background:#fff;position:absolute;top:0;left:0;z-index:-1;transition:.6s ease-in}.baniere_btn a:hover span{width:100%}.baniere_btn a:hover{color:#000}.titre-text{padding-bottom:70px;text-align:center}.titre-text p{margin:auto;font-size:20px;color:#525252;font-weight:700;opacity:.5;position:relative;z-index:1;display:inline-block}.titre-text p:after{content:"";background:linear-gradient(#525252,#fff);height:40px;width:60px;position:absolute;top:-20px;left:0;z-index:-1;transform:rotate(-10deg);border-bottom-right-radius:40px;border-top-left-radius:40px}.titre-text h1{font-size:50px}.contact{padding:100px 0 20px;background:#FCF3CF;position:relative}.pied-page{width:80%;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap}.pied-d,.pied-g{flex:1 1;min-width:250px;padding:10px;margin-bottom:20px}.pied-d{text-align:right}.pied-page h1{margin:10px 0}.fa-brands,.fa-solid,.pied-d .fa-regular,.pied-g .fa-regular{margin-right:10px;font-size:20px;color:#525252}.img-footer{max-width:470px;opacity:.2;position:absolute;left:49.39%;top:30%;transform:translate(-50%,-50%);transition:.6s ease-in}.img-footer:hover{transform:translate(-50%)}#scroll_to_top{position:fixed;width:30px;height:30px;bottom:40px;right:20px;border-radius:10px;align-items:center;background:#fff;justify-content:center;text-align:center}#scroll_to_top .fa-solid{margin:20%}img{max-width:100%;height:auto}@media screen and (max-width:768px){.baniere-text h1{font-size:8vw}.baniere-text p{font-size:4vw}.baniere{height:80vh}.pied-d,.pied-g{text-align:center}}