html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * A better looking default horizontal rule
 */
@font-face {
    font-family: 'mb_vinatagelight_italic';
    src: url('../fonts/m-b_creative_-_mbvinatage-lightitalic-webfont.eot');
    src: url('../fonts/m-b_creative_-_mbvinatage-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/m-b_creative_-_mbvinatage-lightitalic-webfont.ttf') format('truetype'), url('../fonts/m-b_creative_-_mbvinatage-lightitalic-webfont.svg#mb_vinatagelight_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'mb_vinatagebold';
    src: url('../fonts/m-b_creative_-_mbvinatage-bold-webfont.eot');
    src: url('../fonts/m-b_creative_-_mbvinatage-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/m-b_creative_-_mbvinatage-bold-webfont.ttf') format('truetype'), url('../fonts/m-b_creative_-_mbvinatage-bold-webfont.svg#mb_vinatagebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mb_vinatagelight';
    src: url('../fonts/m-b_creative_-_mbvinatage-light-webfont.eot');
    src: url('../fonts/m-b_creative_-_mbvinatage-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/m-b_creative_-_mbvinatage-light-webfont.ttf') format('truetype'), url('../fonts/m-b_creative_-_mbvinatage-light-webfont.svg#mb_vinatagelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mb_vinatagemedium';
    src: url('../fonts/m-b_creative_-_mbvinatage-medium-webfont.eot');
    src: url('../fonts/m-b_creative_-_mbvinatage-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/m-b_creative_-_mbvinatage-medium-webfont.ttf') format('truetype'), url('../fonts/m-b_creative_-_mbvinatage-medium-webfont.svg#mb_vinatagemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.solde {
    color: white;
}

t .infos {
    margin-top: 10px;
    margin-bottom: 10px;
}

.grey {
    background-color: rgb(223, 223, 223);
}

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 1.5em 0;
    padding: 0;
    background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
    width: 50%;
    left: 25%;
    position: relative;
    border: none;
}

.titre {
    padding-top: 10px;
    padding-bottom: 10px;
}

img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.v-item {
    display: block;
    width: 100%;
    padding: .1rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	font-size:14px;
}
input[name='commune']{
    cursor: not-allowed;
    background-color: #eee;
	opacity: 1;
}
.v {
    position: unset; 
    top: 100%;
    left: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: max-content;
    max-width: max-content;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.col-md-4 {
    padding-bottom: 20px;
}

.row {
    margin-right: 0px;
    margin-left: -15px;
}

.modal-header {
    background: #ffbf00;
}

.modal-header h4 {
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
}

.modal-footer {
    background: #2b2b2b;
}

.navbar-default {
    border-color: transparent;
    background-color: #dadada;
}

.navbar-inverse .navbar-brand {
    font-weight: 500;
    font-size: 20px;
}

.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #16a085;
    color: white;
}

a img {}

.odd a img {
    background: #f5f5f5;
}

ul,
ol {
    list-style: none;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway";
    font-weight: 200;
    color: #333;
}

h2 {
    font-size: 36px;
    color: #777;
}

h3 {
    font-size: 26px;

}

.navbar-brand {
    font-family: mb_vinatagebold;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 20px;

}

p.large {
    font-size: 20px;
    margin-bottom: 50px;
}

.centered {
    text-align: center;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- ";
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

#accessible img {
    border-radius: 5px;
}

/* Links */
a:not(.fonctionnement a) {
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    background: url(../img/monespace.jpeg) no-repeat center top;
    margin-top: -50px;
    padding-top: 120px;
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    min-height: 650px;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 100px;
}

#headerwrap h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
}

#headerwrap p {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
}

#headerwrap .icon {
    color: #ffffff;
    margin-top: 90px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-size: 100px;
    font-weight: bold;
    text-shadow: 0px 20px 7px #3da8ae;
    width: 500px;
    height: 120px;
}

#headerwrap .btn {
    font-weight: 500;
    font-size: 20px;
    margin: 50px 0;
    background-color: #ffbf00;
    color: #fff;
    text-shadow: 0 0 4px #bf9004;
    box-shadow: -5px -5px 20px #3da8ae;
    border: 0;
}

#headerwrap .btn:hover,
#headerwrap .btn:focus {
    background-color: #e9af03;
    outline: 0px;
}

#qsn {
    background: #fff;
    padding: 60px 0;
}

#qsn img {
    margin-top: 65px;
}

#recompenses {
    background: #f5f5f5;
    padding: 60px 0;
}

#recompenses img {}

#fonctionnement {
    background: #fff;
    padding: 20px 0;
    text-align: center;

}

#fonctionnement .fa {
    color: #ffbf00;
}

#fonctionnement p {
    text-align: center;
}

#mentions {
    background: #2b2b2b;
    padding: 10px 0;
    text-align: center;
}

#mentions p {
    margin: 0px;
    font-size: 12px;
}

#mentions .fa {
    color: #ffbf00;
}

#mentions hr {
    margin: 1em;
}

#accessible {
    background: #f5f5f5;
    padding: 60px 0;
}

#accessible p {
    margin: auto;
}

#accessible img {
    margin: auto;
    padding: auto;
}

#mentions h3 {
    text-align: center;
    color: white;
}

#mentions {
    color: white;
}

#temoignages {
    background: #f5f5f5;
    padding: 60px 0;
}

#temoignages H4 {
    padding-top: 10px;
}

#temoignages p.large {
    margin-top: 60px;
    margin-bottom: 10px;
}

#temoignages .fa {
    width: 30px;
    height: 30px;
    margin: 0 3px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    outline: 0;
    color: #fff;
    background-color: #c4c4c4;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#temoignages .fa:hover {
    background-color: #ffbf00;
}

#etudes {
    background: #fff;
    padding: 60px 0;
}

#etudes .btn-default {
    border: 0;
}

#contact {

    padding: 170px 0;
    text-align: center;
}

.carte {
    margin-top: 25px;
    margin-bottom: 25px;
}

#contact .form {
    padding: 30px 0;
}

#contact .fa {
    color: #ffbf00;
    margin-bottom: 10px;
}

#contact .text-danger {
    color: #e74c3c;
    text-align: left;
    margin: 0;
}

#contact .btn {
    font-weight: 500;
    font-size: 18px;
    margin-top: 30px;
    background-color: #ffbf00;
    color: #fff;
    border: 0;
}

#contact .btn:hover,
#contact .btn:focus {
    background-color: #e9af03;
    outline: 0px;
}

#greywrap {
    background: #f5f5f5;
    margin-top: 0px;
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}

#recompenses img {
    margin-left: auto;
    margin-right: auto
}

#greywrap .btn {
    font-family: "Raleway";
    font-weight: 300;
    font-size: 20px;
    margin: 0 25px;
    background-color: #fff;
    border-color: #e2e2e2;
    color: #888;
    border-bottom: 0;
    letter-spacing: 1px;
}

#greywrap .btn:hover,
#greywrap .btn:focus {
    margin: 0 25px;
    background-color: #fff;
    border-color: #a5cdd5;
    border-bottom: 0;
    outline: 0px;
    color: #a5cdd5;
}

#greywrap h2 {
    font-size: 30px;
}

#greywrap .callout {
    margin-bottom: 20px;
}

#greywrap p {
    font-size: 30px;
}

#greywrap .fa {
    font-size: 18px;
    margin-right: 4px;
}

#footerwrap {
    background: #2b2b2b;
    padding: 1px 0 10px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: -100px;
}

#footerwrap span.copyright {
    line-height: 40px;
    color: #888;
    font-weight: 400;
}

#footerwrap span.copyright a {
    color: #888;
    border-bottom: 1px dotted;
}

#footerwrap span.copyright a:hover {
    color: #ffbf00;
    text-decoration: none;
}

#footerwrap h4 {
    color: white;
}

ul.social-buttons {
    margin: 0;
}

ul.social-buttons li a {
    font-size: 24px;
    outline: 0;
    color: #999;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons {
    color: #ffbf00;
}

/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
    color: #999;
}

.white p {
    padding-top: 25px;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
    margin: 0;
    position: relative;
    border: 1px solid #eee;
}

.grid figure img {
    width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    background-color: #ffbf00;
}

.grid figcaption h5 {
    margin: 0;
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
}

.grid figcaption a {
    text-align: left;
    padding: 5px 10px;
    margin-left: 20px;
    display: inline-block;
    background: #2f2f2f;
    color: #fff;
    font-size: 13px;
}

/* Caption Style */
.mask figure {
    overflow: hidden;
}

.mask figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.mask figcaption {
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 30px;
}

.imgconf {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%
}

.navbar-inverse .navbar-nav > li > a:not(.inscrire):not(.solde) {
    color: #999;
}

.navbar-nav .inscrire {
    background-color: rgb(255, 191, 0);
    color: black;
}

header img {
    float: none;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px),
screen and (max-device-width:1050px) {
    body .header {
        background-attachment: scroll;
    }
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .header {
        background-attachment: scroll;
    }
}

@media screen and (max-width:769px) {
    #headerwrap h1 {
        font-size: 80px;
    }

    p,
    h3 {
        text-align: center;
    }

    #headerwrap p {
        font-size: 30px;
        line-height: 38px;
    }

    .navbar-header {
        display: table-cell;
        vertical-align: middle;
    }
}

.navbar-inverse {
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

#headerwrap {
    background: url(../img/monespace.jpeg) no-repeat center top;
    min-height: 400px;
    padding-bottom: 0px;
    background-size: cover;
}

.donnees {
    width: 300px;
    border-radius: 5px;
    margin-bottom: 20px;
}

#headerwrap p {
    color: black;
    font-size: 20px;
}

#headerwrap h1 {
    color: black;
}

.deconnecter {
    font-size: 10px;
}

.dropdown-menu a {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .nav > li > a.dropdown-toggle {
        display: none;
    }

    .nav .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;

    }

    .dropdown-menu a {
        color: white;
    }
}

._1drm ._1drn {
    border: none;
}

@media (min-width: 1200px) {
    .container {
        /*width: 900px;*/
    }

}

@media (min-width: 768px) {
    .container {
        /*width: 800px;*/
    }
}

.center-block {
    margin-top: 20px;
    margin-bottom: 10px;
}

.form1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.last {
    margin-bottom: 40px;
}

.messages{
    border: black solid 2px;
    border-radius:10px;
}
.message{
   
    color:black;
}
.messagediv{
    padding:10px;
    margin:10px;
}
.messagestaff{

}
.msg{
    padding:10px;
    margin:10px;
    border: grey solid 3px;
    border-radius:10px;
    background-color: ghostwhite;
    inline-size: fit-content;
}
.date{
    float:right;
}

.saisieMessage{
    border: black solid 2px;
    border-radius: 10px;
    margin-top: 10px;

}
.formSaisie{
    display: flex;
    align-items: center;
}
#saisieTexte{
    width: 50%;
    padding: 10px;
    margin: 10px;
    border: grey solid 3px;
    border-radius: 10px;
    background-color: ghostwhite;
}
.envoyerMessage{
}