
* {
    margin:0;
    padding:0;
    border:0px;
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica;
}

a:focus {
    outline: none;
    text-decoration: none;
}


ul {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

.spacing {
    height: 5px;
    clear: both;
}

.clear {
    clear: both;
}

/* -------------------------------------------------------------------------------------- */
/* [HEADER]------------------------------------------------------------------------------ */


header .logo {
    display: block;
    float: left;
    margin: 30px 25px;
}

header .nous-rejoindre {
    float: right;
    margin: 30px 0;
    vertical-align: middle;
}

header .nous-rejoindre a, header .nous-rejoindre a:focus, header .nous-rejoindre a:hover {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    margin: 0 0 0 10px;

}

header .nous-rejoindre a i {
    -webkit-transition: transform 0.5s;
    transition: transform 0.3s;
}

header .nous-rejoindre a:hover i {
    transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
}


.bandeau {
    position: relative;
}

.bandeau img {
    width: 100%;
}

.bandeau h1, .bandeau h2 {
    position: absolute;
}

.bandeau h1 {
    font-size: 3em;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    color: #000;
    background: rgba(255,255,255, 0.7);
    left: 10%;
    bottom: 30%;
}

.bandeau h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    color: #fff;
    background: #000;
    left: 0;
    bottom: 0;
}

.body {
    margin: 5px 0 0 0;
}


/* -------------------------------------------------------------------------------------- */
/* [ORGANISATION ADRESSE, MAP, PRESENTATION ET ECATALOGUE]------------------------------- */

.adresse, .map, .presentation, .eCatalogue {
    float: left;
    height: 155px;
}

.adresse, .map, .presentation {
    width: 24.5%;
    margin-right: 0.5%;
}

.adresse a {
    text-decoration: underline;
}

.eCatalogue {
    width: 25%;
}


/* -------------------------------------------------------------------------------------- */
/* [ADRESSE]----------------------------------------------------------------------------- */

.adresse {
    background: #326b7b;
    color: #fff;
    padding: 14px 10px;
    font-size: 12px;
    line-height: 1.3em;
}

.adresse a {
    color: #fff;
}

/* -------------------------------------------------------------------------------------- */
/* [GOOGLE MAP]-------------------------------------------------------------------------- */

.map {
    position: relative;
    background: url("images/googlemap.png") center;
    background-size: auto 100%;
    font-size: 12px;
}

.map a {
    position: absolute;
    background: rgba(255,255,255,0.6);
    color: #000;
    width: 90%;
    bottom: 5%;
    left: 5%;
    padding: 5px 35px 5px 5px;
}

.map a:hover {
    text-decoration: none;
}

.map a::after {
    background: #000 url("images/fleche.png") no-repeat center ;
    content: '';
    color: #fff;
    display:block;
    position:absolute;
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
}


/* -------------------------------------------------------------------------------------- */
/* [PRESENTATION]------------------------------------------------------------------------ */

.presentation {
    background: #234b07;
    color: #fff;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
}


/* -------------------------------------------------------------------------------------- */
/* [eCATALOGUE]-------------------------------------------------------------------------- */

.eCatalogue {
    position: relative;
    background: #326b7b;
    background: url('images/ecatalogue-min.png') no-repeat;
    background-size: 100% auto;
    text-align: center;
}


.eCatalogue a {
    position: absolute;
    background: rgba(127,127,127,0.7);
    color: #000;
    width: 90%;
    bottom: 5%;
    left: 5%;
    padding: 5px 35px 5px 5px;
}

.eCatalogue a:hover {
    text-decoration: none;
}

.eCatalogue a::after {
    background: #000 url("images/fleche.png") no-repeat center ;
    content: '';
    color: #fff;
    display:block;
    position:absolute;
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
}

.eCatalogue .picto {
    display: inline-block;
    padding-right: 5px;
    margin: 20px auto;
}

.eCatalogue .vignette{
    display: inline-block;
    padding-right: 5px;
    margin: 20px auto;
}


/* -------------------------------------------------------------------------------------- */
/* [ORGANISATION AUTRES SITES/PARTENAIRES ET REVENDEURS]--------------------------------- */


.col1, .col2-4 {
    float: left;
    height: 1050px;
}

.col1 {
    width: 24.5%;
    margin-right: 0.5%;
}

.col2-4 {
    width: 75%;
}


/* -------------------------------------------------------------------------------------- */
/* [BUREAU]------------------------------------------------------------------------------ */


.bureau {
    padding: 0 0 15px 0;
}

.bureau img {
    width: 100%;
    margin: 0 0 15px 0;
}

/* -------------------------------------------------------------------------------------- */
/* [LIENS]------------------------------------------------------------------------------- */

.links {
    color: #8b847b;
    font-size: 12px;
    padding: 0 10px 15px 10px;
}


.links h3 {
    font-size: 12px;
    color: #326b7b;
    padding-right: 30px;
    margin-top: 0;
}

.links a {
    display: inline-block;
    color: #8b847b;
    font-size: 12px;
    margin: 3px 0;
}

.links h4 {
    font-size: 12px;
    color: #000;
    padding-right: 10px;
    display: inline-block;
}


.links .picto {
    margin: 0 4px 0 0;
}
.links .picto i{
    font-size: 16px;
    color: #000;
}

.links .picto:hover{
    transform: scale(1.3);
}

/* -------------------------------------------------------------------------------------- */
/* [PARTENAIRES]------------------------------------------------------------------------- */

.partenaires {
    background: #eeedeb;
    padding: 15px 10px;
    color: #326b7b;
    height: 560px;
}

.partenaires h2 {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    padding-right: 30px;
    margin-top: 0;
}

.partenaires h3 {
    font-size: 12px;
    color: #326b7b;
    font-weight: bold;
    padding-right: 30px;
    margin: 10px 0 10px 0;
}

.partenaires h3::before {
    content: '> ';
    color: #000;
}

.partenaires h4 {
    font-size: 12px;
    color: #2c5212;
    font-weight: bold;
    margin: 0;
}

.partenaires h5 {
    font-size: 12px;
    color: #326b7b;
    font-weight: bold;
    margin: 0 0 10px 0;
}



.partenaires strong {
    text-transform: uppercase;
}

.partenaires li {
    display: block;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    margin: 0 0 15px 0;
}


.partenaires li a, .partenaires li a:focus {
    color: #326b7b;
    text-decoration: none;
}

.partenaires li a:hover {
    text-decoration: underline;
}

.partenaires .popup{
    display: none;
    position: absolute;
    background: #fff url("images/fleche_d.png") no-repeat top center;
    padding: 30px 10px 10px 10px;
    width: 100%;
    top: 100%;
    z-index: 900;
    max-width: 200px;
}

/* -------------------------------------------------------------------------------------- */
/* [REVENDEURS]-------------------------------------------------------------------------- */

.revendeurs {
    background: #eeedeb;
    padding: 15px;
    height: 900px;
}

.liste {
    float: left;
    width: 44%;
}

.liste h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
    color: #000;
}

.liste h2 .vert {
    font-size: 14px;
    display: block;
    color: #2c5211;
}
.liste h2 .bleu {
    font-size: 14px;
    display: block;
    color: #326b7b;
}

.liste h3 {
    font-size: 12px;
    color: #8b847b;
    margin-top: 0;
    margin-bottom: 15px;
    text-decoration: underline;
}

.liste li {
    position: relative;
    color: #316b7a;
    padding: 5px 5px 5px 20px;
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.liste li:hover {
    cursor: default;
}

.liste li.overlay {
    background: #dbd3ca;
}

.liste .nom {
    display: block;
    color: #000;
    font-weight: bold;
}

.liste .nom::before {
    display: block;
    content:'> ';
    position: absolute;
    left: 5px;
}

.liste .tel {
    display: block;
    color: #8b847b;
}

.liste .mail  {
    display: block;
    color: #8b847b;
}

.liste .mail a, .liste .mail a:hover, .liste .mail a:focus{
    color: #8b847b;
    text-decoration: underline;
}

.liste .google-map a {
    color: #2c5211;
}


.carte {
    position: relative;
    float: left;
    width: 56%;
    max-width: 466px;
    border: 1px solid #316b7a;
    margin-top: 60px;
}

.carte img {
    max-width: 466px;
    width: 100%;
}

.carte .overlay, #carte {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}


map .zone:hover {
    cursor: default;
}

.carte .popup {
    background: #fff url("images/fleche_d.png") no-repeat top center;
    padding: 5px;
    position: absolute;
    z-index: 500;
    display: none;
    color: #326b7b;
}

.carte .popup.vert {
    background: #fff url("images/fleche_d_vert.png") no-repeat top center;
}

.carte .popup .content {
    max-height: 400px;
    width: 220px;
}

.carte .popup ul {
    display: block;
    margin: 20px 5px 0 5px;
}

.carte .popup ul li{
    padding: 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #bebebe;
    color: #326b7b;
}

.carte .popup ul li:last-child{
    border: 0;
    padding-bottom: 0;
}

.carte .popup ul li.vert {
    color: #3a5e20;
}

.carte .popup ul li.vert a, .carte .popup ul li.vert a:hover, .carte .popup ul li.vert a:focus {
    color: #3a5e20;
}


/* -------------------------------------------------------------------------------------- */
/* [BOTTOM]------------------------------------------------------------------------------ */

.bottom {
    vertical-align: top;
    margin-top: 5px;
}

.bottom::after {
    display: block;
    clear:both;
    content:'';
}




.esf {
    position: relative;
    width: 32.7%;
    margin-right: 0.6%;
    background: #eeedeb;
    text-align: center;
    padding: 10px;

}

.esf h2 {
    font-size: 12px;
    font-weight: bold;
    color: #326b7b;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.esf img {
    max-width: 45%;
}


.esf a {
    position: absolute;
    background: rgba(255,255,255,0.6);
    color: #000;
    width: 90%;
    bottom: 5%;
    right: 5%;
    padding: 5px 35px 5px 5px;
    text-align: left;
}

.esf a:hover {
    text-decoration: none;
}

.esf a::after {
    background: #000 url("images/fleche.png") no-repeat center ;
    content: '';
    color: #fff;
    display:block;
    position:absolute;
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
}




.portier, .newsletter, .documentation, .esf {
    float: left;
    height: 138px;
    background-color: #eeedeb;
}

.portier {
    position: relative;
    width: 32.7%;
    margin-right: 0.6%;
    background: #eeedeb;
    text-align: center;
    padding: 10px;
    background: url('images/portier.png') no-repeat;
    background-size: 100% auto;

}

.portier h2 {
    font-size: 12px;
    font-weight: bold;
    color: #326b7b;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.portier img {
    max-width: 45%;
}


.portier a {
    position: absolute;
    background: rgba(255,255,255,0.6);
    color: #000;
    width: 90%;
    bottom: 5%;
    right: 5%;
    padding: 5px 35px 5px 5px;
    text-align: left;
}

.portier a:hover {
    text-decoration: none;
}

.portier a::after {
    background: #000 url("images/fleche.png") no-repeat center ;
    content: '';
    color: #fff;
    display:block;
    position:absolute;
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
}




.newsletter {
    position: relative;
    width: 32.7%;
    margin-right: 0.6%;
    padding: 10px;
    background: url('images/newsletter-min.png') no-repeat;
    background-size: 100% auto;
    font-size: 12px;
}

.newsletter a {
    position: absolute;
    background: rgba(255,255,255,0.7);
    color: #000;
    width: 90%;
    bottom: 5%;
    left: 5%;
    padding: 5px 35px 5px 5px;
}

.newsletter a:hover {
    text-decoration: none;
}

.newsletter a::after {
    background: #000 url("images/fleche.png") no-repeat center ;
    content: '';
    color: #fff;
    display:block;
    position:absolute;
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
}

.newsletter .picto {
    display: none;
    padding-right: 5px;
    margin: 20px auto;
}


.documentation {
    position: relative;
    width: 33.4%;
    padding: 10px;
    background: url('images/documentation-min.png') no-repeat;
    background-size: 100% auto;
    font-size: 12px;
}

.documentation a {
    position: absolute;
    background: rgba(255,255,255,0.7);
    color: #000;
    width: 90%;
    bottom: 5%;
    left: 5%;
    padding: 5px 35px 5px 5px;
}

.documentation a:hover {
    text-decoration: none;
}

.documentation a::after {
    background: #000 url("images/fleche.png") no-repeat center ;
    content: '';
    color: #fff;
    display:block;
    position:absolute;
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
}

.documentation .picto {
    display: block;
    padding-right: 5px;
    margin: 20px auto;
}



/* -------------------------------------------------------------------------------------- */
/* [FOOTER]------------------------------------------------------------------------------ */

footer {
    border-top: 1px #eeedeb solid;
    padding: 20px 0 0 0;
    margin: 22px 0;
}

footer .copyright{
    float: left;
}

footer .logo {
    float: right;
}

/* -------------------------------------------------------------------------------------- */
/* [COOKIES]----------------------------------------------------------------------------- */

#cookie-bar.fixed {
    margin-top: 0;
}

#cookie-bar .container {
    position: relative;
}


/* -------------------------------------------------------------------------------------- */
/* [MODAL]------------------------------------------------------------------------------- */

.modal-dialog {
    border-color: #3e3e3e;
    border-width: 3px;
    border-radius: 0px;
    border-style: solid;
    background: #fff;
}

.modal-marger {
    margin: 20px 15px 20px 0;
    position: relative;
}

.modal-content{
    box-shadow: inherit;
    border: none;
    padding: 0 20px;
}

.modal-dialog .close{
    float: none;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 24px;
    height: 25px;
    background: url('images/close.png');
    opacity: 1;
    z-index: 999;
    text-indent: 200%;
    overflow: hidden;
}

.modal-dialog h1, .modal-dialog h2, .modal-dialog h3, .modal-dialog h4 {
    color: #326b7b;
}


.modal-dialog ul {
    margin-left: 12px;
}


/* -------------------------------------------------------------------------------------- */
/* [GALERIE]----------------------------------------------------------------------------- */

#galerie-cwa .container {
    padding: 10px;
}
#galerie-cwa #filtre {
    background: none repeat scroll 0 0 #be9a4b;
    display: inline-block;
    height: 50px;
    margin-bottom: 20px;
    width: 100%;
}
#galerie-cwa #filtre ul {
    color: #fff;
    height: 100%;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
#galerie-cwa #filtre ul li {
    display: inline-block;
    height: 100%;
    margin: 0 5px;
    padding: 0 5px;
    transition: all 0.2s ease-in 0s;
}
#galerie-cwa #filtre ul li:hover {
    cursor: pointer;
}
#galerie-cwa #filtre ul li:hover, #galerie-cwa #filtre ul li.active {
    color: #282828;
}
#galerie-cwa .descgalerie {
    color: #a9a9a9;
    display: none;
    padding: 30px;
}
/* -------------------------------------------------------------------------------------- */
/* [RESPONSIVE]-------------------------------------------------------------------------- */

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}



/* Landscape tablets and medium desktops and smaller */
@media (max-width: 1199px) {
    .links {

    }
    .revendeurs {
        height: 100px;
    }

    .portier, .esf, .newsletter, .documentation {
        height: 150px;
        width: 50%;
    }

    .col2-4 {
        background-color: #eeedeb;
    }

    .partenaires {
        height: 596px;
    }
}

/* Portrait tablets and small desktops  and smaller */
@media (max-width: 991px) {

    .adresse, .presentation {
        width: 49.5%;
        margin-right: 0.5%;
    }

     .map,  .eCatalogue {
        width: 50%;
        margin-right: 0;
    }

    .adresse, .map {
        margin-bottom: 5px;
    }

    .col1, .col2-4{
        width: 100%;
        height: auto;
    }


    .bureau {
        width: 50%;
        float: right;
        padding: 0;
    }

    .bureau img {
        margin: 0;
    }

    .links {
        float: left;
        width: 50%;
        height: auto;
    }



    .partenaires {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
    }
    .revendeurs {
        height: auto;
    }

    .liste {
        float: none;
        width: 100%;
    }

    .liste li {
        display: inline-block;
        width: 45%;
        vertical-align: top;
        margin-bottom: 10px;
    }

    .liste h3 {
        margin-bottom: 30px;;
    }

    .carte {
        float: none;
        margin: 0 auto;
    }
}

/* Portrait tablet */
@media (max-width: 990px) {
    .bottom {
        background-color: #fff;
        padding-top: 5px;
    }
    .portier , .esf, .newsletter , .documentation {
        width: 100%;
        height: 125px;
    }
}


/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    .bandeau h1 {
        font-size: 2em;
    }


    .carte {
        width: 100%;
    }

    .portier a, .esf a, .newsletter a, .documentation a {
  //      bottom: 80%;
    }

}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .bandeau h1 {
        font-size: 1.5em;
        padding: 3px;
    }


    .adresse, .presentation, .map,  .eCatalogue {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2px;
    }

    .bureau {
        width: 100%;
        float: right;
        padding: 0;
        margin-bottom: 15px;
    }

    .links {
        width: 100%;
    }

    .partenaires {
        width: 100%;
    }

    .fondation {
        width: 100%;
        margin-bottom: 5px;
    }

    .portier, .esf {
        width: 100%;
        margin-bottom: 5px;
    }

    .newsletter {
        width: 100%;
        margin-bottom: 5px;
    }

    .documentation {
        width: 100%;
        margin-bottom: 5px;
    }

    .liste li {
        display: block;
    }


}
