/* Website template by freewebsitetemplates.com */
@font-face {
  font-family: LouguiyaBold;
  src: url(../fonts/Louguiya Bold.ttf);
}

@font-face {
  font-family: Louguiya;
  src: url(../fonts/Louguiya.ttf);
}

@font-face {
  font-family: LouguiyaFRBold;
  src: url(../fonts/LouguiyaFR Bold.ttf);
}

@font-face {
  font-family: LouguiyaFR;
  src: url(../fonts/LouguiyaFR.ttf);
}

body {
	/*background: url(../images/bg-body.jpg) repeat;*/
	color: #356618;
	font-family: "LouguiyaFR" !important;
	font-size: 16px !important;
	margin: 0;
	/*min-width: 940px;*/
	padding: 0;
}
a {
	outline: none;
}
img {
	border: 0;
}
p {
	margin: 0;
	text-align: justify;
}
p a {
	color: #356618;
}
p a:hover {
	color: #66a143;
}
#page {
	/*background: #356618;*/
	margin: 0;
	padding: 0;
	width: 100%;
}
#header {
	/*background: #818181;*/
        position: relative;
	height: 90px;
        /*background-image: linear-gradient(#f4fbed, #e1f7cc);*/
        background-color: #00A95C;
        /*border-bottom: 1.2px solid rgba(255, 255, 0, 0.70);*/
        box-shadow: 0px 5px 0px #D01C1F inset, 0px -4px 0px #D01C1F inset;
        /*-webkit-box-shadow: 0px 4px 5px #000;
        box-shadow: 0px 4px 5px #000;*/
        z-index: 50;
}
#header a#logo {
	display: block;
	height: 86px;
	padding: 15px 0 0 20px;
}
#header a#logo img {
	display: block;
	margin: 0 auto;
}

#header-right, #header-left{
    position: relative;
    padding-top: 10px;
}

#header-right p, #header-left p{
    text-align: center;
    margin-bottom: 1px;
    font-family: "LouguiyaFR"
}

#rim-img, #dgi-img{
    display: block;
    position: relative;
    margin: auto;
}

#rim-img{
    width: 85%;
    height: 95%;
    top: 10%;
    left: 10%;
}

#dgi-img{
    width: 35%;
    height: 60%;
    top: 10%;
}

#header-center{
    position: relative;
}

#header-center h4{
    margin-top: 5px;
    font-size: 2.5vw;/*40px;*/
    font-stretch: expanded;
    font-weight: bold;
    margin-bottom: 5px;
}

#header-center h6{
    font-size: 1.5vw;/*20px;*/
    margin-bottom: 1px;
}

#header-center h4, #header-center h6{
    font-family: "LouguiyaFR";
    text-align: center;
    color: #fff;
}

#header-center-text{
    position: absolute;
    width: 80%;
    top: 17%;
    left: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#header-center h6 {
    font-weight: bold;
}

#dgi-text-container{
    padding-top: 25px;
}

#dgi-text-short {
    -webkit-text-shadow: 0 0 20px #000;
    text-shadow: 0 0 20px #000;
    font-family: "Times New Roman";
    font-weight: bold;
}

#dgi-text-long{
    background-color: #000;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
    opacity: 0.8;
}

#rim-fr, #hfj-fr, #ministere-fr {
    color: #fff;
    font-family: "LouguiyaFR";
}

#rim-fr {
    font-size: 14px;   
}

#rim-fr-underline {
    font-size: 14px;
    height: 0px;
    color: #00A95C;
    margin-top: -5px;
    margin-bottom: 10px !important;
    text-decoration: line-through;
    text-decoration-color: #fff;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

#hfj-fr {
    font-size: 10px;
}

#ministere-fr {
    font-size: 26px;
    margin-top: 0px;
}

/*
    SLIDERS
*/

.demo4, .demo5{
    display: none !important;
}
/*
    MEDIA QUERIES FOR RESPONSIVE HEADER
*/
.space-short-text {
    display: none;
}

#header-phone {
    display: none;
}

#search-menu {
    position: absolute;
    display: block;
    border-radius: 0px 0px 7px 7px;
    padding: 0;
    bottom: -27px;
    right: 0px;
    width: 230px;
    height: 22px;
}

#search-menu-tablet {
    position: absolute;
    display: none;
    background-color: #6f954a;
    border-radius: 0px 0px 7px 7px;
    padding: 2px 0px 2px 0px;
    top: 0px;
    right: 30vw;
    width: 40vw;
}

#search-menu-phone {
    position: absolute;
    display: none;
    background-color: #6f954a;
    border-radius: 0px 0px 7px 7px;
    padding: 2px 0px 2px 0px;
    top: 0px;
    right: 33.5vw;
    width: 33vw;
}

#search-menu-phone #search-input-container{
    width: 96%;
}

.btn-lang-short{
    display: none !important;
}

@media (min-width: 459px) and (max-width: 900px){
    .demo3 {
        display: none !important;
    }
    
    .demo4 {
        display: block !important;
    }
}



@media (max-width: 767px){
    #search-menu {
        display: none !important;
    }
    
    #search-menu-tablet {
        display: none !important;
    }
    
    #search-menu-phone {
        display: block !important;
    }
    
    .demo2 {
        display: none !important;
    }
}

@media (max-width: 767px){
    #menu {
        display: none !important;
    }
    
    #menu-collapse {
        display: block !important;
    }
    
    #menu-collapse ul li:not(:first-child){
        display: none !important;
    }
    
    .title p {
        font-size: 5vw !important;
        margin-bottom: 0px  !important;
        margin-top: auto  !important;
        top: 0 !important;
    }
}

@media (max-width: 740px){
    #menu-collapse ul li:not(:first-child){
        display: block !important;
    }
}

@media (max-width: 459px){
    .demo3 {
        display: none !important;
    }
    
    .demo4 {
        display: none !important;
    }
    
    .demo5 {
        display: block !important;
    }
}

.search-menu-elt{
    display: inline-block;
    margin-left: 7px;
    padding: 0;
    height: 17px;
}

.search-menu-elt a{
    color: #000;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    display: block
}
#arabic-lang{
   padding-left: 5px;
}

#arabic-lang-short{
   padding-left: 5px;
}

#rim-ar, #mf-ar {
    /*margin-top: 30px;*/
    font-size: 1.5vw;
    font-weight: bold;
}

#reprim-ar, #reprim-fr {
    text-align: center;
    margin-bottom: 0px;
    font-family: "LouguiyaFR";
    display: none;
}

.search-menu-elt a:hover{
    color: #fff;
    text-decoration: none;
}

#search-input-container{
    margin-left: 5px !important;
    width: 50%;
    position: relative;
}

#search-input {
    border: #999999;
    border-radius: 4px;
    background: #e5e3e3;
    height: 20px;
    padding: 2px;
    width: 100%;
}

#search-btn {
    height: 18px;
    width: 23%;
    position: absolute;
    left: 76%;
    top: 3px;
    background-image: url('../images/searchicon.png');
    background-position: 80% 40%; 
    background-repeat: no-repeat;
    z-index: 100;
}

#arabic-lang{
    border-left: 2px solid #000;
}

div#search-menu-phone div#french-lang {
    border-left: 2px solid #000;
    padding-left: 5px;
}

#arabic-lang-short{
    border-left: 2px solid #000;
}

#spaces-row {
    position: relative;
}

#spaces-container{
    /*padding-left: 0px !important;*/
    
}

.space-button{
    margin-bottom: 10px;
    min-width: 14vw;
    background-color: #fff !important;
    color: #6f954a !important;
    box-shadow: 0px 3px #fa4b50;
    border-radius: 0px 5px 0px 5px !important;
    text-align: left !important;
    height: 22px !important;
    padding-top: 0px !important;
    font-family: "LouguiyaFR";
}

.space-button:hover{
    background-color: #6f954a !important;
    color: #fff !important;
}

#floatingSocialShare {
  z-index: 1000;
}

#floatingSocialShare .top-left,
#floatingSocialShare .top-right,
#floatingSocialShare .content-left,
#floatingSocialShare .content-right {
  top: 70% !important;
}

@media only screen and (max-width: 961px) {
    #floatingSocialShare .top-left,
    #floatingSocialShare .top-right,
    #floatingSocialShare .content-left,
    #floatingSocialShare .content-right {
      top: 1% !important;
}
    
    #floatingSocialShare a {
        width: 25px !important;
        height: 17px !important;
    }
    
    #floatingSocialShare svg {
        width: 20px !important;
        height: 20px !important;
    }
}

#menu {
        height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
        background-image: linear-gradient(#058222, #91c89e);
}
#menu > ul {
	background-image: linear-gradient(#058222, #91c89e);
	height: 30px;
	
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 85%;
}
#menu > ul > li {
	float: left;
	position: relative;
	width: 11vw;
}

#dgi-link {
	width: 8vw !important;
}

#menu > ul > li  > ul > li {
	position: relative;
}

#menu > ul > li > a {
	color: #fff;
	display: block;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
        font-size: 1.1vw;
        font-family: LouguiyaFR;
        font-weight: bold;
}
#menu > ul > li.current > a,
#menu > ul > li.current > a:hover,
#menu ul li ul li.current a,
#menu ul li ul li.current a:hover {
	background: #fff;
	color: #058222;
        box-shadow: 0px -3px #ff0000 inset;
}
#menu ul li a:hover {
	background: #fff;
	color: #058222;
        box-shadow: 0px -3px #ff0000 inset;
}
#menu ul li ul {
	list-style: none;
	left: -99999px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	/*top: 49px;*/
        min-width: 22vw;
	z-index: 1000;
        /*background-color: #363636;*/
}

#menu ul li ul li ul{
	list-style: none;
	left: -99999px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0px;
	min-width: 22vw;
	z-index: 1000;
        background-color: red;
}

#menu ul li:hover ul {
	left: 0;
	/*top: 49px;*/
}

#menu ul li:hover ul li ul {
	left: -99999px;
	/*top: 49px;*/
}

#menu ul li:last-child ul li:hover ul {
	/*left: -300px;*/
	/*top: 49px;*/
}

#menu ul li ul li:hover ul {
	left: 22vw;;
	/*top: 49px;*/
}

#menu ul li ul li {
	background: #fff;
}
#menu ul li ul li a {
	color: #058222;
        box-shadow: 0px -2px #058222 inset;
	display: block;
	line-height: 30px;
	padding-left: 5px;
	text-decoration: none;
        border-width: 0px 2px 0px 2px;
        border-color: #058222;
        border-style: solid;
        font-size: 1.1vw;
        font-family: LouguiyaFR;
        font-weight: bold;
}

#menu ul li ul li ul li a {
	color: #058222;
        box-shadow: inset 0 0 0 2px #058222;
	display: block;
	line-height: 31px;
	padding-left: 5px;
	text-decoration: none;
        border: none;
}

#menu ul li ul li ul li a:first {
    border-left: none;
}

#menu ul li ul li a:hover {
    box-shadow: 0px -2px #058222 inset;
    background-color: #058222;
    color: #fff;
}

/*COLLAPSED MENU*/
#menu-collapse {
        height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
        background-image: linear-gradient(#058222, #91c89e);
        display: none;
}
#menu-collapse > ul {
	background-image: linear-gradient(#058222, #91c89e);
	height: 30px;
	
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#menu-collapse > ul > li {
	float: left;
	position: relative;
	height: 30px;
}

#menu-collapse > ul > :first-child {
	width: 9vw;
}

#menu-collapse > ul > li {
	width: 28vw;
}

#menu-collapse > ul > li > a {
	color: #fff;
	display: block;
	letter-spacing: 0.1em;
	/*line-height: 40px;*/
        height: 30px;
	text-align: center;
	text-decoration: none;
        font-size: 7px;
        padding-top: 9px;
        font-family: LouguiyaFR;
	font-weight: bold;
}
#menu-collapse > ul > li.current > a,
#menu-collapse > ul > li.current > a:hover,
#menu-collapse ul li ul li.current a,
#menu-collapse ul li ul li.current a:hover {
	background: #fff;
	color: #058222;
        box-shadow: 0px -3px #ff0000 inset;
}
#menu-collapse ul li a:hover {
	background: #fff;
	color: #058222;
        box-shadow: 0px -3px #ff0000 inset;
}

#MainMenuPhonePhone {
    width: 100%;
}

#MainMenuPhonePhone div a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #05ac41;
}

#MainMenuPhonePhone div a:hover {
    text-decoration: none;
    color: #05ac41;
    background-color: #fff;
}

#MainMenuPhonePhone div div a{
    color: #05ac41;
    background-color: #fff;
}
#MainMenuPhonePhone div a div a:hover{
    color: #fff;
    background-color: #05ac41;
}

#pb-container {
    border-bottom: 2px #058222 solid;
}

#page-bar{
     background-color: #fff;
     height: 30px;
     border-left: #058222 solid 4px;
     margin: 3px 0px 3px 0px;
}

#page-bar a {
    display: inline-block;
    color: #058222;
    min-width: 50px;
    height: 100%;
    padding: 5px;
    padding-right: 10px;
    font-weight: bold;
}
#page-bar a i{
    margin-left: 5px;
}

#page-bar a:last-child i {
    display: none !important;
}

#body, #checking-space {
        background: #e1f7cc;
        /*margin-top: -100px;*/
}

.sections-wraper{
    /*padding-top: 20px;*/
    position: relative; 
    margin-top: 0px; 
    width: 100%;
}
.section {
    margin: auto; 
    /*width: 80%; */
    background-color: #fff; 
    margin-bottom: 20px;
    padding: 0;
}

.title{
    padding-top: 5px;
    padding-left: 10px;
    border-style: solid;
    border-width: 0px 0px 4px 4px;
    border-color: #ff0000;
    margin-bottom: 10px;
    height: 50px;
    position: relative;
}

.title p{
    color: #058222;
    font-family: "LouguiyaFR";
    font-size: 30px;
    position: absolute;
    top: 0px;
    letter-spacing: 4px;
}

.content{
    width: 100%;
    position: relative;
}

.actu-slider{
    width: 95% !important; 
    height: 235px;
    position: relative;
    margin: 0 auto !important;
}

.actu-elt {
    height: 200px;
    position: relative;
    background-color: #363636;
}

.actu-elt img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    border: 2px solid #707070;
}

.actu-elt p{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-color: rgba(5, 130, 34, 0.36);
    padding: 10px;
    margin: 0 !important;
    text-align: center;
    overflow-wrap: break-word;
    padding-bottom: 5px !important;
    overflow-y: hidden;
}

.actu-elt p a{
    color: #fff;
    text-decoration: none;
    display: block;
    height: 90%;
    overflow-y: hidden;
}

#plus-info{
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    height: 25px;
    width: 100px;
    color: #fff;
    background-color: #058222;
    top: 0px;
    right: 20px;
}

.sf-elt{
    margin: 0px 30px 10px 30px !important;
    padding: 10px;
    background-color: #87a767/*#acacac*/;
}

.sf-puce, .sf-title{
    display: inline-block;
}

.sf-puce{
    height: 20px;
    width: 20px;
    background-color: #fff;
}

.sf-title {
    color: #fff;
    font-size: 20px;
    font-family: "LouguiyaFR";
    font-weight: bold;
    margin-left: 20px;
    margin-top: -5px;
}

.sf-image {
    display: block;
    height: 60px;
    width: 80%;
    margin: 10px auto;
    border: 2px solid #000;
}

.sf-text {
    margin: 10px;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.sf-btn {
    display: block;
    position: relative;
    width: 100%;
    height: 25px;
    color: #fff;
    background-color: #058222;
    padding-left: 10px;
    text-decoration: none;
    /*padding-top: 5px;*/
}

.sf-btn:hover {
    text-decoration: none;
    color: #fff;
}

.sf-btn-icon {
    position: absolute;
    right: 5px;
    top: 5px;
}

#tele-img{
    position: relative;
    margin: 0 auto;
    width: 95%;
    height: 150px;
    z-index: 5;
    display: block;
    margin-bottom: 10px;
}

#tele-text{
    position: absolute;
    top: 35px;
    left: 5%;
    width: 90%;
    height: auto;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 20px;
    padding: 15px;
}

#tele-btn{
    display: block;
    position: absolute;
    text-align: center;
    text-decoration: none;
    padding-top: 1px;
    height: 25px;
    width: 100px;
    color: #fff;
    background-color: #058222;
    top: 105px;
    right: 65px;
    border-radius: 10px;
    z-index: 15;
}

#geo-content {
    padding: 0;
    background: #eae7e7;
}

#geo-img {
    position: relative;
    height: 250px;
    width: 100%;
    margin: 0 auto;
}

#body div.header {
	height: 557px;
        background-color: #8da181;
        border-bottom: 1px solid #000;
}
#body div.header div {
	position: relative;
}
#body div.header div a img,
#body div.header ul li a.figure img,
#body div.body ul li a img {
	display: block;
	filter: alpha(opacity=100);/* Needed for IE8 and old versions */
	opacity: 1;
}
#body div.header div a img:hover,
#body div.header ul li a.figure img:hover,
#body div.body ul li a img:hover {
	filter: alpha(opacity=90);/* Needed for IE8 and old versions */
	opacity: 0.9;
}
#body div.header div div {
	background: url(../images/bg-description.png) repeat-x;
	height: 75px;
	bottom: 0;
	position: absolute;
	padding: 17px 20px;
	left: 0;
	width: 860px;
}
#body div.header div div h1 {
	font-family: LouguiyaFR;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
#body div.header div div h1 a {
	color: #e3e699;
	text-decoration: none;
}
#body div.header div div h1 a:hover {
	color: #ffffff;
}
#body div.header div div p {
	color: #ffffff;
	letter-spacing: 0.028em;
	line-height: 24px;
}
#body div.header div div p a.continue {
	background: url(../images/interface.png) no-repeat -400px 0;
	display: inline-block;
	height: 20px;
	left: 3px;
	position: relative;
	top: 5px;
	width: 20px;
}
#body div.header div div p a.continue:hover {
	background: url(../images/interface.png) no-repeat -400px -20px;
}
#body div.header ul {
	background: #356618;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}
#body div.header ul li {
	background: url(../images/separator1.png) repeat-y;
	float: left;
	overflow: hidden;
	padding: 9px 20px 7px 0;
	width: 280px;
}
#body div.header ul li:first-child {
	background: none;
}
#body div#content ul.section li img,
#body div.header ul li a.figure {
	display: block;
	float: left;
}
#body div.header ul li a.figure img {
	display: block;
	border: 1px solid #ffffff;
	margin: 0 20px 0;
}
#body div.header ul li.current h3 a {
	color: #e3e699;
}
#body div.header ul li h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 13px;
	letter-spacing: 0.028em;
	margin: 0;
	padding: 0 0 10px;
}
#body div.header ul li h3 a {
	color: #e3e699;
	text-decoration: none;
}
#body div.header ul li h3 a:hover {
	color: #ffffff;
}
#body div.header ul li p {
	color: #ffffff;
	letter-spacing: 0.022em;
	line-height: 18px;
	text-align: left;
}
#body div.body {
	padding: 23px 20px 0;
}
#body div.body h1,
#body div.footer div h1 {
	background: #dce9d4;
	border-bottom: 2px solid #b3cca4;
	color: #836145;
	font-family: LouguiyaFR;
	font-size: 18px;
	font-weight: normal;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}
#body div.body ul {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 21px 0;
}
#body div.body ul li {
	float: left;
	margin: 0 0 0 20px;
	width: 200px;
}
#body div.body ul li:first-child,
#body div#content ul.section li:first-child,
#body div#content div#sidebar div ul li:first-child {
	margin: 0;
}
#body div.body ul li h2 {
	color: #836145;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 24px 0 10px;
	text-transform: uppercase;
}
#body div.body ul li p {
	color: #4b4b4b;
	letter-spacing: 0.028em;
	line-height: 24px;
	text-align: left;
}
#body div.footer {
	border-top: 1px solid #d7d6cd;
	margin: 0 20px;
	overflow: hidden;
	padding: 23px 0;
}
#body div.footer img {
	display: block;
	float: left;
}
#body div.footer div {
	float: right;
	width: 540px;
}
#body div.footer div ol {
	margin: 0;
	padding: 20px 0 0 20px;
}
#body div.footer div ol li {
	color: #4b4b4b;
	font-weight: bold;
	margin: 10px 0;
}
#body div.footer div ol li p {
	font-weight: normal;
	letter-spacing: 0.028em;
	line-height: 24px;
}
#body div#content {
	border-top: 1px solid #5d8546;
	overflow: hidden;
	padding: 35px 20px;
}
#body div#content h1 {
	color: #818181;
	font-size: 20px;
	letter-spacing: 0.028em;
	margin: 0;
	text-transform: uppercase;
}
#body div#content h3 {
	color: #836145;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.028em;
	line-height: 24px;
	margin: 0;
	padding: 30px 0 0;
}
#body div#content h3.first {
	padding: 12px 0 0;
}
#body div#content p {
	letter-spacing: 0.028em;
	line-height: 24px;
	padding: 25px 0 0;
}
#body div#content ul.section {
	list-style: none;
	margin: 0;
	padding: 29px 0 0;
}
#body div#content ul.section li {
	margin: 35px 0 0;
	overflow: hidden;
}
#body div#content ul.section li span {
	display: block;
	float: left;
}
#body div#content ul.section li div {
	float: right;
	width: 520px;
}
#body div#content ul.section li div h2,
#body div#content div#article h2 {
	color: #836145;
	font-size: 16px;
	letter-spacing: 0.028em;
	line-height: 13px;
	margin: 0;
}
#body div#content ul.section li div p {
	padding: 23px 0 0;
}
#body div#content form {
	margin: 0;
	padding: 30px 0 0;
}
#body div#content form p {
	color: #818181;
	padding: 0 0 25px;
}
#body div#content form label {
	display: block;
	margin: 20px 0;
	overflow: hidden;
}
#body div#content form label span:first-child {
	background: none;
	color: #836145;
	float: left;
	height: auto;
	text-transform: uppercase;
	width: 200px;
}
#body div#content form label span {
	background: url(../images/interface.png) no-repeat;
	display: block;
	float: left;
	height: 19px;
	width: 320px;
}
#body div#content form label span input {
	background: none;
	border: none;
	color: #818181;
	font-family: LouguiyaFR;
	font-size: 14px;
	height: 17px;
	letter-spacing: 0.028em;
	line-height: 17px;
	margin: 1px 0 0 2px;
	padding: 0;
	width: 316px;
}
#body div#content form label span.message {
	background: url(../images/interface.png) no-repeat 0 -25px;
	height: 151px;
}
#body div#content form label span.message textarea {
	background: none;
	border: none;
	color: #818181;
	font-family: LouguiyaFR;
	font-size: 14px;
	height: 147px;
	letter-spacing: 0.028em;
	margin: 2px 0 0 2px;
	overflow: auto;
	padding: 0;
	resize: none;
	width: 316px;
}
#body div#content form input#send {
	background: url(../images/interface.png) no-repeat -331px -56px;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-family: LouguiyaFR;
	font-size: 14px;
	height: 25px;
	letter-spacing: 0.028em;
	line-height: 25px;
	margin: 0 0 0 440px;
	text-align: center;
	text-shadow: 1px 1px 1px #514b61;
	text-transform: uppercase;
	width: 80px;
}
#body div#content form input#send:hover {
	background: url(../images/interface.png) no-repeat -331px -81px;
}
#body div#content div#article {
	border-right: 1px solid #96b285;
	float: left;
	padding: 0 20px 0 0;
	width: 580px;
}
#body div#content div#article img {
	display: block;
	margin: 0 0 35px;
}
#body div#content div#article h1 {
	padding: 0 0 17px;
}
#body div#content div#article h2 {
	line-height: 24px;
}
#body div#content div#article span {
	color: #818181;
	display: block;
	letter-spacing: 0.028em;
	line-height: 24px;
}
#body div#content div#sidebar {
	float: right;
	width: 242px;
}
#body div#content div#sidebar h3 {
	color: #818181;
	font-weight: bold;
	line-height: normal;
	padding: 0 0 15px;
	text-transform: uppercase;
}
#body div#content div#sidebar div {
	border-top: 1px solid #96b285;
	padding: 20px 0;
}
#body div#content div#sidebar div:first-child {
	border: none;
	padding: 0 0 20px;
}
#body div#content div#sidebar div ul,
#footer div div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#body div#content div#sidebar div ul li {
	color: #818181;
	letter-spacing: 0.028em;
	line-height: 24px;
}
#body div#content div#sidebar div ul li a {
	color: #818181;
	text-decoration: none;
}
#body div#content div#sidebar div ul li a:hover {
	color: #4b4b4f;
}
#body div#content div#sidebar div:first-child ul li {
	letter-spacing: 0.024em;
	line-height: 18px;
	margin: 15px 0 0;
}
#body div#content div#sidebar div p {
	color: #818181;
	padding: 0;
}

#header-gt-phone {
    display: block;
}
#header-phone, #header-tab {
    display: none;
}

#verification-fields-ph {
    display: none;
}

#footer {
	background: #769853/*#7d7e7c*/;
        padding-top: 20px;
}
#footer div {
	min-height: 174px;
	margin: 10px auto;
        width: 80%;
}
#footer div div {
	border-left: 1px solid #b8d0aa;
	float: left;
	height: 134px;
	padding: -10px 20px 0px 20px;
	width: 180px;
}
#footer div div:first-child {
	border: none;
}
#footer div div h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 13px;
	text-transform: uppercase;
}
#footer div div ul li a {
	letter-spacing: 0.028em;
	line-height: 18px;
}
#footer div div a {
	color: #fff;
	display: block;
	letter-spacing: 0.05em;
	text-decoration: none;
}
#footer div div a:hover {
	color: #4b4b4f;
}
#footer div div a#mail {
	background: url(../images/icons.png) no-repeat;
	height: 14px;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
#footer div div a#facebook {
	background: url(../images/icons.png) no-repeat 0 -38px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
#footer div div a#twitter {
	background: url(../images/icons.png) no-repeat 0 -88px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
#footer div div a#googleplus {
	background: url(../images/icons.png) no-repeat 0 -134px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
}
#footer div div a#mail:hover {
	background: url(../images/icons.png) no-repeat 0 -14px;
}
#footer div div a#facebook:hover {
	background: url(../images/icons.png) no-repeat 0 -58px;
}
#footer div div a#twitter:hover {
	background: url(../images/icons.png) no-repeat 0 -106px;
}
#footer div div a#googleplus:hover {
	background: url(../images/icons.png) no-repeat 0 -154px;
}
#footer p {
	color: #ffffff;
	height: 37px;
	line-height: 37px;
	text-align: center;
}

@media (max-width: 870px) {
    #footer div div h1 {
        font-size: 2vw !important;
    }
}

@media (max-width: 575px) {
    #footer div div h1 {
        font-size: 4vw !important;
    }
}

.well-dgi {
    border: #5c97bf 1px solid;
    border-radius: 4px;
    margin: 40px 5px;
    padding: 5px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

#statistique-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    height: 250px;
    width: 100%;
    border: 1px solid #058222;
}

#counter-container {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    z-index: 1000;
}

#counter {
    width: 250px;
    height: 35px;
    padding: 7px;
    border-radius: 5px;
    background-color: #356618;
    color: #fff;
    font-weight: bold;
}

.recettes {
    display: none;
}

.recettes a{
    margin-bottom: 10px;
}

#recette-2023 {
    display: block;
}

.checking-space-container {
    border-radius: 5px;
    border: #66a143 1px solid;
    margin: 3px 0 3px 0;
}

.labels-checking {
    font-weight: bold;
    color: #058222;
    border-bottom: 2px solid #058222;
    font-size: 12px;
}

.form-checking{
    margin-top: 5px;
}

.checking-result {
    /*display: none;*/
    height: 0px;
}

.checking-result img {
    display: block;
    margin: 30px auto;
}

.checking-result p {
    font-size: 12.5px;
    margin-bottom: 0;
}

#video-slider-container {
    margin-bottom: 10px;
}

.verif-label {
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
}

.checking-input {
    width: 100%;
    border: 1px solid #058222;
    border-radius: 3px;
    margin-top: 5px;
}

.btn-checking {
    margin-top: 5px;
    font-weight: bold !important;
    font-size: 8px !important;
    line-height: 17px !important;
}

#error-check {
    display: none;
}

/*
    MEDIA QUERIES FOR DIFFERENT DEVICES WIDTH
*/

/*4K 2560px - Laptop L 1440*/
@media all and (min-width: 1441px){
    /*HEADER*/
    #header, #header-left, #header-center, #header-right{
        height: 7vw;
    }
    
    #spaces-row {
        margin-top: 0.7vw;
    }
    
    #rim-img{
        width: 60%;
        height: 85%;
        top: 2%;
    }

    #dgi-img{
        width: 30%;
        height: 65%;
        top: 0%;
    }
    
    #hfj-fr {
        font-size: 13px;
    }
    
    #header-center h4 {
        font-size: 2vw;
    }
    
    #header-center h6 {
        font-size: 1vw;
    }
    
    #menu {
        height: 40px;
    }
    
    #menu > ul {
        height: 40px;
    }
    
    #menu > ul > li > a {
        line-height: 40px;
    }
    
    #menu ul li ul li a {
        line-height: 40px;
    }
}

/*Laptop L 1440 - Laptop 1024px*/
@media all and (min-width: 1024px) and (max-width: 1440px){
    /*HEADER*/
    #header, #header-left, #header-center, #header-right{
        height: 8.8vw;
    }
    
    #spaces-row {
        margin-top: 0.3vw;
    }
    
    /*#rim-img{
        width: 17%;
        height: 45%;
        top: 2%;
    }

    #dgi-img{
        width: 19%;
        height: 45%;
        top: 0%;
    }*/
    
    #rim-fr, #rim-fr-underline {
        font-size: 12px;
    }
    
    #ministere-fr {
        font-size: 15px;
    }
    
    #header-center h4 {
        font-size: 2vw;
    }
    
    #header-center h6 {
        font-size: 1vw;
    }
}

@media all and (max-width: 1168px) and (min-width: 1056px){
    
    .space-button {
        min-width: 8vw !important;
    }
}

@media all and (max-width: 1055px) and (min-width: 1042px){
    
    .space-button {
        font-size: 12px !important;
        font-weight: bold !important;
    }
}

@media all and (max-width: 1041px) and (min-width: 767px){
    
    .space-button {
        min-width: 10vw !important;
    }
    
    .space-short-text{
        display: inline-block;
    }
    
    .space-long-text{
        display: none;
    }
}

@media all and (max-width: 1023px) and (min-width: 767px){
    /*HEADER*/
    #header, #header-left, #header-center, #header-right{
        height: 11.7vw;
    }
    
    #spaces-row {
        margin-top: 0.4vw;
    }
    
    #rim-img{
        width: 90%;
        height: 85%;
        top: 2%;
    }
    
    #ministere-fr{
        font-size: 12px;
    }

    #dgi-img{
        width: 40%;
        height: 60%;
        top: 0%;
    }
    
    #rim-ar, #mf-ar {
        font-size: 1.5vw;
    }

    #rim-fr, #mf-fr, #rim-fr-underline {
        font-size: 1vw;
    }
}

@media all and (max-width: 768px) and (min-width: 426px){
    #header {
        height: auto;
        padding-top: 25px;
    }
}

@media all and (max-width: 766px) and (min-width: 501px){
    #header-gt-phone {
        display: none;
    }
    
    #header-tab {
        display: block;
    }
    
    #header-left {
        margin-top: 0px !important;
    }
    
    #dgi-img {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        top: 5%;
    }
    
    #rim-img {
        width: 60px;
        height: 60px;
    }
    
    #header {
        height: 115px !important;
        padding-bottom: 15px;
    }
    
    #ministere-fr {
        font-size: 13px;
    }
    
    #rim-fr, #rim-fr-underline {
        font-size: 8px;
    }
    
    #hfj-fr {
        font-size: 7px;
    }
    
    #header-center h4 {
        font-size: 15px;
    }
    
    #header-center h6 {
        font-size: 10px;
    }
    
}

@media all and (max-width: 500px){
    #header-gt-phone {
        display: none;
    }
    
    #header-tab {
        display: none;
    }
    
    #header-phone {
        display: block;
    }
    
    #dgi-img {
        width: 50px;
        height: 50px;
    }
    
    #rim-img {
        width: 50px;
        height: 50px;
        left: 0px;
    }
    
    #header {
        height: auto !important;
        min-height: 170px !important;
        overflow: auto;
        padding-bottom: 10px;
    }
    
    #ministere-fr {
        font-size: 15px;
        background-color: #00A95C;
        position: relative;
        z-index: 10;
    }
    
    #rim-fr, #rim-fr-underline {
        font-size: 12px;
    }
    
    #hfj-fr {
        font-size: 10px;
    }
    
    #header-center h4 {
        font-size: 15px;
    }
    
    #header-center h6 {
        font-size: 10px;
    }
}

@media all and (max-width: 766px){
    #spaces-row {
        display: none;
    }
    
    /*HEADER*/
    
    #header-left {
        margin-top: 20px;
    }
    
    .actu-slider {
        height: 285px !important;
    }
    
    .sf-elt {
        margin: 0px !important;
    }
    
    .sf-title {
        width: 70%;
    }
    
    .sf-puce {
        width: 10%;
    }
    
    .sf-puce, .sf-title {
        float: left;
        clear: none;
    }
    
    #search-menu-phone {
        width: 250px;
        right: calc((100% - 250px)/2);
    }
    
    #spaces-row {
        display: none !important;
    }
    
    #header-center h4 {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    #menu-collapse ul li:not(:first-child){
        display: block !important;
    }
    
    #tele-text {
        font-size: 12px;
    }
    
    #tele-btn {
        top: auto;
        bottom: 12px;
    }
    
    #verification-fields-gt-ph {
        display: none;
    }
    
    #verification-fields-ph {
        display: block;
    }
}

@media all and (max-width: 1168px) and (min-width: 768px) {
    #search-menu {
        width: 200px;
        right: 2px;
    }
    
    #search-input-container {
        width: 70%;
    }
}

.search_elt {
    background-color: #e0dddd;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 10px;
}

.search_title {
    color: #5c97bf;
    font-weight: bold;
}

.search_body {
    margin: 10px auto;
    padding: 5px;
    height: 30px;
}

.search_body a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #000;
    text-decoration: none;
}

.search_body a:hover {
    text-decoration: none;
}

.sr-marked {
    color: #000;
    background-color: yellow;
}