.col_structure, .structure_ligne_col {
    float: left;
}

#page-news h3 {
    color: #888888;
    font-family: '';
    font-size: 16px;
    margin-bottom:10px;
    font-weight: normal;
}

.contenu.section_contenu {
    background: none;
}


a.bouton {
    display: inline-block;
    background: ;
    color: ;
    padding: 4px 15px;
    border: 0;
    font-family: 'Open Sans';
    text-decoration: none;
    font-size : 14px;
    text-transform: uppercase;
    border-color: ;
}

a.bouton:hover {
    background: ;
    color: ;
    text-decoration: none;
    border-color: ;
}

a.bouton2 {
    display: inline-block;
    background: ;
    color: ;
    padding: 4px 15px;
    border: 0;
    font-family: 'Open Sans';
    text-decoration: none;
    font-size : 14px;
    text-transform: uppercase;
}

a.bouton2:hover {
    background: ;
    color: ;
    text-decoration: none;
}

input[type="submit"], input[type="button"] {
    display: inline-block;
    background: ;
    color: ;
    padding: 4px 15px;
    text-decoration: none;
    border: 0;
    font-family: 'Open Sans';
    font-size : 14px;
    -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
    -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
    transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, box-shadow .3s ease, text-shadow .3s ease;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background: ;
    color: ;
    text-decoration: none;
}

input[type="submit"].outline-white, input[type="button"].outline-white {
    outline: 1px solid #ffffff;
}

#page-popin {
    overflow-x: hidden;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- FICHE ACTU ----------------------------------- */
/* ------------------------------------------------------------------------------------ */

.fiche_actualite .visuel {
    float: left;
    margin: 5px 20px 5px 0;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- FICHE OFFRE ---------------------------------- */
/* ------------------------------------------------------------------------------------ */

.fiche_offre .visuel {
    float: left;
    margin: 5px 20px 5px 0;
}


.fiche_offre .prix {
    font-size: 18px;
    font-style: italic;
    float: right;
}

.fiche_offre .prix strong {
    font-style: normal;
    font-size: 22px;
    font-family: '';
    color:;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- FORMULAIRE ----------------------------------- */
/* ------------------------------------------------------------------------------------ */
.formulaire .ligne_form {
    margin: 0 0 6px 0;
}

.formulaire .ligne_form .classic_label {
    display: block;
    float: left;
    width: 150px;
    padding-top: 5px;
    font-weight: bold;
}

.formulaire .ligne_form .ligne_form_champ {
    display: block;
    float: left;
}

.formulaire .ligne_form .ligne_form_champ small.error {
    color: #d61f25;
    font-weight: bold;
}

.formulaire input[type=text], .formulaire input[type=password], .formulaire select, .formulaire textarea {
   width: 190px;
}

.obligatoire {
    color: #d61f25;
}

p.success {
    color: #46a546;
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: bold;
    padding: 0;
}

p.errors {
    color: #d61f25;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
    padding: 0;
}





/* ------------------------------------------------------------------------------------ */
/* --------------------------------------- BANDEAUX ----------------------------------- */
/* ------------------------------------------------------------------------------------ */

.bandeau {
    position: relative;
    margin: 0;
}

.bandeau.with_bandeau .wrapper {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    z-index: 99;
}

#content .bandeau.with_bandeau .section_contenu {
    margin: 0;
}

.bandeau .bandeau_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    clip: rect(auto, auto, auto, auto);
    overflow: hidden;
}

.bandeau.carte .carte_bandeau {
    position: relative;
    z-index: 2;
}

.bandeau .shield {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}

.gm-style-cc {
    display:none;
}

.bandeau.video .video_container {
    position: relative;
    width: 100%;
    margin-top: -400px;
    overflow: hidden;
}

.bandeau .titre_bandeau_1 {
	font-size: 36px;
    line-height: 1.3em;
}

.bandeau .titre_bandeau_2 {
	font-size: 32px;
    line-height: 1.3em;
}

.bandeau .titre_bandeau_3 {
	font-size: 26px;
    line-height: 1.3em;
}

.bandeau .bandeau_grille table td .cell_container .contenu .bouton {
    border: 2px solid ;
}

.bandeau .bandeau_grille table td .cell_container .contenu .bouton:hover {
    border: 2px solid ;
}


/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- SHORTCODES ----------------------------------- */
/* ------------------------------------------------------------------------------------ */

.separateur {
    display: inline-block;
	height: 4px;
    line-height: 4px;
    width: 50px;
    background: ;
    margin: 6px 0 10px 0;
    padding: 0;
}

hr.separateur2 {
    width: 100%;
    border: none;
    border-top:dotted  2px;
    text-align: left;
    margin: 12px 0 20px 0;
    padding: 0;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------- CONTENU -------------------------------------- */
/* ------------------------------------------------------------------------------------ */
.contenu {
    font-size: 14px;
}

.contenu h1,
.contenu h2,
.contenu h3,
.contenu h4,
.contenu h5,
.contenu h6 {
  margin:1em 0 0.75em;  padding:0; line-height:1.1em;
}

.with_custom_text_color .contenu h1, .with_custom_text_color .contenu h2, .with_custom_text_color .contenu h3, .with_custom_text_color .contenu h4, .with_custom_text_color .contenu h5 {
    color: inherit;
}

.contenu h1 { font-size:33px; color: ; font-weight: normal; }
.contenu h2 { font-size:20px; color: #333; font-weight: normal; }
.contenu h3 { font-size:18px; color: #333; font-weight: normal; }
.contenu h4 { font-size:16px; color: #333; font-weight: normal; }
.contenu h5 { font-size:14px; color: #333; font-weight: normal; }
.contenu h6 { font-size:13px; color: #333; font-weight: normal; }
.contenu p  { margin:.75em 0 .5em; padding:0; line-height:1.4em; }

.contenu h1+h2, .contenu h1+h3, .contenu h1+h4, .contenu h1+h5, .contenu h1+h6,
.contenu h2+h3, .contenu h2+h4, .contenu h2+h5, .contenu h2+h6,
.contenu h3+h4, .contenu h3+h5, .contenu h3+h6,
.contenu h4+h5, .contenu h4+h6,
.contenu h5+h6 { margin-top:-.85em; }

.contenu td > h1:first-child,
.contenu td > h2:first-child,
.contenu td > h3:first-child,
.contenu td > h4:first-child,
.contenu td > h5:first-child,
.contenu td > h6:first-child,
.contenu > h1:first-child,
.contenu > h2:first-child,
.contenu > h3:first-child,
.contenu > h4:first-child,
.contenu > h5:first-child,
.contenu > h6:first-child,
.contenu > div > h1:first-child,
.contenu > div > h2:first-child,
.contenu > div > h3:first-child,
.contenu > div > h4:first-child,
.contenu > div > h5:first-child,
.contenu > div > h6:first-child  { margin-top: 0; }

.contenu  ul {
    padding: 0 0 0 20px;
}

.contenu  ul li {
    padding: 0 0 0 13px;
    position: relative;
}
.contenu  ul li:before {
    content:'\2022';
    font-size: 22px;
    position: absolute;
    left: -4px;
    top: -7px;
    color: ;
}

.restriction{
    margin: 15px;
}

.restriction form{
    width: 270px;
    background: none;
        -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin: auto;
}

.restriction input[type=password], .restriction input[type=text], .restriction label{
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: none;
}

.restriction input[type=password], .restriction input[type=text]{
    border: 2px solid ;
}

.restriction input[type=text]::-webkit-input-placeholder { color:#AFAFAF; }
.restriction input[type=text]::-moz-placeholder { color:#AFAFAF; } /* firefox 19+ */
.restriction input[type=text]:-ms-input-placeholder { color:#AFAFAF; } /* ie */
.restriction input[type=text]input:-moz-placeholder { color:#AFAFAF; }
.restriction input[type=password]::-webkit-input-placeholder { color:#AFAFAF; }
.restriction input[type=password]::-moz-placeholder { color:#AFAFAF; } /* firefox 19+ */
.restriction input[type=password]:-ms-input-placeholder { color:#AFAFAF; } /* ie */
.restriction input[type=password]input:-moz-placeholder { color:#AFAFAF; }

.bouton_radio{
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 4px !important;
    border-radius: 30px !important;
    //border-radius: 6px !important;
    border: 1px solid #E5E5E5 !important;
    color: #ffffff;
    background: #f0b679;
    box-shadow: none;
    line-height: normal;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400;
    margin:0;
    text-decoration: none !important;
    width: 100px;
    text-align: center;
}

.bouton_radio:hover{
    color: #333;
    background: #fff;
}