/*Couleurs :
Gris clair : #acbebe
Gris foncé : #4f616d
Vert : #bcce3e
Bleu : #15abce*/

.my-6 {
    margin-top: 4.5rem !important; 
    margin-bottom: 4.5rem !important;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .footer-large {
        display: none
    }

    .banner_text {
        font-size: 1.4em
    }

    .swiper-slide {
        background-color: #fff;
    }

    .background_clay_surfaces {
        background-image: url(../images/fond_blanc.png) !important;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .footer-small {
        display: none
    }

    .swiper-slide {
        padding: 2rem;
        border: 1px solid #acbebe;
        background-color: #fff;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-small {
        display: none
    }

    .swiper-slide {
        padding: 2rem;
        border: 1px solid #acbebe;
        background-color: #fff;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .large_device {
        width: 75%;
        margin: auto;
    }

    .footer-small {
        display: none
    }

    .swiper-slide {
        padding: 2rem;
        border: 1px solid #acbebe;
        background-color: #fff;
    }
    
}

.techni {
    text-transform: uppercase;
    font-weight: 100;
    color: #acbebe;
}

.techni2 {
    text-transform: uppercase;
    font-weight: 100;
    color: #4f616d;
}

.courts {
    text-transform: uppercase;
    font-weight: 600;
    color: #bace3b;
}

.navbar {
     border-bottom: 3px solid #15abce;
}

.bg-light {
    background-color: #4f616d !important;
}

.container {
    text-align: center;
}

.row_block {
    display: block;
}

.nav-link {
    text-align: center;
}

.menu-title {
    position: relative;
}
.menu-title:focus,
.menu-title:active {
    text-decoration: none;
}

.menu-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #15abce;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s; 
}

.menu-title:hover:before,
.menu-title:active:before,
.menu-title:focus:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.alert-success {
    background-color: #bace3b;
    border-color: #bace3b;
    color: #fff;
}

.alert-warning {
    background-color: #15abce;
    border-color: #15abce;
    color: #fff;
}

h1 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 1.7em;
    margin-bottom: 2rem
}

h2 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
}

h6 {
    color: #bcce3e;
}

.largemt {
    margin-top: 4.5rem
}
.largemb {
    margin-bottom: 4.5rem
}

a {
    color: #bace3b !important;
}

.footer-icon {
    color: #bace3b !important;
    background-color: #4f616d !important;
}

.banner {
    background-color: #4f616d; 
    border-top: 3px solid #15abce;
}

.banner_text {
    background-color: #4f616d;
    padding: 15px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.banner_404 {
    background-color: #4f616d; 
    border-bottom: 3px solid #15abce;
}

.banner_text_404 {
    background-color: #4f616d;
    padding: 15px;
    margin-bottom: 0px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.btn-green {
    background-color: #bace3b;
    color: #fff !important;
    align-items: center;
}

.btn-green:hover, 
.btn-green:focus,
.btn-green:active {
    box-shadow: 0 0 0 .2rem #bace3b94 !important;
    color: #fff !important;
}

.btn-white {
    margin: 5px;
    background-color: #fff;
    padding: 0px;
    border-radius:0px;
}

.btn-white:active,
.btn-white:focus {
    box-shadow: 0 0 0 .2rem #fff;
}

.jumbotron {
    text-align: center;
    font-size: 0.9em;
    background-color: #4f616d;
    color: #acbebe;
    font-size: 1em;
    border-top: 3px solid #15abce;
}

.dropdown-divider {
    border-color: #15abce;
    border-width: 3px;
    margin-bottom: 15px;
    margin-top: 15px;
}

nav .dropdown-divider {
    margin-bottom: 0px;
    margin-top: 0px;
}

.form-control:focus {
    border-color: #15abce;
    box-shadow: 0 0 0 .2rem #15abce94;
}

.background_clay {
    /*background-image: url(../images/terre_battue_fond2.png);*/
    background-color: #acbebe;
}

.swiper-container {
    width: 100%;
}

.card {
    background-color: #4f616d;
}

.card:hover,
.card:active,
.card:focus,
.card:focus-within {
  background-color: #bace3b !important;
}


.card-header {
    background-color: #4f616d;
}

.card-header:hover,
.card-header:active,
.card-header:focus,
.card-header:focus-within {
  background-color: #bace3b;
}

.card-body {
  background-color: #fbfbfb;
  color: #4f616d;
}

.btn-accordion {
    color: #acbebe !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
}

.btn-accordion:hover,
.btn-accordion:active,
.btn-accordion:focus,
.btn-accordion:focus-within {
    color: #4f616d !important;
    font-size: 1.1em;
    -webkit-transition: font-size 0.3s ease-in-out 0s;
    transition: font-size 0.3s ease-in-out 0s; 
}

.copyright {
    color: #bcce3e;
}