/* Style général du site */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* height: 100%; */
}
body{
     background-color: rgb(240, 203, 147); 
    /*background-color: rgb(96, 5, 5);*/
}

/* menu */
nav {
    padding: 10px !important;
}

a.navbar-brand {
    width: 10% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

a.nav-link:hover {
    border-radius: 10px;
    background-color: rgb(4, 4, 4) !important;
    color: rgb(170, 170, 224) !important;
}
a.f:hover {
    border-radius: 10px;
    background-color: #0d6EFD !important;
    color: rgb(170, 170, 224) !important;
}

.nav-link {
    color: blanchedalmond !important;
}

a.nav-link {
    font-size: x-large !important;
}

/* a.nav-link:hover {
    border-radius: 10px;
    background-color: rgb(7, 7, 7);
} */

i {
    background-color: rgb(207, 63, 63);
    border-radius: 50%;
    padding: 5%;
    border: 1px solid grey;
    color: white;
}

.dropdown-menu.show{
    --bs-dropdown-bg: rgb(13,110,253) !important;
}

/* animation texte */
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #ffffff 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  /* text-fill-color: transparent; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear alternate infinite;
  display: inline-block;
      font-size: 25px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* fin animation */


hr {
    border-top: 10px solid rgb(1, 96, 45) !important;
}

.cadre {
    border: 1 solid rgb(22, 23, 22);
}

/* halloween */
/*h2, h3,p{*/
/*    color: rgb(255, 115, 0);*/
/*}*/

.horaire, .equipes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.card {
    width: 50% !important;
    border-radius: 20px;
}

.login {
    text-align: left !important;
    margin-right: 30px;
}

.affiche_msg {
    margin: auto;
    padding: 10px;
    width: 70%;
    border: 3px solid rgb(14, 202, 102);
    border-radius: 10px;
    background-color: rgb(62, 223, 137);
}

.couleur {
    text-decoration: none;
     color: rgb(1, 96, 45); 
    /*color: rgb(255, 115, 0);*/
}

form {
    text-align: center;
}

h1,
h2 {
    text-align: center;
}

/* connexion */
.cnx>input {
    padding: 8px;
    border-radius: 8px;
    text-align: center;
}

#output2 {
    text-decoration: none !important;
    color: white !important;
}

#if {
    width: 60%;
    border-radius: 20px;
}

input, textarea{
    width: 80% !important;
}

.btn{
    width: 50% !important;
    margin: 10px;
}

/* Version mobile */
@media screen and (max-width: 450px) {
  
    body{
        width: 100%;
    }
    .navbar-nav{
        text-align: center !important;
    }
    .slider {
        display: none !important;
    }

    .img_menu {
        width: 200% !important;
    }
    div.dropdown-menu.show{
    --bs-dropdown-bg: rgb(13,110,253) !important;
}


    .calendar {
        margin: auto;
        width: 100% !important;
    }

    .mobile {
        display: flex;
        flex-direction: column;
        margin: 10px auto !important;
        padding: 0px !important;
        padding-right: 10px !important;
        width: 80% !important;
    }
    .mobile1{
        display: none !important;
        border-style: hidden !important;
    }

    .ecran{
        display: flex;
        width: auto !important;
        flex-direction: column;
    }
    .photos{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        flex-grow: 1;
    }
    .photos>img{
        width: 100%;
    }

    .image{
        flex-wrap: wrap;
        width: 100%;
        text-align: center;
    }

    .messages{
        border: blue solid 2px;
        border-radius: 15px;
        width: 90%;
        padding: 4px; 
    }
    .horaire, .equipes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin-bottom: 80px;
    }
    iframe{
        width: 90%;
    }
    .card {
        margin: 5px auto !important;
        padding: auto !important;
        width: 90% !important;
    }

    .calendar_int {
        width: 100% !important;
        margin: 5px 5px !important;
    }

    .card-body,
    .card-header {
        width: 100% !important;
    }

    .complet {
        display: flex;
        color: red;
        justify-content: center;
        align-items: stretch;
    }

    .img {
        width: 25%;
    }

    .fond {
        border-radius: 8px;
        background-color: rgb(0, 116, 55) !important;
    }

    .carte {

        border: 1px black solid;
        margin: auto 5px;
    }

    .espace {
        height: 150px;
    }

    #if {
        width: auto;

    }

    .footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 70px;
        margin-top: 40px;
        text-align: center;
        font-size: x-large;
        position: fixed;
        bottom: 0px;
        left: auto;
        background-color: #0d6EFD;
        color: whitesmoke !important;
    }

    .fcentre>a{
        text-decoration: none;
        color: whitesmoke !important;
    }
    .footer>.maj{
        font-size: small !important;
        color: whitesmoke;
    }
}

@media screen and (min-width: 451px) {
    a.nav-link{
        font-size:medium !important;
    }
    div.dropdown-menu.show{
    --bs-dropdown-bg: rgb(13,110,253) !important;
}

    .calendar {
        width: 80% !important;
        display: flex;
        margin: 0 auto !important;
        justify-content: space-evenly;
    }

    .card {
        margin: 15px;

    }

    .fond {
        border-radius: 8px;
        background-color: rgb(0, 116, 55) !important;
    }

    .calendar_int {
        width: 70% !important;

    }
    .ecran{
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content :space-around;
    }
    .photos{
        display: flex;
        flex-direction: column;
        width: 25%;
        margin: 10px;
    }


    .carte {
        display: flex;
        border: 1px black solid;
        margin: auto 5px;
    }

  
    
    .div {
        display: flex;
    }

    .img {
        width: 15%;
    }
    .groupe{
        display: none;
    }

    .complet {
        display: flex;
        color: red;
        justify-content: center;
        /* align-items: stretch; */
    }
.messages{
    border: blue solid 2px;
    border-radius: 15px;
    width: 80%;
    padding: 4px; 
}

    /* Footer */

    .footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        text-align: center;
        color: blanchedalmond;
        padding: 10px;
    }

    
    .fcentre
     {
        display: flex;
        justify-content: center;
        color: rgb(0, 116, 55) !important;
        font-size: x-large;
    }
    .footer>.maj{
        display: flex;
        justify-content: center;
        font-size: small !important;
        color: blue !important;
        font-size: x-large;
    }

    .espace {
        height: 150px;
    }
}