@font-face {
  font-family: 'asap';
  src: url('/fonts/asap-regular-webfont.eot');
  src: url('/fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/asap-regular-webfont.woff') format('woff'),
       url('/fonts/asap-regular-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'asap_bold';
  src: url('/fonts/asap-bold-webfont.eot');
  src: url('/fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/asap-bold-webfont.woff') format('woff'),
       url('/fonts/asap-bold-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'mission_script';
    src: url('/fonts/mission-script-webfont.eot');
    src: url('/fonts/mission-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/mission-script-webfont.woff') format('woff'),
         url('/fonts/mission-script-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'blenda_script';
    src: url('/fonts/blenda-script-webfont.eot');
    src: url('/fonts/blenda-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/blenda-script-webfont.woff') format('woff'),
         url('/fonts/blenda-script-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'dk_pisang';
    src: url('/fonts/dk-pisang-webfont.eot');
    src: url('/fonts/dk-pisang-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/dk-pisang-webfont.woff') format('woff'),
         url('/fonts/dk-pisang-webfont.ttf') format('truetype');
}

/* GENERAL */

* {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #898788;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #898788;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #898788;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #898788;
}

.placeholder {
    color: #898788 !important;
}

a {
    outline: none;
    text-decoration: none;
    color: #505050;
}

a:hover {
    text-decoration: underline;
}

input, select {
    outline: none;
}

img {
    border: 0;
}

input[type="text"], input[type="submit"], textarea {
    outline: none;
    -webkit-appearance: none;
}

li {
    list-style: none;
}

.hide_site {
    display: none;
}

.align_center {
    text-align: center;
}

body {
    font-family: "asap", sans-serif;
    color: #505050;
    font-size: 12px;
    position: relative;
    padding-bottom: 90px;
}

.asap_bold {
    font-family: "asap_bold";
}

strong.asap_bold, .asap_bold strong {
    font-weight: normal;
}

#message_cookies {
    background-color: #fff;
    font-size: 1em;
    margin: 0 auto;
    position: relative;
    z-index: 101;
}

#message_cookies .content {
    background-color: #fff;
    height: auto;
    margin: 0 auto;
    width: 960px;
}

#message_cookies .inline_block {
    display: inline-block;
}

#message_cookies .button {
    background-color: #404040;
    box-sizing: border-box;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: table;
    font-size: 12px;
    height: 20px;
    margin-left: 5px;
    padding: 0;
    width: auto;
}

#message_cookies .button .texte,
#message_cookies .button .fleche {
    background-color: #404040;
    color: #fff;
    display: table-cell;
    float: none;
    font-size: 1em;
    height: auto;
    padding: 1px 5px;
    vertical-align: middle;
    width: auto;
}

#message_cookies .wrap_bouton {
    margin-top: 0;
    vertical-align: -5px;
}

.sous_bandeau .content {
    background: #fff;
    overflow: hidden;
    height: auto !important;
    width: 960px !important;
}

.separateur_menu {
    background: #fff;
    height: 15px;
    width: 1px;
}

.menu li:first-child {
    border-left: 0 none;
    padding-left: 0;
}
.menu li {
    border-left: 1px solid #000;
    float: left;
    padding: 0 7px;
}

.menu li a {
    color: #000;
}

.content {
    margin: 0 auto;
    width: 960px;
}

#main h1 {
    font-size: 1.66666666666667em; /* 20px/12px */
    text-transform: uppercase;
    padding: 30px 0 2px;
    width: 100%;
    border-bottom: 1px solid #E43432;
}

#main h2 {
    font-size: 1.33333333333333em;
    padding-top: 10px;
}

/*** COLONNES ***/
[class*='col-'] {
  float: left;
  min-height: 1px;
  padding: 0 10px;
}

.col-md-1, .col-1 {
    width: 60px;
}

.col-md-2, .col-2 {
    width: 140px;
}

.col-md-3, .col-3 {
    width: 220px;
}

.col-md-4, .col-4 {
    width: 300px;
}

.col-md-5, .col-5 {
    width: 380px;
}

.col-md-6, .col-6 {
    width: 460px;
}

.col-md-7, .col-7 {
    width: 540px;
}

.col-md-8, .col-8 {
    width: 620px;
}

.col-md-9, .col-9 {
    width: 700px;
}

.col-md-10, .col-10 {
    width: 780px;
}

.col-md-11, .col-11 {
    width: 860px;
}

.col-md-12, .col-12 {
    width: 940px;
}

.row {
    clear: both;
    width: 100%;
}

.table {
    display: table;
}

.cell {
    display: table-cell;
    float: none;
}

/*** ESPACEMENTS HORIZONTAUX ***/
[class*='clear'] {
    clear: both;
}

.clear2  { height: 2px; }
.clear5  { height: 5px; }
.clear10 { height: 10px; }
.clear15 { height: 15px; }
.clear20 { height: 20px; }
.clear25 { height: 25px; }
.clear30 { height: 30px; }
.clear35 { height: 35px; }
.clear40 { height: 40px; }
.clear45 { height: 45px; }
.clear50 { height: 50px; }
.clear55 { height: 55px; }
.clear60 { height: 60px; }
.clear65 { height: 65px; }

.right {
    float: right;
}

.left {
    float: left;
}

.wrap_bouton {
    text-align: center;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.t1167 {
    font-size: 1.167em;
}

.t1200 {
    font-size: 1.2em;
}

.fond_gris_clair {
    background: #eaeaea;
}

.obligatoire {
    color: #e43432;
}

.fond_gris_fonce {
    background: #b9b7b7;
}

.erreur {
    background: #e43432;
    color: #fff;
    display: none;
    margin-bottom: 5px;
    padding: 5px 5px 6px 25px;
    position: relative;
    line-height: 1em;
    text-align: left;
}

.erreur:before {
    background: url("/imgs/initiatives/pictos/erreur-blanc.png");
    content: "";
    height: 13px;
    position: absolute;
    width: 13px;
    left: 6px;
    top: 4px;
}

.erreur:after {
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #e43432 transparent transparent transparent;
    bottom: -4px;
    content: "";
    height: 0;
    position: absolute;
    right: 12px;
    width: 0;
}

.erreur_generale:after {
    border-width: 0;
}

.bordure_grise {
    border: 1px solid #b3b3b3;
}

/*** MASQUES ***/
.masque {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;

}

.masque.blanc {
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.message_important {
    font-size: 1.25em; /* 15px / 12px */
}

/*** OVERLAY ***/
.overlay {
    background-color: #fff;
    box-shadow: 0 0 8px #4f4f4f;
    display: none;
    left: 0;
    margin: auto;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 450px;
    z-index: 101;
}

.overlay .contenu { padding: 20px; }

.overlay .close {
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 1.4em;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: 0;
    width: 25px;
}

.overlay .titre {
    color: #E64F29;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}

.overlay .wrap_boutons_principaux { text-align: center; }
.overlay .wrap_boutons_principaux .button .texte { line-height: 2.8em; }

.button {
    cursor: pointer;
    display: table;
    border-radius: 5px;
    overflow: hidden;
}

.button.center {
    float: none;
}

.button:hover {
    background: #b5b5b5;
    text-decoration: none;
}

.button span {
    display: block;
    font-size: 1.3em;
    font-weight: bold;
}

.button .fleche {
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-size: 3em;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

.button .texte {
    color: #fff;
    display: table-cell;
    font-size: 1.2em;
    line-height: 1.2;
    padding: 4px 20px 4px 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.button .texte.uneligne {
    height: 34px;
    padding-top: 15px;
}

.button.small {
    float: none;
    color: #fff;
    font-size: 14px;
    width: 150px;
    text-align: center;
    padding: 6px 0;
}

.button.small:hover {
    text-decoration: none;
}

.bouton_retour {
    background: #E43432;
    border: none;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    margin: 20px 0px;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
}

#fond_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 375px;
}

.wrapper {
    background: #fff;
    box-shadow: 1px 1px 12px #a9a9a9;
    margin: 0 auto;
    width: 960px;
    position: relative;
}

#header li {
    display: inline-block;
    padding-right: 5px;
    vertical-align: -4px;
}

/* MENU TOP */

#header .liens_utiles {
    background: #fff;
    padding-bottom: 10px;
}

#menu_top {
    padding-top: 10px;
}

.liens_utiles a {
    padding-right: 5px;
}

.liens_utiles .fa-home {
    font-size: 1.8em;
    vertical-align: -2px;
}

#titre_bandeau {
    font-family: "asap_bold";
    font-weight: normal;
    font-size: 1.66666666666667em; /* 20px / 12px */
    text-transform: uppercase;
    padding: 20px 0 0 5px;
}

#logo {
    max-width: 218px;
    max-height: 89px;
}

.illustration_header img {
    height: 100px;
}

.header_contact img {
    width: 25px;
    height: 19px;
}

.header_tel img {
    width: 23px;
    height: 17px;
}

/* MENU PRINCIPAL */

#menu {
    margin-top: 5px;
    width: 100%;
}

#menu ul {
    display: table;
    width: 100%;
}

#menu li {
    border-right: 2px solid #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-width: 100px;
    padding: 0;
}

#menu li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-family: "asap_bold";
    color: #fff;
    text-transform: uppercase;
}

#menu li.actif a, #menu li a:hover {
    text-decoration: none;
}

#menu li.demande_kit, #menu li.demande_kit a:hover {
    border-right: 0;
}

/* MAIN */

#main {
    padding-bottom: 30px;
    min-height: 600px;
}

#main .field {
    position: relative;
}

#main .field .obligatoire {
    font-size: 18px;
    left: -3px;
    position: absolute;
    top: -5px;
    z-index: 1;
}

/* FOOTER */

footer a {
    text-decoration: none;
}

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

#infos_initiatives {
    padding: 25px 0 5px;
}

#infos_initiatives .colonne {
    border-left: 1px solid #4c4f50;
    box-sizing: border-box;
    height: 160px;
    padding-left: 60px;
    position: relative;
}

#infos_initiatives .col1 .colonne {
    border-left: none;
}

#infos_initiatives .col2 .colonne {
    padding: 15px 0 0 65px;
}

#infos_initiatives .col3 .colonne {
    padding: 10px 0 0 40px;
}

.le_partenaire {
    font-size: 1.167em;
    margin-top: 5px;
}

footer .avis_trustpilot {
    margin-top: 15px;
}

footer .client_note {
    border-bottom: 1px solid #4c4f50;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

footer .avis_client {
    font-size: 1.3em;
    margin-right: 5px;
    vertical-align: middle;
}

footer .avis_trustpilot .etoile {
    background-color: #007f4e;
    border-radius: 2px;
    color: #fff;
    font-size: 0.8em;
    height: 12px;
    line-height: 12px;
    width: 12px;
}

footer .voir_avis {
    margin-top: 5px;
}

footer .voir_avis a {
    margin-top: 5px;
    text-decoration: underline;
}

.avantages {
    display: table;
}

.avantages a {
    display: table-row;
    height: 30px;
}

.avantages .picto {
    display: table-cell;
    width: 25px;
    text-align: center;
    vertical-align: middle;
}

footer .picto .fa {
    font-size: 1.66666666666667em;
}

.avantages .nom {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.contact .icon_tel {
    float: left;
    font-size: 3.83333333333333em;
    margin: 4px 8px 0 0;
}

.contact .numero {
    font-family: "asap_bold";
    font-size: 1.75em;
    vertical-align: -4px;
}

.avantages .picto {
    display: table-cell;
}

.nous_ecrire, .rappel {
    padding-top: 15px;
    text-align: left;
}

.nous_ecrire:hover, .rappel:hover {
    text-decoration: underline;
}

.type_contact i {
    font-size: 1.33em;
    vertical-align: -1px;
    margin-right: 3px;
}

#liste_sites {
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    display: table;
    background: #f1f1f2;
    margin: 30px 0;
}

#liste_sites a {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #b4b4b4;
    padding: 5px;
    text-align: center;
}

#liste_sites a:first-child {
    border-left: 0;
}

#liste_sites a:hover {
    text-decoration: underline;
}

.boite_creative {
    text-align: center;
    line-height: 1.4em;
}

.boite_creative .texte {
    font-family: "blenda_script";
    font-size: 1.66666666666667em; /* 20px/12px */
}

.boite_creative .adresse {
    font-size: 0.91666666666667em;
}

.boite_creative .adresse i {
    font-size: 0.4em;
    vertical-align: 3px;
    margin: 0 2px;
}

.partages {
    padding-top: 30px;
    font-family: "arial";
    font-size: 1.1666666667em;
    text-align: center;
}

.partages .bordure {
    width: 100%;
    border-top: 1px solid #b4b4b4;
}

.partages .liens {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    top: -13px;
}

.partages .texte {
    height: 30px;
    line-height: 30px;
}

.partages .bulle {
    border-radius: 50%;
    display: block;
    height: 30px;
    line-height: 31px;
    text-align: center;
    width: 30px;
    background: #4c4f50;
    margin-left: 8px;
    float: left;
}

.partages .bulle img {
    margin-top: 5px;
    max-height: 20px;
    max-width: 20px;
}

/*** LISTE VILLES ***/
.liste_villes_coordonnees {
    background: #fff;
    border: 1px solid #555;
    box-sizing: border-box;
    height: 95px;
    line-height: 1.2em;
    overflow: auto;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

.liste_villes_coordonnees .une_ville {
    cursor: pointer;
    font-size: 12px;
    padding: 2px 5px;
}

@media screen and (max-width: 960px) {

    body {
        padding-bottom: 0;
    }

}

@media screen and (min-width: 481px) {

    .show_mobile {
        display: none;
    }

}

@media screen and (max-width: 480px) {

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        float: left;
        padding: 0 1.5625%;
    }

    .col-xs-1 > img,
    .col-xs-2 > img,
    .col-xs-3 > img,
    .col-xs-4 > img,
    .col-xs-5 > img,
    .col-xs-6 > img,
    .col-xs-7 > img,
    .col-xs-8 > img,
    .col-xs-9 > img,
    .col-xs-10 > img,
    .col-xs-11 > img,
    .col-xs-12 > img {
        width: 100%;
    }

    .col-xs-1, .col-1 {
        width: 5%;
    }

    .col-xs-2, .col-2 {
        width: 13.125%;
    }

    .col-xs-3, .col-3 {
        width: 21.25%;
    }

    .col-xs-4, .col-4 {
        width: 29.375%;
    }

    .col-xs-5, .col-5 {
        width: 37.5%;
    }

    .col-xs-6, .col-6 {
        width: 45.625%;
    }

    .col-xs-7, .col-7 {
        width: 53.755%;
    }

    .col-xs-8, .col-8 {
        width: 61.875%;
    }

    .col-xs-9, .col-9 {
        width: 70%;
    }

    .col-xs-10, .col-10 {
        width: 78.125%;
    }

    .col-xs-11, .col-11 {
        width: 86.25%;
    }

    .col-xs-12, .col-12 {
        width: 94.375%;
    }

    /*** ESPACEMENTS ***/
    .clear-xs-2  { height: 2px; }
    .clear-xs-5  { height: 5px; }
    .clear-xs-10 { height: 10px; }
    .clear-xs-15 { height: 15px; }
    .clear-xs-20 { height: 20px; }
    .clear-xs-25 { height: 25px; }
    .clear-xs-30 { height: 30px; }
    .clear-xs-35 { height: 35px; }
    .clear-xs-40 { height: 40px; }

    /* marges plus grandes pour la 1er et deniere pour que ça fasse 100% */
    /* 16px*12 + 5px*22 + 9px*2 */
    .row > div:first-child, .col-xs-12 {
        padding-left: 2.8125%;
    }

    .row > div:last-child, .col-xs-12 {
        padding-right: 2.8125%;
    }

    .hide_mobile {
        display: none;
    }

    .wrapper {
        width: 100%;
        box-shadow: none;
    }

    #titre_bandeau {
        border-bottom: 2px solid #f0f0f0;
    }

    .button {
        width: 100%;
    }

    .button span {
        font-size: 1.1em;
    }

    .button .texte {
        width: 75%;
        padding-left: 5%;
        padding-right: 0;
        line-height: 1.4em;
    }

    .button .texte.right,
    .button .texte.align_right {
        padding-left: 0;
        padding-right: 5%;
    }

    .button .fleche {
        float: none;
        width: 20%;
    }

    .bouton_retour {
        box-sizing: border-box;
        width: 100%;
    }

    /* MENU TOP */
    #menu_top_mobile nav {
      display: table;
      overflow: hidden;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
    }

    #menu_top_mobile a {
        display: table-cell;
        text-align: center;
        font-family: "asap_bold";
        text-transform: uppercase;
        color: #fff;
        vertical-align: middle;
        padding: 5px 0;
        border-right: 1px solid #fff;
    }

    #menu_top_mobile a:last-child {
        border-right: 0;
    }

    .btn_espaces_clients_mobile {
        position: relative;
        min-width: 30px;
        background: #00a4bf;
    }

    .btn_espaces_clients_mobile .fa-user {
        font-size: 1.833em;
    }

    .btn_espaces_clients_mobile .fa-check {
        position: absolute;
        top: 12px;
        left: 52%;
        color: #df107e;
        font-size: 1.167em;
    }

    #logo {
        width: 100%;
        height: auto;
        min-width: 180px;
        padding-left: 5%;
    }

    #btn_menu_mobile {
        position: absolute;
        top: 80px;
        right: 5%;
        cursor: pointer;
    }

    #btn_menu_mobile .fa {
        font-size: 3.2em;
    }

    #titre_bandeau {
        margin-top: 10px;
        padding: 10px 0;
        border-top: 1px solid #b4b4b4;
        font-size: 1em;
    }

    /* MENU PRINCIPAL */
    #menu {
        display: none;
        position: absolute;
        left: 0;
        z-index: 1;
        margin-top: -70px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #menu.show {
        display: block !important;
    }

    #menu li {
        width: 100%;
        border-right: 0;
        display: block;
    }

    #menu li a {
        width: 100%;
        padding: 14px 0;
    }

    #menu .demande_kit a {
        display: none;
    }

    #message_cookies {
        box-shadow: none;
    }

    .overlay {
        width: 100%;
    }

    #message_cookies .content {
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 5px;
        width: 100%;
    }

    #message_cookies .button {
        margin-top: 5px;
    }

    /* MAIN */
    #main {
        min-height: 0;
        padding-bottom: 15px;
    }

    #main h1 {
        padding-top: 10px;
        font-size: 1.2em;
    }

    /* FOOTER */
    #footer .col-xs-12 {
        clear: both;
    }

    #infos_initiatives {
        padding: 15px 0 0 0;
    }

    #infos_initiatives .logo {
        font-size: 0.9em;
        line-height: 1em;
    }

    #infos_initiatives .logo img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    #infos_initiatives .colonne {
        padding: 0;
        font-size: 0.83333333333333em;
        line-height: 1em;
        min-height: 140px;
    }

    #infos_initiatives .col1 .colonne {
        padding-right: 10px;
    }

    #infos_initiatives .col2 .colonne {
        border-right: 0;
        padding-left: 10px;
    }

    #infos_initiatives .col3 .colonne {
        border: none;
        height: auto;
        min-height: auto;
        padding: 0 !important;
    }

    .avantages a { height: 35px; }
    .avantages li {
        height: 29px;
    }

    #footer .contact {
        border-top: 1px solid #b4b4b4;
        margin: 5px auto 10px;
        padding-top: 10px;
    }

    #footer .contact > li { text-align: center; }
    #footer .icon_tel {
        display: none;
    }
    #footer .contact .texte {
        display: inline-block;
        padding: 0;
    }

    .contact .numero {
        display: inline-block;
        margin: 5px 0;
    }

    .type_contact {
        border-top: 1px solid #b4b4b4;
        border-bottom: 1px solid #b4b4b4;
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }

    #footer .type_contact > div {
        display: inline-block;
        float: none;
        padding: 15px 0;
    }

    .rappel {
        margin-left: 10px;
    }

    .boite_creative .texte {
        font-size: 1.4em;
    }

    .boite_creative .adresse {
        font-size: 0.8em;
    }

    .partages {
        padding-top: 20px;
    }

    .partages .pictos {
        float: none;
        margin: 0 auto;
        width: 125px;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        (min-resolution: 120dpi),
        only screen and (-o-min-device-pixel-ratio: 3/2),
        only screen and (min--moz-device-pixel-ratio: 1.5),
        only screen and (min-device-pixel-ratio: 1.5) {

    .erreur:before {
        background: url("/imgs/initiatives/pictos/erreur-blanc@2x.png");
        background-size: 100%;
    }
}
