@font-face {
    font-family: 'Frutiger';
    src: url('fonts/Frutiger-Light.eot');
    src: url('fonts/Frutiger-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Frutiger-Light.woff2') format('woff2'),
        url('fonts/Frutiger-Light.woff') format('woff'),
        url('fonts/Frutiger-Light.ttf') format('truetype'),
        url('fonts/Frutiger-Light.svg#Frutiger-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:-4px;margin-right:8px;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.blue{color:#6a1193}

.po-widget{
    width:100% !important;
}

body{
	font-family: 'Frutiger';
}
section{
	float: left;
    width: 100%;
}
a,a:hover,a:active,a:focus{
	outline: none !important;
	text-decoration: none !important;
}
button{
	outline: none !important;
}
.header{
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	min-height: 70vh;
	position: relative;
}
header{
	position: relative;
	padding: 30px 0px;
}
header nav{
	position: absolute;
	left: 0px;

}
.navbar{
	max-width: 350px;
}

.bg-primary{
	background-color: #8e3d8e !important;
}
.logo{

}
.logo img{
    width: 100%;
    max-width: 566px;
}
.logo_menu{
	background-color: rgba(255, 255, 255, 0.8);
	float: left;
    width: 100%;
}
.right-info span{
	font-size: 21px;
	font-family: 'Frutiger';
	color: #5a6605;
	display: block;
}
.navbar{
    float: left;
    width: 100%;
    background: transparent;
    border: 0px;
    box-shadow: none;
    margin: 10px 0px;
    position: absolute;
    top: 94%;
    left: 0px;
    z-index: 10;
    padding: 20px 20px;
}
.navbar-nav li{
	padding: 5px 0px;
}
.navbar-nav li a,.navbar-dark .navbar-nav .nav-link{
	text-shadow: none;
	color: #fff;
	font-family: 'Frutiger';
    font-size: 21px;
}
.dropdown-toggle{
	position: relative;
}
.dropdown-toggle::after{
	position: absolute;
	right: 0px;
	top: 20px;
}
.menu-item-has-children a::after
.navbar-dark .navbar-toggler {
    color: #fff;
    border:0px;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 10h22M4 15h22M4 20h22'/></svg>");
}
.navbar-toggler-icon{
    margin-top: -5px;
    margin-bottom: 5px;
}
.navbar-toggler-text{
	float: left;
    margin-top: 27px;
    font-size: 15px
}
.navbar-toggler{
      font-size: 2.25rem;
}
.dropdown{
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.dropdown-menu{
	padding:0px;
	margin:0px;
}
.dropdown-menu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.navbar-nav .dropdown-menu{
	margin-top: 10px;
}
.dropdown-menu>li{
	border-bottom: 1px solid #8e3d8e;
}
.dropdown-menu>li>a{
	padding-left: 10px;
}
.nav>li>a:hover, .nav>li>a:focus{
	color: #5a6605;
}
.dropdown-menu{
	background-color: rgba(78, 19, 95, 0.82);

}
.dropdown-menu>li>a{
	font-family: 'Frutiger';
	color:#fff;
	font-size: 18px;
	outline: none;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background: transparent !important;
	color: #c7e20f;
	outline: none;
}

.carousel-home{
	max-height: 750px;
    overflow: hidden;
}
.contect_right{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-top: 10px;
	font-family: 'Frutiger';
	font-size: 21px;
	color:#84900b;
}
.contect_right li{
	float: left;
	margin-right: 20px;
}

.title_page{
    background-color: rgba(255, 255, 255, 0.43);
    position: absolute;
    bottom: 100px;
    padding: 10px 0px 10px 30px;
    width: 60%;
}
.h1_title{
	font-size: 45px;
	color:#c7e20f;
	font-family: 'Frutiger';
}
.link_more{
	font-size: 36px;
	color: #4e0a60;
	font-family: 'Frutiger';
	font-style: italic;
}

.section-title{
	width: 100%;
	background-color: #4c0b69;
	color: #c3d60b;
	font-size:48px;
	padding: 40px 0px;
	background-color: #
}
.section-article{
	background-color: #e9ebdd;
}
.text-content{
	padding: 30px;
}
.text-content p{
	color: #070707;
	font-size: 18px;
	font-family: 'Frutiger';
	margin-bottom: 30px;
}
.text-content{
  font-size: 18px;
}
.title-2{
	font-size: 42px;
	color: #383933;
	margin: 40px 0px;
	font-weight: bold;
}

.content{
    /*max-width: 1700px;*/
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}
.content-footer{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.header_content{
    float: left;
    width: 100%;
    background-color: rgba(113, 84, 131, 0.7);
    color: #d1ef08;
    font-family: 'Frutiger';
    font-size: 40px;
    position: absolute;
    top: -53px;
    padding: 10px 0px 10px 30px;
}
.header_content h2{
	margin: 0px;
}
.body_content {
    background-color: #e9ebdc;
    font-size: 26px;
    padding-left: 30px;
    padding-top: 50px;
    float: left;
    padding-right: 20px;
    width: 100%;
    padding-bottom: 50px;
}
.body_content p{
	margin: 20px 0px;
	float: left;
	width: 100%;
}
.footer_content{
	background-color: rgba(196, 202, 155, 0.97);
	color: #505906;
	padding: 10px 0px 60px 30px;
	float: left;
	width: 100%;
	margin-bottom: 200px;
}
.h3_title{
	color:#505906;
	font-size: 36px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.menu_item{
	width: 33.3%;
	float: left;
}
.title_menu{
	font-size: 19px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.menu_item ul{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu_item a{
	font-size: 18px;
	float: left;
	width: 100%;
	color:#505906;
}
.section{
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #e9ebdc;
}

.footer_bootom{
	float: left;
    width: 100%;
    float: left;
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff40 100%);
    background: linear-gradient(to bottom, #ffffff40 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
    padding: 45px 30px;
    border-bottom: 1px solid #550d80;

}
.logo_footer{
	float: left;
	margin-right: 30px;
	display: block;
	margin-bottom: 30px;
}
.footer_text{
	float: left;
    color: #550d80;
    font-family: 'Frutiger';
    font-size: 21px;
    margin-top: 20px;
}
.empty{
	width: 100%;
	float: left;
	background-color: #fff;
	height: 60px;
}
.form_contect{
	float: left;
	width: 100%;
	max-width: 600px;
}
.form_contect label{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #360b67;
	text-transform: uppercase;
	font-weight: normal;
}
.form_contect .input_text{
	float: left;
	width: 100%;
	padding: 10px 20px;
	border: 0px;
	background-color: #d2d3c6;
	margin-bottom: 20px;
	outline: none;
}
.submit_btn{
	float: left;
	outline: none;
	border: 0px;
	background-color: transparent;
	font-size: 20px;
}
.ifream_maps{
	/* Préfixes vendeurs */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);

	float: left;
	width: 100%;
}
.ifream_maps iframe {
	float: left;
    width: 100%;
}
.carousel-control .fa {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	font-size: 30px;
}
.parten-item-1{
	background-color: #d3d6b6;
}
.parten-item-2{
	background-color: #cdbecb;
}
.link-read-more{
	font-family: 'Frutiger';
	font-size: 30px;
	color: #383933;
	text-decoration: underline;
	font-weight: bold;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.menu-footer{
	width: 100%;
	margin: 30px 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-footer li a{
	color: #000000;
	font-size: 24px;
	font-family: 'Frutiger';
	font-weight: bold;
}
.description-footer{
	width: 100%;
	display: block;
	font-family: 'Frutiger';
	color: #4e117d;
	font-size: 24px;
	float: left;
	margin-bottom: 30px;
}
.section-footer{
	border-bottom: 50px solid #4c0b69;
	float: left;width: 100%;
}

.text-content img{
	max-width: 100%;
}


@media screen and (max-width: 1670px) {
	.text-content p{font-size: 25px;}
}
@media screen and (max-width: 1340px) {
	.text-content p{font-size: 18px;margin-bottom: 15px;}
  .text-content{font-size: 18px;}
	.text-content p:last-child{margin-bottom: 0px;}
}

@media screen and (max-width: 1126px) {
	.nav>li>a {padding: 10px 9px;}
	.contect_right {margin-top: 6px;font-size: 18px;margin-left: 10px;}
}

@media screen and (max-width: 991px) {
	.content {width: 95%;}
  .navbar{min-height: auto;background-color: #fff;z-index: 100;}
  .navbar-default .navbar-toggle {position: absolute;right: 0px;top: -70px;}
  .contect_right {float: left;width: 100%;margin: 0px;}
  .contect_right li {width: 100%;margin-bottom: 10px;}
  .caret{float: right;margin-top: 10px;}
  .nav>li>a{border-bottom: 1px solid #ffffff85;}
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {color: #fff;background-color: #5a6605 !important;}
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{border: 0px;}
  .navbar-nav .open .dropdown-menu{padding: 0px;    display: block;}
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #777;padding: 15px 15px 15px 25px;background-color: #fff;}
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;}
  .h1_title {font-size: 30px;}
  .link_more {font-size: 20px;}
  .header{min-height: 50vh;}
  .logo_footer {margin-left: auto;margin-right: auto;float: none;display: block;width: 110px;}
  .footer_text{text-align: center;}
  .menu_item {width: 100%;margin-bottom: 10px;padding-bottom: 20px;border-bottom: 1px solid #ffffff73;}
  .logo img {width: 260px;}
  .title_page{width: 100%;}
}
h1,.title-2{
   font-size: 30px;
}
@media screen and (max-width: 760px) {
	.logo img {
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    float: none;
	}
	.right-info{
		margin-top: 18px;}
    .email{
      order:1;
    }
    .phone{
      order:2;
    }
	.right-info span{
		text-align: center;
    font-size: 19px;
	}
	header {
	    position: relative;
	    padding: 20px 0px;
	}
	 h1,.title-2{
     font-size: 25px;
   text-align: center;
	}
}

@media screen and (max-width: 580px) {
  .navbar {
    max-width: 252px;
    padding: 10px 20px;
}
.section-title{
  padding: 19px 0px;
}
.section-article .title-2, .parten-item-2 .title-2{
  font-size: 18px;
}
.link-read-more{
  font-size: 20px;
}
.content-footer{
  width: 95%;
}
.menu-footer li a{
  font-size: 12px;
}
.description-footer{
      font-size: 16px;
}
	.h1_title {font-size: 20px;margin-top: 0px;margin-bottom: 0px;}
	.link_more {font-size: 16px;}
	.header_content h2 {font-size: 16px;}
	.header_content{top:-37px;}
	.body_content{font-size: 18px;}
	.h3_title {font-size: 25px;}
}

@media screen and (max-width: 400px) {
	.logo img {width: 200px;}
}
.collapse.in {
    display: block;
}

@media screen and (min-width: 1670px) {
	.parten-item-1 img, .parten-item-2 img{
	    max-width:507px;
	}
}
