@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::selection {
    background-color: #f6f7eb;
    color: #e94f37;
}
.par{
    height: 1000px;
}
html{
    scroll-behavior: smooth;
}
body {
    opacity: 1;
    animation: fade 0.6s ease-in-out forwards;
    font-family: 'Raleway', sans-serif;
}
@keyframes fade {
    0% { opacity: 0.4; }
    100% { opacity: 1; }
  } 
p{
    color: #000000;
}
.titre{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 80px 0;
    width: 100%;
}
.titre h1{
    text-align: center;
    width: 96%;
    font-size: 3em;
    color: #e94f37;
    border: 1px solid #c4c4c4;
    border-radius: 15px;
    padding: 30px 0;
}
ul{
    list-style-type: none;
}
ul li a {
    text-decoration: none;
    color:#000000;
}

/*Pour toutes les pages*/
/*Boutton pour remonter*/
#scrollToTopBtn {
    display: none; 
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #f6f7eb;
    color: #e94f37;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    transition: opacity 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.297);
  }
  
/*Cookie*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fffffff2;
    padding: 20px;
    text-align: center;
    display: none;
  }
  
  .cookie-banner.show {
    display: block;
  }
  
  .cookie-buttons {
    margin-top: 10px;
  }
  
  .cookie-button {
    background-color: #0c8010;
    color: white;
    padding: 10px 20px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 300;
    border-radius: 5px;
  }
  .cookie-button:hover {
    background-color: #0f9b14;
  }
  .cookie-link {
    background-color:  #ab0a0a;
    color: white;
    border-radius: 5px;
    padding: 9px 22px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.3s;
    font-size: 20px;
    font-weight: 300;
  }
  .cookie-link:hover {
    background-color: #cd0e0e;
  }

/*Pour toutes les pages*/
/*Navbar*/
.header-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container0{
    max-width: 100%;
    width: 100%;
}
.navbar{
    display: flex;
    align-items: center;
    height: 120px;
    background: #eeeeee;
}
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: 150px;
    margin-left: 30px;
    margin-top: 5px;
}
nav{
    flex: 1;
    text-align: right;
}
nav ul{
    display: inline-block;
}
nav ul li{
    display: inline-block;
}
nav ul li a{
    font-size: 22px;
    color: #000000;
    margin-left: 30px ;
    margin-right: 50px;
    transition: color 0.3s;
}
nav ul li p{
    font-size: 24px;
    margin-left: 30px ;
    margin-right: 50px;   
}
nav ul li a:hover{
    color: #e94f37;
}

.menu-icon{
    margin-left:15px;
    display: none;
    cursor: pointer;
    width: 35px;
}

/*Page de garde*/
.imgcontaineur{
    width: 100%;
    height: 88vh;
    background-image: url(https://florentfontenellegolf.com/imgolf/fond.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.containeur{
    width: 1300px;
    padding: 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    background-color: #00000082;
    border-radius: 15px;
}
.containeur h1{
    text-align: center;
    font-size: 5em;
    letter-spacing: 30px;
    color: #ffffff;
    margin-bottom: 25px;
}
.containeur h2{
    text-align: center;
    font-size: 3em;
    color: #ffffff;
    margin-bottom: 50px;
}
.containeur a{
   text-align: center;
   padding: 10px;
   border: 1px solid rgb(255, 255, 255);
   background-color: #ffffff;
   color: #000000;
   text-decoration: none;
   transition: all 0.5s;
   width: 200px;
   border-radius: 5px;
}
.containeur a:hover{
    background-color: #000000;
    color: #ffffff;
}
.aproposcontaineur{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 100px 0;
    background-color: #eeeeee;
}
.apropos{
    display: flex;
    width: 45%;
    padding: 30px;
    justify-content: center;
    flex-direction: column;
}
.apropos h1{
    text-align: left;
    letter-spacing: 2px;
    font-size: 3em;
    padding-bottom: 30px;
    color:#e94f37;
}
.apropos h2{
    text-align: left;
    letter-spacing: 2px;
    font-size: 2em;
    padding-bottom: 25px;
    color: #393e41;
}
.apropos p{
    text-align: justify;
    line-height: 27px;
    font-size: 17px;
}
.aproposimg{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
}
.aproposimg img{
    width: 550px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.422);
    background-color:#f6f7eb;
    padding: 5px;
    border-radius: 15px;
}
.enseignement{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.card1{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    border: 1px solid #f0f0f0;
    width: 400px;
    height: 710px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 25px;
    border-radius: 15px;
}
.card1 h1{
    color: #393e41;
    padding: 10px 0;
    text-align: left;
}
.card1 img{
    width: 100%;
    padding: 10px;
    border-radius: 20px;
}
.card1-1{
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 300px;
    width: 100%;
}
.card1-1 p{
    padding: 10px 0;
    text-align: left;
}
.card1-1 a{
   color: #000000;
   transition: all 0.3s;
   font-weight: 500;
   text-decoration: none;
}
.card1-1 a:hover{
    color: #e94f37;
 }
.prix{
    color: #e94f37;
    font-weight: 600;
}


.technologiecontaineur{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #eeeeee;
    padding-top: 100px;
    width: 100%;
}
.technologie{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-bottom:100px ;
}
.technologie1{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}
.technologie1 h1{
    font-size: 3em;
    color: #e94f37;
    padding-bottom: 30px;
}
.technologie1 h2{
    font-size: 2em;
    color: #393e41;
    padding-bottom: 30px;
}
.technologie1 p{
    line-height: 27px;
    text-align: justify;
}
.technologie2{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.technologie2 img{
    width: 100%;
}
.technologie2-1{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.technologie2-1 img{
    width: 100%;
}
.technologie2-2{
    display: none;
}

/*Témoignages*/
/*style for testimonial*/

.testimonial{
    margin: 70px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containeravis{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.testimonial .col-3 {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    width: 30%;
    border-radius: 15px;
    height: 550px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
.testimonial .col-3 img{
    width: 100px;
    border-radius: 50%;
    margin: 15px 0;
}
.testimonial .col-3 p{
    padding: 10px 0;
    line-height: 25px;
    text-align: justify;
}
.testimonial .fa.fa-quote-left {
    font-size: 30px;
    color:#393e41;
}
.testimonial .col-3 h3{
    font-size: 18px;
    color: #393e41;
}
.rating .fa{
    color: #e94f37;
}
/*Page contact*/
.pagecontact{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top:50px ;
    padding-bottom: 50px;
}
.cardcontainer{
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #c4c4c4;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
}
.contact-form {
    margin: 0 auto;
    padding: 10px;
    width: 100%;
}

.contact-form h2 {
text-align: center;
margin-bottom: 20px;
color: #e94f37;
}

.contact-form label {
display: block;
margin-bottom: 5px;
font-weight: bold;
}

.contact-form input,
.contact-form textarea {
width: 100%;
padding: 10px;
padding-left: 0;
border-radius: 5px;
border: 1px solid #c4c4c4;
resize: vertical;
background: #eeeeee;
margin: 10px;
margin-left: 0;
color: #000000;
font-size: 15px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
}
.contact-form button {
display: block;
letter-spacing: 2px;
width: 100%;
padding: 10px;
margin-top: 10px;
background:#eeeeee;
color: #e94f37;
font-weight: 600;
cursor: pointer;
transition: color 0.3s, background 0.3s;
border: 1px solid #c4c4c4;
font-family: 'Raleway', sans-serif;
border-radius: 5px;
font-size: 16px;
}
.contact-form button:hover {
background:#c4c4c4 ;
}
.contactcontainer{
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}
.reseauxcontact{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
}
.reseauxcontact h1{
    width: 100%;
    text-align: center;
    font-size: 3em;
    color: #e94f37;
    margin-bottom: 40px;
}
.reseauxcontact h2{
    padding-bottom: 40px;
    font-size: 2em;
    color: #393e41;
}
.reseauxcontacticone{
    display: flex;
    width: 95%;
    margin-bottom: 20px;
    justify-content: space-between;

}
.reseauxcontacticone img{
    width: 65px;
    transition: transform 0.3s;
}
.reseauxcontacticone img:hover{
    transform: translateY(-4px);
}
.contactcontainer iframe{
    border-radius: 10px;
}

/*style du footer*/
.footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 10px;
    background: #eeeeee;
    
}
.footer h3 {
    font-size: 18px;
    margin-bottom:10px;
}
.footer ul li  {
    margin: 8px;
}
.footer hr{
    border: none;
    height: 1px;
    margin: 20px 0; 
    background:#00000043;
 
}
.container{
    width: 100%;
}
.container a{
    text-decoration: none;
}
.row3 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer-col-2, .footer-col-3, .footer-col-4 {
    min-width: 200px;
    font-size: 14px;
    padding-top: 70px;
}
.footer-col-2{
    flex-basis: 1;
    justify-content: center;
    padding-top: 30px;
}
.footer-col-2 .wl{
    display:flex;
    justify-content: center;
}
.footer-col-2 img{
    width: 135px; 
}
.footer-col-2 p{
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}
.footer-col-3, .footer-col-4{
    flex-basis: 33%;
    text-align: center;
}
.footer-col-3 a:hover{
    text-decoration:underline ;
    color: #e94f37;
}
.footer-col-4 a:hover{
    text-decoration:underline ;
    color: #e94f37;
}
.copyright {
    text-align: center;
}

/*Page politique*/

.politiquecontaineur{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0;
}
.politique{
    display: flex;
   justify-content: center;
    width: 95%;
    padding: 10px;
    flex-direction: column;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.157);
}
.politique h1{
    padding-bottom: 20px;
    padding-top: 30px;
    color: #e94f37;
    font-size: 2em;
}
.politique h2{
    padding: 10px 0;
    color: #393e41;
    font-size: 1.3em;
}
.politique p{
   text-align: justify;
}








/*media query pour les écrans inferieur à 1346px*/
@media only screen and (max-width:1346px){

    /*Pour le navbar*/
    nav ul li a{
        font-size:20px;
        color: #000000;
        margin-left: 10px ;
        margin-right: 19px; 
    }
    nav ul li p{
        font-size: 16px;
        margin-left: 10px ;
        margin-right: 19px;
    }
    .logo img {
        margin-left: 25px;
    }

    /*Page de garde*/

    .containeur{
        width: 1050px;
    }
    .containeur h1{
        font-size: 4em;
    }
    .containeur h2{
        font-size: 2em;
    }


    .aproposcontaineur{
        padding: 50px 0;
    }
    .apropos{
        width: 48%;
    }
    .aproposimg{
        width: 48%;
    }
    .aproposimg img{
        width: 420px;
        padding: 2px;
    }

    .technologie1{
        width: 55%;
    }
    .technologie1 p{
       line-height:25px ;
    }
    .technologie2 img{
        width: 90%;
    }
    .technologie2-1 img{
        width: 90%;
    }

    /*Page contact*/
    .pagecontact{

        flex-direction: column;
    }
    .cardcontainer{
        width: 90%;
    }
    .contactcontainer{
        width: 90%;
    }
    .contactcontainer{
        margin-bottom: 50px;
    }

}
/*media query pour les écrans inferieur à 1100px*/
@media only screen and (max-width:1100px){

    .imgcontaineur{
        background-image: url(https://florentfontenellegolf.com/imgolf/fond1.jpg);
        background-attachment: scroll;
    }

    /*Avis témoignages*/

    .containeravis{
        justify-content: center;
        flex-direction: column;
    }
    .testimonial{
        margin: 50px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }
    .testimonial .col-3 {
        width: 92%;
        height: auto;
        margin-bottom: 40px;
    }

    /*Page de garde*/

    .containeur{
        width: 940px;
    }

}
/*media query pour les écrans inferieur à 960px*/
@media only screen and (max-width:960px){

    /*Pour le navbar*/
    nav ul li a{
        font-size: 18px;
        margin-left: 10px ;
        margin-right: 10px;
    }
    .logo img {
        width: 110px;
        margin-left: 10px;
    }

    /*Page de garde*/

    .containeur{
        width: 750px;
    }
    .aproposcontaineur{
        justify-content: center;
        flex-direction: column;
    }
    .apropos{
        width: 100%;
        padding: 15px;
        margin-bottom: 30px;
    }
    .aproposimg{
        width: 100%;
    }
    .aproposimg img{
        width: 60%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.422);
        background-color:#f6f7eb;
        padding: 5px;
    }



    .technologie{
        justify-content: center;
        flex-direction: column;
    }
    .technologie1{
        width: 97%;
    }
    .technologie1 p{
        line-height: 27px;
    }
    .technologie2{
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }
    .technologie2 img{
        width: 80%;
    }
    .technologie2-1{
        display: none;
    }
    .technologie2-2{
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }
    .technologie2-2 img{
        width: 80%;
    }
}
/*media query pour les écrans inferieur à 776px*/
@media only screen and (max-width:776px){

    h1{
        padding-bottom: 5px;
    }

    /*Pour le navbar*/
    nav ul{
        position: absolute;
        top: 115px;
        left: 0;
        width: 100%;
        padding: 10px 0;
        overflow: hidden;
        transition: max-height 1s;
        z-index: 100;
        border-radius: 0 0 50% 50%;
    }
    .navbar{
        width: 100%;
    }
    nav ul li{
        display: block;
        margin-right: 0.1px;
        padding-bottom: 60px;
        text-align: center;
        background:#eeeeee;
    }
    nav ul li a{
        color: #000000;
        font-size: 18px;
    }
    .logo img {
        margin-left: 15px;
    }
    .menu-icon{
       display: inline-block;
        margin-right: 15px;
        margin-top: 5px;
    }

    .technologie{
        padding-bottom: 25px;
    }
    .technologie1 h1{
        font-size: 2.8em;
    }
    .technologie1 h2{
        font-size: 1.9em;
    }

    /*Page de garde*/
    
    .containeur{
        width: 600px;
    }
    .containeur h1{
        font-size: 3em;
        letter-spacing: 10px;
    }
    .containeur h2{
        font-size: 1.5em;
    }

    /*Page contact*/
    .pagecontact{
        flex-wrap: wrap;
    }
    .cardcontainer{
        width: 98%;
        flex-wrap:wrap ;
    }
    .card{
        width: 580px;
    }

    .contactcontainer{
        width: 580px;
    }
    .reseauxcontact{
        padding-bottom: 50px;
    }
    .reseauxcontact h1{
        font-size: 2.2em;
    }
    .reseauxcontact h2{
        font-size: 1.7em;
    }
    .reseauxcontacticone img{
        width: 58px;
    }

    /*Pour le footer*/

    .row3 {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        flex-direction: column;
    }
    .footer-col-2, .footer-col-3, .footer-col-4 {
        padding-top: 15px;
    }
    .footer-col-2 .wl{
       margin: 20px 0;
    }
    .footer-col-2 img{
        width: 110px; 
    }

    /*Page politique*/
    .politique{
        width: 98%;
    }
}
/*media query pour les écrans inferieur à 620px*/
@media only screen and (max-width:620px){

    /*Page de garde*/
    
    .containeur{
        width: 450px;
    }
    
    /*Page de conatct*/

    .pagecontact{
        flex-wrap: wrap;
        padding-top: 0;
    }
    .cardcontainer{
        width: 100%;
        flex-wrap:wrap ;
    }
    .card{
        width: 580px;
        margin: 10px;
        padding: 0px;
    }
    .contactcontainer{
        width: 95%;
    }
    .reseauxcontact{
        padding-bottom: 50px;
        justify-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .reseauxcontact h1{
        font-size: 2em;
        text-align: center;
        margin-bottom: 15px;
    }
    .reseauxcontact h2{
        font-size: 1.7em;
        text-align: center;
    }
    .reseauxcontacticone img{
        width: 50px;
    }
    .reseauxcontacticone{
        width: 100%;
        justify-content: space-around;
    
    }

}
/*media query pour les écrans inferieur à 460px*/
@media only screen and (max-width:460px){

    /*Page de garde*/

    .containeur{
        width: 365px;
    }
    .containeur h1{
        font-size: 2.5em;
        letter-spacing: 5px;
    }

   .titre h1{
        font-size: 2em;
   }
    .apropos h1{
        font-size: 2.5em;
        text-align: center;
    }
    .apropos h2{
        font-size: 1.5em;
        text-align: center;
    }
    .aproposimg img{
        width: 80%;
    }

    .card1{
        margin: 25px 6px;
    }

    .technologiecontaineur{
        padding: 50px 0;
    }
    .technologie1{
        align-items:center;
        margin: 25px 0;
    }
    .technologie1 h1{
        font-size: 2.2em;
        text-align: center;
        padding: 0 5px;
        padding-bottom: 20px;
    }
    .technologie1 h2{
        font-size: 1.5em;
        text-align: center;
        padding: 0 5px;
        padding-bottom: 15px;
    }
    .technologie1 p{
        padding: 0 5px;
    }
    .technologie2{
        width: 100%;
        margin: 25px 0;
    }
    .technologie2 img{
        width: 90%;
    }
    .technologie2-2{
        width: 100%;
        margin-top: 25px;
        margin-bottom: 0;
    }
    .technologie2-2 img{
        width: 90%;
    }
    /*Avis témoignages*/

    .testimonial .col-3 {
        width: 97%;
    }
}

/*Média query pour les écrans inferieur à 400px*/
@media only screen and (max-width:400px){

    /*Page contact*/

    .reseauxcontacticone{
        width: 100%;
        justify-content: space-around;
    }
    .reseauxcontacticone img{
        width: 45px;
    }
    .politique{
        padding: 5px;
        align-items: center;
    }
    .politique h1{
        font-size: 1.5em;
    }
    .politique h2{
        font-size: 1.1em;
    }
    .politique p{
       text-align: center;
    }
}