@font-face {
    font-family: "Bauhaus-Bold";
    src: url("../Font/Bauhaus-Bold.ttf");
}

@font-face {
    font-family: "Bauhaus-Thin";
    src: url("../Font/Bauhaus-Thin.ttf");
}

@font-face {
    font-family: "LGC";
    src: url(../Font/Louis\ George\ Cafe.ttf);
}

@font-face {
    font-family: "Josefin";
    src: url(../Font/JosefinSans-VariableFont_wght.ttf);
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: merriweather, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #aaa399;
    background-color: #D8CFC3;
    margin: 0;
}

.haut_p {
    position: relative;
    color: #edeff2;
    font-size: 12px;
    line-height: 1.5
}

.haut_p_background {
    position: absolute;
    background-color: #6B6761;
    top: 0;
    left: 0;
    right: 0;
    min-height: 90px;
    z-index: -1;
    box-shadow: inset 0 -1px 30px 0 rgba(250, 250, 250, .05)
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

@media(min-width: 768px) {
    .container {
        width: 740px
    }
    .container_content{
        width: 740px
    }
}

@media(min-width: 992px) {
    .container {
        width: 960px
    }
    .container_content{
        width: 960px
    }
}

@media(min-width: 1200px) {
    .container {
        width: 1160px
    }
    .container_content{
        width: 1160px
    }
}

.haut_tagline {
    text-align: center;
    padding: 8.5px 0 3px;
    margin-bottom: 12px;
    color: #6B6761;
}

@media(min-width: 992px) {
    .haut_tagline {
        float: left;
        padding: 8.5px 0
    }
}

.logo {
    margin: 5px 0;
    float: left;
    max-width: 58%;
}

@media(max-width: 480px) {
    .logo {
        max-width: 60%;
        margin: 10px 0
    }
}

@media(min-width: 480px) {
    .logo {
        max-width: 100%;
        margin: 10px 0
    }
}

@media(min-width: 992px) {
    .logo {
        text-align: center;
        display: block;
        float: none
    }
}

@media(min-width: 1200px) {
    .logo {
        float: left
    }
}

@media(min-width: 992px) {
    .logo .img-responsive {
        display: inline-block;
        text-align: center
    }
}

img {
    vertical-align: middle
}

 .img-responsive {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto
} 


.menu_toggle {
    position: relative;
    float: right;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 38px;
    background-color: #7db213;
    border-radius: 2px;
    padding: 10px 12px;
    margin: 16px 0px;
    transition: all 150ms ease-out;
    text-decoration: none;
}

.menu_toggle:focus {
    outline: 0
}


@media(min-width: 992px) {
    .menu_toggle {
        display:none
    }
}

.menu_toggle .fa-bars{
    color: #F5F3F0;

}


@media(min-width: 480px) {
    .menu_toggle {
        margin:34px 0 33px
    }
}

.menu_toggle:hover {
    background: #70a010;
    text-decoration: none;
}


.menu_toggle_text {
    font-family: "Josefin";
    font-weight: 700;
    color: #F5F3F0;
    padding: 0 5px 0 0;

}


.header_composent {
    text-align: center;
    clear: both
}

@media(min-width: 992px) {
    .header_composent {
        margin-top: 12px;
        margin-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .header_composent {
        clear: none;
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: right
    }
}

.header_composent_widget {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

@media(min-width: 992px) {
    .header_composent_widget {
        padding: 0 20px;
        position: relative;
        display: inline-block;
        border-top: none;
        vertical-align: top
    }

    .header_composent_widget::after {
        margin-top: -5px;
        position: absolute;
        content: "";
        height: 45px;
        width: 1px;
        background-color: rgba(0, 0, 0, .1);
        top: calc(50% - 20px);
        right: 0
    }
}

@media(min-width: 992px) {
    .header_composent_widget:last-of-type {
        padding-right: 0
    }

    .header_composent_widget:last-of-type::after {
        display: none
    }
}

@media(min-width: 992px) {
    .header_composent_widget:first-of-type {
        padding-left: 0
    }
}

.header_composent .iconBox:before,
.header_composent .iconBox:after {
    display: table;
    content: " "
}

.header_composent .iconBox:after {
    clear: both
}

.header_composent .iconBox:hover {
    text-decoration: none
}

.header_composent .iconBox:hover>.fa {
    color: #c5c0b8
}

.header_composent .btn {
    margin-bottom: 10px
}

@media(min-width: 992px) {
    .header_composent .btn {
        margin-bottom: 0
    }
}

@media(min-width: 992px) {
    html.flexbox .header_composent {
        display:-ms-flexbox;       
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width: 1200px) {
    html.flexbox .header_composent {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.iconBox {
    display: flex;
    width: 250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #ebedf2
}

@media(max-width: 992px){
    .iconBox>.fa {
    transition: all 150ms ease-out;
    flex: 1;
    font-size: 20px;
    margin-right: 15px;
  
}

}

@media(min-width: 992px) {
    .iconBox {
        width: auto
    }
}

.iconBox>.fa {
    transition: all 150ms ease-out;
    flex: 1;
    font-size: 40px;
    margin-right: 15px;
    color: #D8D3CB;
}

.iconBox_text {
    margin-top: -13px;
    flex: 6;
    
}

.iconBox_title {
    margin: 10px 0 1px;
    font-size: 1.3em;
    font-weight: 700;
    color: #4A4640;
    font-family: "Bauhaus-Bold";
}

.iconBox_subtitle {
    color: #4A4640;
    font-size: 1.2em;
    font-family: "Bauhaus-Bold";
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.6;
    border-radius: 4px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.btn:hover,
.btn:focus,
.btn.focus {
    color: #676b6f;
    text-decoration: none
}

.btn {
    font-family: "Bauhaus-Bold";
    font-size: 14px;
    transition: all 150ms ease-out;
    padding: 0 20px;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: left;
    text-decoration: none;
    color: #f1f1f1;
    background-color: #7DB213;
    border-color: #7DB213;
}

.btn:focus,
.btn.focus {
    color: #f1f1f1;
    background-color: #7DB213;
    border-color: #7DB213
}

.btn:hover {
    color: #f1f1f1;
    background-color: #5f880e;
    border-color: #5f880e;
}

.header_composent .btn {
    margin-bottom: 10px
}

@media(min-width: 992px) {
    .header_composent .btn {
        margin-bottom: 0
    }
}

.btn .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
}

.btn-rounded {
    border-radius: 15px
}

.btn:active {
    background: #d2f195;
    border-color: rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .125)
}

.btn:focus:hover {
    background: #5f880e;
    border-color: #5f880e
}


.btn:active,.btn.active,.open>.btn.dropdown-toggle {
    color: #f1f1f1;
    background-color: #7DB213;
    background-image: none;
    border-color: #7DB213
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.col-xs-12 {
    float: left;
    width: 100%;
}

.col-md-3,
.col-md-9,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media(min-width: 992px) {

    .col-md-3,
    .col-md-9 {
        float: left;
    }

    .col-md-3 {
        width: 30%; 
    }

    .col-md-9 {
        width: 70%; 
    }

    .col-md-pull-9 {
        right: 70%; 
    }

    .col-md-push-3 {
        left: 30%; 
    }

}

@media(min-width: 1200px) {

    .col-md-3,
    .col-md-9 {
        float: left
    }


    .col-md-3 {
        width: 25%
    }


    .col-md-9 {
        width: 75%
    }


    .col-md-pull-9 {
        right: 75%
    }


    .col-md-push-3 {
        left: 25%
    }


}


.jumbotron {
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.jumbotron img {
    width: 100%;
    height: 100%;
}

.container_content {
    background-color: #F5F3F0;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: 0 2px 3px 0 rgba(31, 31, 31, .05);
    border-radius: 2px;
    
}

.container_content_header{
    background-color: #F5F3F0;
    margin-bottom: 20px;
    padding: 18px;
    box-shadow: 0 2px 3px 0 rgba(31, 31, 31, .05);
    border-radius: 2px;
}

@media(min-width: 992px) {
    .container_content {
        margin-bottom: 60px;
        padding: 60px
    }
}


.ul_green_bullet {
    list-style: none;
    color: #8D8680;
    font-size: 132%;
    font-family: merriweather, Helvetica, Arial, sans-serif;

}

.li_green_bullet {
    /* content: "•";*/
    color: #89b700;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    

}

.menu_navigation {
    padding: 20px;
    margin-bottom: 0
}

.menu_navigation>li {
    position: relative;
    list-style: none
}

.menu_navigation>li>a {
    position: relative;
    display: block;
    margin: 1px 0;
    padding: 10px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #4A4640;
    font-weight: 700;
    text-decoration: none;
    font-family: "Bauhaus-Bold";
    font-size: 1.2em;
}

.menu_navigation>li>a::after {
    position: absolute;
    color: #D1CBC3;
    right: 15px;
    top: calc(50% - 9px);
    content: "\f0da";
    font-family: fontawesome
}

.menu_navigation>li:hover>a {
    background-color: #CEC7BE;
    text-decoration: none
}

.menu_navigation>li:hover>a::after {
    color: #2F2C26
}

.menu_navigation>li:focus>a {
    text-decoration: none
}

.menu_navigation>li:active>a {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05)
}

.menu_navigation>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible
}

.menu_navigation_container {
    background-color: #F5F3F0;
    font-family: montserrat, Helvetica, Arial, sans-serif;
    box-shadow: 0 2px 3px 0 rgba(31, 31, 31, .05);
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}


footer,
main,
nav
 {
    display: block
}


iframe{
    border:0;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    iframe{
        width: 260px;
        height: 300px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    iframe{
        width: 580px;
        height: 300px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    iframe{
        width: 700px;
        height: 300px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    iframe{
        width: 850px;
        height: 300px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    iframe{
        width: 1050px;
        height: 300px;
    }
}
 

h3 {
	font-size:1.8rem; 
	color:#89b700; 
    margin-top: 5px;
    font-family: "Bauhaus-Bold";
}

b{
    color: #222e00c0;
}


.menu_navigation .current_page_item>a {
    background-color: #CEC7BE
}

.menu_navigation .current_page_item>a::after {
    color: #2F2C26;
}

* {
    box-sizing: border-box;
}


p{
    color: #8D8680;
    font-size: 135%;
    font-family: Arial, Helvetica, sans-serif;
    margin:0; 
	padding:0;
	text-align: justify;
	margin-bottom:5px; 	
	line-height:1.5em;
}

h2 {
	font-family: 'Bauhaus-Bold'; 
    color:#505050; 
    font-size:2rem; 
    line-height:1.2em; 
    text-transform:uppercase; 
    margin-top:15px; 
    margin-bottom:20px;
	font-weight:bold; 
}

.footer{
    background-color: #F5F3F0;
}

.cadre {
    border-top: 3px #89b700 solid;
    border-right: 3px #89b700 solid;
    border-bottom: 3px #89b700 solid;
    border-left: 3px #89b700 solid;
	border-radius: 10px;
	padding: 1rem;
}






