header{
    display: flex;
    flex-wrap: wrap;
    margin-top:5%;
    margin-bottom: 5%;
}

header > h1 {
    width: 100%;
    text-align: center;
}

h1{
    font-size: 500%;
    font-weight: bold;
    color: #fff;
}

.suite-form{
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.section-connect{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.171);

    display: flex;
    justify-content: center;

    position: absolute; /* postulat de départ */
    top: 50%; left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

#formConnect{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#formConnect > #password{
    width:100%;
    margin-top: 15px;
    margin-bottom: 15px ;
}

#formConnect > #submit-pass{
    width:50%;
    font-weight: bold;
    font-size: xx-large;
    background-color: #1a3047ec;
    border-color: #223f5d00;
    color: rgba(255, 217, 0, 0.945);
    font-family: "just_friends" !important;
}

.div-connect{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "batta";
}

.div-connect > h4{
    font-weight: bolder;
    text-align: center;
    font-size: 500%;
    color: #fff;
    width: 100%;
}

@font-face {
    font-family: "just_friends";
    src: url(/polices/just_friends/just\ friends.ttf) format('truetype');
    src: url(/polices/just_friends/just\ friends.otf) format('truetype');
}

@font-face {
    font-family: "mysterious";
    src: url(/polices/Mysterious\ Elegance.ttf) format('truetype');
}

@font-face {
    font-family: "batta";
    src: url(/polices/Batta\ Quath.ttf) format('truetype');
}

@font-face {
    font-family: "librecaslon";
    src: url(/polices/LibreCaslonText-Italic.ttf) format('truetype');
}

.card-title:hover{
    text-decoration: underline;
}

.card-body{
    display: grid;
    align-items: center;
}

.carousel{
    margin: 0 13% 0 13%;
}

#compte_a_rebours{
    font-size: 300%;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    border-bottom: #ffd700;
    border-bottom-style: solid;
}

#content_compte_a_rebours{
    margin-top: 15px;
    /* text-decoration: underline; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 150px;
}

#date{
    font-size: 400%;
}

.monsieur{
    margin: 0 13% 0 13%;
}

.card{
    margin-bottom: 50px;
}

h2{
    font-size: 400%;
    font-weight: bold;
    color: #fff;
}

h3{
    font-size: 300%;
    font-weight: bold;
    color: #fff;
}


h4{
    font-size: 250%;
}

.nav-item{
    /* font-size: 100%; */
    font-weight: bold;
    font-family: "librecaslon";
}

.navbar{
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0);
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

.container-nav {
    width: auto;
    margin-right: 0em;
}


.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    h2{
        font-size: 400%;
        text-align: center;  
    }
}

.card-title {
    text-align: center;
    font-size: 200%;
    font-family: "librecaslon";
}


/*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: "batta";
    background: rgb(35, 51, 76);
    /* background: url(/images/FOND_D_ECRAN_PRINCIPAL.jpg) no-repeat fixed;
    background-size: cover; */
}

label, select, textarea, input, .arial{
    font-family: Arial, Helvetica,
     sans-serif;
}

label, .arial{
    color: #fff;
}

.textarea{
    margin-bottom: 50px;
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #ffffff;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    /* background: #7386D5;
    color: #fff; */
    background: #f5f5f5;
    color: rgb(17, 17, 17);
    transition: all 0.3s;
    height: auto;
}

#sidebar .sidebar-header {
    padding: 40px;
    /* background: #6d7fcc; */
    background-color: #f9fcff;
    font-size: 1.3em;
}

.sidebar-header > h3{
    color: #000000;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
    display: grid;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgb(143, 143, 143);
}

#sidebar ul p {
    /* color: #fff; */
    color: gold;
    padding: 10px;
}

#sidebar ul li a {
    color: #000000;
    padding: 10px;
    font-size: 1.3em;
    display: block !important;
    font-weight: 500;
}

#sidebar ul li a:hover {
    /* color: #7386D5;
    background: #fff; */
    color: #131313;
    background: rgb(255, 255, 255);
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    /* color: #fff; */
    color: gold;
    /* background: #6d7fcc; */
    background: #1a3047;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    /* background: #6d7fcc; */
    background: #1a3047;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

@media only screen and (max-width: 445px) {
    .reponse-souhaite{
        margin-top: 50px;
        font-size: 200%;
    }
    .carousel{
        margin: 0;
    }
    #map_rayniere{
        width: 100% !important;
    }
    .materialboxed{
        width: 100%;
    }
    .dress-h3{
        font-size: 175%;
    }
    .dress-title{

        font-size: 250%;
    }

    .image_dress{
        width: 100%;
    }
    .p-addresse{
        font-size: 85%;
    }
    .div-adresses{
        display: grid;
        justify-content: center;
    }
    .adresses{
        font-size: 250%;
        border-bottom: #ffd700;
        border-bottom-style: solid;
        margin-bottom: 20px;
    }
    .lendemain{
        font-size: 250%;
    }
    .under-gold{
        margin-top: 25px;
        margin-bottom: 50px;
        width: 75% !important;
        font-size: 250%;
    }
    .table-prog > tbody > tr > td > h2{
        text-align: left;

    }
    .table-prog{
        font-size: 50%;
    }
    header > h1{
        margin-top: 100px;
        font-size: 200%;
    }
    .card-title {
        font-size: 150%;
    }
    .monsieur{
        text-align: left;
        font-size: 200%;
        margin-bottom: 25px;
    }

    #date{
        margin-top: 100px;
        font-size: 250%;
    }
    .none{
        display: none;
    }
    .valider-connect{
        width: 100% !important;
    }
    .radio-oui-non{
        width: 100% !important;
    }
    #adulte1, #adulte2{
        display: flex;
        flex-wrap: wrap;
    }
    #enfant_0, #enfant_1, #enfant_2, #enfant_3{
        display: flex;
        flex-wrap: wrap;
    }
    .age{
        width: 100%;
    }
    #compte_a_rebours{
        margin-top: 50px;
        font-size: 150%;
        color: #ffffff;
    }
    .section-adresses > img{
        width: 100%;
    }
   
}

@media only screen and (max-width: 775px) {
    .valider-connect{
        width: 100% !important;
    }
    .div-connect{
        width: 80%;
    }
    .div-connect > h4 {
        font-size: 250%;
    }
    #compte_a_rebours{
        width: 90% !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
}

#sidebarCollapse{
    color: rgb(0, 0, 0);
    background: #ffffff;
    border-color: #ffffff00;
}

.presence{
    margin-left: 15px;
    margin-right: 5px;
}

.radio-presence{
    display: flex;
    justify-content: center;
}

.radio-oui-non{
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.radio-oui-non > span{
    width: 40%;
}

.info_adultes{
    margin-top: 20px;
    margin-bottom: 20px;
}

#adulte1, #adulte2{
    display: flex;
    justify-content: space-between;
}

label{
    margin-right: 10px;
}

select{
    margin-bottom: 20px;
}

.info_enfants{
    margin-top: 20px;
    margin-bottom: 20px;
}

#enfant_0, #enfant_1, #enfant_2, #enfant_3{
    display: flex;
    justify-content: space-between;
}

.programme{
    display: grid;
    justify-content: center;
}

.programme > img {
    width: 100%;
    justify-self: center;
    margin-bottom: 5%;
}

.section-adresses{
    margin-top: 5%;
    width: 100%;
    background-color: white;
    display: grid;
    justify-items: center;
    padding: 30px;
}

.section-adresses > h3{
    text-decoration: underline;
    text-align: center;
}

.section-adresses > p{
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.section-adresses > img{
    justify-self: center;
}

.section-adresses > h3, .section-adresses > p{
    color: #000000;
}

table{
    color: #000000 !important;
}

.table-responsive{
    width: 80%;
}

nav{
    box-shadow: none !important;
}

.dark{
    color: #000000;
}

#map_rayniere { 
	width: 70%;
	height: 500px;
	margin: 0;
	border-radius: 5px;
}

.div-adresses{
    justify-content: center;
}

.adresses{
    text-align: center;
    margin-top: 100px;
    border-bottom: #ffd700;
    border-bottom-style: solid;
    margin-bottom: 20px;
}

.lendemain{
    margin-top: 25px;
}

.content-title-programme{
    justify-content: center;
    width: 100%;
}

.under-gold{
    width: 25%;
    border-bottom: #ffd700;
    border-bottom-style: solid;
}

.section-dress{
    display: grid;
}

.image_dress{
    margin-top: 25px;
    margin-bottom: 25px;
    justify-self: center;
}

.nathalie{
    width: 50%;
}

.orga{
    margin-bottom: 50px;
}

.nat-mail{
    margin-top: 25px;
    margin-bottom: 50px;
    border-bottom: #ffd700;
    border-bottom-style: solid;
    padding-bottom: 25px;
}

.espace-prog{
    padding-left: 50px;
}

#photo-title{
    text-align: center;
}

.reponse-souhaite{
    text-align: center;
    margin-bottom: 25px;
}