
.media-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

#captchaLeg{
    font-size: 12px;
}

.media-responsive {
margin: auto;
/*min-width: 400px;*/
}
.text-responsive{
    margin:auto;
    max-width: 400px;
}
.blanksection{
    /*background-color: #e7eeee;*/
    background : linear-gradient(45deg,white,#9fddd7e3);
    color : black;

}
section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color : #e7eeee;
    background: linear-gradient(45deg,#643636, #000074) ;
    min-height: 100vh;
    padding-top: 110px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

article{
    margin-left:auto;
    margin-right:auto;
    margin-top: auto;
    margin-bottom: auto;
    /*position: relative;*/
    /*top:50%;*/
}

h2{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-transform: uppercase;
    font-weight: 700;
}

.blanksection article a {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /*letter-spacing: 2px;*/
    /*word-spacing: 2px;*/
    color: darkred;
    font-weight: 700;
    text-decoration: none;
    font-variant: normal;
    /*text-transform: uppercase;*/

}

.blanksection article a, .tabbutton:link {
    color: darkred;
    text-decoration: none; }


.blanksection article a:visited, .tabbutton:visited {
    color: darkred;
    text-decoration: none; }


.blanksection article a:hover, .blanksection .tabbutton:hover, .tabbutton:hover {
    color: red;
    text-decoration: none; }


.blanksection article a:active { text-decoration: none; }

.tabbutton{
    color: darkorange;
}

.blanksection .tabbutton{
    color: darkred;
}

.blanksection .nav-link{
    border-color: darkgrey;
}


.nav-link .tabbutton{
    border-color: white;
}


.blanksection .nav-link{
    --bs-nav-tabs-border-color: black;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: darkgrey;
    border-color: darkgrey;
}
.blanksection .nav-tabs{
    border-color: darkgrey;
}

article a {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    /*letter-spacing: 2px;*/
    /*word-spacing: 2px;*/
    color: darkorange;
    font-weight: 700;
    text-decoration: none;
    font-variant: normal;
    /*text-transform: uppercase;*/

}

article a, .tabbutton:link {
    color: darkorange;
     }


article a:visited, .tabbutton:visited {
    color: darkorange;
    text-decoration: none; }



.nav-tabs .nav-link{
    border : 1px solid white ;
}

.blanksection .nav-tabs .nav-link{
    border : 1px solid darkgrey ;
}

.nav-tabs .nav-link:hover{
   background-color: darkorange ;
    color: white;
}

.blanksection .nav-tabs .nav-link:hover{
    border : 1px solid darkgrey ;
}
.blanksection .nav-tabs .nav-link:hover{
    background-color: darkred ;
    color: white;
}

/*en cours*/
.blanksection .nav-tabs .nav-link.active, .nav-tabs .nav-link.active{
    background-color: white ;
    color: black;
}

article a:active { text-decoration: none; }


.aligncenter
{
    text-align: center;
}

#conditiongen{
    font-size: 13px;
    color: white;
}
#conditiongen a{
    size: 10px;
    color: #9c79f3;
}
#conditiongen a:hover{
    size: 10px;
    color: darkorange;
}

#carouselPC, #carouselit{
    max-width: 750px;
}

.container-fluid{

    margin:0;
}
.comments{
    color : white;
    font-style: italic;
}

body{
    background-color: black;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h3,h4,h5,h6,h7{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.carousel-inner{
    border: 2px solid darkorange;
    padding: 0px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8c00' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") ;
}

.carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff8c00' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") ;
}

.carousel .carousel-indicators button  {
    background-color: darkorange;
}

iframe {
    margin-left:auto;
    margin-right:auto;
    vertical-align:central;
    border: 1px solid rgba(0,0,0,0.8);border-radius: 6px;box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.arrondi{
    border: 0px solid rgba(0,0,0,0.8);border-radius: 6px;box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.lineargrad{
    background: linear-gradient(#490000,#e7eeee);
}
.form-floating{
    color : black;
}

.navbar{
    font-size: larger;
}

form{
    display: block;
    min-width: 350px;
    margin: 0px;
}

.nav-link:focus{
    color:white;
}

.nav-link:hover{
    color:white;
}

#privacy-text{
    padding: 50px;
}

.grecaptcha-badge { visibility: hidden; }

footer{
    padding-top: 30px;
    padding-bottom: 30px;
}


@media (min-width:700px) {
    form{
        display: block;
        min-width: 700px;
    }
}
