

/*GRID*/
@media (max-width:768px) {
        
    .header2 {
        background-color: #000;
    }
    .navbar {
        background: #000;
    }
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }
    
    .articles {
        position:relative;
        top:200px;
    }


}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
    
    .articles {
        position:relative;
        top:250px;
    }

}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
    
    .articles {
        position:relative;
        top:300px;
    }
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}


/* FOOTER */
.footer {
    z-index:9999;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.footer1 {
    height: 85px;
    background-color:#fff;
    padding:10px 0 10px 0;

}

.footer2 {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    min-height: 50px;
    position: relative;
    color: #fff;
    background: #231f20;
    display: table;
    text-align: center;
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
}

.footer2 a {
    color: #fff;
    text-decoration: none;
}

/* FOOTER */

.panel {
    font-family: 'Nunito Sans', sans-serif;
}

.panel p, .panel li {
    font-size: 14px;
    padding-left:12px;
    padding-right:12px;
}
.panel-primary>.panel-heading {
    background-color: #73bb67;
    border-color: #73bb67;
    color:#000;
    padding: 6px 15px;
}

.panel-primary>.panel-heading h2 {
    font-size: 26px;
    font-weight: bold;
}

.panel-body h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    color: #000;
    margin: 20px 0 10px 0;
    padding-left: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-body h2 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 17px;
    color: #F36F26;
    margin: 12px 0 6px 0;
    padding-left: 10px;
    font-weight:400;
    text-transform: uppercase;
}

.panel-body a.panel-collapse {
    position: relative;
    display: block;
    padding: 10px 10px 10px 10px;
    color: #757575;
    background-color: #f7f7f7;
    text-decoration: none;
}

.panel-body h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    margin: 12px 0 6px 0;
    padding-left:10px;
    color: #F36F26;
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    margin: 0 -30px;
}

h2 {
    text-transform: uppercase;
    margin-top: 15px;
}

h1.titre_date {
    padding-top: 20px;
    padding-left: 20px;
    font-family: myTitleFont;
    color:#FFFFFF;
    font-size: 4vw;
}
h1.titre_site {
    padding-top: 40px;
    
    color:#FFFFFF;
    font-size: 2vw;
}

.btn-primary {
    background-color: #73bb67;
    border-color: #73bb67;
    color:#000;
    font: bold 13px;
    font-family: 'Nunito Sans', sans-serif;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #73bb67;
    border-color: #73bb67;
    color:#000;
}

span.titre_site {
    clear: none;
    text-align:center;
    color:#FFF;
    font-weight: bold;
    font-size:19px;
}
span.titre_date {
    clear: none;
    text-align:center;
    color:#FFF;
    font-weight: bold;
    font-size:19px;
}


.navbar-nav {
    float: right;
}

.header {
    padding-top:8px;
}




h4.date {
    margin-top: 50px;
    font-weight:bold;
    font-size: 17px;
    color:#FFF;
    text-transform: uppercase;
}


.articles h4 {
    margin-top:0;
}

.articles .btn {
    padding: 5px 12px;
}

/*SOCIAL WIDGET*/



.owl-carousel {
    margin-bottom: 5px;
}

.icone {
	max-width:16px;
}

.flag img {
	max-width:22px;
}

img.flag {
	max-width:22px;
}



.contain-to-grid {
	background-color: #000 !important;
}

.panel {
	border-width: 0px;
}

.top-bar {
	background-color: #000 !important;
}

.top-bar-section li a {
	background-color: #000 !important;
}

.top {
	margin-bottom: 0;
	height: 150px;
	background-color: #000;
	background-position: center;
	color: #FFF;
}

/* collapsable tree */
.tree {
    .border-radius(@baseBorderRadius);
    .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
    background-color: lighten(@grayLighter, 5%);
    border: 1px solid @grayLight;
    margin-bottom: 10px;
    max-height: 300px;
    min-height: 20px;
    overflow-y: auto;
    padding: 19px;
    a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
    }
    li {
        list-style-type: none;
        margin: 0px 0;
        padding: 4px 0px 0px 2px;
        position: relative;
        &::before, &::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }
        &::before {
            border-left: 1px solid @grayLight;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }
        &::after {
            border-top: 1px solid @grayLight;
            height: 20px;
            top: 13px;
            width: 23px;
        }
        span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid @grayLight;
            border-radius: 5px;
            display: inline-block;
            line-height: 14px;
            padding: 2px 4px;
            text-decoration: none;
        }
        &.parent_li > span {
            cursor: pointer;
            /*Time for some hover effects*/
            &:hover, &:hover+ul li span {
                background: @grayLighter;
                border: 1px solid @gray;
                color: #000;
            }
        }
        /*Remove connectors after last child*/
        &:last-child::before {
            height: 30px;
        }
    }
    /*Remove connectors before root*/
    > ul > li::before, > ul > li::after {
        border: 0;
    }
}







/* CUSTOMIZE THE NAVBAR */
.navbar {
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #000;
    font-weight: bold;
    min-height: 32px;
    z-index:150;
}



.navbar .dropdown-menu>li>a,
.navbar .dropdown-menu>li>a:focus {
    font-size: 12px;
    font-weight: bold;
    background-color: #F36F26;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #F36F26;
}

.navbar-collapse {
    padding-right: 0;
}

.nav>li>a {
    padding: 6px 17px;
    /*border-left: solid 1px #222;*/
}
ul.nav {
    /*border-right: solid 1px #222;*/
}

.navbar-default .navbar-nav>li>a {
    line-height: 20px;
    color:#FFF;
}

/* CUSTOMIZE FLEXSLIDER */
.flexslider {
    border: none;
    margin-top: 0px;
    background-color:#000;
    width:100%;
}



.flex-caption {
    background-color: rgba(34,34,34,0.5);
    bottom:50px;
    color: white;
    left:0;
    padding:0 20px;
    position:absolute;
    right:0;
    z-index:1;
    font-size: 30px;
    padding:4%;
}
.flex-caption a {
    color: #fff;
    text-decoration: none;
}
.flex-caption p {
    line-height: 20px;
    font-size: 14px;
}
.flex-caption h2 {
    text-transform: uppercase;
    font-size: 18px;
}

@media only screen and (max-width:768px) {
 .flexslider {
 margin-top: 0px;
 }

 .navbar-nav {
    float: none;
 }
 .nav>li>a {
    border:none;
 }
 ul.nav {
    border:none;
 }
 .navbar-collapse {
    padding-right: 15px;
 }

 .flex-caption {
    bottom: 0;
 }
 .flex-caption p {
    line-height: 16px;
    font-size: 12px;
 }
 .flex-caption h2 {
    text-transform: uppercase;
    font-size: 16px;
 }
}




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */

.carousel .item {
  height: 400px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 400px;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Panel transparent */
.panel-transparent {
    background: none;
}

.panel-transparent .panel-heading{

    text-transform: uppercase;
    color : #fff;
    background-color: #F36F26 !important;
    border-color: #F36F26;
    padding: 4px 15px;
}

.panel-transparent>.panel-heading h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:5px;
}
.panel-transparent .panel-body{
    background: rgba(255, 255, 255, 0.9)!important;
}

.btn-sq-lg {
  width: 100%;
  height: 150px !important;
  line-height: 150px;
  font-size: 24px;
}

.btn-sq {
  width: 100px !important;
  height: 100px !important;
  font-size: 10px;
}

.btn-sq-sm {
  width: 50px !important;
  height: 50px !important;
  font-size: 10px;
}

.btn-sq-xs {
  width: 25px !important;
  height: 25px !important;
  padding:2px;
}

.btn p {
    font-family: "GillSansStd";
    display: block;
    color: #FFF;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 8px;
}



.minimenu ul {
    background-color: #f16923;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.minimenu ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.minimenu ul li a {
    display: block;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000;
    text-decoration: none;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
}

.minimenu ul li a:hover, .minimenu ul li a.up {
    color: #333;
    background-color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

header.wrap {
    width:100%;
}

/*WIDGET SOCIALNETWORK*/
.rectangle{
	width:26px;
	height:18px;
	background:#069;
	border-radius:3px;
}
.in-rectangle {
	line-height: 22px;
}
