html{
	font-size: 100%;
	height:100%;
}

body { 
  color: #4C4C4C; 
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  letter-spacing: .025em;
  line-height: 1.7;
  font-style: normal;	
  font-weight: 400;
  background: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6{
	margin:10px 0 20px 0; 
}
h1{
  font-size: 48px;
	line-height:43px
}
h2{
  font-size: 38px;
	line-height:35px
}
h3{
  font-size:30px;
	line-height:30px
}
h4{
  font-size: 24px;
	line-height:22px
}
h5{
  font-size: 18px;
  line-height:18px
}
h6{
  font-size: 16px;
  line-height:15px
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color:#717171
}
strong{
  font-weight: 500;
}
h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}
p{
  margin-bottom: 10px;
  line-height: 18px;
}
a {
  text-shadow: none !important;
  color: #38ac50;
  transition: color 0.1s linear 0s,background-color 0.1s linear 0s  !important;
}
a,a:focus, a:hover, a:active {
  outline: 0;
  text-decoration:none;
}
ol, ul {
    list-style: none;
}
.normal{ 
	font-weight:normal;
}
.bold{ 
	font-weight:600;
}
.extra-bold{ 
	font-weight:800;
}
.all-caps{
	text-transform:uppercase;
}
.light{
	font-weight:300 !important;
}
.small-text{
	font-size:12px !important;
}
.normal-text{
	font-size:13px !important;
}
.large-text{
	font-size:15px !important;
}

/* Font Colors */
.text-black {
  color: #1b1e24 !important;
}
.text-white {
  color: #fff !important;
}
.text-success{
	color:#0AA699 !important;
}
.text-info{
	color:#0090D9 !important;
}
.text-warning{
	color:#fbb05e !important;
}
.text-error{
	color:#F35958 !important;
}
.text-right{
	text-align:right !important;
}
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-justify{
	text-align:justify !important;
}
.horizontal-line {
  margin: 3rem 0 !important;
  border: 0;
  border-top: 1px solid #c9c8c8;
  /*border-bottom: 1px solid #FEFEFE;*/
}
.horizontal-line.transparent {
  margin: 2rem 0 !important;
  border: 0;
  border-top: none;
  /* border-bottom: 1px solid #FEFEFE; */
}
.horizontal-line20 {
  width: 100%;
  margin: 0px 0 20px 0;
  float: left;
  border-top: 1px solid #ccc;
}

.clear { clear: both; display: block; height: 0; overflow: hidden; visibility: hidden; width: 0; }
img {max-width: 100%;height: auto;-ms-interpolation-mode: bicubic; }
img {max-width: 100%;}

.text-orange-site{
	color:#fd7f13 !important;
}
.text-green-site{
	color:#2c8d43 !important;
}


/*-----site style-----*/

#site {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main_content {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.inner_main {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -200;
  width: 100%;
  height: 100%;
}
.img_backsite {
  position: absolute;
  top: -130px;
  left: 55%;
  width: 2100px;
  height: auto;
  transform: translateX(-55%);
}
header{
  background: #0c2913 url(../images/bg_header.jpg) no-repeat top center;
  background-size: contain;
}
header .logo img{
  width: 250px;
}
.elmnt_opt{
  display: flex;
  align-items: center;
}
.logo, .logo_gouv{
  /*width: 280px;*/
  display: flex;
  align-items: center;
}
.logo_gouv img{
  width: 85px;
  float: left;
  margin-right: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.logo div, .logo_gouv div{
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.logo div span, .logo_gouv div span{
  font-size: 10px;
  font-weight: normal;
  color: #fd7f13;
}
.nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  background: #1c4225;
  border-bottom: 1px solid #2c8d43;
  box-shadow: 1px 1px 9px 0px rgb(0 0 0 / 20%);
  position: relative;
}
.nav ul.menu {
  list-style: none;
  margin-top: 0px;
  padding: 0 0 0 0px;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul.menu  li {
  margin: 0px 10px 0px 0;
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 0;
}
.nav ul.menu > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: block;
  line-height: 13px;
}
.nav ul.menu > li:hover > a{
  color: #fd7f13!important;
}
.nav ul.menu li > ul.sub_menu {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1000;
  padding: 15px 15px 30px 15px;
  list-style: none;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease;
  /*border-radius: 6px;*/
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%);
  text-align: left;
}
.nav ul.menu li > ul.sub_menu li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 4px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
  color: #fd7f13;
}
.nav ul.menu li > ul.sub_menu  li {
  padding:0;
  display: block;
}
.nav ul.menu li ul.sub_menu > li:last-child{
  border: 0;
  padding-bottom: 0;
}
.nav ul.menu li ul.sub_menu li > a {
  display: block;
  padding: 0px 20px;
  clear: both;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: #929292 !important;
  transition: all 0.3s;
}
.nav ul.menu li > ul.sub_menu li:hover > a{
  color: #f7ca47;
}
.nav ul.menu li:hover > ul, .nav ul li.hovered > ul {
opacity: 1; 
filter: alpha(opacity=100); 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
}
.nav ul.menu > li:last-child{
  margin: 0px 0px 0px 0;
}
.nav ul.menu > li:last-child > .sub_menu{
  left: unset;
  right: 0;
}
.nav ul.menu > li.active >  a{
  color: #fd7f13!important;
}
.social-icons {
  font-size: 0;
}
.social-icons ul{
  padding: 0;
  margin: 0 0 0 20px;
}
.social-icons li {display: inline-block;/* margin: 5px 5px 0 0; */vertical-align: top;position: relative;}
.social-icons li:after {
position: absolute;
display: block;
width: 45px;
height: 45px;
content: "";
opacity: 0;
text-align: center;
top: 0;
left: 0;
z-index: 0;
-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;
transition: transform .3s ease, background-color .35s, opacity .25s ease;
-webkit-transform: scale(0);        
transform: scale(0);
-webkit-border-radius: 50%;
border-radius: 50%;
}
.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li a { 
width: 36px;
height: 36px;
display:inline-block;
}
div.social-icons li:after {position: absolute;display: block;width: 36px;height: 36px;content: "";opacity: 0;text-align: center;top: 0;left: 0;z-index: 0;-webkit-transition: -webkit-transform .3s ease, background-color .35s, opacity .25s ease;transition: transform .3s ease, background-color .35s, opacity .25s ease;-webkit-transform: scale(0);transform: scale(0);-webkit-border-radius: 50%;border-radius: 50%;}
div.social-icons li:hover:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
div.social-icons li.twitter:hover:after     { background-color: #47c0d8 }
div.social-icons li.facebook:hover:after    { background-color: #49699f; }
div.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
div.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
div.social-icons li.rss:hover:after         { background-color: #fe9900; }
div.social-icons li.flickr:hover:after      { background-color: #e82c88; }
div.social-icons li.youtube:hover:after     { background-color: #b72d24; }
div.social-icons li.instagram:hover:after{
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
.social-icons li a:hover { border-color: transparent; } 
.circle-icons li a {display: block;width: 45px;height: 45px;border: 3px solid transparent;font: 0/0 a;cursor: pointer;text-align: center;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all .25s ease;transition: all .25s ease;}
ul.social-icons li.twitter:hover:after     { background-color: #47c0d8; }
ul.social-icons li.facebook:hover:after    { background-color: #49699f; }
ul.social-icons li.linkedin:hover:after    { background-color: #2c7cb7; }
ul.social-icons li.pinterest:hover:after   { background-color: #c21c21; }
ul.social-icons li.rss:hover:after         { background-color: #fe9900; }
ul.social-icons li.gplus:hover:after       { background-color: #c33d19; }
ul.social-icons li.flickr:hover:after      { background-color: #e82c88; }
ul.social-icons li.instagram:hover:after   { background-color: #517fa3; }
ul.social-icons li.dropbox:hover:after     { background-color: #5da3e8; }
ul.social-icons li.youtube:hover:after     { background-color: #b72d24; }
ul.social-icons li.blogger:hover:after     { background-color: #f38f33; }
ul.social-icons li.evernote:hover:after    { background-color: #73b122; }
ul.social-icons li.dribbble:hover:after    { background-color: #e65992; }
ul.social-icons li.behance:hover:after     { background-color: #18a3fe; }
ul.social-icons li.lastfm:hover:after      { background-color: #be0607; }
ul.social-icons li.skype:hover:after       { background-color: #24b0e4; }
ul.social-icons li.vimeo:hover:after       { background-color: #568799; }
ul.social-icons li.forrst:hover:after      { background-color: #628267; }
ul.social-icons li.digg:hover:after        { background-color: #2882c6; }
ul.social-icons li.appstore:hover:after    { background-color: #606060; }
ul.social-icons li.wordpress:hover:after   { background-color: #33759d; }
ul.social-icons li.stumbleupon:hover:after { background-color: #eb4924; }
ul.social-icons li.deviantart:hover:after  { background-color: #5f7162; }
ul.social-icons li.github:hover:after      { background-color: #7292a2; }
ul.social-icons li.mail:hover:after        { background-color: #65a413; }
.social-icons i {position: relative;font-weight: bold;font-size: 20px;z-index: 3;-webkit-transition: color .35s ease-out;transition: color .35s ease-out;}
.social-icons li i {display: block;line-height: 43px;color: #fd7f13;}
.shortcades-social-icons-container .social-icons li i { color: #696b6c; }
/*line height for header social-icons*/
div.social-icons li i {line-height: 30px;}
.social-icons a:hover i { color: #fff; }

.wide-container {
  max-width: 100%;
  height: 300px!important;
  z-index: 2;
  position: relative;
}
.slide_box_content {
  width: 900px;
  z-index: 3;
  top: 0;
  left: -110px;
  position: relative;
  height: 350px;
}
.img_container {
  overflow: hidden;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
}
.overlay_bg {
  background: rgb(28,66,37);
  background: linear-gradient(90deg, rgb(28 66 37) 14%, rgb(253 127 19) 100%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  -o-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
  transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
}
.wide-container h1{
  font-size: 25px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  margin-top: 62px;
}
.financeby {
  background: #f3f3f3;
}
.content_slide {
  color: #fff;
  display: block;
  line-height: 25px;
  font-size: 24px;
  position: absolute;
  z-index: 4;
  top: 60px;
  margin-left: 290px;
}
.info_news .option ul li.tag a {
  background: #2c8d43;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  box-shadow: 1px 4px 6px rgb(200 200 200);
}

.ellipsis{
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    max-width: 210px;
}

.content_slide span.title_content {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 33px;
}

.box_search{
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
a.simple_link {
  font-size: 14px;
  font-weight: 400;
  color: #fd7f13;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
a.simple_link i{
  background: #fff;
  padding: 3px;
  font-size: 10px;
  width: 19px;
  height: 19px;
  border-radius: 100px;
  text-align: center;
  line-height: 12px;
  border: 1px solid #dbdbdb;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group select, .form-group input {
  height: 57px;
  margin-bottom: 6px;
}
.box_search a.search_trigger{
  background: #ffffff;
  font-size: 30px;
  color: #a7a7a7;
  cursor: pointer;
  width: 80px;
  height: 80px;
  transition: all ease 0.4s;
  display: block;
  text-align: center;
  line-height: 76px;
  position: relative;
}
.box_search a.search_trigger span{
  position: absolute;
  font-size: 16px;
  width: 160px;
  text-align: left;
  line-height: 16px;
  left: 104px;
  top: 12px;
  color: #fff;
}
.section-title.center .sub-heading {
  padding: 0 45px;
}
.section-title.center .sub-heading {
  margin-left: auto;
  margin-right: auto;
}
.section-title.center {
  text-align: center;
}
.section-title.center .sub-heading::before {
  left: 0;
}
.section-title.center .sub-heading::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #2c8d43;
  top: 50%;
}

.section-title .sub-heading {
  display: block;
  position: relative;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  line-height: 19px;
  color: #2c8d43;
}
.section-title .sub-heading::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: #2c8d43;
  top: 50%;
}
.section-title.center .sub-heading::after {
  right: 0;
}
.section-title.left .sub-heading::after {
  right: 0;
}
.section-title.left .sub-heading {
  padding: 0 45px 0 0;
  margin-right: auto;
}
.section-title.left {
  text-align: left;
}
.inner_zone{
  padding: 40px 0;
}
.doc{
  background: #f3f3f3;
}
.box_doc_document {
  position: relative;
  background: #f0f0f0;
  padding: 20px;
  overflow: hidden;
}
.box_doc_document:hover ul.action{
  bottom: 17px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.box_doc_document .info_news h3 a{
  color: #4C4C4C;
}
.option li {
  display: inline-block;
  margin: 0px 6px 0px 0;
  line-height: 13px;
}
.option li {
  color: #fd7f13;
  font-size: 10px;
}
.img_news {
  width: 100%;
  height: 170px;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  transition: all .5s ease;
}

.mag_couverture {
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
  border-radius: 16px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  transition: all .5s ease;
}

.mag-title{
  text-align: center;
  margin-top: 5px;
  font-size: 1.3em
}

.info_news {
  transition: all .5s ease;
  position: relative;
}
.info_news h3 {
  font-size: 16px;
  line-height: 17px;
}
ul.action li{
  display: inline-block;
}
ul.action{
  position: absolute;
  bottom: 20px;
  right: 30px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
ul.action li a i{
  background: #fd7f13;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  border-radius: 100px;
  color: #fff;
}
.stat{
  background: #0c2913 url(../images/bg_stat.jpg) no-repeat top center;
  background-size: cover;
}
.num_inner {
  font-weight: bold;
  line-height: 8px;
  text-align: center;
  color: #fff;
}
.num_inner span {
  font-size: 50px;
  color: #ffffff;
  line-height: 77px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.box_participatif{
  background: #18a3fe;
  padding: 20px;
}
.btn_link{
  background: #fd7f13;
  padding: 10px 7px 12px 10px;
  border-radius: 100Px;
  color: #ffffff;
}
.btn_link:hover{
  background: #fd7f13;
  color: #ffffff;
}
.btn_link i{
  background: #fff;
  padding: 10px;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  color: #fd7f13;
  line-height: 5px;
  text-align: center;
  font-size: 10px;
  margin-left: 5px;
}

footer{
  background: #181818 url('../images/bg_footer.png') no-repeat bottom center;
  background-size: contain;
  color: #787777;
}
footer .logo img {
  margin-top: -5px;
}
footer ul.link_footer li a{
  color: #8b8b8b;
  line-height: 27px;
  display: block;
}
footer ul.link_footer li{
  position: relative;
  padding-left: 25px;
}
footer ul.link_footer li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 4px;
  left: 7px;
  font-size: 10px;
  content: '\f105';
}
footer .btn_link {
  padding: 6px 7px 5px 10px;
  display: block;
  text-align: center;
}
footer .horizontal-line {
  border-top: 1px solid #4f4f4f;
}
ul.partner_link {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
ul.partner_link li a{
  color: #fd7f13;
}
.copyright_right{
  text-align: right;
}
.link_concepteur{
  color: #fff;
}
.link_concepteur:hover{
  color: #fd7f13;
}
footer .social-icons ul {
  margin: 0;
  text-align: right;
}
.network_banner{
  background: #212121;
}
.box_activite{
  position: relative;
  height: 240px;
}
.content_activite{
  padding: 20px 80px 20px 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  margin-left: 20px;
  border-radius: 5px;
  line-height: 15px;
  border: 1px solid #f0f0f0;
}
.content_activite .date{
  font-size: 10px;
  color: #2c8d43;
  margin-bottom: 14px;
}
.btn_link_details{
  padding: 5px 10px;
  background: #fd7f13;
  color: #ffffff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  width: 34px;
  height: 34px;
  box-shadow: -4px 5px 10px 1px rgb(0 0 0 / 12%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn_link_details:hover{
  background: #1b4325;
  color: #fff;
}
#partner_slider .item{
  background: #fff;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
}
#partner_slider.owl-carousel .owl-stage{
  padding: 0;
}
.content_article .zone_img {
  height: 400px;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
  box-shadow: 0px 10px 20px 0px rgb(2 45 98 / 10%);
}

.img_zone {
  width: 90%;
  height: 180px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 7px;
}
.activite{
  background: #e9e9e9 url(../images/bg_act.jpg) no-repeat;
  background-size: cover;
}
#activite_box_item.owl-carousel .owl-stage{
  padding: 0;
}

.back-to-top {
  background: #fd7f13;
  border-radius: 50%;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(2, 45, 98, 0.10);
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
  z-index: 59;
}
.back-to-top:hover, .back-to-top.auto {
  color: transparent;
  transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}
.back-to-top:hover:before, .back-to-top.auto:before {
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:hover:after, .back-to-top.auto:after {
  animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
.back-to-top:before {
  position: absolute;
  display: inline-block;
  content: "";
  background:#fff;
  width: 3px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -2px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.back-to-top:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  color: #fff;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotateZ(45deg);
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -8px;
  transform: translateY(50px) rotateZ(45deg);
}
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgb(255 205 4 / 70%);
  border-radius: 50%;
  background-color:#f7ca47;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

@keyframes tipUp {
  0% {
    transform: translateY(50px) rotateZ(45deg);
  }
  100% {
    transform: translateY(-70px) rotateZ(45deg);
  }
}
@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}

.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color:rgb(28 66 37 / 98%);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  background: #fd7f13;
  font-size: 20px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: #fff;
  border: transparent;
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border-width: 0;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: #fd7f13;
  background-color: transparent;
  padding-left: 0px;
  color: #fff;
  border-radius: 50px;
  font-weight: 400;
  padding-right: 95px;
  border-radius: 0px;
}
input:focus, textarea:focus, select:focus{
  outline: none;
}

.popup-search-box form button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  right: 12px;
  color: #fff;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}
.popup-search-box button.searchClose:hover {
  color: #fd7f13;
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.bg-white{
  background: #fff;
}
.header_page {
  background: #1d3050 url(../images/header_page.jpg)no-repeat top right;
  background-size: cover;
}
.info ul {
  padding-left: 40px;
  margin: 0;
}
.info li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.info li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.info li i {
  position: absolute;
  top: 2px;
  left: -39px;
  font-size: 17px;

}
.info li span {
  display: block;

  font-weight: bold;
}
.contact-desc .form-control {
  border: 1px solid #f0f0f0;
}
.contact-desc .form-group select, .form-group input {
  height: 57px;
  margin-bottom: 6px;
}
textarea.form-control {
  height: auto;
}
.form__submit {
  display: inline-block;
  border: 2px solid #fd7f13;
  border-radius: 5px;
  color: #fd7f13;
  background: 0 0;
  font-weight: 700;
  padding: 10px 30px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.box.map {
  height: 200px!important;
}
.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
}
.pagination__item--prev {
  margin-right: 15px;
  margin-left: 0;
}
.pagination__item {
  margin: 0 4px;
  height: 40px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 0 10px;
  border-radius: 100px;
}
.pagination__item i, .pagination__item span {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
}
.pagination__item.pagination__item--active {
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
  border: 2px solid #36663b;
  color: #36663b;
}
.pagination__item.pagination__item--active span{
  color: #36663b;
}
.relative{
  position: relative;
}
.icon_svg{
  width: 60px;
  margin: 0px auto 0 auto;
}
#sugg_doc h2{
  text-align: center;
}
.search_innerpage button {
  position: absolute;
  top: 0px;
  background: transparent;
  border: none;
  font-size: 20px;
  right: 0;
  color: #fd7f13;
  cursor: pointer;
  width: 60px;
  height: 57px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.search_innerpage.globalDoc button{
  position: unset;
  background: #fd7f13;
  border-radius: 4px;
  color: #fff;
  margin-left: auto;
  height: 50px;
  width: 100%;
}
.search_innerpage .form-control{
  padding-right: 60px;
}
.mpd.nice-select{
  height: 57px;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding: 5px 10px;
}
.box_partner{
  margin-bottom: 20px;
  padding: 10px 10px 100px;
  background: #fff;
  border: 1px solid #d5d5d5;
  position: relative;
  text-align: center;
}
.box_partner .img_zone {
  width: 100%;
  height: 180px;
  position: relative;
}
.box_partner .link_zone{
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 57px;;
}
.content_article .date{
  font-size: 13px;
    color: #fd7f13;
    padding: 5px 0;
    font-weight: bold;
}
.modal-content{
  border-radius: 0!important;
}
.modal .img_news {
  height: 300px;
}
.modal .box_doc_document{
  background: #fff;
}
.modal.reflect .close {
  float: unset;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fd7f13!important;
  width: 35px;
  height: 35px;
  z-index: 1;
  border: none;
}
.index-2{
  z-index: 2;
  position: relative;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  margin-bottom: 8px;
}
.breadcrumbs__item .breadcrumbs__link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
.breadcrumbs__item+.breadcrumbs__item {
  padding-left: .5rem;
}
.breadcrumbs__item+.breadcrumbs__item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "|";
}
.breadcrumbs__item--active{
  color: #f87f01;
}
.menu-button {
  position: absolute;
  width: 35px;
  height: 30px;
  cursor: pointer;
  z-index: 1;
  float: unset;
  right: 50%;
  transform: translate(50%, -50%);
  top: 50%;
  display: none;
}
.menu-button span {
  font-size: 12px;
  color: #d76918;
  font-weight: bold;
  text-align: center;
  margin-top: -13px;
  display: block;
}
.menu-button .line-1, .menu-button .line-2, .menu-button .line-3 {
  position: relative;
  height: 3px;
  background: #d76818;
}
.menu-button .line-1 {
  top: 5px;
}
.menu-button .line-2 {
  top: 12px;
}
.menu-button .line-3 {
  top: 19px;
}
.menu_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  font-weight: 500;
  min-height: 500px;
  background: rgb(0 106 61);
  overflow: hidden;
  left: 0;
  /* padding: 40px 40px 40px 40px; */
  transform: translateX(-100%);
  opacity: 1;
  z-index: 29;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1);
  transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
  top: 90px;
}
.menu_wrapper .inner {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -moz-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate3d(-100px, 0px, 0px);
  -ms-transform: translate3d(-100px, 0px, 0px);
  transform: translate3d(-100px, 0px, 0px);
  opacity: 0;
  z-index: 10;
  webkit-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  -o-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
  transition: all 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s;
}
.menu_wrapper ul.menu {
  padding: 0;
  width: auto;
  height: 100%;
  overflow-y: auto;
}
.menu_wrapper ul.menu li a {
  background: transparent;
  color: #ffffff;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  /* border-top: 1px solid rgba(255,255,255,0.30); */
  border-bottom: 1px solid rgb(3 118 68);
  padding: 20px 15px 20px 20px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.menu_wrapper ul.menu ul.sub_menu {
  padding: 0;
  background: #025e36;
}
.menu_wrapper ul.menu li a .btn.expander {
  background: none;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 19px;
  border-radius: 0px;
  position: absolute;
  top: 10px;
  right: 20px;
  outline: none;
}
.menu_shown .menu_wrapper {
  opacity: 1;
  transform: translate(0%);
  /* transition: 400ms cubic-bezier(.25,.46,.45,.94); */
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
  transition: transform 1.25s cubic-bezier(.19,1,.22,1);
  transition: transform 1.25s cubic-bezier(.19,1,.22,1),-webkit-transform 1.25s cubic-bezier(.19,1,.22,1);
}
.menu_shown .menu_wrapper .inner {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
body.body--static {
  height: 100%;
  overflow: hidden;
}
.menu_shown .menu-button .line-1 {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(225deg);
  top: 16px;
}
.menu_shown .menu-button .line-2 {
  opacity: 0;
  transition-delay: .12s;
}
.menu_shown .menu-button .line-3 {
  bottom: 0;
  transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-45deg);
  top: 10px;
}
.menu_wrapper ul.menu li.active a{    background: rgb(0 0 0 / 27%);}
ul.list_style li{
  list-style:disc;
  margin-left: 40px;
  font-weight: 500;
}
ul.list_style{
  margin-bottom: 20px;
}
.content_text{
  text-align: justify;
}
.box_head {
  background: #38ac50;
  padding: 20px;
  width: 100%;
}
.vertical-divider {
  position: relative;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
ul.list_exp li a {
  display: block;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding: 20px;
  margin: 0;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  line-height: 15px;
}
ul.list_exp li a::after{
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 21px;
  left: 0px;
  font-size: 13px;
  content: '\f105';
}
ul.list_exp li:last-child a {
  border-bottom: 0;
}
.box_ministre {
  width: 100%;
  height: 273px;
  position: relative;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 47%) 0px 4px 20px 0px;
  margin-top: -329px;
  z-index: 2;
  border-radius: 16px;
  margin-bottom: 60px;
}
.box_ministre .img_news {
  height: 100%;
  border-radius: 0;
  box-shadow: none;
  background-size: cover!important;
  background-position: center -4px!important;
}
.box_ministre .box_content {
  position: absolute;
  /* background: none; */
  bottom: 0;
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(rgba(0, 0, 0, 0.01) 0%, rgb(118 100 88) 100%);
}
.box_content .name {
  font-size: 28px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  margin-bottom: 8px;
}
ul.option_link{
  line-height: 16px;
}
ul.option_link li {
    padding-left: 20px;
    position: relative;
    transition: all .5s ease;
}
ul.option_link li a {
  color: #fff;
  font-weight: 600;
  transition: all .5s ease;
}
ul.option_link li::after {
  position: absolute;
  font-family: Font Awesome\ 5 Pro;
  top: 3px;
  left: 1px;
  font-size: 10px;
  content: '\f105';
  color: #ffffff;
}
.box_content .name span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
}
.box_ministre .social-icons ul {
  margin: 15px 0 0 20px;
}
.box_ministre .social-icons li i {
  color: #fff;
}

#partner_slider_2.owl-carousel .owl-stage {
  padding: 0px 0px;
}
.box_finance {
  height: 100px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  display: inline-table;
}
.box_finance img {
  height: auto;
}
.box_finance span {
  font-size: 17px;
  color: #858585;
  font-weight: 600;
  margin-right: 18px;
}
.box_finance img{
  margin-right: 20px;
}
.box_head .section-title .sub-heading::after {
  background: #fff;
}
#team .box_partner{
  padding: 20px 20px 0 20px;
  background: #efefef;
  border-radius: 9px;
  position: relative;
}
#team .box_partner .img_zone {
  border-radius: 10px;
  box-shadow: 0px 4px 6px #0000002b;
}
.content_elmt_text{
  text-align: left;
  bottom: 0;
  padding: 20px 0;
  width: 100%;
  left: 0;
}
.content_elmt_text span{
  color: #fd7f13;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
    display: block;
    margin-top: 13px;
}

.nice-select.wide .list {
  max-height: 200px;
  overflow-y: auto;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 20px !important;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: normal;
  padding: 10px;
  border-bottom: 1px solid #F0F0F0;
}
.box_usefulink ul li a {
  display: block;
  color: #4C4C4C;
  font-weight: 600;
  border-bottom: 1px solid rgb(253 127 19 / 8%);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  padding-right: 25px;
  line-height: 15px;
  padding-left: 20px;
}
.box_usefulink ul {
  height: 250px;
  overflow-y: auto;
}
.box_usefulink ul li:last-child a{
  border-bottom:none;
}
.box_usefulink ul li:hover a{
  color: #fd7f13;
}
.box_usefulink ul li a i {
  font-size: 12px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 100px;
  text-align: center;
  line-height: 14px;
  color: #fd7f13;
  font-weight: bold;
  top: 1px;
}
/*-----responsive site style-----*/
@media (max-width: 575.98px) { 
  header .social-icons{display: none;}
  header .call_to_action{display: none;}
  header .nav{display: none;}
  .popup-search-box form{width: 80%;}
  .img_news {margin-bottom: 24px;     height: 260px;}
  .info_news h3 {margin-bottom: 43px;}
  ul.partner_link {text-align: center;flex-direction: column;}
  .copyright_left{text-align: center;}
  footer .social-icons {text-align: center;justify-content: center;display: flex; margin-top: 13px;}
  footer .logo {width: 100%;display: flex;align-items: center;margin-bottom: 22px;}
  .footer_call_to_action{text-align: center; margin-top: 50px;}
  footer {background-size: cover;}
  footer .logo img { margin-top: 0px;width: 140px;float: unset;}
  footer .logo div {font-size: 25px;line-height: 27px;margin-top: unset;}
  footer .logo div span {display: block;}
  .header_page {margin-top: 76px;}
  .header_page h1{font-size: 40px;}
  .search_innerpage{margin-bottom: 40px;}
  .pagination {justify-content: center;}

  .menu-button{display: block;left: 25px;;transform: translateY(-35%);}
  header .logo img {width: 170px;margin-left: 60px;}
  .logo_gouv img {width: 65px;}
  .logo, .logo_gouv {margin-top: 13px;}
  header {background: #0c2913 url(../images/bg_header.jpg) no-repeat top center;background-size: cover;border-bottom: 2px solid #2c8d43; position: fixed; z-index: 3; width: 100%; height: 90px;}
  .wide-container{    margin-top: 80px;;background-size: cover!important;}
  #team .box_partner .img_zone {height: 380px;}
  .box_ministre {height: 420px;margin-top: unset;}
  .box_ministre .img_news {background-position: center top!important;}
}
@media (min-width: 576px) and (max-width: 767.98px) { 
  header .social-icons{display: none;}
  header .call_to_action{display: none;}
  header .nav{display: none;}
  .menu-button{display: block;}
  .popup-search-box form{width: 80%;}
  .img_news {margin-bottom: 24px;     height: 260px;}
  .info_news h3 {margin-bottom: 43px;}
  ul.partner_link {text-align: center;flex-direction: column;}
  .copyright_left{text-align: center;}
  footer .social-icons {text-align: center;justify-content: center;display: flex; margin-top: 13px;}
  footer .logo {width: 100%;display: flex;align-items: center;margin-bottom: 22px;}
  .footer_call_to_action{text-align: center; margin-top: 50px;}
  footer {background-size: cover;}
  footer .logo img { margin-top: 0px;width: 140px;float: unset;}
  footer .logo div {font-size: 25px;line-height: 27px;margin-top: unset;}
  footer .logo div span {display: block;}
  .header_page {margin-top: 76px;}
  .header_page h1{font-size: 40px;}
  .search_innerpage{margin-bottom: 40px;}
  .pagination {justify-content: center;}


  .menu-button{display: block;left: 25px;;transform: translateY(-35%);}
  header .logo img {width: 170px;margin-left: 60px;}
  .logo_gouv img {width: 65px;}
  .logo, .logo_gouv {margin-top: 13px;}
  header {background: #0c2913 url(../images/bg_header.jpg) no-repeat top center;background-size: cover;border-bottom: 2px solid #2c8d43; position: fixed; z-index: 3; width: 100%; height: 90px;}
  .wide-container{    margin-top: 80px;;background-size: cover!important;}
  #team .box_partner .img_zone {height: 380px;}
  .box_ministre {height: 420px; margin-top: unset;} 
  .box_ministre .img_news {background-position: center -38px!important;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
  header .social-icons{display: none;}
  header .call_to_action{display: none;}
  header .nav{display: none;}
  .menu-button{display: block;}
  .popup-search-box form{width: 80%;}
  .info_news h3 {margin-bottom: 43px;}
  footer .logo {width: 100%;display: unset;align-items: center; margin-bottom: 22px;}
  footer {background-size: cover;}
  footer .logo img {margin-top: 0px;width: 78%;float: unset; display: block;}
  footer .logo div {    font-size: 12px;line-height: 15px;;margin-top: unset;}
  footer .logo div span {display: block;}
  .header_page {margin-top: 105px;}
  .header_page h1{font-size: 40px;}
  .search_innerpage{margin-bottom: 40px;}
  .pagination {justify-content: center;}
  .info li {line-height: 16px;}
  footer .btn_link i{display: none;}
  footer .btn_link {line-height: 14px;font-weight: bold;}

  .menu-button{display: block;left: 25px;;transform: translateY(-35%);}
  header .logo img {width: 230px;margin-left: 60px;}
  .logo, .logo_gouv {margin-top: 6px;}
  header {background: #0c2913 url(../images/bg_header.jpg) no-repeat top center;background-size: cover;border-bottom: 2px solid #2c8d43; position: fixed; z-index: 3; width: 100%; height: 90px;}
  .wide-container{    margin-top: 80px;;background-size: cover!important;}
  #team .box_partner .img_zone {height: 380px;}
  .box_ministre {height: 600px;margin-top: unset;}
  .box_ministre .img_news {background-position: center -38px!important;}
}
@media (min-width: 992px) and (max-width: 1062.98px) { 
.search_innerpage{margin-bottom: 40px;}
.nav ul.menu li > ul.sub_menu {top: 46px;}
.box_ministre .img_news {background-position: center top !important;}
.box_ministre {height: 600px;margin-top: unset;}
}
@media (min-width: 1063px) and (max-width: 1199.98px) { 
  .search_innerpage{margin-bottom: 40px;}
  .nav ul.menu li > ul.sub_menu {top: 46px;}
  .box_ministre .img_news {background-position: center top !important;}
  }
@media only screen and  (min-width: 1200px) { 

}
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .search_innerpage{margin-bottom: 40px;}
}


