﻿body {
    padding-top:62px;
    font-size:10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding:0;
}

.container-fluid {
    padding:0;
}

.container {
    position:relative;
}

.row {
    margin-right:0;margin-left:0;
}

.clear {
    clear:both;
}

a:hover {
    text-decoration:none;
}

*:focus {
    outline: none !important;
    text-decoration:none !important;
}

/* SWEET ALARM */

.confirm {
    background-color:#97bf0d !important;
}

.sweet-alert h2 {
    font-size:2.5em !important;
    line-height:1em !important;
}

/******************************/
/*          HEADER            */
/******************************/

header {
    height:62px;
    border-bottom:solid 1px #a9bc14;
    position:fixed;top:0;z-index:3;
    background-color:#fff;
    width:100%;
    box-shadow: 5px 5px 120px #000;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.smaller {
        height:45px;
    }

.logo {
    float:left;
    position:relative;
}

    .logo img {
        position:absolute;z-index:2;
        max-width:170px;
        width:100%;
        transition: all 0.4s;
    }

header.smaller .logo img {
        height:60px;width:auto;
    }
/*
.search {
    height:61px;width:80%;
    border:none;
    background-color:#eaeaea;
    font-family:RobotoRegular;font-size:1.56em;color:#181818;
    padding-left:5%;padding-right:5%;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    float:left;

}

header.smaller .search {
    height:44px;
}

.search_Button {
    height:61px;width:20%;
    background:#eaeaea url(images/search.png) center center no-repeat;
    background-size: 30px 32px;
    border:none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    float:left;

}

header.smaller .search_Button {
    height:44px;
}
*/
.myArea {
    line-height:61px;
    width:100%;
    background-color:#97bf0d;
    display:block;
    font-family:RobotoRegular;
    font-size:1.56em;color:#007649;
    text-align:center;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    display:none;

}

header.smaller .myArea {
    line-height:44px;
}

.languages {
    padding:0;
    margin:0;
}

    .languages li {
        list-style:none;
        float:left;
        margin-top:15px;margin-left:4px;margin-right:4px;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .languages li:first-child {
            margin-left:0;
        }

        .languages li:last-child {
            margin-right:0;
        }

    header.smaller .languages li {
        margin-top:5px;
    }

        .flag {
            width:35px;
            height:30px;
            display:block;
        }
/*
.flag1 {background:url(images/flags/fr.png) center center no-repeat;}
.flag2 {background:url(images/flags/en.png) center center no-repeat;}
.flag3 {background:url(images/flags/es.png) center center no-repeat;}
.flag4 {background:url(images/flags/zn.png) center center no-repeat;}

.socialNetworks {
    height:32px;width:120px;
    clear:both;
    position:absolute;
    right:130px;top:62px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

header.smaller .socialNetworks {
    top:45px;
}

.socialNetwork {
    background:url(images/social.png) center top no-repeat;
    width:39px;height:35px;
    display:block;
    float:left;
}

.socialNetwork:hover {
    background:url(images/social-on.png) center top no-repeat;
}

.socialFacebook {
    background:url(images/facebook.png) center 5px no-repeat;
    display:block;
    height:100%;width:100%;
}

.socialLinkedIn {
    background:url(images/linked-in.png) center 5px no-repeat;
    display:block;
    height:100%;width:100%;
}

.socialTwitter {
    background:url(images/twitter.png) center 5px no-repeat;
    background-size:16px 17px;
    display:block;
    height:100%;width:100%;
}

.dateEvent {
    background:url(images/shadow.png) center top repeat-x;
    position:absolute;z-index:2;
    width:100%;
    padding-top:40px;
    height:152px;
    text-indent:-9999em;
}

    .dateEvent img {
        margin:auto;
        display:block;
        max-width:50%;
    }
.carousel-caption {
    text-align:left;
}

.carousel-caption-title {
    color:#fff;font-family:RobotoBold;font-size:3.8em;text-shadow:none;
    background-color:#97bf0d;
    padding-left:2%;padding-right:21px;
    display:inline-block;
    float:left;
}

.carousel-caption-description {
    float:left;
    clear:both;
    display:inline-block;
    font-family:RobotoRegular;font-size:4em;color:#434343;text-shadow:none;
    background:#fff url(images/add.png) right center no-repeat;
    padding-right:70px;padding-left:2%;
}
*/

.diaporama img {
    width:100%;
    /*max-height:771px;*/
}

.mainMenu {
    float:left;
}

/************************************/
/*           NEWSLETTER             */
/************************************/

.newsletter {
    border-top:solid 1px #434343;
    border-bottom:solid 1px #434343;
}
/*
    .newsletter h2 {
        background:url(images/newsletter.png) left center no-repeat;
        padding-left:57px;
        float:left;
        text-transform:uppercase;
        line-height:90px;
        margin:0;
    }
*/
    .newsletter input[type=text] {
        height:92px;
        width: 100%;
        background-color: #eaeaea;
        border: none;
        font-family: RobotoBold;font-size: 2.2em;
        color: #181818;
        padding-left: 10%;
        padding-right: 56px;
    }

    .newsletter input[type=submit] {
        line-height:90px;
        width: 100%;
        background-color: #434343;
        display: block;
        font-family: RobotoBold;
        font-size: 2.2em;
        color: #fff;
        text-align: center;
        border:none;
    }

    .newsletter .erreur {
        color:red;
    }

    .newsletter .succes {
        color:green;
    }

.seo {
    padding-top:48px;
    padding-bottom:52px;
}

    .seo a {
        font-family:RobotoRegular;font-size:2.4em;color:#9b9a9a;
        margin-bottom:14px;
        display:block;
    }

    .seo ul {
    padding:0;margin:0;
    }

    .seo ul li {
        list-style:none;
        margin-left:17px;
        width:100%;
    }

    .seo ul li a {
        font-size:1.44em;
        margin-bottom:0;
    }

.footer {
    background-color:#ececec;
    padding-top:29px;
    padding-bottom:50px;
}

/************************************/
/*           PHOTOTHEQUE            */
/************************************/

.pagePhoto {
    font-family: RobotoBold;
}

    .pagePhoto h2.selected, .pagePhoto h3.selected a {
        color:#97bf0d;
    }

.collage_Link {
    position:relative;
}

    .collage_Link p {
    
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

        background-color: rgba(0, 0, 0, 0.5);
    
        position:absolute;
        bottom:-100px;z-index:2;
        width:100%;
        color:#fff;
        padding:5px;
        font-size:2em;
    }

.collage_Link:hover p{
    bottom:0;
    z-index:2;
}

.pagination a {
    font-size:2em;
}

.pagination a.selected {
    background-color:#97bf0d;
    color:#fff;
}

/*****************************/
/*     Fiche Actualité       */
/*****************************/

.pageNoHeader {
    /*padding-top:180px;*/
}

.pageNew_Visual {
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

.pageNew_Date {
    color: #97bf0d;
    font-family: RobotoBold;
    font-size: 2.5em;
    margin-top:20px;
    display:block;
    text-align:right;
}

a.bouton, span.bouton {
    background-color:#97bf0d;
    color:#fff;
    font-size:2em;font-family:robotobold;
    padding:1%;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px #97bf0d;
}

a.bouton {
    cursor:pointer;
}

    a.bouton:hover, span.selected, a.selected {
        background-color: #fff;
        color: #97bf0d;
    }

input[type=submit].bouton {
    background-color:#97bf0d;
    color:#fff;
    font-size:2em;font-family:robotobold;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px #97bf0d;
    padding-left:1%;padding-right:1%;
    transition: all 0.5s;
}

input[type=submit].bouton:hover {
    background-color: #fff;
    color: #97bf0d;
}

.pageNew_Previous {
    float:left;
}

.pageNew_Next {
    float:right;
}

/*****************************/
/*   Liste des Actualités    */
/*****************************/

.pageNews {
}

.pageNews_Date {
    color:#434345;
    font-family: RobotoBold;
    font-size: 2em;
}

.pageNews h2 {
    margin-top:0px;
    margin-bottom:30px;
    transition: all 0.3s;
}

.pageNews_Visual img {
    width:98%;
}

.pageNews_Pagination {
    
}

    .pageNews_Pagination ul {
        padding:0;margin:0;
    }

    .pageNews_Pagination li {
        list-style:none;
        float:left;
        padding:0;margin:0;
        font-size:1em !important;
    }

    .pageNews_Pagination a {
        float:left;
        padding:1% !important;
        display:block;
        margin-left:5px;
    }

    .pageNews_Pagination span {
        float: left;
        margin-left:5px;
    }

/***************************/
/*         Forms           */
/***************************/

.pageForm input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.pageForm td {
    font-size:1.8em;
    font-family: RobotoRegular;
}

.pageForm table p, .pageForm table li, .pageForm td td, .pageForm td td td, .pageForm table a {
    font-size:1em;
}

.boutonSend, .boutonSend:hover {
    margin:auto;
    display:block;
    width:200px;
    text-align:center;
    text-decoration:none;
}

.formError {
    color:#f27474;font-size:1.8em;
    margin:5%;
    display:block;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px #f27474;
    padding:1%;
}

.formSuccess {
    color:#a5dc86;font-size:1.8em;
    margin:5%;
    display:block;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px #a5dc86;
    padding:1%;
}

/*****************************/
/*       Plan du site        */
/*****************************/

.pagePlanDuSite table {
    width:100%;
}

.pagePlanDuSite a {
    display:block;
}

.PlanDuSite1 a {
    margin-left:10%;
    font-size:1.8em;
}

.PlanDuSite2 a {
    margin-left:15%;
    font-size:1.5em;color:#434343;
}

.PlanDuSite3 a {
    margin-left:20%;
    font-size:1.3em;color:#434343;
}

a.planSite-Exposer, a.planSite-Visiter, a.planSite-presse, a.planSite-internationaux {
    margin-left:5%;margin-top:10px;
    font-size:2em;
    color:#00774c;
}

/****************************/
/*  Mot de passe oublié     */
/****************************/

.pageForgetPassword span {
}

.pageForgetPassword input[type="text"] {
    width:25%;
    float:left;
}

.pageForgetPassword input[type="submit"] {
    height:34px;
    margin-left:5px;
}

/****************************/
/*  Search results          */
/****************************/

.searchResults_Navigation {
    display:block;
    margin-top:40px;margin-bottom:20px;
}

.pageSearchResults .bouton {
    margin-right:5px;
}

.highLight {
    color:#00774c;
}