body {
	overflow-x: hidden;
	width: 100%;
}

.no-padding {
	padding: 0 !important;
}

.sep-img {
	background: url(../img/sep.png);
    width: 56px;
    height: 22px;
    margin: 0 auto 20px;
}

.sep-img.white {
	background: url(../img/sep-white.png);
}

.btn {
    display: inline-block;
    text-align: center;
    padding: 10px 17px 8px 17px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.btn-blue {
    background: #4570b4;
    color: #fff;
}

.btn-blue:focus,
.btn-blue:hover {
    color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

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

/*      @Header
------------------------------------ */
.pre_header {
	background: #4570b4e3; /*#152f50d9*/
	padding: 8px 0;
    z-index: 500;
    position: relative;
}

.pre_header .social {
    margin: 0;
    text-align: left;
}

.pre_header .social li {
    text-align: center;
    padding: 0;
    margin: 0 5px 0 0;
}

.pre_header .social li a {
    color: #4570b4;
    background: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
}

.pre_header .social li a i {
	font-size: 17px;
	padding: 4px 0 0 0;
}

.pre_header .compositeur_access {
	text-align: right;
}

.pre_header .compositeur_access a {
	color: #fff;
	font-size: 14px;
}

.pre_header .compositeur_access a i {
	padding: 0 5px 0 0;
}

.header {
	background: #ffffffbd;
    z-index: 500;
    position: relative;
}

.logo {
	text-align: center;
}

.logo a {
    display: inline-block;
    text-align: center;
    margin: 15px auto 10px;
}


/*.logo img {
	margin: 0 0 8px;
}*/

.logo span {
    display: block;
    font-size: 10px;
}

.logo a:focus,
.logo a:hover {
	text-decoration: none;
}

/*      @Nav
------------------------------------ */
.navbar-nav > li > a {
	font-size: 18px;
}

.navbar-nav > li > a > span {
	font-size: 13px;
}

.nav li.active > a {
	font-weight: 700;
}

.dropdown-menu {
	background-color: #ffffffed;
	padding: 0;
	margin: 2px 0 0;
}

.dropdown-menu > li > a {
    color: #4570b4; /* 0b2f59 */
    font-weight: 500;
    font-size: 13px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #4570b4; /* 0b2f59 */
    color: #fff;
}


/*      @ Main slider
------------------------------------ */
.main-slider {
	height: 370px;
}

.bx-wrapper {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
}

.bx-wrapper, .bx-viewport, .bx-wrapper img {
    height: 580px !important;
	width: 100%;
    margin: 0 auto;
	object-fit: cover;
}

.bx-wrapper .bx-caption {
    right: 0;
    left: auto;
    top: auto;
}



.bx-wrapper .bx-caption span {
	font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    padding: 28px 35px 35px 18px;
    max-width: 220px;
	background: #4570b4e3;
}

/*      @Home > Intro
------------------------------------ */
.intro {
	padding: 40px 0 40px;
    text-align: center;
    background: #e6eaee;
    margin: 5px 0 0;
	position: relative;
}

.intro h2 {
	color: #4570b4;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
}

.intro p {
    margin: 0;
    color: #122b4d;
    font-weight: 200;
    font-size: 16px;
    line-height: 30px;
}

/*      @Home > article
------------------------------------ */
.home-article {
	text-align: center;
}

.home-article h2 {
    color: #4570b4;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
}

.home-article .bx-wrapper {
	position: relative;
    margin: 10px 0 0;
}

.home-article .item {
	color: #fff;
	max-width: 1160px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	max-height: 435px;
}

.home-article .item .zone_txt {
	background: #d45a31;
	max-width: 580px;
	padding: 25px 20px;
	position: relative;
}

.home-article .item.full {
    width: 100%;
    display: block;
}

.home-article .item.full .zone_txt {
	max-width: 100%;
}

.home-article .item .zone_txt::after {
	content: "e";
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #d45a31;
    position: absolute;
    right: -20px;
    top: 45%;
    bottom: 50%;
	text-indent: -9999px;
}

.home-article .item.full .zone_txt::after {
	display: none;
}

.home-article .item .zone_txt span {
	font-size: 14px;
}

.home-article .item .zone_txt h2 a {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.home-article .item .zone_txt h2 a:hover {
	text-decoration: none;
}

.home-article .item .zone_txt p {
	font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 25px;
}

.home-article .item .zone_txt a.btn {
    font-weight: 900;
    color: #fff;
    border: 2px solid;
    padding: 10px 22px 8px 22px;
}

.home-article .item .zone_txt a.btn:focus,
.home-article .item .zone_txt a.btn:hover {
	background: #fff;
	color: #d45a31;
    border: 1px solid #fff;
}

.home-article .item .zone_img {
	max-width: 580px;
}

.home-article .bx-wrapper,
.home-article .bx-viewport, 
.home-article .bx-wrapper img {
	height: auto !important;
}

.home-article .item .zone_img img,
.home-article .item .bx-wrapper img {
	height: 435px !important;
}

.home-article .btn-blue {
	margin: 30px 0 25px;
}

.home-article .bx-wrapper .bx-pager {
    position: relative;
    bottom: 0;
}

.home-article .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
    width: 15px;
    border-radius: 10px;
    height: 15px;
    border: 2px solid;
}

.home-article .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4570b4;
}




/*      @Home > Banniere
------------------------------------ */
.home-banniere {
    background-image: url(../img/banniere-annuaire.jpg);
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 50px 0;
}

.home-banniere h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
    margin-bottom: 35px;
}

.home-banniere .sep-img {
	margin: 0 auto 135px;
}

/*      @Home > Caroussel
------------------------------------ */
.caroussel {
    margin: 0 0 25px;
}

.caroussel .container-fluid {
	padding: 0;
}

.caroussel .bx-wrapper {
	position: relative;
}

.caroussel .bx-wrapper,
.caroussel .bx-viewport,
.caroussel .bx-wrapper img {
    height: 270px !important;
	width: 100%;
	margin: 0 auto;
    /*object-fit: contain;*/
}

.caroussel .bx-wrapper .bx-controls-direction a {
	font-family: 'Glyphicons Halflings';
    background: #4570b4e3;
    color: transparent;
    width: 40px;
    height: 40px;
	text-indent: unset;
}

.caroussel .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 15px;
}

.caroussel .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: "\e257";
    color: white;
    position: absolute;
    top: 6px;
    left: 0;
    width: 40px;
    height: 34px;
    font-size: 20px;
    text-align: center;
}

.caroussel .bx-wrapper .bx-controls-direction a.bx-next {
    right: 15px;
}

.caroussel .bx-wrapper .bx-controls-direction a.bx-prev:after,
.caroussel .bx-wrapper .bx-controls-direction a.bx-next:before {
    color: white;
    position: absolute;
    top: 6px;
    left: 0;
    width: 40px;
    height: 34px;
    font-size: 20px;
    text-align: center;
}

.caroussel .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: "\e257";
}

.caroussel .bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\e258";
}

/*      @Page login
------------------------------------ */
.page-login form {
	margin: 15px 0 5px;
}

.page-login a {
	display: block;
    font-size: 12px;
    text-align: right;
}

.page-login button {
    margin: 15px auto 5px;
    display: block;
}

/*      @Cookie
------------------------------------ */
.cc-banner {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
}

.cc-banner > span {
    display: inline-block;
    float: left;
    width: 85%;
    line-height: 21px;
}

.cc-banner > div a {
	padding: 10px 12px;
    float: right;	
}

.cc-banner > div a:focus,
.cc-banner > div a:hover {
	text-decoration: none;
}

/*      @Actualite list
------------------------------------ */
.actualite-list h2 a {
	text-transform: uppercase;
	color: #0b2f59;
}

.actualite-list article > div {
    background: #eee;
    padding: 15px;
    margin: 0 0 30px;
}

.actualite-list article p {
	margin: 0 0 15px;
    padding: 0 0 13px;
    border-bottom: 1px solid #fff;
}

.actualite-list article .btn {
	float: right;
}

.actualite-list article .thumbnail {
	float: left;
    max-width: 160px;
    padding: 3px;
    border: none;
    background: white;
    margin: 0 10px 0 0;	
}

.btn-archive {
	margin: 0 0 30px;
}

/*      @Search form
------------------------------------ */
.search-form {
    margin: 3px 0 0;
    position: absolute;
    right: 0;
}

.search-form > div {
    width: 255px;
    background: #fff;
    border: 1px solid #4570b4;
}

.search-form input {
	margin: 0;
    background: #fff;
	font-size: 13px;
}

.search-form button {
    background: #fff;	
    font-size: 24px;
    padding: 0 10px;
	color: #4570b4;
}

.search-form button:focus,
.search-form button:hover {
    color: #4570b4;
}


/*      @Navbar fixe
------------------------------------ */
.affix {
    width: 100%;
    z-index: 99999;
	top: 0;
}

.affix .logo {
	display: none;
}

.affix .pre_header {
	background: #4570b4;
}

.affix .header {
	background: #fff;
	transition:height 1s ease;
}

/*      @Return to the top
------------------------------------ */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4570b4;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #0b2f59;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*      @Espace compositeur
------------------------------------ */
.espace-compositeur {
	margin: 0 0 15px;
}


/*      @Footer
------------------------------------ */
footer {
    background: #e7af18 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 0;
    text-align: center;
	font-size: 14px;
	margin: 0;
}

footer .row > div {
}

footer .left a:focus,
footer .left a:hover {
    color: #0b2f59;
	opacity: 0.9;
	text-decoration: none;
}

footer .left img {
    margin: 0 0 10px;
}

footer .left span {
    display: block;
    font-size: 10px;
    margin: 0 0 15px;
}

footer address {
	color: #0b2f59;
    font-size: 14px;
    margin: 10px 0 10px;
}

footer h4 {
    color: #4570b4;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

footer ul {
    padding: 0;
	margin: 0 0 40px;
}

footer ul li {
    list-style: none;
    background: #4570b4;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 5px;
}

footer ul li a {
    font-size: 15px;
    color: #e59b52;
    padding: 2px 0 0;
    display: block;	
}

footer ul li a:focus,
footer ul li a:hover {
    color: #e59b52;
	opacity: 0.9;
}

footer p {
    font-size: 12px;
    color: #0b2f59;
	margin: 15px 0 10px;
}

footer p > a {
	text-decoration: underline;
}


.navbar-compositeur .navbar-toggle {
	display: none;
}

.navbar-compositeur .navbar-collapse.collapse {
  display: block!important;
  position: inherit;
}

.navbar-compositeur .navbar-nav>li,
.navbar-compositeur .navbar-nav {
	float: left !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.navbar-compositeur .navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-compositeur .navbar-right {
  float: right!important;
}

.navbar-compositeur ul {

}

@media only screen and (min-width: 768px) {
	
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .equal {
    display: flex;
    flex-wrap: wrap;
  }
 
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	.contenu {
		width: 100%;
		overflow-x: hidden;
	}
	
	.main {
		margin: 60px auto 0;
		width: 100%;
		overflow-x: hidden;
	}
	
	.main-slider {
		height: 294px;
	}

	.bx-wrapper,
	.bx-viewport,
	.bx-wrapper img {
		height: 316px !important; /* 280px */
		margin: 21px auto 0; /*61*/
	}
	
	.bx-wrapper .bx-caption span {
		max-width: none;
		bottom: 21px;
		padding: 15px 25px;
		font-size: 17px;
		line-height: 20px;
	}
	
  .actualite-list article {
		width: 100%;
  }
  
  .actualite-list article > div {
		float: left;
		width: 100%;
  }
  
  .pre_header .social {
	  float: left;
  }
  
  .logo {
	   float: left;
	   position: relative;
  }
  
  .logo a {
	  position: absolute;
	  z-index: 999999;
	  margin: 8px 0;
  }
  
  .logo img {
	   width: 140px;
  }
  
  .logo span {
	   display: none;
  }
  
  .contenu img {
  }
  
  .menu {
		position: absolute;
		top: 5px;
		width: 100%;
		margin: 0 !important;
		padding: 0;
	}
	
	.navbar-toggle {
		margin: 10px 25px 0 0;
	}
	
	.navbar-collapse {
		background: #ffffffbd;
		top: 62px;
		position: absolute;
		width: 100%;
		margin: 0;
	}
	
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse, .container>.navbar-header {
		margin: 0;
	}
	
	.dropdown-menu > li > a {
		font-size: 17px;
	}
	
	.home-article .item .zone_txt {
		max-width: initial;
		margin: 0 20px;
	}
	
	.home-article .item .zone_txt::after,
	.home-article .item .zone_img {
		display: none;
	}
	
	.home-banniere {
		height: 200px;
		padding: 7px 0;
	}
	
	.home-banniere .sep-img {
		display: none;
	}
	
	.affix .logo {
		display: block;
		height: 61px;
		position: relative;
	}
	
	.affix .logo img {
	   width: 80px;
	}
	
	.affix .navbar-collapse {
		top: 60px;
	}
	
	.affix-top hr {
		display: none;
	}
	
	.cc-type-info {
		position: absolute;
		bottom: 0;
		z-index: 999;
		padding: 15px;
		font-size: 13px;
	}
	
	.cc-type-info .cc-dismiss {
		display: block;
		padding: 10px;
		text-align: center;
		margin: 10px 0 0;
	}
  
}