*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.title{
    color: crimson;
}

.announcements
{
    display: flex;
    justify-content: center;
    font-family: "Cabin", serif;
    padding-top: 150px;
}

.inscriptions_25_26
{
    display: ruby;


}

.announcements__inscriptions_25_26_txt
{
    font-size: 20px;
}

.announcements__inscriptions_25_26
{
    display: inline-flex;
    background-color: #007bff;
    box-shadow: 0px 0px 5px 2px grey;
    text-decoration: none;
    margin: 4% 2%;
    padding: 2% 4%;
    transition: padding 1s, background-color 1s, box-shadow 1s;
}

.announcements__inscriptions_25_26:hover
{
    background-color: #270bda;
    box-shadow: 0px 0px 8px 4px grey;
    margin: 4% 2%;
    padding: 3% 5%;
}

/* .edito{
    background-color: black;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;

    width: max-content;
}

.edito-title{
    text-align: center;
}

.edito-img{
    padding: 0% 2% 0% 20%;
    object-fit: cover;
}

.edito-text{
    font-family: "Cabin", serif;
    color: white;
    display: block;
    text-align: justify;
    margin: 5% 20% 0% 2%;
}

.edito-part{
    font-weight: 900;
    padding-top: 10px;
} */


.edito{
    background-color: black;
    display: grid;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
}

.edito-title{
    text-align: center;
    grid-column-start: 1;
    grid-column-end: 2;
}

.edito-img{
    padding: 0% 2% 0% 20%;
    object-fit: cover;
    grid-column-start: 1;
    grid-column-end: 2;
    max-width: 100%;
}

.edito-text{
    font-family: "Cabin", serif;
    color: white;
    display: block;
    text-align: justify;
    margin: 5% 5% 0% 8%;
    grid-column-start: 3;
    grid-column-end: 4;
}

.edito-part{
    font-weight: 900;
    padding-top: 10px;
}

.kano_image{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    max-width: 100%;
}


.planning{
    display: grid;
    grid-row: 1;
    grid-column: 2;
    grid-template-columns: 50% 50%;
}


.calendrier{
    display: grid;
    grid-column: 3;
    grid-row: 4;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    max-height: 278px;
    min-height: 278px;
    padding-top: 10%;
    padding-left: 10%;
    justify-content: space-evenly;
}

.jour-btn{
    font-family: "Cabin", serif;
    font-size: 20px;
    background-color: white;
    box-shadow: 0px 0px 5px 2px grey;
    margin: 10%;
    padding: 5%;
    border-style: none;
    max-width:  130px;
    max-height: 100px;
    min-width:  130px;
    min-height: 100px;
}

.jour2, .jour3, .jour5{
    background-color: #0b80da;
    color: black;
} 

.jour2:hover, .jour3:hover, .jour5:hover{
    background-color: #270bda;
    color: black;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    cursor: pointer;
} 

.jourtest{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    min-height: 477px;
    background-color: grey;
    background-image: url("imgs/tatami.jpg");
    background-position: center;
}

.cours-day{
    color: white;
}

.jour1{
    grid-column-start: 1;
    grid-column-end: 2;
}

.jour2{
    grid-column-start: 2;
    grid-column-end: 3;
}

.jour3{
    grid-column-start: 3;
    grid-column-end: 4;
}

.cours-holder{
    padding: 10px;
}

.cours-day{
    font-family: "Cabin", serif;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

.cours{
    display: grid;
    grid-row: 1;
    grid-column: 2;
    padding: 5px;
    grid-template-columns: 80px 550px;
}

.cours-horaires{
    font-family: "Cabin", serif;
    grid-column-start: 1;
    grid-column-end: 2;
    text-align: center;
    background-color: #0b80da; /*11 128 218*/
    padding: 2% 1%;
}

.cours-info{
    font-family: "Cabin", serif;
    padding-left: 1%;
    grid-column-start: 2;
    grid-column-end: 3;
    background-color: white;
    line-height: 25px;
}

.cours-titre{
    font-weight: 900;
}

.cours-cate{
    
}

.cours-annee{
    font-weight: lighter;
    font-style: italic;
}

.footer-site{
    padding: 1rem 0;
    color: white;
}

.container{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    
}

.photos-container{

}

.slider-container{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.slides-right
{
    padding-right: 20px;
}


.slides-right-photos
{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.big-slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.all-slides{
    max-width: 100%;
}

.slider-big-img
{
    /* width: 545px; */
    height: 34.0625rem;
    padding: 0;
    float: left;
    min-height: 1px;
}

.slider-img{
    /* width: 388px; */
    height: 21.875rem;
    padding: 0 1vw;
    float: left;
    min-height: 1px;
}

.galery-front-title{
    font-family: "Cabin", serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: black;
    text-transform: uppercase;
    text-align: left !important;
    margin-bottom: 2rem;
    padding: 0% 5%;
    padding-top: 4%;
}

.galery-btn{
    color: #072453;
    border: none;
    border-radius: 0rem;
    background-color: #0b7fda;
    font-size: 1rem;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
    -webkit-appearance: none;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    font-family: var(--ff3);
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

.galery-btn:hover{
    background-color: #2aa0fa;
    text-decoration: none;
    padding: 1.2rem 2.2rem;

}

.links{
    background-color: #0b80da;
    /* height: 500px; */
    padding: 1rem 0;
    
}

.links-logo{
    width: auto;
    height: 100px;
    
}

.row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -220px;
    justify-content: space-evenly;
}

.location{
    background-color: grey;
    font-family: "Cabin", serif;
    padding: 0 0;
}

.location_container{
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    padding: 0px 300px;
}

.location_title{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    /* font-weight: bold; */
    font-size: 38px;
}


.footer-links
{
    background-color: #0b80da;
    /* height: 500px; */
    padding: 1rem 0;
}

.site-links{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    columns: 2 400px;
    font-family: "Cabin", serif;
    font-weight: bold;
    font-size: 1.125em;
    text-align: left;
    color: white;
    margin-bottom: 1rem;
    text-transform: none;
    text-decoration: none;
}

.site-links>li{
    margin: 10px;
}


.site-link:visited{
    color: white;
    text-decoration: none;
}

.site__footer__title {
    position: relative;
    font-family: "Cabin", serif;
    font-weight: bold;
    font-size: 1.125em;
    text-align: left;
    color: white;
    margin-bottom: 1rem;
    text-transform: none;
}

.socials-links-title{
    position: relative;
    font-family: "Cabin", serif;
    font-weight: bold;
    font-size: 1.125em;
    text-align: left;
    color: white;
    margin-bottom: 1rem;
    text-transform: none;
}

.socials-links{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    justify-content: space-evenly;
}


.picto{
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    color: white;
}

.partenaires-title{
    font-family: "Cabin", serif;
    position: relative;
    font-weight: bold;
    font-size: 1.125em;
    text-align: center;
    color: black;
    margin-bottom: 1rem;
    padding-top: 40px;
    text-transform: none;
}

.partenaires{
    display: grid;
    justify-content: center;
}


.partenaires>a{
    padding: 5px 50px;
    grid-row-start: 1;
    grid-row-end: 2;
}

.site__header{
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    position: fixed;
    -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
    transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}

.site-header-container{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site__header__logo{
    font-family: "Cabin", serif;
    position: relative;
    z-index: 2001;
    height: 7rem;
    padding: 1vw 0;
    -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
    transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site__header__logo>a{
    display: block;
    width: 100%;
    height: calc(100% - 10px);
    text-align: center;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
}

.site__header__logo>img{
    border: none;
    vertical-align: middle;
}

.site__header__logo__image{
    width: auto;
    height: 100%;
}

.title-container{
    padding: 10vw 0;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.galery-title{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    color: black;
    font-family: "Cabin", serif;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.galery-container{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.galery{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.gallery__albums__grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 20vw;
    grid-gap: 1rem;
}

.gallery__albums__grid__item{
    position: relative;
    grid-column: span 1;
    grid-row: span 1;
    box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.1);
    /* max-height: 278px;
    max-width: 438px; */
}

.gallery__albums__grid__item__image{
    height: 100%;
    /* max-height: 278px;
    max-width: 438px; */
}

.gallery__albums__grid__item__image>img{
    /* max-height: 278px;
    max-width: 438px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery__albums__grid__item__cover{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: black;
    font-family: "Cabin", serif;
    border-radius: 0 0 0 1rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: white;
}

.gallery__albums__grid__item__content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Cabin", serif;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.gallery__albums__grid__item__title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    /* background: #000; */

}


.acteurs{
    background-color: black;
    position: relative;
    padding: 5vw 0;
    overflow: hidden;
    font-family: "Cabin", serif;
}

.acteurs_container{
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.module__title{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: "Cabin", serif;
}

.module__title>h2{
    font-family: "Cabin", serif;
    
}

.row_flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 50px;
    justify-content: space-evenly;
}

.acteurs__categorie__inner{
    position: relative;
}

.acteurs__categorie__image{

}

.acteurs__categorie__desc{
    text-transform: uppercase;
    background: -moz-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bandeau{
    height: auto;
    overflow: hidden;
    padding: 0rem;
    height: 60vh;
}

.bandeau>img{
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-belt{
    box-sizing: border-box;
    max-width: 100%;
    margin-left: 20%;
}

.img-belt>img
{
    max-width: 100%;
}

.page{
    padding: 10vw 0;
}

.page__title{
    position: relative;
    color: #0b7fda;
    font-family: "Cabin", serif;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.row-belts{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.belts-container{
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
}

.page__single__text{
    font-family: "Cabin", serif;
}

span{
    background-color: rgba(51, 122, 183, 0.5) !important;
}

.page__single__text>h3{
    padding-top: 20px;
}

.page__single__text>h2{
    font-size: 2.25rem;
}

.history-container{
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.history-img{
    max-width: 100%;
}

.container__inscriptions
{
    padding-top: 200px;
}


.inscription_infos
{
    font-family: "Cabin", serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.inscription_infos_title
{
    font-size: 24px;
}

.payments_type_list
{

    list-style: circle;
    list-style-position: inside;
}

@media screen and (max-width: 1450px) {
    .cours{
        grid-template-columns: min-content;
    }

    .row{
        margin: 0;
    }
}

@media screen and (max-width: 1350px) {
    .slider-container{
        display: grid;
    }
    .slides-right-photos{
        display: none;
    }
}

@media screen and (max-width: 1000px) {

    .planning
    {
        padding-bottom: 10%;
    }

    .jour1{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    
    .jour2{
        grid-column-start: 2;
        grid-column-end: 3;
    }
    
    .jour3{
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .partenaires{
        justify-content: space-around;
    }
    
    .partenaires>a{
        padding: 0;
    }
}


@media screen and (max-width: 800px) {
    .location_container {
        color: #fff;
        font-size: 18px;
        display: flow;
        padding: 0;
    }

    .location_container > * {
        padding: 5px 0px;
    }

    
    .map>iframe{
        max-width: 100%;
    }
}

@media screen and (max-width: 670px) {

    .planning
    {
        padding-bottom: 20%;
    }

    .jour1{
        grid-column-start: 1;
        grid-column-end: 1;
    }
    
    .jour2{
        grid-column-start: 1;
        grid-column-end: 1;
    }
    
    .jour3{
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .jour1, .jour4, .jour6, .jour7{
       display: none;
    } 
}

@media screen and (max-width: 430px) {
    .edito {
      display: flow;
    }

    .partenaires>a>img{
        width: 50px;
    }
}
