/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

body{
    /*font-family: 'PT Sans', sans-serif;*/
    font-family: 'Quicksand', sans-serif;
    /*background: url("https://i.ytimg.com/vi/4kfXjatgeEU/maxresdefault.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

li{
    list-style-type: none;
}

.definition{
    height: auto;
    box-shadow: 1px 1px 12px gray;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.03);
}

.bg-title {
    height: auto;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.13);
}

.bloc-activity {
    height: auto;
    box-shadow: 1px 1px 12px gray;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.03);
}

.bg-activity {
    height: auto;
}

/**/
h5{
    color: orange;
}

.color-orange{
    color: orange;
}

.style-search {
    color: orange;
    font-size: 1.8rem;
}

.nav-deco ul li a {
    text-decoration: none;
}

/* Css pour les fomrulaires */

.contact-form{
    box-shadow: 1px 1px 12px darkred;
    border-radius: 25px;
    background-color: rgba(1, 1, 1, 0.2);
}

/* css pour les boutons */
.color-button:hover{
    color: purple;
    border: solid 0px lightblue;
    background: white;
}
.color-button{
    color: lightgray;
    background-color: orange;
}
/* css couleur des h1 h2 et input*/
.color-title{
    color: black;
    box-shadow: gray;
}
.color-form form div div label{
    color: darkred;
}


.item {
    width: 300px;
    height: 300px;
    background: green;
    border-radius: 5px;
    box-shadow: 1px 1px 12px darkred;
}

/* photo banner des articles */

.image-banner{
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;

}

/* test navbar */



:root {
    --color-primary: #0073ff;
    --color-white: #e9e9e9;
    --color-black: #141d28;
    --color-black-1: #212b38;
}

/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/


.menu__bar{
    background-color: orange;
    height: 80px;
    width: 100%;
    padding: 0 5%;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.menu__bar ul {
    list-style: none;
    display: flex;
}

.menu__bar ul li {
    padding:  5px 5px;
    position: relative;
}

.menu__bar ul li a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;

    transition: all 0.3s;
}

.menu__bar ul li .color-accueil {
    color: gray;
    font-size: 25px;

}

.menu__bar ul li a:hover{
    color: white;
    font-size: 1.3rem;
}

.dropdown__menu {
    display: none;
}

.menu__bar ul li:hover .dropdown__menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(255, 165, 0, 0.58);
}

.menu__bar ul li:hover .dropdown__menu ul {
    display: block;
    margin: 10px;
}

.menu__bar ul li:hover .dropdown__menu ul li {
    width: 180px;
    padding: 10px;
}


.dropdown__menu-1 {
    display: none;
}


.dropdown__menu ul li:hover .dropdown__menu-1 {
    display: block;
    position: absolute;
    top: 0;
    left: 150px;
    background-color: rgba(255, 165, 0, 0.58);
}


/*background color de contenu de les pages catégory*/
.bg-color {
    background-color: rgba(255, 255, 255, 0.24);
}



/* couler des réseaux sociaux */

.twitter-color {
    color: #1DA1F2;
}

.face-color {
    color: #3b5998;
}

/* li lien pour retourner à l'accueil */

.return-home {
    color: orange;
}

/* intégrer la photo qui somme nous */
.test-bg{
    height: 250px;
    background-image: url("../images/6.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.8;
}

/* couleur de bouton d'actualité */
.voir-news {
    background-color: rgb(241, 75, 22);
}

.voir-news:hover {
    color: white;
}

/* couleur de bouton d'activité */
.btn-voir:hover {
    color: rgb(241, 75, 22);
}

.bg-news {
    background-color: rgba(128, 128, 128, 0.12);
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}

.dropdown-submenu{
    position: relative;
}

.dropdown-submenu .dropdown-menu{
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/*photo de partenaires*/

.photo-partnership {
    width: 100px;
}

.color-partner {
    background-color: orange;
}

.propos {
    color: black;
}

/* test de slide photo */

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}
.card{
    border-radius: 25px;
    background-color: #FFF;
}
.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid orange;
}
.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: orange;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: orange;
}

.swiper-navBtn{
    color: orange;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: violet;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 35px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color: orange;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: orange;
}

@media screen and (max-width: 768px) {
    .slide-content{
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }
}
