@charset "UTF-8";

/* police default*/
@font-face {
    font-family: 'Raleway';
    src: url('../font/Raleway/Raleway-Black.ttf');
    src: url('../font/Raleway/Raleway-BlackItalic.ttf');
    src: url('../font/Raleway/Raleway-Bold.ttf');
    src: url('../font/Raleway/Raleway-BoldItalic.ttf');
    src: url('../font/Raleway/Raleway-ExtraBold.ttf');
    src: url('../font/Raleway/Raleway-ExtraBoldItalic.ttf');
    src: url('../font/Raleway/Raleway-ExtraLight.ttf');
    src: url('../font/Raleway/Raleway-ExtraLightItalic.ttf');
    src: url('../font/Raleway/Raleway-Italic.ttf');
    src: url('../font/Raleway/Raleway-Light.ttf');
    src: url('../font/Raleway/Raleway-LightItalic.ttf');
    src: url('../font/Raleway/Raleway/Raleway-Medium.ttf');
    src: url('../font/Raleway/Raleway-MediumItalic.ttf');
    src: url('../font/Raleway/Raleway-Regular.ttf');
    src: url('../font/Raleway/Raleway-SemiBold.ttf');
    src: url('../font/Raleway/Raleway-SemiBoldItalic.ttf');
    /*src: url('../font/Raleway/Raleway-Thin.ttf');*/
    /*src: url('../font/Raleway/Raleway-ThinItalic.ttf');*/
}

/* end police default */

body,
html {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Raleway', sans-serif;
}

h1 {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;
}

h2 {
    text-align: center;
    padding-top: 5%;
}

.color_red {
    color: red;
}

.container-fluid {
    padding: 0;
}

.separator {
    height: 3px;
    width: 5%;
    margin: 0 auto 15px;
    background-color: #3498DB;
    border: none;
    box-shadow: none;
}

a,
a:hover {
    text-decoration: none;
}

/* header */

/* banniere */
.banniere,
.banniere img {
    width: 100%;
    max-width: 100%;
    height: 212px;
}

/* menu */
.menu {
    background-color: #083E6E;
    padding-top: 1.15%;
    padding-bottom: 1.15%;
}

.logo {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    float: left;
    margin-left: 10%;
}

.nav_top {
    text-align: center;
}

.nav_top a {
    color: #ffffff;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 1.1em;
}

.nav_top a:hover {
    color: #0EA8EB;
    /* Couleur du texte */
}

/* about */
.about img {
    width: 100%;
    max-width: 100%;
}

/* footer */
footer {
    text-align: center;
    padding: 20px;
    background-color: #083E6E;
    color: #ffffff;
}

/* compteur de visite */
.visitor-count {
    font-size: 1.1em;
    margin: 10px;
}

/* copyright */
.copyright {
    font-size: 1em;
}

/* contact */
.item-photo {
    background-color: #1d1d1d;
    height: 410px;
}

/* avatar user */
.item-photo p {
    text-align: center;
    color: #ffffff;
    line-height: 1.28;
    letter-spacing: .5px;
    opacity: .3;
    max-width: 340px;
}

.avatar {
    margin: 15%;
}

img.user {
    height: 200px;
    width: 200px;
    background-color: #777;
    box-shadow: 0 0 0 5px #777;
    border-radius: 50%;
    will-change: transform;
    margin-bottom: 45px;
}

img.user:hover {
    cursor: pointer;
    -webkit-animation: bounceOut 0.4s linear;
    animation: bounceOut 0.4s linear;
}

@-webkit-keyframes bounceOut {
    0% {
        box-shadow: 0 0 0 4px #777;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        box-shadow: 0 0 0 1px #777;
        opacity: 1;
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

    50% {
        box-shadow: 0 0 0 7px #777;
        opacity: 1;
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    75% {
        box-shadow: 0 0 0 4px #777;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 0 5px #777;
        opacity: 1;
    }
}

@keyframes bounceOut {
    0% {
        box-shadow: 0 0 0 4px #777;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        box-shadow: 0 0 0 1px #777;
        opacity: 1;
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

    50% {
        box-shadow: 0 0 0 7px #777;
        opacity: 1;
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    75% {
        box-shadow: 0 0 0 4px #777;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        box-shadow: 0 0 0 5px #777;
        opacity: 1;
    }
}

/* end avatar user */

/* rotation de 90deg */
.rotate_img {
    image-orientation: from-image;
}

/* the_dansant */
#affiche {
    text-align: center;
}

#affiche .affiche-img {
    max-width: 55%;
    height: auto;
    padding-top: 4%;
    padding-bottom: 4%;
}

#affiche h1 {
    margin: 0;
    padding: 0;
}

.affiche-info p {
    font-size: 2em;
    margin-bottom: 0;
}

.affiche-details p {
    font-size: 1.6em;
    margin-bottom: 0.2em;
}

.affiche-artist {
    font-size: 3em;
    margin-bottom: 0.2em;
}

.affiche-opening-hours {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

.affiche-price-info {
    font-size: 2.2em;
    margin-bottom: 0.5em;
}

.affiche-donations {
    font-size: 1.5em;
}

/* vie du club */
.photo_vie_du_club p {
    text-align: center;
}

/* calendrier */
.calendrierAB {
    text-align: center;
    margin-top: 20px;
}

/* liens */
.image_liens img {
    height: 50%;
    width: 50%;
    margin-left: 25%;

}

.liens table {
    border-collapse: collapse;
    width: 100%;
    background-color: #FFFFCC;
}

.liens th {
    text-align: center;
}

.liens td,
th {
    border: 1px solid black;
}

/* randonnée des châteaux */
.randonnee_des_chateaux {
    text-align: center;
}

.bulletin_inscription {
    display: block;
    text-align: center;
    font-size: 3em;
    text-decoration: underline;
    margin-top: 5%;
}

/* bulletin_randonnee_des_chateaux */
p.titre_inscription {
    margin-bottom: .0001pt;
    font-family: "Arial Black";
    text-align: center;
    font-size: 13.5pt;
}

p.titre_inscription2 {
    margin-bottom: .0001pt;
    font-family: "Arial";
    text-align: center;
    font-size: 16pt;
}

p.inscription {
    margin-bottom: .0001pt;
    font-family: "Times New Roman";
    font-family: Arial;
}

p.inscription2 {
    margin-bottom: .0001pt;
    font-family: "Times New Roman";
    font-size: 22.0pt;
}

/* index */
.inscription {
    text-align: center;
}

.inscription2 {
    text-align: center;
}

/* rotation de 90deg */
/*-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);*/


/* dropdown */
.dropdown {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
}

.dropdown:hover {
    color: #0EA8EB;
    /* Couleur du texte */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}