@font-face {
    font-family: "Raleway";
    src: url('/css/fonts/Raleway-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "RalewayMedium";
    src: url('/css/fonts/Raleway-Medium.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "RalewayBold";
    src: url('/css/fonts/Raleway-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "RalewaySemiBold";
    src: url('/css/fonts/Raleway-SemiBold.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "RalewayLight";
    src: url('/css/fonts/Raleway-Light.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: "RalewayExtraLight";
    src: url('/css/fonts/Raleway-ExtraLight.ttf');
    font-weight: lighter;
}

@font-face {
    font-family: "RalewayItalic";
    src: url('/css/fonts/Raleway-Italic.ttf');
    font-style: italic;
}


/* body */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Raleway, Arial, sans-serif;
    color: #01141F;
    background-color: #FFF;
    height: 100%;
}

body>.container-fluid {
    padding: 60px 15px 0;
}

h1 {
    font-size: 3.4em;
}


/* main_content */

#main_content {
    background: #fff;
    margin: 0px 20px 0px 20px;
    min-height: 600px;
}

#main_content h2 {
    color: #139034;
}


/* common color */

.page-id-1:hover,
.page-id-selected-1 {
    background-color: #139034 !important;
}

.txt-color-id-1,
.txt-color-id-1 a {
    color: #139034;
}

.page-id-37:hover,
.page-id-selected-37 {
    background-color: #139034 !important;
}

.txt-color-id-37,
.txt-color-id-37 a {
    color: #139034;
}

.page-id-44:hover,
.page-id-selected-44 {
    background-color: #139034 !important;
}

.txt-color-id-44,
.txt-color-id-44 a {
    color: #139034;
}

.page-id-2:hover,
.page-id-selected-2 {
    background-color: #139034 !important;
}

.title-view-h1,
.txt-color-id-2,
.txt-color-id-2 a {
    color: #139034;
}

.page-id-89:hover,
.page-id-selected-89 {
    background-color: #139034 !important;
}

.txt-color-id-89,
.txt-color-id-89 a {
    color: #139034;
}

.color-entreprise-background,
.page-id-selected-91,
.page-id-selected-92 {
    background-color: #139034 !important;
}

.color-entreprise,
a,
.txt-color-id-91,
.txt-color-id-91 a,
.txt-color-id-92,
.txt-color-id-92 a {
    color: #139034;
}


/* Bootstrap Override */

.navbar {
    border-radius: 0;
    margin-bottom: 0px;
    float: none!important;
    white-space: nowrap;
}

.navbar-default {
    background-color: #FFFFFF;
    border: 0px
}

.navbar>li {
    display: inline-block;
    position: relative;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-collapse {
    box-shadow: none;
    -webkit-box-shadow: none
}

@media screen and (min-width: 768px) {
    .navbar-nav>li {
        text-align: center;
    }
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
#menuHead a {
    color: #85AD67;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #139034;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    /*background-color: transparent;*/
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

.menu-niv2 {
    list-style: none;
}

.breadcrumb {
    background-color: transparent;
}

.navbar-nav .open .dropdown-menu{
    background-color: #fff;
}
/* Bootstrap Media Queries override */

@media screen and (max-width:375px) {
    h1 {
        font-size: 1.4em;
        text-align: center;
    }
    .footerLeft {
        text-align: left !important;
    }
    .footerRight,
    .footerLeft,
    #footer_center {
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px !important;
        margin-top: 5px !important;
        width: 100%;
        border-style: none !important;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        font-size: 1.8rem
    }
    .navbar-nav>li {
        text-align: center;
    }
}


/* Custom css */

#section_head .container{
    padding: 0px;
}

#language {
    float: right;
}

#language a:hover {
    text-decoration: none;
}

.light {
    font-weight: 300
}

.logoNACA{
    margin-top: 5px;
    max-height: 85px;
}

.bandeauNACA{
    height: 100px;
}
@media screen and (min-width: 1024px){
    .bandeauNACA{
        height: 200px;
    }
}
.barre_sociale{
    padding-top: 15px;
    text-align: right;
}
#showModelConnexion{
    background: none;
    border: none;
    text-align: left;
}
img.social{
    margin-right: 15px;
}
#frmSearchHeader{
    display: inline-block;
    margin-right: 20px;
}
#frmSearchHeader input[type="text"]{
    background-color: #a4a4a4;
    color:white;
    border: none;
    padding: 6px 8px;
    border-bottom: solid 2px #a4a4a4;
}
#frmSearchHeader input[type="text"]::placeholder, #frmSearchHeader input[type="text"]:-ms-input-placeholder, #frmSearchHeader input[type="text"]::-ms-input-placeholder{
    color: white;
}
#frmSearchHeader input[type="image"]{
    vertical-align: middle;
}

.slogan{
    font-size: 1.55em;
    margin-bottom: 20px;
}
.color-slogan {
    color: #139034
}


/* navigation */

.nav-head {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 30px;
}

.menuNiv1>a,
.menuNiv2>a {
    color: #ffffff;
    font-size: 0.9em;
}

.menuChild>li {
    text-decoration: none;
    list-style: none;
}

#menuHead {
    float: right;
    padding-top: 4px;
}

#menuHead a {
    text-transform: uppercase;
    margin-right: 10px;
}

#logo_head {
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/home/background-header.jpg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 100%;
}

.head-logo {
    width: 150px;
    padding-top: 15px;
}

.head-logo-class {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.head-add-link {
    display: flex;
}

.head-add-link>a:hover {
    text-decoration: none;
}

.head-add-link>a {
    color: #fff;
    margin-right: 5px;
}

.menu-link-facebook {
    color: #139034;
    font-size: 2.6em;
}

.menu-circle {
    background-color: transparent;
    border: 3px solid #fff;
    height: 36px;
    width: 36px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
}

.menu-circle span {
    padding-left: 6px;
}


/********************************* CONTENT *********************************/

.wrapper {
    /*background: url(../images/home/background.jpg);*/
    /*background-color:rgb( 19, 144, 52, 0.2);*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}


/********************************* CONTENT *********************************/


/* Footer */

.footer {
    bottom: 0;
    width: 100%;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;    
}

.footerLeft>p>span {
    font-weight: bold;
    line-height: 27px;
}

.contentFooter {
    padding-top: 15px;
    background-color: #139034;
    padding-bottom: 50px;
    border-top: solid 10px #918f90
}

.footerLeft {
    display: flex;
}

.footerLeft,
.footerLeft a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

.footerRight {
    display: flex;
    text-align: right;
}
@media screen and (max-width: 767px){
    .footerRight {
        text-align: left;
    }   
}

.footer-link {
    margin-left: 20px;
    padding-left: 20px;
    width: 100%;
    /*border-style: solid;
    border-top: none;
    border-width: 2px;
    border-bottom: none;
    border-right: none;*/
}

.footer-link a {
    color: #fff;
}

#wLogo>img {
    width: 150px;
}

#wLogo .footer-logo-img {
    background-color: transparent;
}


/** agenda */

.c-agenda-title,
.c-title,
.c-block-title {
    margin: 0;
    min-height: 60px;
    vertical-align: middle;
    display: flex;
    padding-left: 30px;
}

.c-agenda-title>h2,
.c-title>h2 {
    font-size: 2.3em;
    font-weight: bold;
    color: #139034;
}

.c-agenda-row {
    margin-bottom: 10px;
}

.c-agenda-date {
    color: #fff;
    text-align: center;
    display: grid;
}

.c-agenda-day {
    font-size: 2.0em;
    font-weight: bold;
}

.c-agenda-nameday,
.c-agenda-namemonth {
    font-size: 1.0em;
}

.c-agenda-nameday {
    display: none;
}

.c-agenda-margin {
    margin-bottom: 5px;
}

.c-agenda-desc {
    background-color: #fff;
    color: black;
    font-size: 1.1em;
    width: 74%;
    margin-bottom: 5px;
    margin-left: -15px;
}

.subject>a,
.c-agenda-desc-div>a {
    text-decoration: none;
    color: black;
}

.place {
    display: none;
}

.square {
    width: 26%;
    margin: 20px;
}

.c-footer {
    text-align: center;
}

.c-footer>a {
    text-decoration: none;
}

p.c-agenda-line,
p.c-footer-part2,
p.c-footer-part1,
.c-agenda-description>p {
    margin: 0;
}

.c-agenda-description {
    display: none;
}

.c-footer-part2 {}

.c-agenda-line {
    margin-left: 25% !important;
    width: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 2px), rgb(129, 196, 129) calc(50%), rgba(0, 0, 0, 0) calc(50% + 2px));
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap !important;
}


/*** contenu ***/

#contenu h1 {
    text-transform: uppercase;
}

.summary-title {
    background-color: #d4e0ff;
    color: white;
}

#contenu h3 {
    font-weight: bold;
    text-transform: uppercase;
}

.filAriane {
    margin-left: 15px;
}

.filAriane a {
    color: darkgray;
}

.top {
    color: rgba(1, 143, 127, 1);
    background-color: #fff;
    float: right;
    content: none;
    font-size: 1.9em;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

.row-no-margin {
    margin: 0px;
}

table#s-forms-table td {
    padding-bottom: 5px;
}

.record {
    margin-bottom: 15px;
}


/* Magnific-Popup */

.mfp-container {
    text-align: center;
    position: absolute;
    width: 60%;
    height: 100%;
    left: 20%;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}


/* module formulaires */

.formulaire input[type="checkbox"] {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*.carousel_rwd_base {
    margin: 0 20%;
}*/

.imgOrki_shadow img{
    -moz-box-shadow: 2px 4px 10px #555;
    -webkit-box-shadow: 2px 4px 10px#555;
    box-shadow: 2px 4px 10px #555;
}

table caption{
    padding-left: 15px;
}