/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*!
Theme Name: Embci
Theme URI: https://them.es/starter
Author: Youssef Chibi
updated by: Othman El Basiri
Author URI: https://them.es/
Description: New theme
Version: 3.3.1
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: ebci-theme
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
}

a:hover {
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.bypostauthor {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*style of youssef :*/
.rwcs {
  position: absolute;
  bottom: 0;
}
.cardtittle {
  color: #414142 !important;
  font-family: Montserrat !important;
  font-weight: bold !important;
}

.lirepluscard {
  font-weight: 600 !important;
  color: #414142 !important;
  font-size: 0.9rem !important;
  font-family: Montserrat !important;
}
.cardstyle {
  width: 18rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.hd {
  background: #8eb30b !important;
}
header #header {
  background: #8eb30b !important;
}

@media (min-width: 770px) {
  .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#text {
  display: none;
}

.menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slickerss {
}
.imgsize {
  height: 82px !important;
  width: 200px !important;
}
.menulist li {
  padding-right: 60px;
}
/*search bar*/

.searc {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 50px;
  height: 50px;
  /*background: white;
	background:#07051a;*/
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 25px;
  /* border: 4px solid white;*/
  padding: 5px;
}
.search1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42.5px;
  line-height: 30px;
  outline: 0;
  border: 0;
  display: none;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 20px;
}

.fa {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 42.5px;
  height: 42.5px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  /* color: #07051a; */
  color: white;
  text-align: center;
  font-size: 1.2em;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

form:hover,
form:valid {
  cursor: pointer;
}

form:hover input,
form:valid input {
  display: block;
}

form:hover .fa,
form:valid .fa {
  background: #8eb30b;
  color: white;
  top: 43%;
}
form:hover .btn_search::before,
form:valid .btn_search::before {
  opacity: 0;
}

form:valid a {
  display: block;
}

/*
container custom;
*/
#custom_cont {
  float: right;
  outline: none;
}
.custom_btn {
  background: white;
  color: #8eb30b;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 17px;
  border-radius: 15px;
  border-color: white;
}
button .navbar-toggler {
  position: fixed;
  float: none;
}
#hed {
  /* background:linear-gradient(to bottom,#8EB30B ,black) */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8eb30b),
    to(#546b03)
  );
  background: -o-linear-gradient(top, #8eb30b, #546b03);
  background: linear-gradient(to bottom, #8eb30b, #546b03);
}
.imgnoborder {
  border: none !important;
}

#footer {
  background-color: #8eb30b !important;
}
.linksize {
  font-size: 13px;
  font-weight: 600;
}
.vertical {
  border-left: 1px ridge white;
  height: 180px;
  display: inline-block;
}
.vertical2 {
  border-left: 3px ridge white;
  height: 30px;
  display: inline-block;
}
#hr1 {
  color: white;
  font-weight: bold;
  border-width: 100px;
}
.horizon {
  border-top: 2px ridge white;
  display: inline-block;
  width: 1010px !important;
}
#bottomtext {
  font-size: 15px;
}
.ttr {
  color: #231f20;
  width: 350px;
}
.clr {
  color: #414142;
  font-size: 1.2rem;
  font-weight: 600;
}
.bold600 {
  font-weight: 600;
}
.remsizetxt {
  font-size: 1.1rem !important;
}
.cstmwidth {
  width: 500px !important;
}
.titless {
  font-family: Montserrat;
  color: #8eb30b;
}
.textparag {
  font-size: 1rem !important;
  color: #7a7a7c !important;
  font-family: Montserrat;
  margin-right: 6rem !important;
}
.blockssize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1fr;
  -ms-flex: 1fr 1fr 1fr 1fr;
  flex: 1fr 1fr 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.textblocks {
  color: #7a7a7c !important;
  font-family: Montserrat;
  font-size: 0.8rem !important;
}
.textparga {
  color: #707070 !important;
  font-family: Montserrat;
  font-size: 0.8rem !important;
}
.spnstl {
  font-weight: 700 !important;
  font-family: Montserrat !important;
}
.customA {
  color: #231f20 !important;
}
.vertical1 {
  border-left: 2px dashed #c6c6c6;
  display: inline-block;
  height: 80%;
}
.horizon1 {
  border-top: 2px ridge #8eb30b;
  display: inline-block;
}
.itms {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  background-image: url(/wp-content/uploads/cover.png);
  height: 380px;
  width: 500px;
}
.itms2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ttb {
  width: 350px;
}
.pststyle {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#8eb30b),
    color-stop(47%, #8eb30b),
    color-stop(45%, white),
    to(white)
  );
  background: -o-linear-gradient(
    top,
    #8eb30b 0%,
    #8eb30b 47%,
    white 45%,
    white 100%
  );
  background: linear-gradient(
    to bottom,
    #8eb30b 0%,
    #8eb30b 47%,
    white 45%,
    white 100%
  );
}
.cstmed input {
  padding-left: 1rem !important;
  border-radius: 5px;
  height: 45px;
  width: 300px;
  margin: 10px;
  color: #848484;
  border: 1px solid#e8ecef;
  font-weight: 400;
}
.cstmed textarea {
  padding-left: 1rem !important;
  border-radius: 5px;
  height: 97px;
  width: 620px;
  margin: 10px;
  color: #848484;
  border: 1px solid#e8ecef;
  font-weight: 400;
}
#ctsmtextp {
}
.cstmed input[type="submit"] {
  width: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  border-radius: 10px;
  font-size: 1rem;
  /* height: 45px; */
  /* width: 300px; */
  /* margin: 10px; */
  color: white;
  border: 1px solid #ced4da;
  background: #8eb30b;
  font-weight: bold;
  font-family: Montserrat;
}
.newsletter input {
  border-radius: 10px;
  width: 250px;
  height: 40px;
  border: #e8ecef;
}

.formperso {
}
.threebtn {
}
.postssize {
}
.spantitle {
}
.blockabs {
}
.textstyleP {
  color: #414142 !important;
  font-family: Montserrat !important;
}
div.customediv p {
  color: #414142 !important;
  font-family: Montserrat !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}
.btnheights {
  bottom: -1rem !important;
}
.navbtns {
  border-color: white;
  border-style: solid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 20px;
  border-width: thin;
}
.spn1 {
  font-weight: bold !important;
  font-family: Montserrat !important;
  border: 1px solid #8eb30b;
  background: #8eb30b;
  border-radius: 8px;
}
.footlinks {
}

li a .nav-link {
  font-family: Montserrat;
  font-weight: normal;
}
.menulist li a {
  font-family: Montserrat;
  font-weight: 500;
  color: white;
}
.bld {
  font-weight: bold !important;
}
.textstyle {
  font-family: Montserrat !important;
}

.centertexte {
  margin-left: 23rem !important;
  margin-right: 23rem !important;
}
.regularbld {
  font-weight: 500 !important;
}
.cstmbadg {
}
.txtcs {
}
input#sbmt {
  position: absolute;
  width: 40px;
  right: 10%;
  background: #414142;
  background-image: url(/wp-content/uploads/send.png);
  background-repeat: no-repeat;
  background-position: center;
  content-visibility: hidden;
}
@media (min-width: 1400px) {
  input#sbmt {
    right: 11%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  input#sbmt {
    right: -6% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  input#sbmt {
    right: -31.5%;
  }
}
@media (min-width: 992px) and (max-width: 2559px) {
  .postssize {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .menumarg {
    margin-left: 150px;
  }
}
@media (min-width: 327px) and (max-width: 426px) {
  input#sbmt {
    right: 25% !important;
  }
}

@media (min-width: 426px) and (max-width: 500px) {
  input#sbmt {
    right: 37% !important;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  div.csdiv {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }
  .txtcs {
    font-size: 0.8rem;
  }
  p.spnstl {
    font-size: 1.3rem !important;
    padding-top: 0.5rem !important;
    padding-left: 0rem !important;
  }
  .cstmbadg {
    height: 60px !important;
  }
  .rwcs {
    width: 132px !important;
  }
  button#prvbtn {
    padding-left: 1rem !important;
    padding-right: 1.5rem !important;
  }
  button#nxtbtn {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  div.navbtnsborder {
    margin-top: 1.5rem !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .slick-dots {
    position: initial !important;
  }
  .footlinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footlinks div ul {
    display: block !important;
  }
  .ttb {
    width: 300px !important;
  }
  p#ctsmtextp {
    padding-right: 0px !important;
  }
  .blockssize img {
    margin: auto;
  }
  .ttr {
    width: 300px;
  }
  .centertexte {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .navbtns {
    width: 120px !important;
  }
  div.blockabs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .vertical2 {
    border-top: 3px ridge white !important;
    border-left: none !important;
    height: 0px !important;
    display: inline-block;
    width: 100px;
  }
  #cerclebef:before {
    background-image: url(/wp-content/uploads/Ellipse2.png);
    position: absolute;
    height: 300px;
    left: 1068px;
  }
  div .threebtn {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .cstmed textarea {
    width: 200px !important;
  }
  .cstmed input {
    width: 200px !important;
  }
  div .formperso {
    display: contents !important;
  }
  .vertical {
    /* display: none!important; */
    width: 230px;
    height: 0px !important;
    border-top: none !important;
    border-top: 2px ridge white !important;
    display: inline-block !important;
  }
  .vertical1 {
    /* display: none!important; */
    padding-left: 0px !important;
    width: 230px;
    height: 0px !important;
    border-top: none !important;
    border-top: 2px dotted #c6c6c6 !important;
    display: inline-block !important;
  }
  div .spancs {
    padding-left: 0px !important;
  }
}
.csdiv {
}
@media (min-width: 576px) and (max-width: 768px) {
  input#sbmt {
    right: 34%;
  }

  div.csdiv {
    padding-left: 1rem !important;
    padding-right: 0 !important;
  }
  .txtcs {
    font-size: 0.8rem;
  }
  .cstmbadg {
    height: 60px !important;
  }
  div.navbtnsborder {
    margin-top: 1.5rem !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .slick-dots {
    position: initial !important;
  }
  .footlinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footlinks div ul {
    display: block !important;
  }
  .ttb {
    width: 300px !important;
  }
  p#ctsmtextp {
    padding-right: 0px !important;
  }
  div.blockssize {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
  }
  .ttr {
    width: 300px;
  }
  .centertexte {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  div.blockabs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .navbtns {
    width: 120px !important;
  }
  .vertical2 {
    border-top: 3px ridge white !important;
    border-left: none !important;
    height: 0px !important;
    display: inline-block;
    width: 100px;
  }

  div .threebtn {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .cstmed textarea {
    width: 200px !important;
  }
  .cstmed input {
    width: 200px !important;
  }
  div .formperso {
    display: contents !important;
  }
  .vertical {
    /* display: none!important; */
    width: 230px;
    height: 0px !important;
    border-top: none !important;
    border-top: 2px ridge white !important;
    display: inline-block !important;
  }
  .vertical1 {
    /* display: none!important; */
    padding-left: 0px !important;
    width: 230px;
    height: 0px !important;
    border-top: none !important;
    border-top: 2px dotted #c6c6c6 !important;
    display: inline-block !important;
  }
  div .spancs {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  input#sbmt {
    right: -90%;
  }

  .imgsize {
    width: 100px !important;
  }
  .menulist li {
    padding-right: 25px;
  }
  .footlinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footlinks div ul {
    display: block !important;
  }
  .ttb {
    width: 300px !important;
  }
  p#ctsmtextp {
    padding-right: 0px !important;
  }
  div.blockssize {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
  }
  .ttr {
    width: 300px;
  }
  .centertexte {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  div.blockabs {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .navbtns {
    width: 120px !important;
  }
  .vertical2 {
    border-top: 3px ridge white !important;
    border-left: none !important;
    height: 0px !important;
    display: inline-block;
    width: 100px;
  }
  .contin {
    padding: 0px !important;
    margin-top: 236px !important;
  }
  div .threebtn {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .cstmed textarea {
    width: 200px !important;
  }
  .cstmed input {
    width: 200px !important;
  }
  div .formperso {
    display: contents !important;
  }
  .vertical1 {
    /* display: none!important; */
    /* padding-left: 0px!important;
		width: 230px;
		height: 0px!important;
		border-top: none!important;
		border-top: 2px dotted #C6C6C6!important; 
		display: inline-block!important; */
    border-left: 2px dotted #c6c6c6;
    display: inline-block;
    height: 300px;
  }
  div .spancs {
    padding-left: 0px !important;
  }
  .vertical {
    /* display: none!important; */
    width: 230px;
    height: 0px !important;
    border-top: none !important;
    border-top: 2px ridge white !important;
    display: inline-block !important;
  }
}

.slick-prev {
  color: white;
  top: -60px;
  left: 800px;
}
.slick-next {
  color: white;
  top: -60px;
  right: 80px;
}
.slkp {
  color: white;
  top: -60px;
  left: 800px;
}
.slkn {
  color: white;
  top: -60px;
  right: 80px;
}
button#prvbtn:before {
  content: "";
  background: white;
  height: 1.5rem;
  width: 2px;
  position: absolute;
  right: 0;
}
.navbtnsborder {
  border: 1px solid white;
  border-radius: 32px;
}

/* .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	
}
.slick-dots li {
	margin: 0 0.25rem;
}

.slick-dots li button:before{
	content: "";
	height: 0.3rem!important;
	width: 6rem!important;
	background-color: #B6BECD;
	
}
.slick-dots li.slick-active button:before{
	background-color: #8EB30B;
}
.slick-dots li{
	margin-right: 80px;
}
.slick-dots{
	justify-content: left!important;
} */
.slick-dots li button {
  content: "";
  height: 0.3rem !important;
  width: 6rem !important;
  background-color: #b6becd;
  padding: 0;
  border-radius: 20px;
}
.slick-dots li.slick-active button {
  background-color: #8eb30b;
}
.slick-dots li button:before {
  display: none;
}

.slick-dots li {
  width: initial;
  height: initial;
}
.slick-dots {
  text-align: left !important;
}

/* Style soukaina majjane */

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
}

.Montserrat_regular {
  font-family: "Montserrat-Regular";
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
}

.Montserrat_bold {
  font-family: "Montserrat-Bold";
}

.cl_green {
  color: #8eb30b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover_green:hover {
  background: #8eb30b !important;
  color: white;
}
.navbar-brand img {
  height: 60px !important;
}
.navbar-collapse {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.btn_search {
  position: relative;
}
.btn_search::before {
  content: "";
  width: 0.1rem;
  height: 75%;
  background: #ffffffb0;
  position: absolute;
}
.nav-link:focus,
.nav-link:hover {
  color: rgba(0, 0, 0, 0.336) !important;
}
.navbar-toggler {
  border: 1px solid #ffffff59;
}
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.p_ligne:before {
  content: "";
  width: 40%;
  height: 0.1rem;
  background: #b6b6b6db;
  position: absolute;
  top: -1rem;
}
.p_ligne:after {
  content: "";
  width: 40%;
  height: 0.1rem;
  background: #b6b6b6db;
  position: absolute;
  top: -1rem;
  left: 50%;
}
@-webkit-keyframes a9 {
  0% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
  100% {
    -webkit-transform: translate(5px);
    transform: translate(5px);
  }
}

@keyframes a9 {
  0% {
    -webkit-transform: translate(-5px);
    transform: translate(-5px);
  }
  100% {
    -webkit-transform: translate(5px);
    transform: translate(5px);
  }
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.hover_black:hover {
  color: black;
}
.link_arrow {
  -webkit-animation: a9 0.5s infinite linear alternate;
  animation: a9 0.5s infinite linear alternate;
}
.transition {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.quote {
  background: #707070;
  border-radius: 50px;
  padding: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact input,
.contact textarea,
.contact select {
  width: 100%;
  margin-top: 0.5rem;
  border: 1px solid #e8ecef;
  padding-left: 0.7rem;
}

.contact textarea:focus {
  outline: 2px solid #e8ecef;
}

.contact select {
  padding: 0.5rem;
  outline: none;
  color: #a9aaaf !important;
  font-family: "Montserrat-Regular";
}

.contact ::-webkit-input-placeholder {
  color: #a9aaaf !important;
  font-family: "Montserrat-Regular";
}

.contact ::-moz-placeholder {
  color: #a9aaaf !important;
  font-family: "Montserrat-Regular";
}

.contact :-ms-input-placeholder {
  color: #a9aaaf !important;
  font-family: "Montserrat-Regular";
}

.contact ::-ms-input-placeholder {
  color: #a9aaaf !important;
  font-family: "Montserrat-Regular";
}

.contact ::placeholder {
  color: #a9aaaf !important;
  font-family: "Montserrat-Regular";
}
.btn_green {
  background-color: #8eb30b;
  color: white;
  margin-inline: auto;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.wpcf7-not-valid-tip {
  font-size: 0.75em;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0.4em 0.5em 1em;
  font-size: 0.75rem;
}
.send_news {
  background: #414142;
  border: 1px solid #414142;
  padding: 0.25rem 0.4rem;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 3px;
}
.input-group form {
  position: relative;
}
.news {
  padding-left: 0.7rem;
}
.news:focus-visible {
  outline: none;
}
#footer {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(60%, #8eb30b),
    color-stop(40%, white)
  );
  background: -o-linear-gradient(bottom, #8eb30b 60%, white 40%);
  background: linear-gradient(to top, #8eb30b 60%, white 40%);
}
.bg_cercle {
  background: url("/wp-content/themes/ebci-theme/assets/img/Ellipse-cercle.png");
  background-repeat: no-repeat;
  background-position: 113% 24rem;
  background-size: 19% 50%;
}
.title1 {
  background: #8eb30b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  position: absolute;
  top: -17px;
  left: 7%;
}
.searc:hover {
  width: 200px;
}
@media (max-width: 1399px) {
  .bg_cercle {
    background-position: 113% 85%;
    background-size: 19% 38%;
  }
}
@media (max-width: 1198.98px) {
  .menulist li {
    padding-right: 22px;
  }
  .bg_cercle {
    background-position: 113% 68%;
    background-size: 16% 26%;
  }
}

@media (max-width: 991.98px) {
  #navbar {
    padding-top: 2rem;
  }
  .nav-link {
    text-align: center;
    font-size: 1.35rem !important;
  }
  .bg_cercle {
    background: none;
  }
  #footer {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(72%, #8eb30b),
      color-stop(40%, white)
    );
    background: -o-linear-gradient(bottom, #8eb30b 72%, white 40%);
    background: linear-gradient(to top, #8eb30b 72%, white 40%);
  }
}

@media (max-width: 767.98px) {
  #footer {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(53%, #8eb30b),
      color-stop(40%, white)
    );
    background: -o-linear-gradient(bottom, #8eb30b 53%, white 40%);
    background: linear-gradient(to top, #8eb30b 53%, white 40%);
  }
}
@media (max-width: 475.98px) {
  .textparag {
    margin-right: 0rem !important;
  }
}

/* css ob modifications*/

.swiper-slide {
  -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.214);
  box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.214);
}

.SwiperFormation {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.btn-slider {
  background-color: #0a6d3f;
  color: white;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  height: 42px;
}

.btn-slider:hover {
  color: #0ec771d5;
}

.category button {
  border: none;
  padding: 1rem;
  background: transparent;
  border: 1px solid white;
  border-radius: 20px;
  color: white;
  font-family: Montserrat !important;
  font-weight: 700;
}

.btn.active {
  background-color: #0a6d3f !important;
  color: white !important;
  border: none;
}

.nav {
  list-style-type: none;
  padding: 2rem;
}

@media (max-width: 770px) {
  .wrapper-footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blockssize div {
    margin-top: 2rem;
  }

  .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}

.spinner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10rem;
}

.bounce-in-top {
  -webkit-animation: bounce-in-top 1.1s both;
  animation: bounce-in-top 1.1s both;
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
