/* body */

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

body {
    font-family: Roboto, Arial, sans-serif;
    color: #535353;
    background-color: #FFF;
    height: 100%;
    font-size: 16px;
}

body>.container-fluid {
    padding: 60px 15px 0;
}
.skip-link {
    position: absolute;
    color: transparent;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.8em;
}
h3 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h1,h2,h3,h4{margin-top: 40px; margin-bottom: 10px; color: #404194; font-family: 'Josefin-Sans-Bold';}



p{margin-bottom: 10px;}
.breadcrumb{padding: 8px 15px;}

.formulaire label{margin-bottom: 5px; font-weight: 700;}
.formulaire .form-group {margin-bottom: 15px;}
.formulaire input[type=checkbox]{width:34px; height:34px; margin-right: 5px; display: inline-block; vertical-align: middle;}

@media (min-width: 1200px){
    .container {
        width: 1170px !important;
    }
}
/* main_content */

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

/* Bootstrap Override */

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

.navbar-default {
    background-color: #404194;
    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{
    color: white;
}

.navbar-default .navbar-nav>li>a:hover,
#menuHead a {
    background-color: #f0c8eb;
    color: #000000;
}

/*.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff
}*/

.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.8em;*/
    /*font-weight: bold;*/
}

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

.breadcrumb {
    background-color: transparent;
}

.dropdown-menu{font-size:14px !important; border-radius: 0px !important;}
.dropdown-toggle.show{background-color: #e7e7e7;}

.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;
    }
    h2 {font-size: 1.3em;}
    h3 {font-size: 1.2em;}
    .footerLeft {
        text-align: left !important;
        h2 {font-size: 1.2em;}
    }
    .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: 0.9rem;
        /*font-size: 1.8rem*/
    }
    .navbar-nav>li {
        text-align: center;
    }
}


/* Custom css */

#language {
    float: right;
}

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

.head-logo{
    margin-top: 5px;
    margin-bottom: 10px;
}

.slogan{
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 50px;
}

/* navigation */

.background-header{
    background-position-y: bottom;
    min-height: 460px;
    background-size: cover;
    background-repeat: none;

}
.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;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
}

.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;
}


/********************************* footer_section *********************************/

.footer_section {
    background: url(../images/photos/background_family.jpg);
    background-position: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;
    opacity: 0.8;
    background-repeat: none;
    background-position-x: right;
    background-position-y: bottom;
}

.footer_section h2{
    text-align: center;
    color: #fff;
    padding-bottom: 50px;

}

.footer_section .block-formations{
    background-color: #2d605a;
    padding: 20px 10px;
    margin: 5px;
    color: #fff;
}

.footer_section a,
.footer_section a:hover{
    text-transform: uppercase;
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
}

.footer_section label{
    margin-left: 5px;
}

/********************************* footer_section *********************************/


/********************************* Footer *********************************/

.footer {
    bottom: 0;
    width: 100%;
    color: #fff;
    margin-top:30px;
    /*padding-bottom: 20px;
    padding-top: 20px;
    background-color: #353230;*/
    text-align: center;
}

.footer-link {
    margin: 20px 0 20px 0;
}

.footer-link a {
    color: #fff;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    padding: 0 20px 0 20px;
}

#menu_bottom{background-color: #f0c8eb; padding: 25px 0px; font-size: 1.27em; color: #404194;}
#menu_bottom a{color: #404194;}
#address_bottom{background-color: #404194; padding: 25px 0px 20px 0px; font-size: 1.27em;}
#address_bottom img{margin-bottom: 10px;}
@media screen and (min-width: 768px) {
    #menu_bottom{font-size: 1.37em;}
    #address_bottom{font-size: 1.37em;}
}
@media screen and (min-width: 1024px) {
    #menu_bottom{font-size: 1.57em;}
    #address_bottom{font-size: 1.57em;}
}

@media screen and (max-width: 767px){
    p.adresse span.sep{display: block;}
}

/********************************* Footer *********************************/





/** 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;
}
.formulaire legend{font-size: 0.8em;}
.form-group{margin-bottom:15px;}

.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;
}

/*** Owl Carrousel **/
.owl-dots{text-align: center;}
.owl-dots button.owl-dot{width:15px; height: 15px; border-radius: 30px; background-color: #404194; margin-left:15px;}
.owl-dots button.owl-dot.active{background-color: #f0c8eb;}