:root{
  --corp : #2f308d;
  --agri : #2daae1;
  --nrj : #f39200;
  --mtn: #e30613;
  --jardin : #0b8e36;
  --irri : #285ea8;
  --stock : #634e42;
--grey-c: #f2f2f2;
}

.bo_paragraphe {
    border: 1px dashed #C00000;
    margin-bottom: 5px;
}
.bo_paragraphe p.bo_barre_boutons {
    font-size: 0.85em;
    background: #FAFAFA;
}
#backoffice_menu_haut {
    width: 1030px;
    margin: 0 auto;
}
img.album{
    max-width:100%;
    height:auto;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}

#footer .logo_texte {
    width: 100%;
    max-width: 260px;
}

.bg-gray {
  background-color: #f3f6f8;
}


.info br{
  display:none;
}



.btn-theme {
  background-color: #f9da1b;
  color: #333333 !important;
  border: 2px solid #f9da1b;
}

.btn-theme.border {
  background-color: transparent;
  color: #fcdb16;
  border: 2px solid #fcdb16;
}

.btn-theme.border:hover {
  background-color: #fcdb16;
  color: #ffffff !important;
  border: 2px solid #fcdb16;
}

.btn-theme.effect:hover,
 .btn-theme.effect:focus {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #333333;
}

.btn-theme:hover,
 .btn-theme:focus {
  color: #fcdb16 !important;
  background: transparent;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}
.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-md {
  padding: 10px 40px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn.btn-sm-pro {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}
h5,h5 {
  margin-bottom: 10px;
}

.section-headline{
    margin-bottom: 60px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-headline.white-headline h3 {
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}
.section-headline::after {
    border: 1px solid #007b3d;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-headline.text-left h3::after {
    border: 2px solid #007b3d;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.text-light h1,
 .text-light h2,
 .text-light h3,
 .text-light h4,
 .text-light h5,
 .text-light h6,
 .text-light p,
 .text-light a {
  color: #ffffff;
}

.clr {
    clear: both;
    display: none;
}
#ariane {
    display:inline-block;
    width:100%;
    text-align:center;
    vertical-align:middle;
    margin: auto;
    font-size: 12px;
  font-weight:400;
    margin-top: 10px;
    text-align:center;
    color:#fff;
     text-transform:uppercase;
     letter-spacing: 3px;
}
.ariane{
  background:rgba(0,0,0,0.5);
  border-radius:3px;
  display:inline-block;
      padding: 8px 15px;
}
#ariane a{
    color: #007b3d;
    font-weight:400;
    text-transform:uppercase;
}
/* Listes */


/* Paragraphes */


address {
    margin: .75em 0;
    font-style: normal;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/* Formulaires */

form,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input,
button,
select {
    vertical-align: middle;
}
/**********/
/* Boites */
/**********/
.list_real{
    font-size:0;
}
.block_real{
    display:inline-block;
    width:25%;
    padding:15px 15px;
}
.block_real img{
    width:100%;
    height:auto;
}
#conteneur_contenu {
    min-width: 1000px;
    width: 100%;
    margin: 0 auto;
    z-index: 6;
}
.topbar-area{
    background: #444444;
}
.topbar-left p {
    color: #444;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.topbar-left li a i{
    padding-right: 3px;
}
.topbar-right {
    position: relative;
    display: block;
}
.topbar-right ul li {
    float: right;
}
.topbar-right ul li a:hover {
    color: #fff;
    border:1px solid #007b3d;
    background: #007b3d;
}
.topbar-right ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    margin: 8px 3px;
    width: 28px;
    height: 28px;
    border: 1px solid #444;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}
.topbar-right ul li:first-child a {
    padding-right: 0;
}
.topbar-area.topbar-3 .topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: none;
}
.quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #007b3d;
    display: inline-block;
    border: 1px solid #007b3d;
    padding: 10px 20px;
        float: right;
}
.quote-btn:hover{
    color: #007b3d;
    background: #fff;
    border: 1px solid #007b3d;
}
.topbar-area.topbar-3 .quote-button {
    margin-left: 15px;
}
.topbar-area.topbar-3 .topbar-left ul li {
    display: inline-block;
}
.topbar-area.topbar-3 .topbar-right ul li a {
    color: #444;
    border: 1px solid #444;
    margin: 8px 3px;
}
#header {
    min-width: 1000px;
    width: 100%;
    position: fixed;
    margin: 0px;
    padding: 0px;
    z-index: 10000;
    transition: all 0.5s ease;
}

#header, .pageAccueil.scroll_down #header {
    background-color: var(--corp);
    box-shadow: 0px 0px 9px #c6c6c6;
}

#header.new_menu, .pageAccueil.scroll_down #header.new_menu {
    background-color: #fff;
}

.pageAccueil #header {
    background-color: var(--corp);
    box-shadow: none;
}

.pageAccueil #header.new_menu {
    background-color: #fff;
}


.page-heading {
    background-size: cover;
    background-image:url(../images/interface/page_heading.jpg);
    background-repeat: no-repeat;
    padding: 90px 0;

    padding-top:300px;
    text-align: left;
    position: relative;
    z-index:1;
    background-position: center center;
}

.page-heading:after {
    position: absolute;
    content: '';
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.6;
    z-index: 1;
}
.page-heading .container {
    margin: auto;
    position: relative;
    z-index: 2;
    max-width: 1170px;
    font-size:0;
    width:100%;
}
.page-heading .page-title h2 {
  color: #eceff3;

    font-size: 32px;
    letter-spacing: 5px;



    text-transform: uppercase;

    /* margin-top:40px; */
}
.page-heading  .page-title{
    display:block;
    vertical-align:middle;
    text-align:center;
    width:100%;
}
.page-heading .page-title h2:after {
    background-color: #1059a6!important;
    width: 90px!important;
}
.page-heading .page-title .line-dec {
    margin: 10px 0px;
    width: 90px;
    height: 1px;
    background-color: #1059a6;
    display: none;
}
.page-heading .page-title span {
    font-size: 24px;
    font-weight: normal;
    color: #2d3031;
    line-height: 36px!important;
}
#logo{
    position:relative;
}
#logo > span{
    background-color: #da1c22;
    position: absolute;
    right: -8px;
    /* top: -25px; */
    height: 100%;
    transform: rotate(0deg);
    width: 5px;
    top:0;
}
#header #logo {
    z-index: 1000;
    display:inline-block;
    text-align:left;
    margin: 0px;
    z-index:1000000;
    vertical-align:middle;
    position:relative;
    width:calc(25% - 29px);
    padding: 0;
}

#header.new_menu #logo {
    z-index: 1000;
    display: inline-block;
    text-align: left;
    margin: 0px;
    z-index: 1000000;
    vertical-align: middle;
    position: relative;
    width: calc(20% - 1px);
    text-align: right;
    padding: 13px 0px 15px;
}

#header.new_menu .header-right-info {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    float: none!important;
}

#header.new_menu .header-right-info ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header.new_menu .header-right-info ul li {
    display: inline-block;
    vertical-align: middle;
}

#header.new_menu .header-right-info ul li .single-header-right-info .icon-box {
    text-align: center;
    padding: 0 20px;
}

#header.new_menu .header-right-info ul li .single-header-right-info .text-box, #header.new_menu .header-right-info ul li .single-header-right-info .icon-box {
    display: table-cell;
    vertical-align: middle;
}

#header.new_menu .header-right-info ul li .single-header-right-info .icon-box i {
    color: var(--corp);
    font-size: 30px;
}

#header.new_menu p {
    margin: 0px;
}

#header.new_menu .header-right-info ul li .single-header-right-info .text-box p, #header.new_menu .header-right-info ul li .single-header-right-info .text-box > a {
    color: #000000;
    line-height: 20px;
    font-size: 14px;
}

#header.new_menu .header-right-info ul li + li .single-header-right-info {
    border-left: 1px solid #e2e2e2;
    margin: 0 0 0 20px;
}

#position-menu{
    display:inline-block;
    width:75% ;
    vertical-align:middle;

    text-align:left;
    position:relative;
    z-index:100000;
}

.new_menu #position-menu {
    width: 100%;
    max-width: 1170px;
}
#header #logo img {
    max-width:250px;
    z-index: 39;

    width: 192px;

}

#header.new_menu #logo img {
    max-width: none;
    width: 100%;
    height: auto;
}
.bg_menu{
    background:#fff none repeat scroll 0 0;
    position:relative;z-index:2;
        box-shadow: 0px -1px 1px 0px #dedede;
}

.new_menu .bg_menu {
    background-color: var(--corp);
    display: flex;
    justify-content: center;
}
#conteneur_header {
    width: 1140px;
    font-size: 0;
    margin: auto;
    position: relative;
    padding: 14px 0;
}

.new_menu #conteneur_header {
    padding: 0;
}

#header h1 {
    margin: 0px;
    padding: 0px;
    text-align:left;
    font-size: 1.65em;
    position:relative;
    z-index:2;
}
#header img {
    margin: 0;
    padding: 0;
    background-image: none;
    height: 80px;
    /* background-color:#fff; */
}
/* =============================================================================
 * MENU
 * ===========================================================================*/

#menu_haut {
    list-style-type: none;

    width: 100%;
    font-size: 0;
}

.new_menu #menu_haut {
    display: flex;
    justify-content: center;
}
#menu_haut > ul > li {
 vertical-align:top;


    transition: all 0.3s ease 0s;
    display:inline-block;
    position: relative;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.new_menu #menu_haut > ul > li {
    padding: 15px 0;
}


#menu_haut ul {
    margin: 0!important;
    padding: 0!important;
    text-align:right;
    display:inline-block;
}
#menu_haut li:first-child {
    border-left: 0px;
}

    #menu_haut > ul > li:last-child > a:after{
    display:none;
}
#menu_haut li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-family: 'Poppins', sans-serif;
  margin: 0px 15px;
  position: relative;
  display:inline-block;
  padding: 20px 0px;
}

.new_menu #menu_haut li a {
    padding: 0 40px;
    margin: 0;
}

#menu_haut li a:hover {
    /* text-decoration: underline; */
}
#menu_haut li a i{
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
    margin-top:10px;
    color:#007b3d;
}

.new_menu #menu_haut ul > li + li > a {
    border-left: 1px solid #ffffff;
}

.menu-sub {
    position: absolute;
    top: 49px;
    z-index: 999;
    padding: 0 0;
    background: #fff;

    list-style-type: none;

}
.menu-sub > li {
    display: block !important;
    /* border-bottom: 1px solid #555; */
}
.menu-sub > li:last-child{
    border-bottom:0px;
}

.menu-sub a {
    min-width: 200px;
    text-align:left!important;
    color:#999!important;
    padding: 0px 10px 0px 15px !important;
    padding: 5px 10px!important;
    margin:0px!important;
    font-size:13px!important;
    color: #444!important;
}

.menu-sub li:first-child a {
    /* padding-top: 10px!important; */
}

.menu-sub li:last-child a {
    padding-bottom: 5px!important;
}

#menu_haut > ul > li > ul {
    top: 100px;
    text-align:left;
}
#menu_haut ul ul {
    left: -9999px;
    opacity: 0;
    -webkit-transition: top .2s ease, opacity .2s ease;
    -moz-transition: top .2s ease, opacity .2s ease;
    -ms-transition: top .2s ease, opacity .2s ease;
    -o-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
}
/*******************************/
/* specific to non IE browsers */
/* =============================================================================
 * End of Menu
 * ===========================================================================*/

#header_popup {
    display: none;
}
#contenu {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 4;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.page_liquid #contenu {
    width: 100%!important;
}
.page_liquid #centreetdroite {
    width: 100%!important;
}
.pageAccueil #contenu {
    padding: 0px;
    width: 100%;
}

.pageAccueil #ariane {
    display: none;
}
#contenu_scroller {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contain_actu {
    max-width: 1170px;
    width: 100%;
    padding: 10px;
}
.page_liquid #contenu {
    width: 100%!important;
    min-height: calc(100vh - 746px);
}
.page_liquid #contenu {
    padding-top: 0;
}
.block_list_actu:nth-child(even) {
    /* background-color: #f7f7f7; */
}
.block_list_actu .center_actu {
    /* padding: 70px 0px; */
    /* border-bottom: 1px solid #e6e6e6; */
    box-shadow: 0 0 10px #cacaca61;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--grey-c);
}

.block_list_actu .center_actu img {
    width: 100%;
    height: auto;
}
.right_actu {
    display: flex;
    width: 100%;
    vertical-align: top;
    /* padding-left: 55px; */
    box-sizing: border-box;
    padding: 20px 20px 80px;
    /* position: relative; */
    flex-direction: column;
}
.right_actu h4 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    line-height: 20px;
    text-align: left;
}
.right_actu h4 a {
    color: #222;
}
.lin_actu a.suite {
    transition: all 0.5s ease;
    margin-bottom: 0;
}
.lin_actu a.suite:hover {
    color: #fff!important;
    background-color: rgb(32 32 32 / 80%);
}
.prevnext {
    max-width: 1140px!important;
    margin: auto!important;
    margin-top: 30px!important;
}
.date_actu {
    color: #222!important;
    font-size: 16px!important;
    font-weight: 300!important;
    margin-bottom: 20px!important;
}
.desc_actu {
    font-size: 16px!important;
    margin-bottom: 10px!important;
    line-height: 20px;
}

p.lin_actu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    margin: auto;
}
.center_actu {
    max-width: 1140px;
    margin: auto;
}
.center_actu img {
    display: inline-block;
    width: 300px;
    height: auto;
    /* -webkit-box-shadow: -4px 2px 56px 0px rgba(0, 0, 0, 0.16); */
    -moz-box-shadow: -4px 2px 56px 0px rgba(0, 0, 0, 0.16);
    /* box-shadow: -4px 2px 56px 0px rgba(0, 0, 0, 0.16); */
}
.page_liquid #centreetdroite {
    width: 100%!important;
}

.list_recru{
  display:flex;
  flex-wrap: wrap;
}

.list_recru .block_list_recu {
    width: calc(33.3% - 10px);
    margin: 10px;
    padding: 35px;
    background-color: #f2f2f2;
    border-radius: 10px;
    min-width: 300px;
}

.list_recru .block_list_recu .right_recru i {
    /* font-size: 18px; */
    color: #dd2c24;
    margin-right: 10px;
}

.list_recru .block_list_recu .right_recru .ville_recru {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--corp);
}

.list_recru .block_list_recu .right_recru .desc_recru {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: var(--corp);
    font-weight: 500;
}

.lin_recru{
  width: 100%;
  height: 40px;
  background-color: var(--corp);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  border-radius: 7px;
  margin: 30px auto 0px;
  transition:all 0.5s ease;
}

.lin_recru:hover {
  background-color: rgb(32 32 32 / 80%);
}

.contain_actu .lin_recru {
    /* display: flex; */
    /* justify-content: flex-start; */
    margin-left: 0;
    margin-bottom: 25px;
}

.lin_recru a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.list_recru .block_list_recu .right_recru h4 ,.list_recru .block_list_recu .right_recru h4 a {
    text-transform: none;
    text-align: left;
    color: var(--agri);
    line-height: 20px;
    margin-bottom: 20px;
}
#gauche {
    float: right;
    margin: 0;
    padding: 0;
    padding: 0 0 0 20px;
    /* background-image: url(../images/interface/fond-gauche.png); */

    background-repeat: no-repeat;
    background-position: left center;
    width: 262px;
}

#centre {
    width: 620px;
    margin: 0;
    margin-left: 30px;
    padding: 0;
}
#centreetdroite {
    width: 100%;
    margin: auto;
    padding-top:60px;
    /* padding-bottom: 60px; */
}
.pageAccueil #centreetdroite {
    padding-bottom: 0;
    height: auto!important;
    width: 100%!important;
    padding-top:0;
}

#droite {
    width: 300px;
    margin: 0;
    padding: 0;
    /*float:right;*/

    position: absolute;
    top: 0px;
    right: 0px;
}
#pied #conteneur_pied {
    width: 1140px;
    margin:auto;

}
#pied #conteneur_pied .row{
    margin-bottom:15px;
}
#pied #conteneur_pied > div:first-child img{

    width:200px;
    margin-bottom:25px;
}
#pied #conteneur_pied > div:first-child .contact{
    font-size:16px;
    color:#ccc;
}
#pied #conteneur_pied > div:first-child .contact li,
.footer-widget{
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    line-height:24px;

}

.footer-widget li a{color: var(--corp)!important;line-height:24px;font-size: 14px;}

.links-widget ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 12px;

}
.footer-widget li{
    line-height:24px;
      padding-bottom: 8px;
}



.pageAccueil h2 {
    /* display:none; */
}

/**********/
/* GAUCHE */
/**********/
/**********/
/* CENTRE */
/**********/

img.imgtitre {
    margin-left: 0px!important;
    padding: 9px!important;
    padding-left: 0px!important;
}
img.mdl_billet {
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}
h2 img.imgtitre {
    margin-left: 0px!important;
    padding: 0px!important;
}



#centreetdroite .news h4 a {
    font-size: 18px!important;
}




.ariane a {
    text-decoration: underline;
    color: #8C8C8C
}


#centre p img {
    padding: 0 5px;
    margin: 0;
}




img.picto {
    padding: 2px 2px 0 0;
}
img.immo,
img.immo_vignette {
    padding: 0 4px;
    background-color: #FFFFFF;
}
#droite img.immo,
#droite img.immo_vignette {
    padding: 0 4px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}
/**********/
/* DROITE */
/**********/

input {
    font-size: 0.85em;
}

textarea {
    height: 150px!important;
    width: 100%!important;
      border: 1px solid #ccc;
}

input[type="text"], input[type="password"], textarea {
    padding: 10px 15px!important;
    font-family: 'Roboto', sans-serif;
}

#contenu input[type="text"], #contenu input[type="password"], textarea, #contenu select, input[type=file] {
    display: inline-block;
  width: 100%!important;
  box-sizing:border-box;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  /* border-radius: 4px; */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom:0px!important;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
}

input[type="submit"],.submit{
    color: #fff!important;
    background-color: var(--corp);
    font-size: 16px!important;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border: var(--copr) 1px solid;
    display: block;
    /* margin: auto; */
    /* height: 40px; */
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
  }
.submit:hover{
 background-color:#fff;
 /* color: var(--corp)!important; */
 /* border: 1px solid var(--corp); */
 background-color: rgb(32 32 32 / 80%);
}

input[type=file] {
    width: auto;
    border: none;
}

form label {
    display: none;
}

form fieldset p:nth-child(4), form fieldset p:nth-child(3), form fieldset p:nth-child(2), form fieldset p:nth-child(3) {
    padding-bottom: 13px!important;
    display: inline-block;
    width: 48%;
    margin-right: 2%!important;
}

#paragraphe384 .mdl_formulaire p:nth-child(1), #paragraphe384 .mdl_formulaire p:nth-child(2), #paragraphe384 .mdl_formulaire p:nth-child(5), #paragraphe389 .mdl_formulaire p:nth-child(1), #paragraphe389 .mdl_formulaire p:nth-child(2) {
    padding-bottom: 13px!important;
    display: inline-block;
    width: 48%;
    margin-right: 2%!important;
}

#paragraphe384 .mdl_formulaire{
  padding:0 20px;
}


select {
    font-size: 0.85em;
}
#gauche h4 a {
    color: #36b5e4!important;
}
#gauche p {
    color: #1a333c!important;
}
#gauche #paragraphe146 .suite {
    position: absolute;
    background-color: #36b5e4;
}
#gauche #paragraphe146 .suite:hover {
    background-color: #36b5e4;
    color: #fff!important;
    border: none;
}
#gauche .mdl_billet p {
    padding-bottom: 40px;
}
#gauche h3 {
    text-transform: uppercase;
}
/********/
/* PIED */
/********/


#pied ul {
    margin: 0;
    padding: 0;
    /* text-align: center; */
}
html>body #pied ul {
    margin: 0;
    list-style: none;
}


.col1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.col1 ul li a {
    display: block;
    color: #99abb8;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 0 10px;
    transition: 1s al ease;
    -webkit-transition: 1s al ease;
    text-align: left;
}

/**********/
/* HTML */
/**********/

legend {
    font-weight: bold;
}
label {
    /* font-weight: bold; */
}
label.intitule {
    display: inline;
    float: left;
    width: 120px;
}
fieldset {
    /* padding: 5px; */
}

#contactdroite fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#droite form {
    margin: 0px;
    padding: 0px;
}
#droite fieldset {
    margin: 0px;
    border: none;
    padding: 0px;
    padding-left: 5px;
}
#droite h3 {
    color: #eb6c0e;
}
#droite fieldset p {
    padding: 0px;
    border: none;
}
#droite fieldset legend {
    border: none;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #cd1671;
    font-weight: bold;
    background: transparent;
}
#droite label {
    color: #666666;
    float: left;
    font-size: 10px;
    font-weight: normal;
}
#droite input,
#droite textarea {
    float: right;
    font-size: 10px;
    margin-top: -18px;
    border: 1px #666666 solid;
}
#droite input.submit {
    float: right;
    font-size: 10px;
    margin-top: 10px;
    border: none;
}
#centre div.paragraphe,
#centreetdroite div.paragraphe {
    margin: 0 0 100px 0;
    max-width: 1170px;
    width: 100%;
    padding: 0px 20px;
}

#centre div.paragraphe.par_fixe,
#centreetdroite div.paragraphe.par_fixe {
  max-width:none;
  min-height: 340px;
  background-image: url('/images/interface/bg_par_fixe.jpg');
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  background-position: center;
  margin-bottom: 0;
}

#centre div.paragraphe.par_fixe:after,
#centreetdroite div.paragraphe.par_fixe:after{
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
}

#centre div.paragraphe.par_fixe > div, #centreetdroite div.paragraphe.par_fixe > div {
    width: 100%;
  z-index:3;
}

#centre div.paragraphe.par_style_2, #centreetdroite div.paragraphe.par_style_2 {
    max-width: 100%;
    background-color: var(--corp);
    padding: 50px 0;
}

#centre div.paragraphe.par_style_3, #centreetdroite div.paragraphe.par_style_3 {
    max-width: 100%;
    padding: 50px 0;
    background-color: var(--grey-c);
    display: flex;
    justify-content: center;
}
.par_style_1{
    max-width:1170px;
    margin:auto!important;
}
#centreetdroite div.paragraphe ul{
    list-style: disc;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**************/
/* Modules */
/***********/

.mdl_paragraphe2Colonne li {
    text-align: left !important;
}
.mdl_image_aleatoire {
    margin: -2px 0 0 0;
}
.mdl_citation_aleatoire p {
    padding: 0 10px;
}
.mdl_citation_aleatoire p {
    color: #3d9bde;
}
.mdl_citation_aleatoire em {
    font-weight: bold;
}
/* Liens */






a.suite:visited {
    color: #ffffff;
}
#droite a:link {
    color: #d96918;
}
#droite a:visited {
    color: #d96918;
}
/* Pas de bordure autour des images dans les liens */

a img {
    border: none;
}
/**********************/
/* Villes Suggestion */

.villeSuggestionBox {
    position: relative;
    float: left;
    left: 0px;
    margin: 10px 0px 0px 0px;
    padding: 0;
    width: 200px;
    background-color: #FFFFFF;
    border: 1px solid #000;
    color: #000;
}
.villeSuggestionList {
    margin: 0px;
    padding: 0px;
}
.villeSuggestionList li {
    list-style: none;
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}
.villeSuggestionList li:hover {
    background-color: #c0c0c0;
}
/***************************/
/*     Recherche           */
/***************************/
/* Tag clouds Couleurs
orange  #e3721f => 0,3
marron #603b0b => 1,4
marron clair #ac741a =>2,5
Bleu #3d9bde
*/

#liste_mcl {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px #AAAAAA solid;
    background-color: #F9F9F9;
    color: #808080;
}
#liste_mcl a {
    color: #808080;
    text-decoration: none;
}
#liste_mcl a:hover {
    text-decoration: underline;
}
#mdl_TopMCL a {
    color: #fff!important;
    ;
    text-decoration: none!important;
    font-weight: normal;
    display: inline-block;
    background-color: #2d343e;
    padding: 5px;
    border-radius: 3px;
}
#mdl_TopMCL .mcl0,
#mdl_TopMCL .mcl5,
#mdl_TopMCL .mcl1,
#mdl_TopMCL .mcl2,
#mdl_TopMCL .mcl3,
#mdl_TopMCL .mcl4 {
    margin-bottom: 5px;
    display: inline-block;
}
/* Immo */

.mdl_immo_selecteur {
    position: relative;
    width: 918px;
    margin-right: -40px;
}
.mdl_immo_selecteur table {
    width: 100%;
}
.mdl_immo_selecteur th {
    color: #be8f05;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid #be8f05;
    font-size: 1.25em;
}
.mdl_immo_selecteur ul {
    margin: 0px;
    padding: 0px;
}
.mdl_immo_selecteur li {
    background-image: url(../images/interface/fleche.gif);
    background-position: left top;
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 5px;
}
div.mdl_immo img.immo {
    background-color: #FFFFFF;
    padding: 6px !important;
    margin-right: 10px;
}
#centreetdroite .mdl_immo table .insertion,
#centre .mdl_immo table .insertion {
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    margin-right: -3px;
}
p.bloc_tri {
    background-color: #544d47;
    color: white;
    padding: 5px;
}
p.bloc_tri a {
    color: white;
    font-weight: bold;
}
form.bloc_tri {
    background-color: #544d47;
    color: white;
    padding: 5px;
    text-align: right;
    margin-bottom: 5px;
}
tr.annonce {
    padding-top: 5px;
}
tr.annonce:hover {
    background-color: #fce8cd;
}
tr.annonce h4 {
    margin: 0px!important;
}
tr.annonce h4 a {
    color: #ff6600;
}
tr.annonce td {
    border-top: 1px #AFAFAF dotted;
    padding-top: 10px;
    padding-bottom: 10px;
}
td.footerannonce {
    background-color: #AFAFAF;
    padding-left: 2px;
    vertical-align: bottom;
}
td.footerannonce p {
    margin: 0px!important;
    padding: 0px!important
}
td.footerannonce a {
    background-color: #000000;
    color: #FFFFFF;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
.prix {
    color: #e3721f;
    font-size: 1.25em;
    font-weight: bold;
}
div.mdl_modele_fiche h2 {
    text-align: right;
    margin: 0!important;
    margin-right: 18px!important;
}
div.mdl_modele_fiche h2 span {
    color: #fff;
    padding: 8px!important;
}
div.modeles_similaires {} div.modeles_similaires img {
    padding: 4px;
}
.mdl_ligne_cev {
    margin-bottom: 0!important;
}
.rechercher_modeles #frm_surface,
.rechercher_modeles #frm_nb_pieces,
.rechercher_modeles #frm_etage {
    width: 200px;
}
.rechercher_modeles td {
    width: 387px;
}
.prev_fred {
    background-image: url(../images/interface/prev_fred.png);
    height: 55px;
    width: 46px;
    display: block!important;
    position: absolute;
    top: 210px;
}
.next_fred {
    background-image: url(../images/interface/next_fred.png);
    height: 55px;
    width: 46px;
    display: block!important;
    position: absolute;
    top: 210px;
    right: 0px;
}
.pager a span {
    display: none;
}
.pager a {
    background-color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 40px;
    vertical-align: middle;
}
.pager a.selected {
    background-color: #97bf0d;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    line-height: 15px;
    vertical-align: middle;
}
#pager2 {
    position: absolute;
    width: 1920px;
    text-align: center;
    top: 400px;
}
#main-slider{
    padding-top:55px;
}

.flexcenter{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* gap: 70px; */
  align-content: stretch;
}

.button_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.par_style_3 .content-pp {
    max-width: 1170px;
    width: 100%;
}

.column{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gap {gap: 40px;}

.contain-pp {
    width: 100%;
    max-width: 1170px;
    display: flex;
    margin: auto;
    padding: 0 20px;
}

.picto {
  display:flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
}

.colonne{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
  margin: 0;
  width: calc(50% - 20px);
  /* height: 100%; */
  /* margin-top: 20px; */
  position: relative;
  /* border: 2px solid var(--corp); */
  /* width: 100%; */
  /* height: 100%; */
  /* border-radius: 10px; */
  overflow: hidden;
  /* padding: 20px 20px 29px; */
  FONT-VARIANT: JIS83;
  /* padding-bottom: 10px; */
  transition: all 0.5s ease;
  margin-top: 0;
}

.colonne.x3.tier {
    width: 270px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}

.colonne.x3.tier h3 {
    text-align: right;
    display: flex;
    align-content: flex-start;
}

.paragraphe .colonne.x3.tier h3:after {
    right: 0;
}

.colonne.x3.deuxtier {
    width: calc(100% - 311px);
}

.colonne:nth-child(2) {
    padding-left: 40px;
    border-left: 3px solid #c5c5c5;
}

.flexcolumn .picto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 30px;
    margin: 0;
    width: calc(33.3% - 27px);
    /* height: 100%; */
    /* margin-top: 20px; */
    position: relative;
    /* border: 2px solid var(--corp); */
    box-shadow: 0 0 10px #cacaca;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 29px;
    FONT-VARIANT: JIS83;
    /* padding-bottom: 10px; */
    transition: all 0.5s ease;
    margin-top: 0;
    position: relative;
}

.flexcolumn.step .picto {
    overflow: visible;
    padding-top: 50px;
}

.picto .number {}

.picto .number {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: var(--nrj);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -25px;
    left: calc(50% - 25px);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    /* box-shadow: 4px 4px 0 var(--nrj); */
    border: 3px solid #fff;
}

.flexcolumn.x2 .picto {
    width: calc(50% - 27px);
}

.flexcolumn.x2 .picto.w100 {
    width: 100%;
}

#paragraphe687 .flexcolumn.x2 .picto.w100 {
    min-height: 220px;
}

.flexcolumn.picto_little .picto {
    width: calc(25% - 30px);
    padding: 10px;
    display: flex;
    align-items: center;
}

.flexcolumn.picto_little.x3 .picto {
    width: calc(33.3% - 30px);
}

.flexcolumn.picto_titre .picto {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flexcolumn.picto_titre .picto .contain-txt {
    width: calc(100% - 120px);
}

.flexcolumn .picto:hover {
    /* transform: scale(1.02); */
    /* margin-bottom: 10px; */
    /* margin-top: 20px; */
    background-color: #0000000d;
}

.flexcolumn .picto:hover img {
    transform: scale(1.2);
    /* margin-top: 10px; */
    /* padding-bottom: 0; */
    /* padding-top: 20px; */
}

.flexcolumn .picto img {
    /* margin-right: 20px; */
    /* position: absolute; */
    top: -50px;
    /* border-radius: 50%; */
    /* background-color: #fff; */
    z-index: 1;
    width: 120px;
    /* padding: 10px 0; */
    transition: all 0.5s ease;
    mix-blend-mode: color;
    padding: 16px 20px;
}

.flexcolumn .picto .contain-txt h4 {
  color: var(--corp);
  text-align: left;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 30px;
}

.flexcolumn.step .picto .contain-txt h4 {
    text-align: center;
    font-size: 22px;
    min-height: 113px;
    /* display: flex; */
    padding-bottom: 20px;
    border-bottom: 3px solid var(--nrj);
    margin-bottom: 20px;
}

.flexcolumn .picto.noimg .contain-txt h4 {
    margin: 0;
    padding: 10px 0;
}

.flexcolumn.picto_little .picto .contain-txt h4 {
    font-size: 20px;
}

.flexcolumn .colonne .contain-txt h4 {
  color: var(--corp);
  text-align: left;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 30px;
}

.flexcolumn.picto_little .picto .contain-txt h4 {
    text-align: center;
}

.picto .contain-txt {
    /* border: 2px solid var(--corp); */
    padding: 0 20px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.contain-txt .cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.contain-txt p {
    width: 100%;
}

.picto p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.flexcolumn .picto p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    font-weight: 300;
    line-height: 20px;
}

.flexcolumn.picto_little .picto .contain-txt p {
    text-align: center;
}

.flexcenter.inverse {
    display: flex;
    flex-direction: row-reverse;
}

.flexcenter.inverse h3, .flexcenter.inverse p {
    text-align: right;
}

.contain-pp .contain-left {
    width: 50%;
}

.contain-pp .contain-left img {
    width: 100%;
}
.contain-pp .contain-left iframe {
    width: 100%;
    height: 100%;
}
.contain-pp .contain-right {
    width: 50%;
    min-width: 430px;
    padding-left: 30px;
    margin: 0;
}

.paragraphe .contain-pp .contain-right h3 {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.paragraphe .contain-pp.inverse .contain-right h3 {
    text-align: right;
}

.contain-pp.inverse .contain-right {
    padding: 0 30px 0 0;
}

.contain-pp.inverse .contain-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.marginbt10 {
    margin-bottom: 10px!important;
}

.marginbt20 {
    margin-bottom: 20px!important;
}

.marginbt30 {
    margin-bottom: 30px!important;
}

.marginbt40 {
    margin-bottom: 40px!important;
}

.marginbt50 {
    margin-bottom: 50px!important;
}

.marginbt60 {
    margin-bottom: 60px!important;
}

.marginbt70 {
    margin-bottom: 70px!important;
}

.marginbt80 {
    margin-bottom: 80px!important;
}

.marginbt90 {
    margin-bottom: 90px!important;
}

.marginbt100 {
    margin-bottom: 100px!important;
}





@media screen and (min-width: 1170px) {
    body {
        overflow-x: hidden;
    }
    #menu_haut > ul > li:hover > ul {
        left: 0;
        top: 100%;
        opacity: 1;
        width:220px;
        padding:0px 0px!important;
        border-top: 0;
        background-color: #ffffff;
    }

    .extend {
        display: none!important;
    }
}
#totop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 0;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    /* text-indent: -999px; */
    /* background-image: url(../images/interface/uitotop.png); */
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 900000;
    background-color: #bbb;
    font-size: 20px;
    border-radius: 7px 0 0 7px;
}

#totop i {
    /* font-size: 10px; */
    color: #fff;
    transition: all 0.5s ease;
}
#totop:hover {
    /* background: url(../images/interface/uitotop.png) no-repeat left -51px; */
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    cursor: pointer;
    /* transform: scale(1.5); */
}

#totop:hover i {
    transform: scale(1.15);
}
.prevnext {
    font-size: 1.1em;
    color: #3c3c3c;
    margin: 0;
    margin-top: 20px;
    padding: 2px;
}
.prevnext a {
    font-style: normal;
    background-color: #e6e6e6;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    color: #3c3c3c;
    line-height: 35px;
    border: 1px solid #3c3c3c;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-decoration: none;
}
.prevnext a:first-child {
    margin-left: 0px;
}
.prevnext a:hover,
.prevnext a.selected {
    color: #f9da1b;
    background-color: #007b3d;
    border: 1px solid #f9da1b;
}
label {
    /* display: none; */
}

form p:last-child {
    margin: 0px!important;
}

.par_style_1 .mdl_formulaire label{
    display:block;
}
.par_style_1 .mdl_formulaire p{
    padding:0 15px;
}
.par_style_1 .mdl_formulaire p:nth-child(1),
.par_style_1 .mdl_formulaire p:nth-child(2),
.par_style_1 .mdl_formulaire p:nth-child(3){
    display:inline-block;
    width:33.33333%;
}
.par_style_1 .mdl_formulaire{
    margin-left:-15px;
    margin-right:-15px;
}
a.infobulle {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none;
    border: none;
}
a.infobulle,
a.infobulle img {
    border: none;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
a.infobulle img{
    box-sizing:content-box;
}
a.infobulle:hover {
    background: none;
    z-index: 25
}
a.infobulle span {
    display: none
}
a.infobulle:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 3em;
    padding: 2px;
    width: 20em;
    border: 1px solid #7F9DB9;
    background-color: #EDEDED;
    color: #000000;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
}
.par_style_1 .mdl_formulaire input[type="submit"]{
    background-color: #007b3d;
    color:#fff;
    border:0px;
    padding:10px 15px;
    text-transform:uppercase;
    font-size:16px;
}
.par_style_1 .mdl_formulaire input[type="text"],
.par_style_1 .mdl_formulaire select,
.par_style_1 .mdl_formulaire textarea{
      display: inline-block;
  width: 100%!important;
  box-sizing:border-box;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  /* border-radius: 4px; */

  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom:0px!important;
  font-family: 'Roboto', sans-serif;
  padding: 10px 15px!important;
}
.par_style_1 .mdl_formulaire p:nth-child(5),
.par_style_1 .mdl_formulaire p:nth-child(4){
width:50%;
display:inline-block;
}
.par_style_1 h3{
    padding:0 15px;
}
.par_style_1 .mdl_formulaire p:nth-child(7){
    text-align:left;
}

 /*********************** footer **************************/



#conteneur_pied > div .l-project > span
{
    display:block;
}
#pied .seperator {
    margin-left: 25px;
    margin-top: 15px;
}
#pied .seperator:after {
    width: 82px;
    right: -92px;
}
#pied  {
    position: relative;
}

#conteneur_pied > div:nth-child(2) a {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
}
#conteneur_pied > div:nth-child(2) a i.fa {
    position: absolute;
    top: 3px;
    left: 0px;
}
.subfooter {
    background: #0b0b0b;
    padding: 30px 0 20px 0;
    margin-top:30px;
}
.subfooter a{
    margin-left:10px;
}


p.footer
{
    color:#525252 !important;
    font-size:12px !important;
    margin:10px 0px 0px;
}

#conteneur_pied > div ul li{
        padding: 0 0 5px 0;
    margin: 0;
    background: none;
    border-bottom-color: #222;
    border-bottom: solid 1px #222;
}
    address span {
    display: block;
    border-bottom:solid 1px #222;
    padding-bottom:5px;
    margin-bottom:5px;

    font-weight:300;
    }
    address span strong {
    display: inline-block;
    width:60px;
    color: #febf27;
}
#conteneur_pied > div li:hover {
    color: #fff;
}
#conteneur_pied > div ul li a:hover, footer .copy-right a:hover{
    color:#fff;
}
address {
    margin: 0;
    margin-top: 20px;
}
.l-post .row {
    margin-bottom: 20px;
}
#conteneur_pied > div .l-container {
    padding: 0px 8px 8px 0px;
}
#conteneur_pied > div .latest-project {
    position: relative;
}
.bg-dark {
  background: #007b3d  none repeat scroll 0 0;
}
#conteneur_pied > div #mail , footer .copy-right a{
    color:#8b8b8b;
}
.top-bar-area {

  position: relative;
}

.top-bar-area.shadow::after {
  background: #fcdb16 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -10%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  width: 40%;
  z-index: -1;
}

.top-bar-area .top-address li {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  margin-right: 20px;
  text-transform: capitalize;
}

.top-bar-area.bg-gray .top-address li,
.top-bar-area.bg-theme .top-address li {
  color: #333333;
}

.top-bar-area li,
 .top-bar-area a {
  font-weight: 500;
}

.top-bar-area a {
  font-size: 16px;
}

.top-address li i {
  margin-right: 10px;
}

.topbar-social li {
  display: inline-block;
}

.top-bar-are .topbar-social li a {
  color: #ffffff;
}

.topbar-social li {
  margin-left: 20px;
}

.top-bar-area .info li {
  border-left: 1px solid #fcdb16;
  color: #cccccc;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 5px;
}
.top-bar-area .info{
  padding:5px 0px;
}

.top-bar-area .logo {
  /* margin-top: 10px; */
  background-color:#fff;
    padding: 5px 0;
    position:relative;
}
.top-bar-area .logo:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0px;
  right:0;
  width:1000px;
  background-color:#fff;
  z-index:1;
}

.top-bar-area .info li:first-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-bar-area .info li i {
  border: 2px solid #f9da1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fcdb16;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.top-bar-area .info li p {
  font-weight: 600;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.top-bar-area .info li p span {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}
.top-bar-area .info li:nth-child(2) p span{
  text-transform:none;
}
.top-bar-area .info li .icon {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area .info li .info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.top-bar-area .logo a {
  padding: 0;
}

.top-bar-area .topbar-social.big-info {
  margin-top: 15px;
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar ul li a:after {
  background: #f9da1b none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0%;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  z-index: 999;
}

nav.bootsnav.navbar-default.info-topbar ul ul li a:after,
nav.bootsnav.navbar-default.info-topbar ul ul ul li a:after {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a:hover:after {
  width: 100%;
}

nav.bootsnav.navbar-default.info-topbar ul li a.active::after {
  background: #f9da1b none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

nav.bootsnav.navbar-default.info-topbar ul.nav.navbar-left .dropdown-menu {
  border: none;
  z-index: 1;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
  background: #fcdb16 none repeat scroll 0 0;
  border: 2px solid #fcdb16;
  color: #333333 !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
html, body, .fond_body_1,.fond_body_2 {
  height: 100%;
}
body, .banner-area,
 .banner-area div {
  height: 100%;
}
.banner-area,
 .banner-area div{
    height:100vh;
 }

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.shadow {
  position: relative;
  z-index: 1;
}
.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
}

.banner-area .content {
  overflow: hidden;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.shadow-inner .content::after {
  background: #2b2b35 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .item h4 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-area .item h3 {
  display: inline-block;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.banner-area .item h3::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50%;
}

.banner-area .item .content h3::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.banner-area .carousel-inner.text-center .item .content h3::after {
  left: 50%;
  width: 50px;
  margin-left: -25px;
}

.banner-area .item p {
  font-size: 16px;
}

.banner-area .carousel-control {
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  background: transparent;
  opacity: 1;
  z-index: 1;
}

.banner-area .item a {
  margin-right: 10px;
  margin-top: 15px;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area .carousel.single-title .item h1 {
  font-size: 50px;
  font-weight: 900;
}

.banner-area .carousel.single-title .item h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.banner-area .carousel.single-title .item h1 span {
  color: #fcdb16;
}
.features-work-area .features-wrok-items .thumb,
.features-work-area .features-wrok-items .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-work-area .features-wrok-items .info {
  padding: 80px 30px 80px 0;
  position: relative;
}

.features-work-area .features-wrok-items .info .content {
  background: #ffffff none repeat scroll 0 0;
  left: -80px;
  padding: 50px;
  position: relative;
}

.features-work-area .features-wrok-items .info .content h4 {
  background: #007b3d none repeat scroll 0 0;
  color: #fcdb16;
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
}

.features-work-area .features-wrok-items .info .content h2 {
  font-weight: 500;
  margin-bottom: 30px;
}

.features-work-area .features-wrok-items .info .content a {
  margin-top: 15px;
}

.features-work-area .owl-nav {
  margin: 0;
}

.features-work-area .owl-nav .owl-prev,
.features-work-area .owl-nav .owl-next {
  background: #fcdb16 none repeat scroll 0 0;
  height: 40px;
  left: 30px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  padding-top:12px;
}

.features-work-area .owl-nav .owl-prev:hover,
.features-work-area .owl-nav .owl-next:hover {
  background: #333333 none repeat scroll 0 0;
}

.features-work-area .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.btn-dark {
  background-color: #fcdb16;
  color: #ffffff;
  border: 2px solid #333333;
}

.btn-dark.border {
  background-color: #fcdb16;
  color: #333333;
  border: 2px solid #fcdb16;
}

.btn-dark.border:hover {
  background-color: #fcdb16;
  color: #ffffff !important;
  border: 2px solid #fcdb16;
}
/* Animation delays */
.banner-area .item h1:first-child,
 .banner-area .item h2:first-child,
 .banner-area .item h3:first-child,
 .banner-area .item h4:first-child,
 .banner-area .item h5:first-child,
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
 .banner-area .item h2:nth-child(2),
 .banner-area .item h3:nth-child(2),
 .banner-area .item h4:nth-child(2),
 .banner-area .item h5:nth-child(2),
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
 .carousel-caption h2:nth-child(3),
 .carousel-caption h3:nth-child(3),
 .carousel-caption h4:nth-child(3),
 .carousel-caption h5:nth-child(3),
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item a,
 .banner-area .item button {
  animation-delay: .7s;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
 .carousel-fade .carousel-inner .next.left,
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
 .carousel-fade .carousel-inner .prev,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-area.title-theme .item h1 {
  color: #fcdb16;
  font-size: 45px;
  font-weight: 700;
}

.banner-area .carousel.single-title .carousel-inner .thumb,
.banner-area .carousel.single-title .carousel-inner .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.banner-area .carousel.single-title .carousel-inner .thumb img {
  margin-top: 50px;
}
.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}
.about-area.reverse .thumb {
  padding-left: 15px;
  padding-right: 30px;
}

.about-area .content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  line-height: 1.3;
}

.about-area .content h2::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.about-area .content h3 {
  text-transform: capitalize;
}

.about-area .content ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.about-area .content ul li:last-child {
  border: medium none;
  margin: 0;
  padding-bottom: 0;
}

.about-area ul {
  margin-top: 25px;
}

.about-area .content ul li h5 {
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  text-transform: capitalize;
}

.about-area .content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.about-area .content a {
  margin-top: 25px;
}

.about-area .content a:hover {
  background: #333333 none repeat scroll 0 0;
  border: 2px solid #333333;
  color: #fcdb16;
}

.about-area img {
  background: #ffffff none repeat scroll 0 0;
}

.about-area .thumb {
  padding-left: 30px;
}

.achivement .item .timer {
  color: #fcdb16;
  font-weight: 900;
  margin-bottom: 15px;
}

.achivement .item {
  display: table-cell;
  width: 1%;
}

.achivement {
  margin-top: 25px;
}

.about-area.double-thumb .thumb .item:first-child {
  padding-left: 0;
}

.about-area.double-thumb .thumb .item:last-child {
  padding-right: 0;
}

.experiance::after {
  background: #2b2b35 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

.experiance > h3 {
  color: #fcdb16;
  display: table-cell;
  font-size: 150px;
  font-weight: 600;
  line-height: 120px;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

.experiance > h4 {
  display: table-cell;
  font-weight: 600;
  line-height: 30px;
  padding-left: 20px;
  vertical-align: middle;
}

.experiance {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top:-22px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  color: #ffffff;
  font-size: 40px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fcdb16;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fcdb16;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #fcdb16;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
}
.top-featured-services-area.full-services {
  overflow: hidden;
}

.top-featured-services-area .item {
  background: #f3f6f8 none repeat scroll 0 0;
  border-right: 1px solid #ffffff;
  display: table-cell;
  padding: 65px 30px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  vertical-align: middle;
  width: 1%;
}

.top-featured-services-area.bg-light .item {
  background: #ffffff none repeat scroll 0 0;
}

.top-featured-services-area .item:nth-child(2n),
.top-featured-services-area .item:nth-child(2n) h4,
.top-featured-services-area .item:nth-child(2n) p {
  background: #fcdb16 none repeat scroll 0 0;
}

.top-featured-services-area .item:nth-child(2n) i {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
}

.top-featured-services-area .item:hover {
  background: #fcdb16 none repeat scroll 0 0;
}

.top-featured-services-area .item:hover .icon {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
}

.top-featured-services-area .item:hover i {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
}

.top-featured-services-area .item p {
  margin: 0;
}

.top-featured-services-area .item:last-child {
  border: medium none;
}

.top-featured-services-area .item .icon {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  margin: auto auto 20px;
  text-align: center;
  width: 80px;
}

.top-featured-services-area .item i {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  margin: auto auto 20px;
  text-align: center;
  width: 80px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  padding-top:20px;
}

.top-featured-services-area .item .icon img {
  height: 45px;
  margin-top: -5px;
  width: 45px;
}
.default-padding-bottom {
  padding-bottom: 80px;
  padding-top: 80px;
}
.site-heading h2 {
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading h3, .paragraphe h3 {
 color: #48398e;
 display: inline-block;
 font-weight: 600;
 padding-bottom: 20px;
 position: relative;
 text-transform: none;
}

.paragraphe.par_style_2 h3 {
    color: #fff;
}

.paragraphe h3 {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 40px;
}

#paragraphe384.paragraphe h3 {
    display: none;
}

.paragraphe.par_fixe h3 {
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}

.paragraphe.par_fixe h3:after {
    background-color: #fff;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.site-heading h3::after, .paragraphe h3:after {
      background: #493a8f none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      width: 50px;
}

.paragraphe h3:after {
    left: auto;
    right: auto;
}

.paragraphe.par_style_2 h3:after {
    background-color: #fff;
}

.inverse .site-heading h3::after {
    left: auto;
    right: 0;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
}
.hover-effect .pf-item {
  margin-bottom: 0;
}

.portfolio-area .mix-item-menu button {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  color: #333333;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.portfolio-area .mix-item-menu {
  margin-bottom: 50px;
}

.portfolio-area .mix-item-menu.item-space {
  margin-bottom: 35px;
}

.portfolio-area .mix-item-menu button.active,
 .portfolio-area .mix-item-menu button:hover {
  color: #fcdb16;
  border: 1px solid #fcdb16;
}

.portfolio-area .mix-item-menu.active-theme button,
.portfolio-area .mix-item-menu.active-dark button {
  padding: 7px 25px;
}

.portfolio-area .mix-item-menu.active-theme  button.active,
 .portfolio-area .mix-item-menu.active-theme  button:hover {
  background: #fcdb16;
  color: #333333;
}

.portfolio-area .mix-item-menu.active-dark  button.active,
 .portfolio-area .mix-item-menu.active-dark  button:hover {
  background: #fcdb16;
  color: #ffffff;
  border-color: #fcdb16;
}

.portfolio-area .portfolio-items .pf-item {
  float: left;
  margin-bottom: 0;
  padding: 0;
  width: 25%;
}

.portfolio-area .pf-item .info {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  display: inline-block;
  float: left;
  padding: 30px;
  width: 100%;
}

.portfolio-area .pf-item .info h4 {
  font-weight: 600;
}

.portfolio-area .pf-item .info a {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333333;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 15px;
  text-transform: uppercase;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
  padding: 15px;
  width: 33.33%;
}

.portfolio-area .portfolio-items.pf-carousel .pf-item {
  float: none;
  width: auto;
}

.portfolio-effet {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.portfolio-effet .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio-effet .overlay {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.portfolio-effet img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width:100%;
  height:auto;
}

.portfolio-effet:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-effet a {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333333 !important;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  width: 40px;
}

.portfolio-effet a, .portfolio-effet h4 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
}

.portfolio-effet h4 {
  margin-bottom: 10px;
}

.portfolio-effet:hover a:hover {
  color: #fcdb16;
}

.portfolio-effet:hover a, .portfolio-effet:hover h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-area .pf-item .thumb::after {
  background: #333333 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 1px solid #7d7d79;
  outline-offset: -15px;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in 0s;
  width: 100%;
}

.portfolio-effet:hover .thumb::after {
  opacity: .7;
}

.portfolio-area .owl-theme .owl-nav {
  margin-top: 0;
}

.portfolio-area .owl-nav .owl-next,
.portfolio-area .owl-nav .owl-prev {
  background: #ffffff none repeat scroll 0 0;
  color: #fcdb16;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next,
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next.disabled,
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev.disabled {
  opacity: .5;
}

.portfolio-area .owl-nav .owl-next:hover,
.portfolio-area .owl-nav .owl-prev:hover {
  background: #fcdb16 none repeat scroll 0 0;
}

.portfolio-area .owl-nav .owl-next {
  left: auto;
  right: 10px;
}

.portfolio-details .owl-nav .owl-next, .portfolio-details .owl-nav .owl-prev {
  color: #ffffff;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.item-inner {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.item-inner img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.item-inner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}

.item-inner .overlay::before {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  left: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.item-inner .view-list,
 .item-inner p,
 .item-inner a {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s,
     -webkit-transform 0.35s;
  transition: opacity 0.35s,
      -webkit-transform 0.35s,
      -moz-transform 0.35s,
      -o-transform 0.35s,transform 0.35s;
}

.item-inner .view-list,.item-inner a {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay .view-list,
 .item-inner:hover .overlay a {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay::before {
  background: #000000;
  border: none;
  top: 15px;
  bottom: 15px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: .7;
}

.item-inner .view-list {
  font-weight: 300;
  margin-top: -45px;
  position: relative;
  text-transform: uppercase;
  top: 50%;
  transform: translate3d(0%, 50%, 0px);
  transition-delay: 0.3s;
  width: 100%;
  word-spacing: -0.15em;
  z-index: 1;
}

.no-title .item-inner .view-list {
  margin-top: -25px;
}

.portfolio-area .item-inner .view-list h4 {
  color: #ffffff;
}

.item-inner .view-list a {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #333333;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  width: 40px;
}

.portfolio-details .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.portfolio-details .carousel {
  margin-bottom: 30px;
}

.portfolio-details h2,
.portfolio-details h3,
.portfolio-details h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.portfolio-details .conetnt > ul li {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}

.portfolio-details .conetnt li a {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.portfolio-details .conetnt > ul li i {
  color: #fcdb16;
  margin-right: 7px;
}

.portfolio-details .conetnt ul {
  margin-bottom: 15px;
}

.portfolio-details .bottom-info {
  border-top: 1px solid #e7e7e7;
  float: left;
  margin-top: 15px;
  padding-top: 30px;
  width: 100%;
}

.portfolio-details .bottom-info .tags,
.portfolio-details .bottom-info .share {
  float: left;
  width: 50%;
}

.portfolio-details .bottom-info .share {
  text-align: right;
}

.portfolio-details .bottom-info .tags li a {
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  padding: 3px 20px;
  text-transform: capitalize;
}

.portfolio-details .bottom-info .tags li a:hover {
  border: 2px solid #2b2b35;
  background: #2b2b35;
  color: #fcdb16;
}

.portfolio-details .bottom-info .share li a {
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  width: 35px;
}

.portfolio-details .related-projects h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.portfolio-details .related-projects h3::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.portfolio-details .related-projects .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #2b2b35;
  height: 15px;
  margin: 5px;
  width: 15px;
}

.portfolio-details .related-projects .owl-dots .owl-dot.active span,
.portfolio-details .related-projects .owl-dots .owl-dot:hover span {
  background: #fcdb16;
}

.portfolio-details .related-projects .owl-dots {
  margin-top: 20px !important;
}

.portfolio-details .bottom-info .share li a i {
  margin: 0;
}

.portfolio-details .bottom-info .share li a:hover {
  border: 1px solid #fcdb16;
  background: #fcdb16;
  color: #ffffff !important;
}

.portfolio-details .bottom-info ul {
  margin: 0;
}

.portfolio-details .info span {
  display: block;
  margin-bottom: 20px;
}

.portfolio-details .info span i {
  color: #fcdb16;
  margin-right: 7px;
}

.portfolio-details .info li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.portfolio-details .info li span {
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.portfolio-details .info li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.portfolio-details .info {
  padding-left: 50px;
}

.portfolio-details .info li a {
  color: #fcdb16;
}

.portfolio-details .bottom-info li {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-details .bottom-info li:first-child {
  margin-right: 7px;
}

.fun-fact {
  margin-top: 15px;
}

.fun-fact i {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333333;
  font-size: 40px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
}

.fun-fact i::after {
  border: 5px solid #fcdb16;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  line-height: 120px;
  position: absolute;
  top: -10px;
  width: 120px;
  z-index: -1;
}

.bg-dark .fun-fact i,
 .bg-dark-hard .fun-fact i {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

.fun-fact .timer {
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}

.fun-fact span.medium {
  color: #ffffff;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  font-family: "Poppins",sans-serif;
}

/* ==============================================================
     # Blog
=================================================================== */

.blog-area .blog-items .info {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 30px;
}

.blog-area .blog-items .item .thumb {
  overflow: hidden;
}

.blog-area .blog-items .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-area .blog-items .info .meta {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  margin-top: 20px;
}

.blog-area.col-2 .blog-items .info .meta {
  border-bottom: 1px solid #e7e7e7;
  border-top: medium none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-area.full-blog .blog-items .info .meta {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e7e7e7;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-area.col-3 .blog-items .info .meta {
  margin-bottom: 0;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
  font-weight: 600;
  /* text-transform: capitalize; */
  margin-bottom: 20px;
}

.blog-area .blog-items .info span {
  color: #666666;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 1px;
}

.blog-area .blog-items .info span i {
  margin-right: 5px;
}

.blog-area .blog-items .info .meta li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

.blog-area .blog-items .info .meta li a {
  display: inline-block;
  font-weight: 400;
}

.blog-area .blog-items .info .meta li,
.blog-area .blog-items .info .meta li a {
  color: #666666;
}

.blog-area .blog-items .info .meta li a:hover {
  color: #fcdb16;
}

.blog-area .blog-items .info .meta li i {
  font-weight: 900;
  margin-right: 5px;
}

.blog-area .blog-items .info a {
  display: inline-block;
  font-weight: 500;
}

.blog-area .blog-items .info > a {
  font-size: 10px;
  font-weight: 600;
  margin-top: 10px;
  padding: 6px 25px;
  text-transform: uppercase;
}

.blog-area .blog-items .info a:hover {
  color: #fcdb16;
}

.blog-area.full-blog .blog-items .item-box {
  margin-bottom: 50px;
}

.blog-area.full-blog .blog-items .info {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 30px;
}

.blog-area.full-blog .blog-items .item {
  box-shadow: inherit;
}

.sidebar-item h4 {
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase !important;
  z-index: 1;
}

.sidebar-item h4::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.sidebar-item {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 50px;
}

.blog-area.full-blog .sidebar {
  padding-left: 35px;
}

.sidebar-item:last-child {
  margin: 0;
}

.blog-area .sidebar-item.recent-post li a {
  color: #666666;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.blog-area .blog-items .item .thumb a {
  display: block;
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  background: rgba(43, 43, 53, 0.7);
}

.blog-area .blog-items .item .thumb:hover .overlay-icon {
  opacity: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon i {
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 35px;
  height: 80px;
  left: 50%;
  line-height: 78px;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}

.blog-area .blog-items .item .thumb:hover .overlay-icon::after {
  opacity: .7;
}

.blog-area .top-meta ul li, .blog-area .top-meta ul li a {
  color: #666666 !important;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 500 !important;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .top-meta ul li::after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 10px;
}

.blog-area .top-meta ul li {
  margin-right: 8px;
  padding-right: 20px;
  letter-spacing: 1px;
}

.blog-area .top-meta ul li:last-child::after {
  display: none;
}

.blog-area .top-meta ul li:last-child {
  margin: 0;
  padding: 0;
}

.blog-area .top-meta {
  margin-bottom: 10px;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.sidebar-item.recent-post li a:hover {
  color: #fcdb16;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
}

.sidebar-item.recent-post li span {
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
  text-transform: uppercase;
}

.blog-area.full-blog .sidebar .info .meta-title {
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}

.blog-area.full-blog .sidebar .info .meta-title,
.blog-area.full-blog .sidebar .info .meta-title span,
.blog-area.full-blog .sidebar .info .meta-title a {
  color: #aeaeae;
}

.blog-area.full-blog .sidebar .info .meta-title a:hover {
  color: #fcdb16;
}

.sidebar-item.recent-post li {
  color: #666666;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  color: #cccccc;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px !important;
  vertical-align: top;
}

.sidebar-item.category ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
}

.sidebar-item.category ul li a {
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}

.sidebar-item.category ul li a span {
  float: right;
}

.sidebar-item.category ul li a:hover {
  color: #fcdb16;
}

.sidebar-item.category ul li:last-child {
  border: medium none;
}

.sidebar-item.category ul li:last-child a {
  padding-bottom: 0;
}

.sidebar-item.archives ul li {
  display: block;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  padding: 8px 0;
}

.sidebar-item.archives ul li a:hover {
  color: #fcdb16;
}

.sidebar-item.archives ul li:last-child a {
  padding-bottom: 0;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
}

.sidebar-item.social-sidebar li a {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 50px;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
  background: #fcdb16;
  border: 1px solid #fcdb16;
  color: #ffffff;
}

.sidebar-item.search input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  width: 100%;
}

.sidebar-item.search form {
  position: relative;
}

.sidebar-item.search input[type="submit"] {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  border-radius: inherit;
  color: #ffffff;
  font-weight: 600;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-family: "Poppins",sans-serif;
}

.sidebar-item.search input[type="submit"]:hover {
  background: #fcdb16;
  color: #ffffff;
}

.blog-area .pagi-area {
  padding: 0;
}

.blog-area .pagi-area .pagination {
  margin: 0;
}

.blog-area .pagi-area .pagination li a {
  color: #333333;
  font-weight: 600;
  padding: 10px 20px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #fcdb16 none repeat scroll 0 0;
  border: 1px solid #fcdb16;
  color: #333333;
}

.blog-area .pagi-area .pagination li.active a:hover {
  color: #333333;
}

.blog-area .pagi-area .pagination li a:hover {
  color: #fcdb16;
}

.blog-area.single-blog .blog-items .info h2 {
  font-weight: 600;
}

.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border: medium none;
  color: #555555;
  font-size: 15px;
  padding: 50px;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}

.blog-area .item blockquote::after {
 font-family: "Font Awesome 5 Free";
  font-style: inherit;
  font-weight: 900;
  left: 25px;
  position: absolute;
  top: 45px;
}

.post-tags {
  border-top: 1px solid #e7e7e7;
  display: block;
  padding-top: 30px;
  width: 100%;
}

.post-tags span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.post-tags a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.post-tags a:hover {
  color: #fcdb16;
}

.blog-area.full-blog.left-sidebar .blog-content {
  float: right;
}

.blog-area.full-blog.left-sidebar .sidebar {
  float: left;
  padding-left: 15px;
  padding-right: 30px;
}

.author-bio {
  border: 1px solid #e7e7e7;
  display: block;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: top;
}

.author-bio .content p {
  margin: 0;
}

.blog-area.single-blog .blog-content .item-box {
  margin-bottom: 0;
}

.blog-area.single-blog .blog-content .item-box .form-group.submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 80px;
  width: 80px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 60px;
  width: 60px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h5 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.comments-info a {
  display: inline-block;
  margin-left: 14px;
}

.comments-info a:hover {
  color: #fcdb16;
}

.comments-info a i {
  margin-right: 5px;
}

.comments-form input, .comments-form textarea {
  border: 1px solid #e2e2e2;
  border-radius: inherit;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 150px;
}

.comments-form button {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 7px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #fcdb16;
  border: 1px solid #fcdb16;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.top-featured-services-area .item h4 {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}
footer {
  background: #007b3d  none repeat scroll 0 0;
}

footer .f-item h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

footer .f-item h4::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 13px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 5px;
}

footer .f-item p {
  color: #ffffff;
  font-size: 14px;
}

footer .f-item .address li {
  display: block;
  margin-bottom: 10px;
}

footer .f-item .address li i {
  background: #41414a none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fcdb16;
  display: table-cell;
  font-size: 16px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

footer .f-item .address li span {
  color: #cccccc;
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

footer .f-item .address li:last-child {
  margin: 0;
}

footer .f-item .address {
  margin-top: 30px;
}

footer .instagram-feed li a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
}

footer .instagram-feed .overay {
  background: rgba(35, 35, 35, 0.8) none repeat scroll 0 0;
  bottom: -100%;
  color: #ffffff;
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

footer .instagram-feed .overay i {
  margin-right: 4px;
  color: #fcdb16;
}

footer .instagram-feed li a:hover .overay {
  bottom: 0;
}

footer .f-item.instagram-feed ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}

footer .f-item.instagram-feed ul li img {
  min-height: 70px;
  width: 100%;
}

footer .f-item.recent-post li a {
  color: #cccccc;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

footer .f-item.recent-post .info .meta-title {
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

footer .f-item.recent-post li a:last-child {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

footer .f-item.recent-post li a:hover {
  color: #fcdb16;
}

footer .f-item.recent-post li a span {
  display: inline-block;
}

footer .f-item.recent-post li span {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}

footer .f-item.recent-post li {
  color: #555555;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #41414a;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.recent-post li:last-child {
  margin: 0;
}

footer .f-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #cccccc;
}

.footer-bottom {
  border-top: 1px solid #41414a;
  margin-top: 40px;
  padding-top: 30px;
}

.footer-bottom .col-md-6 {
  padding: 0;
}

.footer-bottom p {
  color: #cccccc;
  font-size: 14px;
  margin: 0;
}

.footer-bottom-menu li {
  display: inline-block;
}

.footer-bottom-menu li a {
  color: #cccccc;
  display: inline-block;
  font-weight: 500;
  margin-left: 15px;
}

.footer-bottom-menu li a:hover {
  color: #fcdb16;
}

.f-item.business-hours li {
  border-bottom: 1px solid #000000;
  color: #ffffff;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.f-item.business-hours li span {
  float: right;
  font-weight: 400;
}

.f-item.business-hours li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding: 0;
}

.footer-bottom p a {
  color: #fcdb16;
  font-weight: 600;
}

.business-hours ul {
  margin-top: 30px;
}

.f-item > img {
  margin-bottom: 30px;
}

footer .f-item.link li {
  display: block;
  float: left;
  width: 50%;
}

footer .f-item.link.full li {
  width: 100%;
}

footer .f-item.link.full li {
  border-bottom: 1px solid #111;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

footer .f-item.link.full li a {
  margin: 0;
}

footer .f-item.link.full li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.link li a {
  color: #111;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  text-transform: capitalize;
}

footer .f-item.link li a:hover {
  color: #fcdb16;
}

footer .f-item.link li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  font-weight: 900;
}

footer .f-item.newsletter form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #41414a;
  box-shadow: inherit;
  color: #ffffff;
}

footer .f-item.newsletter form {
  margin-top: 30px;
}

footer .f-item.newsletter form .input-group-addon {
  background: #fcdb16 none repeat scroll 0 0;
  border: medium none;
  padding: 6px 15px;
}

footer .f-item.newsletter form .input-group-addon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
}
@media screen and (max-width: 1170px) {
  .top-bar-area .col-md-9{
    display:none;
  }
   .top-bar-area .container{
  padding:0px;
    width:100%;
  }
    #main-slider{
        padding-top:0px;
    }
    .top_header{
        display:none;
    }
    #menu_haut ul {
        text-align: left;
        padding:20px 15px!important;
    }

    .carousel-inner {
        width: 100%!important;
    }
    #menu_haut ul li a:after {
        display: none;
    }
    #menu_haut ul li a:hover,
    #menu_haut ul li:hover a {
        /* color: #3A4046; */
    }

   #menu_haut .extend {
        padding: 0px;
        font-size: 20px!important;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        line-height: 35px;
        width: 35px;
        padding-top:5px;
        color: var(--corp);
        text-decoration: none;
    }
    #header #menu_haut {
        width: 100%!important;
        max-width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        z-index: 160!important;
        /* border-bottom:5px solid #97BF0D; */
        /* background-color: #fff; */
        overflow: hidden;
        height: 0px;
        /* padding: 20px; */
    }

.new_menu #menu_haut {
    display: flex;
    justify-content: space-between;
}
    .search-container{
        display:none;
    }
    .btn-menu {
        z-index: 1000;
        display: inline-block!important;
        position: relative!important;
        /* right: 20px; */
        /* bottom: 20px; */
        background-color:#fff;
        z-index:10000;
        margin-right:0px!important;
        /* border:1px solid #ccc; */
        width: 52px;
        height: 44px;
    }

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}

button.navbar-toggle.collapsed.btn-menu {}
    .icon-bar{
        background-color: var(--corp);
    }
       #col1 {
        display: none;
    }
    #col3 {
        float: none;
    }
    #pied {
        width: 100%;
    }
    #pied #conteneur_pied {
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
    }
    .slider{
        padding-top:0!important;
    }
    #header {
        position:relative;
        min-width: 100%;
        /* height: 100px; */
        height:auto;
        padding: 10px;
    }
    #conteneur {
        /* padding-top:100px; */
    }
   .center_actu {
        /* padding: 40px 15px!important; */
    }

    #conteneur_contenu {
        min-width: 100%;
    }
    #conteneur_header {
        width: calc(100% - 52px);
        padding-right: 20px!important;
    }
    .paragraphe p > img {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 0px!important;
        margin: auto;
        margin-bottom: 20px!important;
    }
    #centreetdroite .transport-king .about-us p {
        width: auto;
    }
    .SF fieldset p {
        display: inline-block;
        width: 100%!important;
        margin-left: 0px!important;
    }

    #header #logo {
        position: relative;
        display: block;
        width: calc(100% - 29px);
        left: 0px;
        margin-right:29px;
        padding:10px;
    }
    #logo img {
        padding-top: 0!important;
    }
    #header #logo:after {
        border: none;
    }
    #position-menu {
        background-color: #fff;
        /* position: absolute; */
        /* top: 100%; */
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

.new_menu #position-menu {
    max-width: none;
}
  .new_menu .bg_menu{
    position:absolute;
    display:block;
    top:100%;
    margin-left: -10px;
    width: 100%;
  }
    #menu_haut ul li ul {
        display: block;
        height: 0px;
        overflow: hidden;
        padding: 0px!important;
        background-color:#fff;
        top:0!important;
    }
    #menu_haut ul li.open ul {
        height: auto;
        top: 0px;
        opacity: 1;
        position: relative;
        width: 100%!important;
        border: none;
        padding-top: 9px;
        padding-bottom: 9px;
        display: block;
        left: 0px;
        padding-left:20px!important;
    }
    #menu_haut ul li.open ul li,
    #menu_haut ul li.open ul li a {
        width: 100%!important;
        text-align: center;
        color: #3e3e3e!important;
        background-color: #fff;


    }
    #menu_haut ul li.open ul li a{
       padding: 10px 0px!important;
    }
    #menu_haut ul li.open ul li{
        border:0px;
        padding:0px;
    }
    #menu_haut ul.menu-sub > li:first-child:after {
        display: none;
    }
    .page-heading .page-title h2{
        font-size:25px;
        padding-right:0;
        margin-right:0;
    }
    .page-heading{
        padding-top:50px;
    }
    #ariane{
        width:100%;
        text-align:right;
    }
    .page-heading .page-title{
        width:100%;
    }
    #menu_haut ul {
        float: none;
        padding: 20px!important;
        display:block;
        margin: auto;
        width: 100%;
    }
    #recherche {
        top: 0px;
        right: 0px;
    }
    #centreetdroite {
        width: 100%!important;
    }
    #wrapper {
        top: 0px;
        width: 100%;
        margin-left: 0px;
        min-width: 100%;
        height: auto;
    }
    body {
        overflow-x: hidden;
    }
    #carousel div {
        height: auto;
    }
    #carousel div img {
        height: auto;
        width: 100%;
    }
    #pager2 {
      width: 100%;
        bottom: 10px;
        top: auto;
    }

    #centreetdroite {
        /* width: 96%!important; */
        margin: auto;
        height: auto!important;
    }

    #gauche {
        width: 96%;
        margin: auto;
        padding: 0px;
        position: absolute;
        float: none;
        margin-left: 2%;
    }
    #col2 > a {
        display: none!important;
    }
    #col2 {
        width: 20%;
        margin-right: 0;
        margin-left: 5%;
    }
    #col2 #reseaux {
        width: 100%;
        text-align: center;
    }
    #col2 #reseaux a {
        margin: auto!important;
        display: block!important;
        margin-bottom: 40px!important;
    }
    #col2 {
        margin-left: 5%;
        width: 50%;
        margin-right: 0px;
    }
    #gauche h3 {
        font-size: 1.8em;
        font-weight: normal;
        text-transform: capitalize;
    }
    #gauche .mdl_billet {
        font-size: 1.2em;
        color: #1a333c;
    }
#menu_haut li a{
    padding:10px 0px;
    display:block;
    text-align:left;
    border-bottom:1px solid #ccc;
    color: var(--corp);
}

.new_menu #menu_haut li a {
    padding: 20px 0;
    /* width: 100%; */
}
#menu_haut li a.extend{
    border:0px;

}
#menu_haut li:last-child a{
    border:0px;
}

    #menu_haut> ul >li {
        width: 100%;
        margin:0px;
        padding:0px 16px;
            -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);

    }

.new_menu #menu_haut > ul > li {
    padding: 0;
    width: 100%;
}
    .sousmenu.open + li a {
            border-top:1px solid #ccc;
    }
        #menu_haut> ul >li  a{
               -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
        }
    #menu_haut> ul >li:hover .extend{
        color: #686868;
    }
     #pied #conteneur_pied > div{
        width:100%;
     }

  .paragraphe .flexcenter{
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    gap: 40px;
  }

.contain-pp .contain-left, .contain-pp .contain-right {
    width: 100%;
}

.contain-pp .contain-left img {
    max-width: 500px;
}

.contain-pp .contain-left, .contain-pp .contain-right, .contain-pp.inverse .contain-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.paragraphe .contain-pp .contain-right h3, .paragraphe .contain-pp.inverse .contain-right h3 {
    display: flex;
    justify-content: center;
    align-items: center!important;
    text-align: left!important;
}

.inverse .site-heading h3::after {
    right: auto;
}

  .contain_actu{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

.contain_actu p {
    text-align: center;
}
}
#lines {
    border-bottom: 17px double black;
    border-top: 6px solid black;
    content: "";
    height: 5px;
    width: 35px;
    display: block;
}
.btn-menu {
    display: none;
    cursor: pointer;
}

#pager2 {
    width: 100%;
    bottom: 10px;
    top: auto;
}

@media only screen and (max-width: 991px){

  #header.new_menu .header-right-info ul li .single-header-right-info .icon-box i{
    font-size:20px;
  }

  #header.new_menu .header-right-info ul li:first-child{
      display:none;
  }

  .contain-pp .contain-left{
    width:100%;
  }

.contain-pp .contain-left.bandeau-size {
    max-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .contain-pp .contain-right{
    width:100%;
    padding-left:0;
    padding-top:20px;
  }

  .contain-pp .contain-left iframe{
    min-height:400px;
  }

  .contain-pp.inverse .contain-right{
    display:flex;
    align-items: flex-start;
    padding-top: 20px;
    padding-right: 0;
  }

  .inverse .site-heading h3::after{
    left:0;
    right: auto;
  }

  .flexcolumn .picto{
    width:100%;
  }

  .content-pp{
    padding:0 30px;
  }

  img.mdl_billet{
    float: none!important;
    padding-right: 0!important;
    margin: auto;
  }

.contain_actu p:first-child {
    display: flex;
    justify-content: center;
}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
   .features-work-area .features-wrok-items .thumb,
.features-work-area .features-wrok-items .info {
    display: block;
    float: left;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info .content {
    left: 0;
    margin: 0 15px;
    padding: 30px;
    top: -80px;
  }

  .features-work-area .features-wrok-items .thumb {
    display: block;
    min-height: 300px;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info {
    padding: 0 15px;
  }

  .features-work-area .owl-nav .owl-prev,
.features-work-area .owl-nav .owl-next {
    margin-top: 30px;
  }

  .features-work-area .features-wrok-items .info .content {
    padding: 60px;
  }

}
@media only screen and (max-width: 767px){
    .features-work-area .features-wrok-items .thumb,
.features-work-area .features-wrok-items .info {
    display: block;
    float: left;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info .content {
    left: 0;
    margin: 0 15px;
    padding: 30px;
    top: -50px;
  }

  .features-work-area .features-wrok-items .thumb {
    display: block;
    min-height: 250px;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info {
    padding: 0 15px;
  }

  .features-work-area .owl-nav .owl-prev,
.features-work-area .owl-nav .owl-next {
    margin-top: 30px;
    display: none;
  }

  .features-work-area .features-wrok-items .info .content {
    padding: 30px;
  }

  .flex-bloc{
    max-width: 420px;
    margin: auto;
    margin-bottom: 50px;
  }

  #welcome .bloc-welcome h3{
    font-size: 30px;
  }

  .fact-counter > div{
    margin-bottom: 30px;
  }

  #header.new_menu #logo{
    padding: 0;
    width: auto;
  }

  h2.heading{
    font-size:25px;
  }

  #header.new_menu #logo img{
    width: 185px;
    /* height:100px; */
  }

  #header.new_menu .header-right-info{
    width:calc(100% - 185px);
  }

  #header.new_menu .header-right-info ul{
    margin:0;
  }

  #header.new_menu .header-right-info ul li .single-header-right-info .icon-box{
    padding:0 10px;
  }

  .paragraphe.par_fixe h3{
    font-size:25px;
    line-height:25px
    ;
  }
}



@media screen and (max-width: 850px) {

  #header.new_menu .header-right-info ul{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }

  #header.new_menu .header-right-info ul li + li .single-header-right-info{
    border:0;
  }

}

@media screen and (max-width: 850px) {
    .welcome-area{
        margin-top:0px;
    }
    .center_actu img {
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
    .right_actu {
        width: 100%;
        padding-left: 0px;
    }
}
@media screen and (max-width: 740px) {
  .paragraphe p > img,#contenu_scroller > p > strong> img{
    margin:auto!important;
    float:none!important;
  }
  .banner-area .item h4{
    font-size:30px;
  }
      .page-heading .page-title h2{
        font-size:20px;
        margin:0px;
    }
    .page-heading .container{
        width:100%;
    }
    .section-desc p.section-text{
        padding:0 15px!important;
    }

    .mosaicflow__item{
        width:50%;
    }
    .left_pres{
        width:100%;
        display:block;
    }
    .right_pres{
        width:100%;
    }

    .col1,
    .col2 {
        width: 100%;
    }
    .fun_text{
        width:50%;
    }
    .layer-1 h2{
        font-size:20px;

        line-height:20px;
    }
    .ready-btn{
        margin-top:10px;
    }
    .layer-2 p{
        font-size:16px;
        line-height:16px;
        margin-bottom:10px;
    }
    .col1 {
        margin-bottom: 40px;
    }


    .carousel-inner,
    .carousel {
        height: auto!important;
    }

    #recherche {
        display: none;
    }
    #menu_haut {
        width: 100%;
        /* top: 35px; */
    }
    #menu_haut >ul {
        padding: 0px;

    }
    .slider-content{
        margin-top:0px;
        top:0px;
    }
    #menu_haut >ul >li {
        display: inline-block;
        float: none;
    }
    #menu_haut >ul >li a {
        /* padding:0px; */
    }
    #menu_haut> ul >li {
        width: 100%;
    }
    #logo {
        left: 30%;
        margin: 0px!important;
        padding: 0px;
    }
    #background-menu-right {
        height: 190px;
    }
    #wrapper {
        /* top:205px; */
    }
    #col3 {
        width: 90%;
        margin-left: 5%!important;
        float: none;
    }
    #col2 {
        display: none;
    }
        .blog-area .col-md-2{
        width:33.33333%!important;
    }

}
@media screen and (min-width: 0px) and (max-width: 500px) {
    .left-atout,.left-equipe{
        padding-right:20px!important;
    }
    .col_chiffre{
    width:100%;
}
.mosaicflow__item{
        width:100%;
    }
        .blog-area .col-md-2{
        width:50%!important;
    }
    #header.new_menu .header-right-info{
      display:none;
    }

}
@media screen and (min-width: 0px) and (max-width: 400px) {
    .fun_text{
        width:100%;
    }

    .media-left{
        display:block;
        text-align:center;
        padding:0px;
    }
    .media-left .media-object{
        text-align:center;
        margin:auto;
        margin-bottom:20px;
    }
    #header #logo img {
        max-width:calc(100% - 70px);

    }



}
:root{
  --corp : #2f308d;
  --agri : #2daae1;
  --nrj : #f39200;
  --mtn: #e30613;
  --jardin : #0b8e36;
  --irri : #285ea8;
  --stock : #634e42;
  --grey-c: #f2f2f2;
  --grey-f: #555;
}

.bo_paragraphe {
    border: 1px dashed #C00000;
    margin-bottom: 5px;
}
.bo_paragraphe p.bo_barre_boutons {
    font-size: 0.85em;
    background: #FAFAFA;
}
#backoffice_menu_haut {
    width: 1030px;
    margin: 0 auto;
}
img.album{
    max-width:100%;
    height:auto;
}
img {
  border: none;
  outline: none;
  max-width: 100%;
}

#footer .logo_texte {
    width: 100%;
    max-width: 260px;
}

.bg-gray {
  background-color: #f3f6f8;
}


.info br{
  display:none;
}



.btn-theme {
  background-color: #f9da1b;
  color: #333333 !important;
  border: 2px solid #f9da1b;
}

.btn-theme.border {
  background-color: transparent;
  color: #fcdb16;
  border: 2px solid #fcdb16;
}

.btn-theme.border:hover {
  background-color: #fcdb16;
  color: #ffffff !important;
  border: 2px solid #fcdb16;
}

.btn-theme.effect:hover,
 .btn-theme.effect:focus {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #333333;
}

.btn-theme:hover,
 .btn-theme:focus {
  color: #fcdb16 !important;
  background: transparent;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}
.btn {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn .noprint {
    display: none;
}

.contain_actu .btn {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    padding: 0;
    background: transparent;
    color: #333;
}
.contain_actu .date{
    display:flex;
    padding:20px 0;
}

.contain_actu .btn:hover {
    background: transparent;
}

.contain_actu .btn a:hover {
    background-color: rgb(32 32 32 / 80%);
}

.contain_actu .btn a {
    background-color: var(--corp);
    color: #fff;
    transition: all 0.5s ease;
    border-radius: 5px;
}

.contain_actu .btn i {}

.contain_actu .btn a {
    color: #fff;
    padding: 16px 45px;
}

.contain_actu .btn a:before {
    content: '\f1c1';
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
}

.btn-md {
  padding: 10px 40px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-sm {
  padding: 8px 35px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn.btn-sm-pro {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}
h5,h5 {
  margin-bottom: 10px;
}

.section-headline{
    margin-bottom: 60px;
    position: relative;
}
.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-headline.white-headline h3 {
    color:#fff;
}
.section-headline.text-left {
    margin-bottom: 30px;
}
.section-headline::after {
    border: 1px solid #007b3d;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}
.section-headline.text-left h3::after {
    border: 2px solid #007b3d;
    left: 0;
    right: auto;
}
.section-headline p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}
.text-light h1,
 .text-light h2,
 .text-light h3,
 .text-light h4,
 .text-light h5,
 .text-light h6,
 .text-light p,
 .text-light a {
  color: #ffffff;
}

.clr {
    clear: both;
    display: none;
}
#ariane {
    display:inline-block;
    width:100%;
    text-align:center;
    vertical-align:middle;
    margin: auto;
    font-size: 12px;
  font-weight:400;
    margin-top: 10px;
    text-align:center;
    color:#fff;
     text-transform:uppercase;
     letter-spacing: 3px;
}
.ariane{
  background:rgba(0,0,0,0.5);
  border-radius:3px;
  display:inline-block;
      padding: 8px 15px;
}
#ariane a{
    color: #007b3d;
    font-weight:400;
    text-transform:uppercase;
}
/* Listes */


/* Paragraphes */


address {
    margin: .75em 0;
    font-style: normal;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
/* Formulaires */

form,
fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input,
button,
select {
    vertical-align: middle;
}
/**********/
/* Boites */
/**********/
.list_real{
    font-size:0;
}
.block_real{
    display:inline-block;
    width:25%;
    padding:15px 15px;
}
.block_real img{
    width:100%;
    height:auto;
}
#conteneur_contenu {
    min-width: 1000px;
    width: 100%;
    margin: 0 auto;
    z-index: 6;
}
.topbar-area{
    background: #444444;
}
.topbar-left p {
    color: #444;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.topbar-left li a i{
    padding-right: 3px;
}
.topbar-right {
    position: relative;
    display: block;
}
.topbar-right ul li {
    float: right;
}
.topbar-right ul li a:hover {
    color: #fff;
    border:1px solid #007b3d;
    background: #007b3d;
}
.topbar-right ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    margin: 8px 3px;
    width: 28px;
    height: 28px;
    border: 1px solid #444;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}
.topbar-right ul li:first-child a {
    padding-right: 0;
}
.topbar-area.topbar-3 .topbar-left ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: none;
}
.quote-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #007b3d;
    display: inline-block;
    border: 1px solid #007b3d;
    padding: 10px 20px;
        float: right;
}
.quote-btn:hover{
    color: #007b3d;
    background: #fff;
    border: 1px solid #007b3d;
}
.topbar-area.topbar-3 .quote-button {
    margin-left: 15px;
}
.topbar-area.topbar-3 .topbar-left ul li {
    display: inline-block;
}
.topbar-area.topbar-3 .topbar-right ul li a {
    color: #444;
    border: 1px solid #444;
    margin: 8px 3px;
}
#header {
    min-width: 1000px;
    width: 100%;
    position: fixed;
    margin: 0px;
    padding: 0px;
    z-index: 10000;
    transition: all 0.5s ease;
}

#header, .pageAccueil.scroll_down #header {
    background-color: var(--corp);
    box-shadow: 0px 0px 9px #c6c6c6;
}

#header.new_menu, .pageAccueil.scroll_down #header.new_menu {
    background-color: #fff;
}

.pageAccueil #header {
    background-color: var(--corp);
    box-shadow: none;
}

.pageAccueil #header.new_menu {
    background-color: #fff;
}


.page-heading {
    background-size: cover;
    background-image:url(../images/interface/page_heading.jpg);
    background-repeat: no-repeat;
    padding: 90px 0;

    padding-top:300px;
    text-align: left;
    position: relative;
    z-index:1;
    background-position: center center;
}

.page-heading:after {
    position: absolute;
    content: '';
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.6;
    z-index: 1;
}
.page-heading .container {
    margin: auto;
    position: relative;
    z-index: 2;
    max-width: 1170px;
    font-size:0;
    width:100%;
}
.page-heading .page-title h2 {
  color: #eceff3;

    font-size: 32px;
    letter-spacing: 5px;



    text-transform: uppercase;

    /* margin-top:40px; */
}
.page-heading  .page-title{
    display:block;
    vertical-align:middle;
    text-align:center;
    width:100%;
}
.page-heading .page-title h2:after {
    background-color: #1059a6!important;
    width: 90px!important;
}
.page-heading .page-title .line-dec {
    margin: 10px 0px;
    width: 90px;
    height: 1px;
    background-color: #1059a6;
    display: none;
}
.page-heading .page-title span {
    font-size: 24px;
    font-weight: normal;
    color: #2d3031;
    line-height: 36px!important;
}
#logo{
    position:relative;
}
#logo > span{
    background-color: #da1c22;
    position: absolute;
    right: -8px;
    /* top: -25px; */
    height: 100%;
    transform: rotate(0deg);
    width: 5px;
    top:0;
}
#header #logo {
    z-index: 1000;
    display:inline-block;
    text-align:left;
    margin: 0px;
    z-index:1000000;
    vertical-align:middle;
    position:relative;
    width:calc(25% - 29px);
    padding: 0;
}

#header.new_menu #logo {
    z-index: 1000;
    display: inline-block;
    text-align: left;
    margin: 0px;
    z-index: 1000000;
    vertical-align: middle;
    position: relative;
    width: calc(20% - 1px);
    text-align: right;
    padding: 13px 0px 15px;
}

#header.new_menu .header-right-info {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    float: none!important;
}

#header.new_menu .header-right-info ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header.new_menu .header-right-info ul li {
    display: inline-block;
    vertical-align: middle;
}

#header.new_menu .header-right-info ul li .single-header-right-info .icon-box {
    text-align: center;
    padding: 0 20px;
}

#header.new_menu .header-right-info ul li .single-header-right-info .text-box, #header.new_menu .header-right-info ul li .single-header-right-info .icon-box {
    display: table-cell;
    vertical-align: middle;
}

#header.new_menu .header-right-info ul li .single-header-right-info .icon-box i {
    color: var(--corp);
    font-size: 30px;
}

#header.new_menu p {
    margin: 0px;
}

#header.new_menu .header-right-info ul li .single-header-right-info .text-box p, #header.new_menu .header-right-info ul li .single-header-right-info .text-box > a {
    color: #000000;
    line-height: 20px;
    font-size: 14px;
}

#header.new_menu .header-right-info ul li + li .single-header-right-info {
    border-left: 1px solid #e2e2e2;
    margin: 0 0 0 20px;
}

#position-menu{
    display:inline-block;
    width:75% ;
    vertical-align:middle;

    text-align:left;
    position:relative;
    z-index:100000;
}

.new_menu #position-menu {
    width: 100%;
    max-width: 1170px;
}
#header #logo img {
    max-width:250px;
    z-index: 39;

    width: 192px;

}

#header.new_menu #logo img {
    max-width: none;
    width: 100%;
    height: auto;
}
.bg_menu{
    background:#fff none repeat scroll 0 0;
    position:relative;z-index:2;
        box-shadow: 0px -1px 1px 0px #dedede;
}

.new_menu .bg_menu {
    background-color: var(--corp);
    display: flex;
    justify-content: center;
}
#conteneur_header {
    width: 1140px;
    font-size: 0;
    margin: auto;
    position: relative;
    padding: 14px 0;
}

.new_menu #conteneur_header {
    padding: 0;
}

#header h1 {
    margin: 0px;
    padding: 0px;
    text-align:left;
    font-size: 1.65em;
    position:relative;
    z-index:2;
}
#header img {
    margin: 0;
    padding: 0;
    background-image: none;
    height: 80px;
    /* background-color:#fff; */
}
/* =============================================================================
 * MENU
 * ===========================================================================*/

#menu_haut {
    list-style-type: none;

    width: 100%;
    font-size: 0;
}

.new_menu #menu_haut {
    display: flex;
    justify-content: center;
}
#menu_haut > ul > li {
 vertical-align:top;


    transition: all 0.3s ease 0s;
    display:inline-block;
    position: relative;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.new_menu #menu_haut > ul > li {
    padding: 15px 0;
}


#menu_haut ul {
    margin: 0!important;
    padding: 0!important;
    text-align:right;
    display:inline-block;
}
#menu_haut li:first-child {
    border-left: 0px;
}

    #menu_haut > ul > li:last-child > a:after{
    display:none;
}
#menu_haut li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  /* text-transform: uppercase; */
  font-family: 'Poppins', sans-serif;
  margin: 0px 15px;
  position: relative;
  display:inline-block;
  padding: 20px 0px;
}

.new_menu #menu_haut li a {
    padding: 0 30px;
    margin: 0;
}

#menu_haut li a:hover {
    /* text-decoration: underline; */
}
#menu_haut li a i{
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
    margin-top:10px;
    color:#007b3d;
}

.new_menu #menu_haut ul > li + li > a {
    border-left: 1px solid #ffffff;
}

.menu-sub {
    position: absolute;
    top: 49px;
    z-index: 999;
    padding: 0 0;
    background: #fff;

    list-style-type: none;

}
.menu-sub > li {
    display: block !important;
    /* border-bottom: 1px solid #555; */
}
.menu-sub > li:last-child{
    border-bottom:0px;
}

.menu-sub a {
    min-width: 200px;
    text-align:left!important;
    color:#999!important;
    padding: 0px 10px 0px 15px !important;
    padding: 5px 10px!important;
    margin:0px!important;
    font-size:13px!important;
    color: #444!important;
}

.menu-sub li:first-child a {
    /* padding-top: 10px!important; */
}

.menu-sub li:last-child a {
    padding-bottom: 5px!important;
}

#menu_haut > ul > li > ul {
    top: 100px;
    text-align:left;
}
#menu_haut ul ul {
    left: -9999px;
    opacity: 0;
    -webkit-transition: top .2s ease, opacity .2s ease;
    -moz-transition: top .2s ease, opacity .2s ease;
    -ms-transition: top .2s ease, opacity .2s ease;
    -o-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease;
}
/*******************************/
/* specific to non IE browsers */
/* =============================================================================
 * End of Menu
 * ===========================================================================*/

#header_popup {
    display: none;
}
#contenu {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 4;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.page_liquid #contenu {
    width: 100%!important;
}
.page_liquid #centreetdroite {
    width: 100%!important;
}
.pageAccueil #contenu {
    padding: 0px;
    width: 100%;
}

.pageAccueil #ariane {
    display: none;
}
#contenu_scroller {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contain_actu {
    max-width: 1170px;
    width: 100%;
    padding: 10px;
}

.contain_actu ul {
    padding: 0;
}

.contain_actu ul li {
    display: flex;
}

.contain_actu ul li:before {
  content:'\f111';
  display:flex;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 8px;
  padding-top: 10px;
  padding-right: 10px;
}

.contain_actu ul li::marker {
  display: flex;
}

.contain_actu .contain-img {
    display: flex;
    float: left;
    margin-right: 22px;
}
.page_liquid #contenu {
    width: 100%!important;
    min-height: calc(100vh - 746px);
}
.page_liquid #contenu {
    padding-top: 0;
}
.block_list_actu:nth-child(even) {
    /* background-color: #f7f7f7; */
}
.block_list_actu .center_actu {
    /* padding: 70px 0px; */
    /* border-bottom: 1px solid #e6e6e6; */
    box-shadow: 0 0 10px #cacaca61;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--grey-c);
}

.block_list_actu .center_actu img {
    width: 100%;
    height: auto;
}
.right_actu {
    display: flex;
    width: 100%;
    vertical-align: top;
    /* padding-left: 55px; */
    box-sizing: border-box;
    padding: 20px 20px 80px;
    /* position: relative; */
    flex-direction: column;
}
.right_actu h4 {
    margin: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
    line-height: 20px;
    text-align: left;
}
.right_actu h4 a {
    color: #222;
}
.lin_actu a.suite {
    transition: all 0.5s ease;
    margin-bottom: 0;
}
.lin_actu a.suite:hover {
    color: #fff!important;
    background-color: rgb(32 32 32 / 80%);
}
.prevnext {
    max-width: 1140px!important;
    margin: auto!important;
    margin-top: 30px!important;
}
.date_actu {
    color: #222!important;
    font-size: 16px!important;
    font-weight: 300!important;
    margin-bottom: 20px!important;
}
.desc_actu {
    font-size: 16px!important;
    margin-bottom: 10px!important;
    line-height: 20px;
}

p.lin_actu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    margin: auto;
}
.center_actu {
    max-width: 1140px;
    margin: auto;
}
.center_actu img {
    display: inline-block;
    width: 300px;
    height: auto;
    /* -webkit-box-shadow: -4px 2px 56px 0px rgba(0, 0, 0, 0.16); */
    -moz-box-shadow: -4px 2px 56px 0px rgba(0, 0, 0, 0.16);
    /* box-shadow: -4px 2px 56px 0px rgba(0, 0, 0, 0.16); */
}
.page_liquid #centreetdroite {
    width: 100%!important;
}

.list_recru{
  display:flex;
  flex-wrap: wrap;
}

.list_recru .block_list_recu {
    width: calc(33.3% - 20px);
    margin: 10px;
    padding: 35px;
    background-color: #ffffff;
    border-radius: 10px;
    min-width: 300px;
    box-shadow: 0 0 10px #cacaca;
    transition: all 0.5s ease;
}

.list_recru .block_list_recu:hover {
    background-color: #0000000d;
}

.block_list_recu .right_recru {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-between;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 110px;
}

.list_recru .block_list_recu .right_recru i {
    /* font-size: 18px; */
    color: #dd2c24;
    margin-right: 10px;
}

.list_recru .block_list_recu .right_recru .ville_recru {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--corp);
}

.list_recru .block_list_recu .right_recru .desc_recru {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: var(--corp);
    font-weight: 500;
}

.lin_recru{
  width: 100%;
  height: 40px;
  background-color: var(--corp);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  border-radius: 7px;
  margin: 0;
  transition:all 0.5s ease;
}

.button_recru {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    /* min-height: 110px; */
    position: absolute;
    bottom: 0;
    width: 100%;
}

.lin_recru:hover {
  background-color: rgb(32 32 32 / 80%);
}

.contain_actu .lin_recru {
    /* display: flex; */
    /* justify-content: flex-start; */
    margin-left: 0;
    margin-bottom: 25px;
}

.lin_recru a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.list_recru .block_list_recu .right_recru h4 ,.list_recru .block_list_recu .right_recru h4 a {
    text-transform: none;
    text-align: left;
    color: var(--agri);
    line-height: 20px;
    margin-bottom: 20px;
}
#gauche {
    float: right;
    margin: 0;
    padding: 0;
    padding: 0 0 0 20px;
    /* background-image: url(../images/interface/fond-gauche.png); */

    background-repeat: no-repeat;
    background-position: left center;
    width: 262px;
}

#centre {
    width: 620px;
    margin: 0;
    margin-left: 30px;
    padding: 0;
}
#centreetdroite {
    width: 100%;
    margin: auto;
    padding-top:60px;
    /* padding-bottom: 60px; */
}
.pageAccueil #centreetdroite {
    padding-bottom: 0;
    height: auto!important;
    width: 100%!important;
    padding-top:0;
}

#droite {
    width: 300px;
    margin: 0;
    padding: 0;
    /*float:right;*/

    position: absolute;
    top: 0px;
    right: 0px;
}
#pied #conteneur_pied {
    width: 1140px;
    margin:auto;

}
#pied #conteneur_pied .row{
    margin-bottom:15px;
}
#pied #conteneur_pied > div:first-child img{

    width:200px;
    margin-bottom:25px;
}
#pied #conteneur_pied > div:first-child .contact{
    font-size:16px;
    color:#ccc;
}
#pied #conteneur_pied > div:first-child .contact li,
.footer-widget{
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    line-height:24px;

}

.footer-widget li a{color: var(--corp)!important;line-height:24px;font-size: 14px;}

.links-widget ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    padding-right: 12px;

}
.footer-widget li{
    line-height:24px;
      padding-bottom: 8px;
}



.pageAccueil h2 {
    /* display:none; */
}

/**********/
/* GAUCHE */
/**********/
/**********/
/* CENTRE */
/**********/

img.imgtitre {
    margin-left: 0px!important;
    padding: 9px!important;
    padding-left: 0px!important;
}
img.mdl_billet {
    padding-right: 5px!important;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}
h2 img.imgtitre {
    margin-left: 0px!important;
    padding: 0px!important;
}



#centreetdroite .news h4 a {
    font-size: 18px!important;
}




.ariane a {
    text-decoration: underline;
    color: #8C8C8C
}


#centre p img {
    padding: 0 5px;
    margin: 0;
}




img.picto {
    padding: 2px 2px 0 0;
}
img.immo,
img.immo_vignette {
    padding: 0 4px;
    background-color: #FFFFFF;
}
#droite img.immo,
#droite img.immo_vignette {
    padding: 0 4px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}
/**********/
/* DROITE */
/**********/

input {
    font-size: 0.85em;
}

textarea {
    height: 150px!important;
    width: 100%!important;
      border: 1px solid #ccc;
}

input[type="text"], input[type="password"], textarea {
    padding: 10px 15px!important;
    font-family: 'Roboto', sans-serif;
}

#contenu input[type="text"], #contenu input[type="password"], textarea, #contenu select, input[type=file] {
    display: inline-block;
  width: 100%!important;
  box-sizing:border-box;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  /* border-radius: 4px; */
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom:0px!important;
  font-family: 'Roboto', sans-serif;
  border-radius: 5px;
}

input[type="submit"],.submit{
    color: #fff!important;
    background-color: var(--corp);
    font-size: 16px!important;
    padding: 10px 15px;
    cursor: pointer;
    border: none;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border: var(--copr) 1px solid;
    display: block;
    /* margin: auto; */
    /* height: 40px; */
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
  }
.submit:hover{
 background-color:#fff;
 /* color: var(--corp)!important; */
 /* border: 1px solid var(--corp); */
 background-color: rgb(32 32 32 / 80%);
}

input[type=file] {
    width: auto;
    border: none;
}

form label {
    display: none;
}

form fieldset p:nth-child(4), form fieldset p:nth-child(3), form fieldset p:nth-child(2), form fieldset p:nth-child(3) {
    padding-bottom: 13px!important;
    display: inline-block;
    width: 48%;
    margin-right: 2%!important;
}

select {
    font-size: 0.85em;
}
#gauche h4 a {
    color: #36b5e4!important;
}
#gauche p {
    color: #1a333c!important;
}
#gauche #paragraphe146 .suite {
    position: absolute;
    background-color: #36b5e4;
}
#gauche #paragraphe146 .suite:hover {
    background-color: #36b5e4;
    color: #fff!important;
    border: none;
}
#gauche .mdl_billet p {
    padding-bottom: 40px;
}
#gauche h3 {
    text-transform: uppercase;
}
/********/
/* PIED */
/********/


#pied ul {
    margin: 0;
    padding: 0;
    /* text-align: center; */
}
html>body #pied ul {
    margin: 0;
    list-style: none;
}


.col1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.col1 ul li a {
    display: block;
    color: #99abb8;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 0 10px;
    transition: 1s al ease;
    -webkit-transition: 1s al ease;
    text-align: left;
}

/**********/
/* HTML */
/**********/

legend {
    font-weight: bold;
}
label {
    /* font-weight: bold; */
}
label.intitule {
    display: inline;
    float: left;
    width: 120px;
}
fieldset {
    /* padding: 5px; */
}

#contactdroite fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#droite form {
    margin: 0px;
    padding: 0px;
}
#droite fieldset {
    margin: 0px;
    border: none;
    padding: 0px;
    padding-left: 5px;
}
#droite h3 {
    color: #eb6c0e;
}
#droite fieldset p {
    padding: 0px;
    border: none;
}
#droite fieldset legend {
    border: none;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #cd1671;
    font-weight: bold;
    background: transparent;
}
#droite label {
    color: #666666;
    float: left;
    font-size: 10px;
    font-weight: normal;
}
#droite input,
#droite textarea {
    float: right;
    font-size: 10px;
    margin-top: -18px;
    border: 1px #666666 solid;
}
#droite input.submit {
    float: right;
    font-size: 10px;
    margin-top: 10px;
    border: none;
}
#centre div.paragraphe,
#centreetdroite div.paragraphe {
    margin: 0 0 100px 0;
    max-width: 1170px;
    width: 100%;
    padding: 0px 20px;
}

#centre div.paragraphe.par_fixe,
#centreetdroite div.paragraphe.par_fixe {
  max-width:none;
  min-height: 340px;
  background-image: url('/images/interface/bg_par_fixe.jpg');
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  background-position: center;
  margin-bottom: 0;
}

#centre div.paragraphe.par_fixe:after,
#centreetdroite div.paragraphe.par_fixe:after{
    content: '';
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    z-index: 1;
}

#centre div.paragraphe.par_fixe > div, #centreetdroite div.paragraphe.par_fixe > div {
    width: 100%;
  z-index:3;
}

#centre div.paragraphe.par_style_2, #centreetdroite div.paragraphe.par_style_2 {
    max-width: 100%;
    background-color: var(--corp);
    padding: 50px 0;
}

#centre div.paragraphe.par_style_3, #centreetdroite div.paragraphe.par_style_3 {
    max-width: 100%;
    padding: 50px 0;
    background-color: var(--grey-c);
    display: flex;
    justify-content: center;
}
.par_style_1{
    max-width:1170px;
    margin:auto!important;
}
#centreetdroite div.paragraphe ul{
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**************/
/* Modules */
/***********/

.mdl_paragraphe2Colonne li {
    text-align: left !important;
}
.mdl_image_aleatoire {
    margin: -2px 0 0 0;
}
.mdl_citation_aleatoire p {
    padding: 0 10px;
}
.mdl_citation_aleatoire p {
    color: #3d9bde;
}
.mdl_citation_aleatoire em {
    font-weight: bold;
}
/* Liens */






a.suite:visited {
    color: #ffffff;
}
#droite a:link {
    color: #d96918;
}
#droite a:visited {
    color: #d96918;
}
/* Pas de bordure autour des images dans les liens */

a img {
    border: none;
}
/**********************/
/* Villes Suggestion */

.villeSuggestionBox {
    position: relative;
    float: left;
    left: 0px;
    margin: 10px 0px 0px 0px;
    padding: 0;
    width: 200px;
    background-color: #FFFFFF;
    border: 1px solid #000;
    color: #000;
}
.villeSuggestionList {
    margin: 0px;
    padding: 0px;
}
.villeSuggestionList li {
    list-style: none;
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}
.villeSuggestionList li:hover {
    background-color: #c0c0c0;
}
/***************************/
/*     Recherche           */
/***************************/
/* Tag clouds Couleurs
orange  #e3721f => 0,3
marron #603b0b => 1,4
marron clair #ac741a =>2,5
Bleu #3d9bde
*/

#liste_mcl {
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px #AAAAAA solid;
    background-color: #F9F9F9;
    color: #808080;
}
#liste_mcl a {
    color: #808080;
    text-decoration: none;
}
#liste_mcl a:hover {
    text-decoration: underline;
}
#mdl_TopMCL a {
    color: #fff!important;
    ;
    text-decoration: none!important;
    font-weight: normal;
    display: inline-block;
    background-color: #2d343e;
    padding: 5px;
    border-radius: 3px;
}
#mdl_TopMCL .mcl0,
#mdl_TopMCL .mcl5,
#mdl_TopMCL .mcl1,
#mdl_TopMCL .mcl2,
#mdl_TopMCL .mcl3,
#mdl_TopMCL .mcl4 {
    margin-bottom: 5px;
    display: inline-block;
}
/* Immo */

.mdl_immo_selecteur {
    position: relative;
    width: 918px;
    margin-right: -40px;
}
.mdl_immo_selecteur table {
    width: 100%;
}
.mdl_immo_selecteur th {
    color: #be8f05;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid #be8f05;
    font-size: 1.25em;
}
.mdl_immo_selecteur ul {
    margin: 0px;
    padding: 0px;
}
.mdl_immo_selecteur li {
    background-image: url(../images/interface/fleche.gif);
    background-position: left top;
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 20px;
    padding-right: 40px;
    margin-bottom: 5px;
}
div.mdl_immo img.immo {
    background-color: #FFFFFF;
    padding: 6px !important;
    margin-right: 10px;
}
#centreetdroite .mdl_immo table .insertion,
#centre .mdl_immo table .insertion {
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    margin-right: -3px;
}
p.bloc_tri {
    background-color: #544d47;
    color: white;
    padding: 5px;
}
p.bloc_tri a {
    color: white;
    font-weight: bold;
}
form.bloc_tri {
    background-color: #544d47;
    color: white;
    padding: 5px;
    text-align: right;
    margin-bottom: 5px;
}
tr.annonce {
    padding-top: 5px;
}
tr.annonce:hover {
    background-color: #fce8cd;
}
tr.annonce h4 {
    margin: 0px!important;
}
tr.annonce h4 a {
    color: #ff6600;
}
tr.annonce td {
    border-top: 1px #AFAFAF dotted;
    padding-top: 10px;
    padding-bottom: 10px;
}
td.footerannonce {
    background-color: #AFAFAF;
    padding-left: 2px;
    vertical-align: bottom;
}
td.footerannonce p {
    margin: 0px!important;
    padding: 0px!important
}
td.footerannonce a {
    background-color: #000000;
    color: #FFFFFF;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
.prix {
    color: #e3721f;
    font-size: 1.25em;
    font-weight: bold;
}
div.mdl_modele_fiche h2 {
    text-align: right;
    margin: 0!important;
    margin-right: 18px!important;
}
div.mdl_modele_fiche h2 span {
    color: #fff;
    padding: 8px!important;
}
div.modeles_similaires {} div.modeles_similaires img {
    padding: 4px;
}
.mdl_ligne_cev {
    margin-bottom: 0!important;
}
.rechercher_modeles #frm_surface,
.rechercher_modeles #frm_nb_pieces,
.rechercher_modeles #frm_etage {
    width: 200px;
}
.rechercher_modeles td {
    width: 387px;
}
.prev_fred {
    background-image: url(../images/interface/prev_fred.png);
    height: 55px;
    width: 46px;
    display: block!important;
    position: absolute;
    top: 210px;
}
.next_fred {
    background-image: url(../images/interface/next_fred.png);
    height: 55px;
    width: 46px;
    display: block!important;
    position: absolute;
    top: 210px;
    right: 0px;
}
.pager a span {
    display: none;
}
.pager a {
    background-color: #fff;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 40px;
    vertical-align: middle;
}
.pager a.selected {
    background-color: #97bf0d;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    line-height: 15px;
    vertical-align: middle;
}
#pager2 {
    position: absolute;
    width: 1920px;
    text-align: center;
    top: 400px;
}
#main-slider{
    padding-top:55px;
}

.flexcenter{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* gap: 70px; */
  align-content: stretch;
}

.button_column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.par_style_3 .content-pp {
    max-width: 1170px;
    width: 100%;
}

.column{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gap {gap: 40px;}

.contain-pp {
    width: 100%;
    max-width: 1170px;
    display: flex;
    margin: auto;
    padding: 0 20px;
}

.txt_seul {
    padding: 0 20px;
}

.picto {
  display:flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
}

.colonne{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 30px;
  margin: 0;
  width: calc(50% - 20px);
  /* height: 100%; */
  /* margin-top: 20px; */
  position: relative;
  /* border: 2px solid var(--corp); */
  /* width: 100%; */
  /* height: 100%; */
  /* border-radius: 10px; */
  overflow: hidden;
  /* padding: 20px 20px 29px; */
  FONT-VARIANT: JIS83;
  /* padding-bottom: 10px; */
  transition: all 0.5s ease;
  margin-top: 0;
}

.colonne.x3.tier {
    width: 270px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
}

.colonne.x3.tier h3 {
    text-align: right;
    display: flex;
    align-content: flex-start;
}

.paragraphe .colonne.x3.tier h3:after {
    right: 0;
}

.colonne.x3.deuxtier {
    width: calc(100% - 311px);
}

.colonne.x3.deuxtier.flexcenter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.colonne.x3.deuxtier.flexcenter > div {
    width: 50%;
}

.colonne.x3.deuxtier.flexcenter {}

.colonne:nth-child(2) {
    padding-left: 40px;
    border-left: 3px solid #c5c5c5;
}

.flexcolumn .picto {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 30px;
    margin: 0;
    width: calc(33.3% - 27px);
    /* height: 100%; */
    /* margin-top: 20px; */
    position: relative;
    /* border: 2px solid var(--corp); */
    box-shadow: 0 0 10px #cacaca;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 29px;
    FONT-VARIANT: JIS83;
    /* padding-bottom: 10px; */
    transition: all 0.5s ease;
    margin-top: 0;
    position: relative;
}

.flexcolumn.step .picto {
    overflow: visible;
    padding-top: 50px;
}

.picto .number {}

.picto .number {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: var(--nrj);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -25px;
    left: calc(50% - 25px);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    /* box-shadow: 4px 4px 0 var(--nrj); */
    border: 3px solid #fff;
}

.flexcolumn.x2 .picto {
    width: calc(50% - 27px);
}

.flexcolumn.x2 .picto.w100 {
    width: 100%;
}

#paragraphe687 .flexcolumn.x2 .picto.w100 {
    min-height: 220px;
}

.flexcolumn.picto_little .picto {
    width: calc(25% - 30px);
    padding: 10px;
    display: flex;
    align-items: center;
}

.flexcolumn.picto_little.x3 .picto {
    width: calc(33.3% - 30px);
}

.flexcolumn.picto_titre .picto {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flexcolumn.picto_titre .picto .contain-txt {
    width: calc(100% - 120px);
}

#bandeau-picto-home .flexcolumn .picto .contain-txt h4 {
    margin: 0;
    line-height: 23px;
}

#bandeau-picto-home .flexcolumn.picto_titre .picto .contain-txt {
    width: calc(100% - 50px);
    padding: 0;
}

#bandeau-picto-home .flexcolumn .picto{
  padding: 20px 20px;
  min-height: 110px;
  width: calc(33.3% - 36px);
}

#bandeau-picto-home .flexcolumn.x4 .picto {
    width: calc(25% - 41px);
}

.flexcolumn .picto:hover {
    /* transform: scale(1.02); */
    /* margin-bottom: 10px; */
    /* margin-top: 20px; */
    background-color: #0000000d;
}

.flexcolumn .picto:hover img {
    transform: scale(1.2);
    /* margin-top: 10px; */
    /* padding-bottom: 0; */
    /* padding-top: 20px; */
}

.flexcolumn .picto img {
    /* margin-right: 20px; */
    /* position: absolute; */
    top: -50px;
    /* border-radius: 50%; */
    /* background-color: #fff; */
    z-index: 1;
    width: 120px;
    /* padding: 10px 0; */
    transition: all 0.5s ease;
    mix-blend-mode: color;
    padding: 16px 20px;
}

.flexcolumn.bigimg .picto img {
    width: 100%;
}

.flexcolumn.bigimg .picto:hover img {
    transform: scale(1);
}

.flexcolumn.bigimg .picto .cta {
    display: flex;
    justify-content: center;
    align-content: space-between;
}

.flexcolumn .picto i{
  font-size: 30px;
  padding: 0 20px 0 0;
  color: var(--mtn);
  position: relative;
}

.flexcolumn .picto .contain-txt h4 {
  color: var(--corp);
  text-align: left;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 30px;
}

.flexcolumn.step .picto .contain-txt h4 {
    text-align: center;
    font-size: 22px;
    min-height: 113px;
    /* display: flex; */
    padding-bottom: 20px;
    border-bottom: 3px solid var(--nrj);
    margin-bottom: 20px;
}

.flexcolumn .picto.noimg .contain-txt h4 {
    margin: 0;
    padding: 10px 0;
}

.flexcolumn.picto_little .picto .contain-txt h4 {
    font-size: 20px;
}

.flexcolumn .colonne .contain-txt h4 {
  color: var(--corp);
  text-align: left;
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 30px;
}

.flexcolumn.picto_little .picto .contain-txt h4 {
    text-align: center;
}

.picto .contain-txt {
    /* border: 2px solid var(--corp); */
    padding: 0 20px;
    position: relative;
    z-index: 3;
    width: 100%;
}

.bigimg .picto .contain-txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.contain-txt .cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
}

.contain-txt .cta a {
    background-color: var(--corp);
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    transition: all 0.5s ease;
}

.contain-txt .cta a:hover {
    background-color: rgb(32 32 32 / 80%);
}

.contain-txt p {
    width: 100%;
}

.picto p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.flexcolumn .picto p {
    font-size: 14px;
    color: #000;
    text-align: justify;
    font-weight: 300;
    line-height: 20px;
}

.flexcolumn.picto_little .picto .contain-txt p {
    text-align: center;
}

.flexcenter.inverse {
    display: flex;
    flex-direction: row-reverse;
}

.flexcenter.inverse h3, .flexcenter.inverse p {
    text-align: right;
}

.contain-pp .contain-left {
    width: 50%;
}

.contain-pp .contain-left img {
    width: 100%;
}
.contain-pp .contain-left iframe {
    width: 100%;
    height: 100%;
}
.contain-pp .contain-right {
    width: 50%;
    min-width: 430px;
    padding-left: 30px;
    margin: 0;
}

.contain-pp .contain-right.flexcenter {
    display: flex;
    align-items: center;
}

.paragraphe .contain-pp .contain-right h3 {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.paragraphe .contain-pp.inverse .contain-right h3 {
    text-align: right;
}

.contain-pp.inverse .contain-right {
    padding: 0 30px 0 0;
}

.contain-pp.inverse .contain-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.marginbt10 {
    margin-bottom: 10px!important;
}

.marginbt20 {
    margin-bottom: 20px!important;
}

.marginbt30 {
    margin-bottom: 30px!important;
}

.marginbt40 {
    margin-bottom: 40px!important;
}

.marginbt50 {
    margin-bottom: 50px!important;
}

.marginbt60 {
    margin-bottom: 60px!important;
}

.marginbt70 {
    margin-bottom: 70px!important;
}

.marginbt80 {
    margin-bottom: 80px!important;
}

.marginbt90 {
    margin-bottom: 90px!important;
}

.marginbt100 {
    margin-bottom: 100px!important;
}





@media screen and (min-width: 1170px) {
    body {
        overflow-x: hidden;
    }
    #menu_haut > ul > li:hover > ul {
        left: 0;
        top: 100%;
        opacity: 1;
        width: 265px;
        padding:0px 0px!important;
        border-top: 0;
        background-color: #ffffff;
    }

    .extend {
        display: none!important;
    }
}
#totop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    right: 0;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    /* text-indent: -999px; */
    /* background-image: url(../images/interface/uitotop.png); */
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 900000;
    background-color: #bbb;
    font-size: 20px;
    border-radius: 7px 0 0 7px;
}

#totop i {
    /* font-size: 10px; */
    color: #fff;
    transition: all 0.5s ease;
}
#totop:hover {
    /* background: url(../images/interface/uitotop.png) no-repeat left -51px; */
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    cursor: pointer;
    /* transform: scale(1.5); */
}

#totop:hover i {
    transform: scale(1.15);
}
.prevnext {
    font-size: 1.1em;
    color: #3c3c3c;
    margin: 0;
    margin-top: 20px;
    padding: 2px;
}
.prevnext a {
    font-style: normal;
    background-color: #e6e6e6;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    margin: 5px;
    color: #3c3c3c;
    line-height: 35px;
    border: 1px solid #3c3c3c;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-decoration: none;
}
.prevnext a:first-child {
    margin-left: 0px;
}
.prevnext a:hover,
.prevnext a.selected {
    color: #f9da1b;
    background-color: #007b3d;
    border: 1px solid #f9da1b;
}
label {
    /* display: none; */
}

form p:last-child {
    margin: 0px!important;
}

.par_style_1 .mdl_formulaire label{
    display:block;
}
.par_style_1 .mdl_formulaire p{
    padding:0 15px;
}
.par_style_1 .mdl_formulaire p:nth-child(1),
.par_style_1 .mdl_formulaire p:nth-child(2),
.par_style_1 .mdl_formulaire p:nth-child(3){
    display:inline-block;
    width:33.33333%;
}
.par_style_1 .mdl_formulaire{
    margin-left:-15px;
    margin-right:-15px;
}
a.infobulle {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none;
    border: none;
}
a.infobulle,
a.infobulle img {
    border: none;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
}
a.infobulle img{
    box-sizing:content-box;
}
a.infobulle:hover {
    background: none;
    z-index: 25
}
a.infobulle span {
    display: none
}
a.infobulle:hover span {
    display: block;
    position: absolute;
    top: 0;
    left: 3em;
    padding: 2px;
    width: 20em;
    border: 1px solid #7F9DB9;
    background-color: #EDEDED;
    color: #000000;
    text-align: left;
    font-size: 0.8em;
    font-weight: normal;
}
.par_style_1 .mdl_formulaire input[type="submit"]{
    background-color: #007b3d;
    color:#fff;
    border:0px;
    padding:10px 15px;
    text-transform:uppercase;
    font-size:16px;
}
.par_style_1 .mdl_formulaire input[type="text"],
.par_style_1 .mdl_formulaire select,
.par_style_1 .mdl_formulaire textarea{
      display: inline-block;
  width: 100%!important;
  box-sizing:border-box;
  padding: 6px 6px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  /* border-radius: 4px; */

  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-bottom:0px!important;
  font-family: 'Roboto', sans-serif;
  padding: 10px 15px!important;
}
.par_style_1 .mdl_formulaire p:nth-child(5),
.par_style_1 .mdl_formulaire p:nth-child(4){
width:50%;
display:inline-block;
}
.par_style_1 h3{
    padding: 0 0;
}
.par_style_1 .mdl_formulaire p:nth-child(7){
    text-align:left;
}

 /*********************** footer **************************/



#conteneur_pied > div .l-project > span
{
    display:block;
}
#pied .seperator {
    margin-left: 25px;
    margin-top: 15px;
}
#pied .seperator:after {
    width: 82px;
    right: -92px;
}
#pied  {
    position: relative;
}

#conteneur_pied > div:nth-child(2) a {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
}
#conteneur_pied > div:nth-child(2) a i.fa {
    position: absolute;
    top: 3px;
    left: 0px;
}
.subfooter {
    background: #0b0b0b;
    padding: 30px 0 20px 0;
    margin-top:30px;
}
.subfooter a{
    margin-left:10px;
}


p.footer
{
    color:#525252 !important;
    font-size:12px !important;
    margin:10px 0px 0px;
}

#conteneur_pied > div ul li{
        padding: 0 0 5px 0;
    margin: 0;
    background: none;
    border-bottom-color: #222;
    border-bottom: solid 1px #222;
}
    address span {
    display: block;
    border-bottom:solid 1px #222;
    padding-bottom:5px;
    margin-bottom:5px;

    font-weight:300;
    }
    address span strong {
    display: inline-block;
    width:60px;
    color: #febf27;
}
#conteneur_pied > div li:hover {
    color: #fff;
}
#conteneur_pied > div ul li a:hover, footer .copy-right a:hover{
    color:#fff;
}
address {
    margin: 0;
    margin-top: 20px;
}
.l-post .row {
    margin-bottom: 20px;
}
#conteneur_pied > div .l-container {
    padding: 0px 8px 8px 0px;
}
#conteneur_pied > div .latest-project {
    position: relative;
}
.bg-dark {
  background: #007b3d  none repeat scroll 0 0;
}
#conteneur_pied > div #mail , footer .copy-right a{
    color:#8b8b8b;
}
.top-bar-area {

  position: relative;
}

.top-bar-area.shadow::after {
  background: #fcdb16 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -10%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  width: 40%;
  z-index: -1;
}

.top-bar-area .top-address li {
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  margin-right: 20px;
  text-transform: capitalize;
}

.top-bar-area.bg-gray .top-address li,
.top-bar-area.bg-theme .top-address li {
  color: #333333;
}

.top-bar-area li,
 .top-bar-area a {
  font-weight: 500;
}

.top-bar-area a {
  font-size: 16px;
}

.top-address li i {
  margin-right: 10px;
}

.topbar-social li {
  display: inline-block;
}

.top-bar-are .topbar-social li a {
  color: #ffffff;
}

.topbar-social li {
  margin-left: 20px;
}

.top-bar-area .info li {
  border-left: 1px solid #fcdb16;
  color: #cccccc;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 5px;
}
.top-bar-area .info{
  padding:5px 0px;
}

.top-bar-area .logo {
  /* margin-top: 10px; */
  background-color:#fff;
    padding: 5px 0;
    position:relative;
}
.top-bar-area .logo:before{
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0px;
  right:0;
  width:1000px;
  background-color:#fff;
  z-index:1;
}

.top-bar-area .info li:first-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-bar-area .info li i {
  border: 2px solid #f9da1b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fcdb16;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.top-bar-area .info li p {
  font-weight: 600;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.top-bar-area .info li p span {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}
.top-bar-area .info li:nth-child(2) p span{
  text-transform:none;
}
.top-bar-area .info li .icon {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area .info li .info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.top-bar-area .logo a {
  padding: 0;
}

.top-bar-area .topbar-social.big-info {
  margin-top: 15px;
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar ul li a:after {
  background: #f9da1b none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0%;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  z-index: 999;
}

nav.bootsnav.navbar-default.info-topbar ul ul li a:after,
nav.bootsnav.navbar-default.info-topbar ul ul ul li a:after {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a:hover:after {
  width: 100%;
}

nav.bootsnav.navbar-default.info-topbar ul li a.active::after {
  background: #f9da1b none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

nav.bootsnav.navbar-default.info-topbar ul.nav.navbar-left .dropdown-menu {
  border: none;
  z-index: 1;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
  background: #fcdb16 none repeat scroll 0 0;
  border: 2px solid #fcdb16;
  color: #333333 !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}
html, body, .fond_body_1,.fond_body_2 {
  height: 100%;
}
body, .banner-area,
 .banner-area div {
  height: 100%;
}
.banner-area,
 .banner-area div{
    height:100vh;
 }

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.shadow {
  position: relative;
  z-index: 1;
}
.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
}

.banner-area .content {
  overflow: hidden;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.shadow-inner .content::after {
  background: #2b2b35 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .item h4 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner-area .item h3 {
  display: inline-block;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.banner-area .item h3::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50%;
}

.banner-area .item .content h3::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.banner-area .carousel-inner.text-center .item .content h3::after {
  left: 50%;
  width: 50px;
  margin-left: -25px;
}

.banner-area .item p {
  font-size: 16px;
}

.banner-area .carousel-control {
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  margin-top: -25px;
  background: transparent;
  opacity: 1;
  z-index: 1;
}

.banner-area .item a {
  margin-right: 10px;
  margin-top: 15px;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area .carousel.single-title .item h1 {
  font-size: 50px;
  font-weight: 900;
}

.banner-area .carousel.single-title .item h2 {
  font-weight: 700;
  text-transform: uppercase;
}

.banner-area .carousel.single-title .item h1 span {
  color: #fcdb16;
}
.features-work-area .features-wrok-items .thumb,
.features-work-area .features-wrok-items .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.features-work-area .features-wrok-items .info {
  padding: 80px 30px 80px 0;
  position: relative;
}

.features-work-area .features-wrok-items .info .content {
  background: #ffffff none repeat scroll 0 0;
  left: -80px;
  padding: 50px;
  position: relative;
}

.features-work-area .features-wrok-items .info .content h4 {
  background: #007b3d none repeat scroll 0 0;
  color: #fcdb16;
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
}

.features-work-area .features-wrok-items .info .content h2 {
  font-weight: 500;
  margin-bottom: 30px;
}

.features-work-area .features-wrok-items .info .content a {
  margin-top: 15px;
}

.features-work-area .owl-nav {
  margin: 0;
}

.features-work-area .owl-nav .owl-prev,
.features-work-area .owl-nav .owl-next {
  background: #fcdb16 none repeat scroll 0 0;
  height: 40px;
  left: 30px;
  line-height: 40px;
  margin-top: -20px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  padding-top:12px;
}

.features-work-area .owl-nav .owl-prev:hover,
.features-work-area .owl-nav .owl-next:hover {
  background: #333333 none repeat scroll 0 0;
}

.features-work-area .owl-nav .owl-next {
  left: auto;
  right: 30px;
}
.bg-cover {
  background-position: center center;
  background-size: cover;
}
.btn-dark {
  background-color: #fcdb16;
  color: #ffffff;
  border: 2px solid #333333;
}

.btn-dark.border {
  background-color: #fcdb16;
  color: #333333;
  border: 2px solid #fcdb16;
}

.btn-dark.border:hover {
  background-color: #fcdb16;
  color: #ffffff !important;
  border: 2px solid #fcdb16;
}
/* Animation delays */
.banner-area .item h1:first-child,
 .banner-area .item h2:first-child,
 .banner-area .item h3:first-child,
 .banner-area .item h4:first-child,
 .banner-area .item h5:first-child,
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
 .banner-area .item h2:nth-child(2),
 .banner-area .item h3:nth-child(2),
 .banner-area .item h4:nth-child(2),
 .banner-area .item h5:nth-child(2),
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
 .carousel-caption h2:nth-child(3),
 .carousel-caption h3:nth-child(3),
 .carousel-caption h4:nth-child(3),
 .carousel-caption h5:nth-child(3),
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item a,
 .banner-area .item button {
  animation-delay: .7s;
}
/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
 .carousel-fade .carousel-inner .next.left,
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
 .carousel-fade .carousel-inner .prev,
 .carousel-fade .carousel-inner .active.left,
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

.banner-area.title-theme .item h1 {
  color: #fcdb16;
  font-size: 45px;
  font-weight: 700;
}

.banner-area .carousel.single-title .carousel-inner .thumb,
.banner-area .carousel.single-title .carousel-inner .info {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.banner-area .carousel.single-title .carousel-inner .thumb img {
  margin-top: 50px;
}
.default-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.default-padding-top {
  padding-top: 80px;
}
.about-area.reverse .thumb {
  padding-left: 15px;
  padding-right: 30px;
}

.about-area .content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  line-height: 1.3;
}

.about-area .content h2::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.about-area .content h3 {
  text-transform: capitalize;
}

.about-area .content ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.about-area .content ul li:last-child {
  border: medium none;
  margin: 0;
  padding-bottom: 0;
}

.about-area ul {
  margin-top: 25px;
}

.about-area .content ul li h5 {
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  text-transform: capitalize;
}

.about-area .content ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.about-area .content a {
  margin-top: 25px;
}

.about-area .content a:hover {
  background: #333333 none repeat scroll 0 0;
  border: 2px solid #333333;
  color: #fcdb16;
}

.about-area img {
  background: #ffffff none repeat scroll 0 0;
}

.about-area .thumb {
  padding-left: 30px;
}

.achivement .item .timer {
  color: #fcdb16;
  font-weight: 900;
  margin-bottom: 15px;
}

.achivement .item {
  display: table-cell;
  width: 1%;
}

.achivement {
  margin-top: 25px;
}

.about-area.double-thumb .thumb .item:first-child {
  padding-left: 0;
}

.about-area.double-thumb .thumb .item:last-child {
  padding-right: 0;
}

.experiance::after {
  background: #2b2b35 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

.experiance > h3 {
  color: #fcdb16;
  display: table-cell;
  font-size: 150px;
  font-weight: 600;
  line-height: 120px;
  margin: 0 !important;
  position: relative;
  z-index: 1;
}

.experiance > h4 {
  display: table-cell;
  font-weight: 600;
  line-height: 30px;
  padding-left: 20px;
  vertical-align: middle;
}

.experiance {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top:-22px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  color: #ffffff;
  font-size: 40px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fcdb16;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fcdb16;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

.video-play-button:hover,
.video-play-button:focus {
  color: #ffffff;
}

.video-play-button:hover:after {
  background-color: #fcdb16;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
}
.top-featured-services-area.full-services {
  overflow: hidden;
}

.top-featured-services-area .item {
  background: #f3f6f8 none repeat scroll 0 0;
  border-right: 1px solid #ffffff;
  display: table-cell;
  padding: 65px 30px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  vertical-align: middle;
  width: 1%;
}

.top-featured-services-area.bg-light .item {
  background: #ffffff none repeat scroll 0 0;
}

.top-featured-services-area .item:nth-child(2n),
.top-featured-services-area .item:nth-child(2n) h4,
.top-featured-services-area .item:nth-child(2n) p {
  background: #fcdb16 none repeat scroll 0 0;
}

.top-featured-services-area .item:nth-child(2n) i {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
}

.top-featured-services-area .item:hover {
  background: #fcdb16 none repeat scroll 0 0;
}

.top-featured-services-area .item:hover .icon {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
}

.top-featured-services-area .item:hover i {
  background: #ffffff none repeat scroll 0 0;
  color: #333333;
}

.top-featured-services-area .item p {
  margin: 0;
}

.top-featured-services-area .item:last-child {
  border: medium none;
}

.top-featured-services-area .item .icon {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  margin: auto auto 20px;
  text-align: center;
  width: 80px;
}

.top-featured-services-area .item i {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  margin: auto auto 20px;
  text-align: center;
  width: 80px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  padding-top:20px;
}

.top-featured-services-area .item .icon img {
  height: 45px;
  margin-top: -5px;
  width: 45px;
}
.default-padding-bottom {
  padding-bottom: 80px;
  padding-top: 80px;
}
.site-heading h2 {
  color: #333333;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.site-heading h3, .paragraphe h3 {
 color: #48398e;
 display: inline-block;
 font-weight: 600;
 padding-bottom: 20px;
 position: relative;
 text-transform: none;
}

.paragraphe.par_style_2 h3 {
    color: #fff;
}

.paragraphe h3 {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 40px;
}

#paragraphe384.paragraphe h3 {
    display: none;
}

.paragraphe.par_fixe h3 {
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
}

.paragraphe.par_fixe h3:after {
    background-color: #fff;
}

.site-heading p {
  margin: 0;
}

.site-heading h2::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.site-heading h3::after, .paragraphe h3:after {
      background: #493a8f none repeat scroll 0 0;
      bottom: 0;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      width: 50px;
}

.paragraphe h3:after {
    left: auto;
    right: auto;
}

.paragraphe.par_style_2 h3:after {
    background-color: #fff;
}

.inverse .site-heading h3::after {
    left: auto;
    right: 0;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
}
.hover-effect .pf-item {
  margin-bottom: 0;
}

.portfolio-area .mix-item-menu button {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow: inherit;
  color: #333333;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.portfolio-area .mix-item-menu {
  margin-bottom: 50px;
}

.portfolio-area .mix-item-menu.item-space {
  margin-bottom: 35px;
}

.portfolio-area .mix-item-menu button.active,
 .portfolio-area .mix-item-menu button:hover {
  color: #fcdb16;
  border: 1px solid #fcdb16;
}

.portfolio-area .mix-item-menu.active-theme button,
.portfolio-area .mix-item-menu.active-dark button {
  padding: 7px 25px;
}

.portfolio-area .mix-item-menu.active-theme  button.active,
 .portfolio-area .mix-item-menu.active-theme  button:hover {
  background: #fcdb16;
  color: #333333;
}

.portfolio-area .mix-item-menu.active-dark  button.active,
 .portfolio-area .mix-item-menu.active-dark  button:hover {
  background: #fcdb16;
  color: #ffffff;
  border-color: #fcdb16;
}

.portfolio-area .portfolio-items .pf-item {
  float: left;
  margin-bottom: 0;
  padding: 0;
  width: 25%;
}

.portfolio-area .pf-item .info {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  display: inline-block;
  float: left;
  padding: 30px;
  width: 100%;
}

.portfolio-area .pf-item .info h4 {
  font-weight: 600;
}

.portfolio-area .pf-item .info a {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333333;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 15px;
  text-transform: uppercase;
}

.portfolio-area .portfolio-items.col-3 .pf-item {
  padding: 15px;
  width: 33.33%;
}

.portfolio-area .portfolio-items.pf-carousel .pf-item {
  float: none;
  width: auto;
}

.portfolio-effet {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.portfolio-effet .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio-effet .overlay {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.portfolio-effet img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width:100%;
  height:auto;
}

.portfolio-effet:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-effet a {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333333 !important;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  width: 40px;
}

.portfolio-effet a, .portfolio-effet h4 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
}

.portfolio-effet h4 {
  margin-bottom: 10px;
}

.portfolio-effet:hover a:hover {
  color: #fcdb16;
}

.portfolio-effet:hover a, .portfolio-effet:hover h4 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-area .pf-item .thumb::after {
  background: #333333 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  outline: 1px solid #7d7d79;
  outline-offset: -15px;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in 0s;
  width: 100%;
}

.portfolio-effet:hover .thumb::after {
  opacity: .7;
}

.portfolio-area .owl-theme .owl-nav {
  margin-top: 0;
}

.portfolio-area .owl-nav .owl-next,
.portfolio-area .owl-nav .owl-prev {
  background: #ffffff none repeat scroll 0 0;
  color: #fcdb16;
  height: 40px;
  left: 10px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next,
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}

.portfolio-area .pf-carousel:hover .owl-nav .owl-next.disabled,
.portfolio-area .pf-carousel:hover .owl-nav .owl-prev.disabled {
  opacity: .5;
}

.portfolio-area .owl-nav .owl-next:hover,
.portfolio-area .owl-nav .owl-prev:hover {
  background: #fcdb16 none repeat scroll 0 0;
}

.portfolio-area .owl-nav .owl-next {
  left: auto;
  right: 10px;
}

.portfolio-details .owl-nav .owl-next, .portfolio-details .owl-nav .owl-prev {
  color: #ffffff;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.item-inner {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.item-inner img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.item-inner .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}

.item-inner .overlay::before {
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  left: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #000000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.item-inner .view-list,
 .item-inner p,
 .item-inner a {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s,
     -webkit-transform 0.35s;
  transition: opacity 0.35s,
      -webkit-transform 0.35s,
      -moz-transform 0.35s,
      -o-transform 0.35s,transform 0.35s;
}

.item-inner .view-list,.item-inner a {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay .view-list,
 .item-inner:hover .overlay a {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.item-inner:hover .overlay::before {
  background: #000000;
  border: none;
  top: 15px;
  bottom: 15px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: .7;
}

.item-inner .view-list {
  font-weight: 300;
  margin-top: -45px;
  position: relative;
  text-transform: uppercase;
  top: 50%;
  transform: translate3d(0%, 50%, 0px);
  transition-delay: 0.3s;
  width: 100%;
  word-spacing: -0.15em;
  z-index: 1;
}

.no-title .item-inner .view-list {
  margin-top: -25px;
}

.portfolio-area .item-inner .view-list h4 {
  color: #ffffff;
}

.item-inner .view-list a {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #333333;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  width: 40px;
}

.portfolio-details .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.portfolio-details .carousel {
  margin-bottom: 30px;
}

.portfolio-details h2,
.portfolio-details h3,
.portfolio-details h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.portfolio-details .conetnt > ul li {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}

.portfolio-details .conetnt li a {
  color: #666666;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.portfolio-details .conetnt > ul li i {
  color: #fcdb16;
  margin-right: 7px;
}

.portfolio-details .conetnt ul {
  margin-bottom: 15px;
}

.portfolio-details .bottom-info {
  border-top: 1px solid #e7e7e7;
  float: left;
  margin-top: 15px;
  padding-top: 30px;
  width: 100%;
}

.portfolio-details .bottom-info .tags,
.portfolio-details .bottom-info .share {
  float: left;
  width: 50%;
}

.portfolio-details .bottom-info .share {
  text-align: right;
}

.portfolio-details .bottom-info .tags li a {
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 600;
  padding: 3px 20px;
  text-transform: capitalize;
}

.portfolio-details .bottom-info .tags li a:hover {
  border: 2px solid #2b2b35;
  background: #2b2b35;
  color: #fcdb16;
}

.portfolio-details .bottom-info .share li a {
  border: 2px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 13px;
  height: 35px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  width: 35px;
}

.portfolio-details .related-projects h3 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

.portfolio-details .related-projects h3::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.portfolio-details .related-projects .owl-dots .owl-dot span {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #2b2b35;
  height: 15px;
  margin: 5px;
  width: 15px;
}

.portfolio-details .related-projects .owl-dots .owl-dot.active span,
.portfolio-details .related-projects .owl-dots .owl-dot:hover span {
  background: #fcdb16;
}

.portfolio-details .related-projects .owl-dots {
  margin-top: 20px !important;
}

.portfolio-details .bottom-info .share li a i {
  margin: 0;
}

.portfolio-details .bottom-info .share li a:hover {
  border: 1px solid #fcdb16;
  background: #fcdb16;
  color: #ffffff !important;
}

.portfolio-details .bottom-info ul {
  margin: 0;
}

.portfolio-details .info span {
  display: block;
  margin-bottom: 20px;
}

.portfolio-details .info span i {
  color: #fcdb16;
  margin-right: 7px;
}

.portfolio-details .info li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.portfolio-details .info li span {
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

.portfolio-details .info li:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.portfolio-details .info {
  padding-left: 50px;
}

.portfolio-details .info li a {
  color: #fcdb16;
}

.portfolio-details .bottom-info li {
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-details .bottom-info li:first-child {
  margin-right: 7px;
}

.fun-fact {
  margin-top: 15px;
}

.fun-fact i {
  background: #fcdb16 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333333;
  font-size: 40px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
}

.fun-fact i::after {
  border: 5px solid #fcdb16;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  line-height: 120px;
  position: absolute;
  top: -10px;
  width: 120px;
  z-index: -1;
}

.bg-dark .fun-fact i,
 .bg-dark-hard .fun-fact i {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

.fun-fact .timer {
  color: #ffffff;
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
}

.fun-fact span.medium {
  color: #ffffff;
  display: block;
  font-size: 18px;
  margin-top: 10px;
  font-family: "Poppins",sans-serif;
}

/* ==============================================================
     # Blog
=================================================================== */

.blog-area .blog-items .info {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 30px;
}

.blog-area .blog-items .item .thumb {
  overflow: hidden;
}

.blog-area .blog-items .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .blog-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-area .blog-items .info .meta {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
  margin-top: 20px;
}

.blog-area.col-2 .blog-items .info .meta {
  border-bottom: 1px solid #e7e7e7;
  border-top: medium none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-area.full-blog .blog-items .info .meta {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #e7e7e7;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 0;
}

.blog-area.col-3 .blog-items .info .meta {
  margin-bottom: 0;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
  font-weight: 600;
  /* text-transform: capitalize; */
  margin-bottom: 20px;
}

.blog-area .blog-items .info span {
  color: #666666;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 1px;
}

.blog-area .blog-items .info span i {
  margin-right: 5px;
}

.blog-area .blog-items .info .meta li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  text-transform: uppercase;
}

.blog-area .blog-items .info .meta li a {
  display: inline-block;
  font-weight: 400;
}

.blog-area .blog-items .info .meta li,
.blog-area .blog-items .info .meta li a {
  color: #666666;
}

.blog-area .blog-items .info .meta li a:hover {
  color: #fcdb16;
}

.blog-area .blog-items .info .meta li i {
  font-weight: 900;
  margin-right: 5px;
}

.blog-area .blog-items .info a {
  display: inline-block;
  font-weight: 500;
}

.blog-area .blog-items .info > a {
  font-size: 10px;
  font-weight: 600;
  margin-top: 10px;
  padding: 6px 25px;
  text-transform: uppercase;
}

.blog-area .blog-items .info a:hover {
  color: #fcdb16;
}

.blog-area.full-blog .blog-items .item-box {
  margin-bottom: 50px;
}

.blog-area.full-blog .blog-items .info {
  background: #ffffff none repeat scroll 0 0;
  padding-top: 30px;
}

.blog-area.full-blog .blog-items .item {
  box-shadow: inherit;
}

.sidebar-item h4 {
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase !important;
  z-index: 1;
}

.sidebar-item h4::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.sidebar-item {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 50px;
}

.blog-area.full-blog .sidebar {
  padding-left: 35px;
}

.sidebar-item:last-child {
  margin: 0;
}

.blog-area .sidebar-item.recent-post li a {
  color: #666666;
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.blog-area .blog-items .item .thumb a {
  display: block;
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  background: rgba(43, 43, 53, 0.7);
}

.blog-area .blog-items .item .thumb:hover .overlay-icon {
  opacity: 1;
}

.blog-area .blog-items .item .thumb a .overlay-icon i {
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 35px;
  height: 80px;
  left: 50%;
  line-height: 78px;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 80px;
}

.blog-area .blog-items .item .thumb:hover .overlay-icon::after {
  opacity: .7;
}

.blog-area .top-meta ul li, .blog-area .top-meta ul li a {
  color: #666666 !important;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 500 !important;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .top-meta ul li::after {
  background: #666666 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 10px;
}

.blog-area .top-meta ul li {
  margin-right: 8px;
  padding-right: 20px;
  letter-spacing: 1px;
}

.blog-area .top-meta ul li:last-child::after {
  display: none;
}

.blog-area .top-meta ul li:last-child {
  margin: 0;
  padding: 0;
}

.blog-area .top-meta {
  margin-bottom: 10px;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.sidebar-item.recent-post li a:hover {
  color: #fcdb16;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
}

.sidebar-item.recent-post li span {
  display: inline-block !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
  text-transform: uppercase;
}

.blog-area.full-blog .sidebar .info .meta-title {
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #666666;
}

.blog-area.full-blog .sidebar .info .meta-title,
.blog-area.full-blog .sidebar .info .meta-title span,
.blog-area.full-blog .sidebar .info .meta-title a {
  color: #aeaeae;
}

.blog-area.full-blog .sidebar .info .meta-title a:hover {
  color: #fcdb16;
}

.sidebar-item.recent-post li {
  color: #666666;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  width: 100%;
}

.sidebar-item.recent-post li .info {
  color: #cccccc;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px !important;
  vertical-align: top;
}

.sidebar-item.category ul li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
}

.sidebar-item.category ul li a {
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
}

.sidebar-item.category ul li a span {
  float: right;
}

.sidebar-item.category ul li a:hover {
  color: #fcdb16;
}

.sidebar-item.category ul li:last-child {
  border: medium none;
}

.sidebar-item.category ul li:last-child a {
  padding-bottom: 0;
}

.sidebar-item.archives ul li {
  display: block;
}

.sidebar-item.archives ul li a {
  display: inline-block;
  padding: 8px 0;
}

.sidebar-item.archives ul li a:hover {
  color: #fcdb16;
}

.sidebar-item.archives ul li:last-child a {
  padding-bottom: 0;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
}

.sidebar-item.social-sidebar li a {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  width: 50px;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 5px;
  padding: 5px 25px;
  text-transform: capitalize;
}

.sidebar-item.tags ul li a:hover {
  background: #fcdb16;
  border: 1px solid #fcdb16;
  color: #ffffff;
}

.sidebar-item.search input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  width: 100%;
}

.sidebar-item.search form {
  position: relative;
}

.sidebar-item.search input[type="submit"] {
  background: #333333 none repeat scroll 0 0;
  border: medium none;
  border-radius: inherit;
  color: #ffffff;
  font-weight: 600;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-family: "Poppins",sans-serif;
}

.sidebar-item.search input[type="submit"]:hover {
  background: #fcdb16;
  color: #ffffff;
}

.blog-area .pagi-area {
  padding: 0;
}

.blog-area .pagi-area .pagination {
  margin: 0;
}

.blog-area .pagi-area .pagination li a {
  color: #333333;
  font-weight: 600;
  padding: 10px 20px;
}

.blog-area .pagi-area .pagination li.active a {
  background: #fcdb16 none repeat scroll 0 0;
  border: 1px solid #fcdb16;
  color: #333333;
}

.blog-area .pagi-area .pagination li.active a:hover {
  color: #333333;
}

.blog-area .pagi-area .pagination li a:hover {
  color: #fcdb16;
}

.blog-area.single-blog .blog-items .info h2 {
  font-weight: 600;
}

.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border: medium none;
  color: #555555;
  font-size: 15px;
  padding: 50px;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}

.blog-area .item blockquote::after {
 font-family: "Font Awesome 5 Free";
  font-style: inherit;
  font-weight: 900;
  left: 25px;
  position: absolute;
  top: 45px;
}

.post-tags {
  border-top: 1px solid #e7e7e7;
  display: block;
  padding-top: 30px;
  width: 100%;
}

.post-tags span {
  display: block;
  font-family: "Poppins",sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.post-tags a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333333;
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
  text-transform: uppercase;
}

.post-tags a:hover {
  color: #fcdb16;
}

.blog-area.full-blog.left-sidebar .blog-content {
  float: right;
}

.blog-area.full-blog.left-sidebar .sidebar {
  float: left;
  padding-left: 15px;
  padding-right: 30px;
}

.author-bio {
  border: 1px solid #e7e7e7;
  display: block;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: top;
}

.author-bio .content p {
  margin: 0;
}

.blog-area.single-blog .blog-content .item-box {
  margin-bottom: 0;
}

.blog-area.single-blog .blog-content .item-box .form-group.submit {
  margin-bottom: 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 80px;
  width: 80px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 60px;
  width: 60px;
}

.comments-list .commen-item {
  margin-bottom: 30px;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h5 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.comments-info a {
  display: inline-block;
  margin-left: 14px;
}

.comments-info a:hover {
  color: #fcdb16;
}

.comments-info a i {
  margin-right: 5px;
}

.comments-form input, .comments-form textarea {
  border: 1px solid #e2e2e2;
  border-radius: inherit;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 150px;
}

.comments-form button {
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 7px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #ffffff;
  background-color: #fcdb16;
  border: 1px solid #fcdb16;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.top-featured-services-area .item h4 {
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
}
footer {
  background: #007b3d  none repeat scroll 0 0;
}

footer .f-item h4 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 12px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

footer .f-item h4::after {
  background: #fcdb16 none repeat scroll 0 0;
  bottom: 13px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 5px;
}

footer .f-item p {
  color: #ffffff;
  font-size: 14px;
}

footer .f-item .address li {
  display: block;
  margin-bottom: 10px;
}

footer .f-item .address li i {
  background: #41414a none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fcdb16;
  display: table-cell;
  font-size: 16px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
}

footer .f-item .address li span {
  color: #cccccc;
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

footer .f-item .address li:last-child {
  margin: 0;
}

footer .f-item .address {
  margin-top: 30px;
}

footer .instagram-feed li a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: inline-block;
  float: left;
}

footer .instagram-feed .overay {
  background: rgba(35, 35, 35, 0.8) none repeat scroll 0 0;
  bottom: -100%;
  color: #ffffff;
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 20px;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

footer .instagram-feed .overay i {
  margin-right: 4px;
  color: #fcdb16;
}

footer .instagram-feed li a:hover .overay {
  bottom: 0;
}

footer .f-item.instagram-feed ul li {
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px 0;
  width: 33.333%;
  float: left;
}

footer .f-item.instagram-feed ul li img {
  min-height: 70px;
  width: 100%;
}

footer .f-item.recent-post li a {
  color: #cccccc;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

footer .f-item.recent-post .info .meta-title {
  font-family: "Poppins",sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

footer .f-item.recent-post li a:last-child {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

footer .f-item.recent-post li a:hover {
  color: #fcdb16;
}

footer .f-item.recent-post li a span {
  display: inline-block;
}

footer .f-item.recent-post li span {
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}

footer .f-item.recent-post li {
  color: #555555;
}

footer .f-item.recent-post li {
  border-bottom: 1px solid #41414a;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer .f-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.recent-post li:last-child {
  margin: 0;
}

footer .f-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

footer .f-item.recent-post li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #cccccc;
}

.footer-bottom {
  border-top: 1px solid #41414a;
  margin-top: 40px;
  padding-top: 30px;
}

.footer-bottom .col-md-6 {
  padding: 0;
}

.footer-bottom p {
  color: #cccccc;
  font-size: 14px;
  margin: 0;
}

.footer-bottom-menu li {
  display: inline-block;
}

.footer-bottom-menu li a {
  color: #cccccc;
  display: inline-block;
  font-weight: 500;
  margin-left: 15px;
}

.footer-bottom-menu li a:hover {
  color: #fcdb16;
}

.f-item.business-hours li {
  border-bottom: 1px solid #000000;
  color: #ffffff;
  display: block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.f-item.business-hours li span {
  float: right;
  font-weight: 400;
}

.f-item.business-hours li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding: 0;
}

.footer-bottom p a {
  color: #fcdb16;
  font-weight: 600;
}

.business-hours ul {
  margin-top: 30px;
}

.f-item > img {
  margin-bottom: 30px;
}

footer .f-item.link li {
  display: block;
  float: left;
  width: 50%;
}

footer .f-item.link.full li {
  width: 100%;
}

footer .f-item.link.full li {
  border-bottom: 1px solid #111;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

footer .f-item.link.full li a {
  margin: 0;
}

footer .f-item.link.full li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.link li a {
  color: #111;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  text-transform: capitalize;
}

footer .f-item.link li a:hover {
  color: #fcdb16;
}

footer .f-item.link li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  font-weight: 900;
}

footer .f-item.newsletter form input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #41414a;
  box-shadow: inherit;
  color: #ffffff;
}

footer .f-item.newsletter form {
  margin-top: 30px;
}

footer .f-item.newsletter form .input-group-addon {
  background: #fcdb16 none repeat scroll 0 0;
  border: medium none;
  padding: 6px 15px;
}

footer .f-item.newsletter form .input-group-addon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
}
@media screen and (max-width: 1170px) {
  .top-bar-area .col-md-9{
    display:none;
  }
   .top-bar-area .container{
  padding:0px;
    width:100%;
  }
    #main-slider{
        padding-top:0px;
    }
    .top_header{
        display:none;
    }
    #menu_haut ul {
        text-align: left;
        padding:20px 15px!important;
    }

    .carousel-inner {
        width: 100%!important;
    }
    #menu_haut ul li a:after {
        display: none;
    }
    #menu_haut ul li a:hover,
    #menu_haut ul li:hover a {
        /* color: #3A4046; */
    }

   #menu_haut .extend {
        padding: 0px;
        font-size: 20px!important;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        line-height: 35px;
        width: 35px;
        padding-top:5px;
        color: var(--corp);
        text-decoration: none;
    }
    #header #menu_haut {
        width: 100%!important;
        max-width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        z-index: 160!important;
        /* border-bottom:5px solid #97BF0D; */
        /* background-color: #fff; */
        overflow: hidden;
        height: 0px;
        /* padding: 20px; */
    }

.new_menu #menu_haut {
    display: flex;
    justify-content: space-between;
}
    .search-container{
        display:none;
    }
    .btn-menu {
        z-index: 1000;
        display: inline-block!important;
        position: relative!important;
        /* right: 20px; */
        /* bottom: 20px; */
        background-color:#fff;
        z-index:10000;
        margin-right:0px!important;
        /* border:1px solid #ccc; */
        width: 52px;
        height: 44px;
    }

.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}

button.navbar-toggle.collapsed.btn-menu {}
    .icon-bar{
        background-color: var(--corp);
    }
       #col1 {
        display: none;
    }
    #col3 {
        float: none;
    }
    #pied {
        width: 100%;
    }
    #pied #conteneur_pied {
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
    }
    .slider{
        padding-top:0!important;
    }
    #header {
        position:relative;
        min-width: 100%;
        /* height: 100px; */
        height:auto;
        padding: 10px;
    }
    #conteneur {
        /* padding-top:100px; */
    }
   .center_actu {
        /* padding: 40px 15px!important; */
    }

    #conteneur_contenu {
        min-width: 100%;
    }
    #conteneur_header {
        width: calc(100% - 52px);
        padding-right: 20px!important;
    }
    .paragraphe p > img {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 0px!important;
        margin: auto;
        margin-bottom: 20px!important;
    }
    #centreetdroite .transport-king .about-us p {
        width: auto;
    }
    .SF fieldset p {
        display: inline-block;
        width: 100%!important;
        margin-left: 0px!important;
    }

    #header #logo {
        position: relative;
        display: block;
        width: calc(100% - 29px);
        left: 0px;
        margin-right:29px;
        padding:10px;
    }
    #logo img {
        padding-top: 0!important;
    }
    #header #logo:after {
        border: none;
    }
    #position-menu {
        background-color: #fff;
        /* position: absolute; */
        /* top: 100%; */
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

.new_menu #position-menu {
    max-width: none;
}
  .new_menu .bg_menu{
    position:absolute;
    display:block;
    top:100%;
    margin-left: -10px;
    width: 100%;
  }
    #menu_haut ul li ul {
        display: block;
        height: 0px;
        overflow: hidden;
        padding: 0px!important;
        background-color:#fff;
        top:0!important;
    }
    #menu_haut ul li.open ul {
        height: auto;
        top: 0px;
        opacity: 1;
        position: relative;
        width: 100%!important;
        border: none;
        padding-top: 9px;
        padding-bottom: 9px;
        display: block;
        left: 0px;
        padding-left:20px!important;
    }
    #menu_haut ul li.open ul li,
    #menu_haut ul li.open ul li a {
        width: 100%!important;
        text-align: center;
        color: #3e3e3e!important;
        background-color: #fff;


    }
    #menu_haut ul li.open ul li a{
       padding: 10px 0px!important;
    }
    #menu_haut ul li.open ul li{
        border:0px;
        padding:0px;
    }
    #menu_haut ul.menu-sub > li:first-child:after {
        display: none;
    }
    .page-heading .page-title h2{
        font-size:25px;
        padding-right:0;
        margin-right:0;
    }
    .page-heading{
        padding-top:50px;
    }
    #ariane{
        width:100%;
        text-align:right;
    }
    .page-heading .page-title{
        width:100%;
    }
    #menu_haut ul {
        float: none;
        padding: 20px!important;
        display:block;
        margin: auto;
        width: 100%;
    }
    #recherche {
        top: 0px;
        right: 0px;
    }
    #centreetdroite {
        width: 100%!important;
    }
    #wrapper {
        top: 0px;
        width: 100%;
        margin-left: 0px;
        min-width: 100%;
        height: auto;
    }
    body {
        overflow-x: hidden;
    }
    #carousel div {
        height: auto;
    }
    #carousel div img {
        height: auto;
        width: 100%;
    }
    #pager2 {
      width: 100%;
        bottom: 10px;
        top: auto;
    }

    #centreetdroite {
        /* width: 96%!important; */
        margin: auto;
        height: auto!important;
    }

    #gauche {
        width: 96%;
        margin: auto;
        padding: 0px;
        position: absolute;
        float: none;
        margin-left: 2%;
    }
    #col2 > a {
        display: none!important;
    }
    #col2 {
        width: 20%;
        margin-right: 0;
        margin-left: 5%;
    }
    #col2 #reseaux {
        width: 100%;
        text-align: center;
    }
    #col2 #reseaux a {
        margin: auto!important;
        display: block!important;
        margin-bottom: 40px!important;
    }
    #col2 {
        margin-left: 5%;
        width: 50%;
        margin-right: 0px;
    }
    #gauche h3 {
        font-size: 1.8em;
        font-weight: normal;
        text-transform: capitalize;
    }
    #gauche .mdl_billet {
        font-size: 1.2em;
        color: #1a333c;
    }
#menu_haut li a{
    padding:10px 0px;
    display:block;
    text-align:left;
    border-bottom:1px solid #ccc;
    color: var(--corp);
}

.new_menu #menu_haut li a {
    padding: 20px 0;
    /* width: 100%; */
}
#menu_haut li a.extend{
    border:0px;

}
#menu_haut li:last-child a{
    border:0px;
}

    #menu_haut> ul >li {
        width: 100%;
        margin:0px;
        padding:0px 16px;
            -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);

    }

.new_menu #menu_haut > ul > li {
    padding: 0;
    width: 100%;
}
    .sousmenu.open + li a {
            border-top:1px solid #ccc;
    }
        #menu_haut> ul >li  a{
               -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
        }
    #menu_haut> ul >li:hover .extend{
        color: #686868;
    }
     #pied #conteneur_pied > div{
        width:100%;
     }

  .paragraphe .flexcenter{
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    gap: 40px;
  }

.txt_seul {
    padding: 0;
}

.contain-pp {
    padding: 0;
}

.paragraphe .flexcenter.step {
    display: flex;
    flex-direction: column;
}

.flexcolumn.step .picto .contain-txt h4 {
    min-height: auto;
}

.paragraphe.par_style_3 .flexcenter {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 0;
}

.colonne.x3.tier, .colonne.x3.deuxtier {
    width: 100%;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    padding: 0;
    border: 0;
}

.colonne.x3.deuxtier.flexcenter {
    display: flex;
    flex-direction: column;
}

.colonne.x3.deuxtier.flexcenter > div {
    width: 100%;
}

.colonne.x3.tier h3 {
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
}

.paragraphe .colonne.x3.tier h3:after {
    right: auto;
    left: 0;
}

.paragraphe .flexcenter.picto_little {
    display: flex;
    flex-direction: row;
}

.flexcolumn.picto_little .picto {
    min-width: 200px;
}

.paragraphe.par_fixe .flexcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.contain-pp .contain-left, .contain-pp .contain-right {
    width: 100%;
}

.contain-pp .contain-left img {
    max-width: 500px;
}

.contain-pp .contain-left, .contain-pp .contain-right, .contain-pp.inverse .contain-right {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.contain-pp .contain-right {
    min-width: auto;
}

.paragraphe .contain-pp .contain-right h3, .paragraphe .contain-pp.inverse .contain-right h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.inverse .site-heading h3::after {
    right: auto;
}

.flexcenter.inverse h3, .flexcenter.inverse p {
    width: 100%;
    text-align: left;
}

  .contain_actu{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

.contain_actu p {
    text-align: center;
}
}
#lines {
    border-bottom: 17px double black;
    border-top: 6px solid black;
    content: "";
    height: 5px;
    width: 35px;
    display: block;
}
.btn-menu {
    display: none;
    cursor: pointer;
}

#pager2 {
    width: 100%;
    bottom: 10px;
    top: auto;
}

@media only screen and (max-width: 991px){

  #contenu_scroller{
    text-align:left;
  }

  #header.new_menu .header-right-info ul li .single-header-right-info .icon-box i{
    font-size:20px;
  }

  #header.new_menu .header-right-info ul li:first-child{
      display:none;
  }

  .contain-pp .contain-left{
    width:100%;
  }

.contain-pp .contain-left.bandeau-size {
    max-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .contain-pp .contain-right{
    width:100%;
    padding-left:0;
    padding-top:20px;
  }

  .contain-pp .contain-left iframe{
    min-height:400px;
  }

  .contain-pp.inverse .contain-right{
    display:flex;
    align-items: center;
    padding-top: 20px;
    padding-right: 0;
  }

  .inverse .site-heading h3::after{
    left: auto;
    right: auto;
  }

  .flexcolumn .picto{
    /* width: 100%!important; */
  }

.paragraphe .flexcolumn .picto h3 {
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    flex-direction: row;
    justify-content: center;
}

.contain-txt .cta {
    display: flex;
    justify-content: center;
}

.picto .contain-txt {
    padding: 0;
}

  .content-pp{
    padding: 0;
  }

.flexcolumn.picto_titre .picto {
    display: flex;
    align-content: center;
    align-items: center!important;
}

.flexcolumn .picto img {
    width: 90px;
}

.flexcolumn .picto .contain-txt h4, .flexcolumn .picto .contain-txt p {
    text-align: center;
}

  img.mdl_billet{
    float: none!important;
    padding-right: 0!important;
    margin: auto;
    padding-left: 40px;
    width: 100%;
  }

.contain_actu p:first-child {
    display: flex;
    justify-content: center;
}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
   .features-work-area .features-wrok-items .thumb,
.features-work-area .features-wrok-items .info {
    display: block;
    float: left;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info .content {
    left: 0;
    margin: 0 15px;
    padding: 30px;
    top: -80px;
  }

  .features-work-area .features-wrok-items .thumb {
    display: block;
    min-height: 300px;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info {
    padding: 0 15px;
  }

  .features-work-area .owl-nav .owl-prev,
.features-work-area .owl-nav .owl-next {
    margin-top: 30px;
  }

  .features-work-area .features-wrok-items .info .content {
    padding: 60px;
  }

}
@media only screen and (max-width: 767px){
    .features-work-area .features-wrok-items .thumb,
.features-work-area .features-wrok-items .info {
    display: block;
    float: left;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info .content {
    left: 0;
    margin: 0 15px;
    padding: 30px;
    top: -50px;
  }

  .features-work-area .features-wrok-items .thumb {
    display: block;
    min-height: 250px;
    width: 100%;
  }

  .features-work-area .features-wrok-items .info {
    padding: 0 15px;
  }

  .features-work-area .owl-nav .owl-prev,
.features-work-area .owl-nav .owl-next {
    margin-top: 30px;
    display: none;
  }

  .features-work-area .features-wrok-items .info .content {
    padding: 30px;
  }

  .flex-bloc{
    max-width: 420px;
    margin: auto;
    margin-bottom: 50px;
  }

.paragraphe .flex-bloc .bloc-img .bloc-txt p {
    line-height: 21px;
}

.paragraphe .flex-bloc .bloc-txt h4 {
    line-height: 1;
    margin-bottom: 12px;
}

.paragraphe .flex-bloc .bloc-img .bloc-txt {
    padding: 10px;
}

  #welcome .bloc-welcome h3{
    font-size: 30px;
  }

  .fact-counter > div{
    margin-bottom: 30px;
  }

  #header.new_menu #logo{
    padding: 0;
    width: auto;
  }

  h2.heading{
    font-size:25px;
  }

  #header.new_menu #logo img{
    width: 185px;
    /* height:100px; */
  }

  #header.new_menu .header-right-info{
    width:calc(100% - 185px);
  }

  #header.new_menu .header-right-info ul{
    margin:0;
  }

  #header.new_menu .header-right-info ul li .single-header-right-info .icon-box{
    padding:0 10px;
  }

  .paragraphe.par_fixe h3{
    font-size:25px;
    line-height:25px
    ;
  }
}



@media screen and (max-width: 850px) {

  #header.new_menu .header-right-info ul{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }

  #header.new_menu .header-right-info ul li + li .single-header-right-info{
    border:0;
  }

}

@media screen and (max-width: 850px) {
    .welcome-area{
        margin-top:0px;
    }
    .center_actu img {
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
    .right_actu {
        width: 100%;
        padding-left: 0px;
    }

.block_list_actu .right_actu {
    padding: 20px 20px 80px;
}
}
@media screen and (max-width: 740px) {
  .paragraphe p > img,#contenu_scroller > p > strong> img{
    margin:auto!important;
    float:none!important;
  }
  .banner-area .item h4{
    font-size:30px;
  }
      .page-heading .page-title h2{
        font-size:20px;
        margin:0px;
    }
    .page-heading .container{
        width:100%;
    }
    .section-desc p.section-text{
        padding:0 15px!important;
    }

    .mosaicflow__item{
        width:50%;
    }
    .left_pres{
        width:100%;
        display:block;
    }
    .right_pres{
        width:100%;
    }

    .col1,
    .col2 {
        width: 100%;
    }
    .fun_text{
        width:50%;
    }
    .layer-1 h2{
        font-size:20px;

        line-height:20px;
    }
    .ready-btn{
        margin-top:10px;
    }
    .layer-2 p{
        font-size:16px;
        line-height:16px;
        margin-bottom:10px;
    }
    .col1 {
        margin-bottom: 40px;
    }


    .carousel-inner,
    .carousel {
        height: auto!important;
    }

    #recherche {
        display: none;
    }
    #menu_haut {
        width: 100%;
        /* top: 35px; */
    }
    #menu_haut >ul {
        padding: 0px;

    }
    .slider-content{
        margin-top:0px;
        top:0px;
    }
    #menu_haut >ul >li {
        display: inline-block;
        float: none;
    }
    #menu_haut >ul >li a {
        /* padding:0px; */
    }
    #menu_haut> ul >li {
        width: 100%;
    }
    #logo {
        left: 30%;
        margin: 0px!important;
        padding: 0px;
    }
    #background-menu-right {
        height: 190px;
    }
    #wrapper {
        /* top:205px; */
    }
    #col3 {
        width: 90%;
        margin-left: 5%!important;
        float: none;
    }
    #col2 {
        display: none;
    }
        .blog-area .col-md-2{
        width:33.33333%!important;
    }

}
@media screen and (min-width: 0px) and (max-width: 500px) {
    .left-atout,.left-equipe{
        padding-right:20px!important;
    }
    .col_chiffre{
    width:100%;
}
.mosaicflow__item{
        width:100%;
    }
        .blog-area .col-md-2{
        width:50%!important;
    }
    #header.new_menu .header-right-info{
      display:none;
    }

}
@media screen and (min-width: 0px) and (max-width: 400px) {
    .fun_text{
        width:100%;
    }

    .media-left{
        display:block;
        text-align:center;
        padding:0px;
    }
    .media-left .media-object{
        text-align:center;
        margin:auto;
        margin-bottom:20px;
    }
    #header #logo img {
        max-width:calc(100% - 70px);

    }



}
