/*
Theme Name: iQ7*
Author: iQ7*
Author URI: iq7.fr
*/

/* fonts */
/* light */
@font-face {
  font-family: 'Univers';
  src: url('assets/fonts/UniversLight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* regular */
@font-face {
  font-family: 'Univers';
  src: url('assets/fonts/UniversRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Medium */
@font-face {
  font-family: 'Univers';
  src: url('assets/fonts/UniversRegular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Semibold */
@font-face {
  font-family: 'Univers';
  src: url('assets/fonts/UniversCnBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Univers';
  src: url('assets/fonts/UniversBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/* modern */
@font-face {
  font-family: 'Univers';
  src: url('assets/fonts/ModernSans-Light.otf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: initial;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Univers';
  color: #00BF63;
  font-size: 16px;
}

p:not([class]) {
  color: black;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* container */
.container {
  max-width: 1400px;
  height: 100%;
}

/* All btn */
.qb7-btn {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  background-color: #00BF63;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 300ms;
  border: 1px solid #00BF63;
}

.qb7-btn:hover {
  background-color: #ffffff;
  color: #00BF63;
  box-shadow: 0px 2px 15px #00BF63;
}

/* grid item text list */
.grid-img-text-list {
  margin-top: 80px;
}

.grid-img-text-list .item-title {
  font-size: 30px;
  font-family: 'Univers';
  font-weight: 500;
  margin-bottom: 16px;
}

.grid-img-text p,
.bspec .box-sp-int p,
.tab-content.nous-choisir .tab-pane p{
  font-size: 16px;
  margin-bottom: 16px;
}

.grid-img-text-list .col-md-6,
.nsr .grid-img-text-list .col-md-12,
.section-anchor .col-md-12,
.qsn .grid-img-text-list .col-md-12{
  padding: 0 60px;
}

.grid-img-text-list .qb7-btn {
  margin-top: 0px;
}

.grid-img-text-list .row {
  margin-bottom: 80px;
}

.regular-title {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
}
#section-references-clients .desc{
  margin-bottom: 50px;
}
#section-references-clients .desc p{
  text-align: center;
  font-size: 16px;
}

/* custom containers */
#section-presentation .container,
#section-a-propos .container,
#section-formation-list .container,
#section-contact .container,
#section-modules .container {
  max-width: 1280px;
}

/* header */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}

header.sticky {
  z-index: 10;
}

header.sticky .main-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  height: 172px;
  background-color: white;
}

header .main-header {
  background-color: transparent;
  transition: all 150ms;
  width: 100%;
}

header .top-header {
  background-color: #00BF63;
  padding: 15px 0;
}

header .top-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top-header ul {
  display: flex;
  align-items: center;
}

header .top-header ul li a {
  color: black;
  transition: color 300ms;
  padding: 0 8px;
  margin: 0 16px;
}

header .top-header ul li a:hover {
  color: white;
}

header .top-header ul li a.tel {
  margin-left: 44px;
}

header .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  color: #00BF63;
  transition: color 300ms;
}

header .navbar-light .navbar-nav .current_page_item .nav-link,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #00BF63;
}

header .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

header .navbar-brand.logo {
  margin-right: 80px;
  width: 180px;
  transition: all 150ms;
}

header.sticky .navbar-brand.logo {
  width: 120px;
}

header .navbar {
  padding: 14px 0;
  height: 100%  ;
}

header .header-links{
  height: 100%;
}

header+section {
  margin-top: 272px;
}

.banenr-full-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

/* Accueil */

/* banner 1  */

#banner1 {
  width: 100%;
  height: calc(100vh - 166px);
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner1 .banner-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
}

#banner1 .banner-content .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 40px;
}

#banner1::before {
  content: '';
  background-color: #00ff88;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.5;
}

#banner1 h1 {
  font-family: 'Univers';
  font-size: 40px;
  color: white;
}

#banner1 .hibou-png {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: auto;
  z-index: 10;
  height: calc(100% + 20px);
  max-height: 810px;
  display: flex;
}

#banner1 .hibou-png img {
  max-width: max-content;
  max-height: 100%;
}

/* section presentation */
.section-title {
  font-size: 40px;
  font-family: 'Univers';
  font-weight: 600;
  font-style: italic;
  text-align: center;
}


.section-post-banner {
  padding-top: 240px;
  position: relative;
  overflow: hidden;
}

.section-post-banner::before {
  content: '';
  background-image: url(assets/img/formes-triangles.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 350px;
}

#section-presentation .presentation-list .row:nth-child(2) .col-md-6:first-child,
#section-presentation.nsr .presentation-list .row-t:nth-child(2n) .col-md-6:first-child{
  order: 1;
}

#section-presentation.nsr .presentation-list .row-t figure,
#section-presentation.qsn .presentation-list .row-t figure{
	height: 100%;
}
#section-presentation.nsr .presentation-list .row-t figure img,
#section-presentation.qsn .presentation-list .row-t figure img{
	min-height: 100%;
}
#section-presentation.nsr .presentation-list .row-p{
	margin-top: -60px;
}
.bspec{
	margin-top: -40px;
}
.bspec .box-sp-int{
	box-shadow: 0px 0px 20px 0px #00000040;
    border-radius: 15px;
    padding: 30px 35px;
    background: #00BF63;
}
.bspec .box-sp-int h3{
	color:#00BF63;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.bspec .box-sp-int ul li,
.section-anchor ul li{
	margin-bottom: 10px;
    border: solid 1px white;
    border-radius: 8px;
    padding: 7px 15px;
    color: white;
    display: block;
    float: left;
    clear: both;
}
.section-anchor ul li{
	clear: inherit;
	margin-right: 10px;
	position:relative;
}
.bspec .box-sp-int ul:before,
.bspec .box-sp-int ul:after,
.section-anchor ul:before,
.section-anchor ul:after{
	content:'';
	display:table;
}
.bspec .box-sp-int ul:after,
.section-anchor ul:after{
	clear:both;
}
.section-anchor ul li a{
	color:#000;
	font-size:16px;
	text-transform:uppercase;
}
.section-anchor ul li:after{
	content: '';
	position: absolute;
	width: 80%;
	transform: scaleX(0);
	height: 1px;
	bottom: 6px;
	left: 10%;
	background-color: #00BF63;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.section-anchor ul li:hover::after{
	transform: scaleX(1);
  	transform-origin: bottom left;
}
.section-anchor{
	margin-top: 80px;
}

.bspec-c p {
  color: white;
}

#section-presentation .step-list .step-item {
  background-color: #00BF63;
  border-radius: 12px;
  text-align: center;
  padding: 50px 60px 40px;
  box-shadow: 0px 11px 22px #00000029;
  margin: 0 12px 0px;
  height: 100%;
}

#section-presentation .step-list .step-item figure {
  height: 80px;
  width: max-content;
  margin: 0 auto 12px;
}

#section-presentation .step-list .step-item img {
  max-width: initial;
  max-height: 100%;
}

#section-presentation .step-list .col-md-6 {
  margin-bottom: 50px;
}

#section-presentation .step-list .step-title {
  font-size: 24px;
  font-weight: 600;
  color: #00BF63;
  margin-bottom: 12px;
}

#section-presentation .step-list {
  margin-top: 60px;
}

/* section modules */
#section-modules {
  padding: 40px 0;
}

#section-modules figure {
  width: auto;
  margin: auto;
  margin-left: 0;
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 14px 0 14px;
}
/*#section-modules figure img {
  width: auto;
  max-height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}*/
#section-modules figure img {
    max-height: inherit;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 115%;
    width: 115%;
}
#section-modules .section-title {
  margin-bottom: 30px;
}

/* section à propos  */
#section-a-propos .a-propos-list.grid-img-text-list .col-md-6 {
  padding: 0;
}

#section-a-propos .a-propos-list.grid-img-text-list .row {
  margin-bottom: 0px;
}

#section-a-propos .grid-img-text {
  padding: 40px 60px 0;
}

#section-a-propos .a-propos-list .row:nth-child(2) .col-md-6:first-child {
  order: 1;
}

#section-a-propos {
  position: relative;
}

#section-a-propos .container {
  overflow: hidden;
}

#section-a-propos::before {
  content: '';
  background-color: #00BF63;
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
}

#section-a-propos::before {
  transform: skewY(-7deg) rotate(-45deg);
  top: 10px;
  left: -210px;
}

#section-a-propos .section-title {
  padding: 50px 0 150px;
}

#section-a-propos .a-propos-list {
  position: relative;
}

#section-a-propos .a-propos-list::before {
  content: '';
  background-color: #00BF63;
  display: block;
  width: 510px;
  height: 300px;
  position: absolute;
  transform: rotate(-25deg);
  top: -110px;
  right: -120px;
  z-index: -1;
}


/* section confiance */
#section-confiance {
  padding: 80px 0;
}

#section-confiance .section-title {
  margin-bottom: 30px;
}

#section-confiance .section-title+p {
  font-size: 18px;
  text-align: center;
  padding: 0;
  max-width: 900px;
  margin: auto;
}

#section-confiance .confiance-list {
  /* display: flex;
  align-items: center;
  justify-content: space-around; */
  margin-top: 30px;
}

#section-confiance .confiance-list li {
  display: block;
  margin: 0 20px;
}

/* section formules */
#section-formules * {
  color: #ffffff;
}

#section-formules p,
#section-formules span {
  font-size: 18px;
}

#section-formules {
  padding: 60px 0;
  background-color: #00BF63;
  text-align: center;
}

#section-formules .section-title {
  margin-bottom: 30px;
}

#section-formules span {
  font-weight: 500;
}

#section-formules p {
  max-width: 560px;
  margin: auto;
}

#section-formules .qb7-btn,
#section-formules-tarifs .tarifs-list .tarif-item .qb7-btn {
  color: #00BF63;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 30px;
}

#section-formules-tarifs .tarifs-list .tarif-item .qb7-btn {
  display: block;
  width: max-content;
  margin: 24px auto;
}

#section-formules .qb7-btn:hover,
  #section-formules-tarifs .tarifs-list .tarif-item .qb7-btn:hover {
  color: #ffffff;
  background-color: #00BF63;
}

/* section formules */
#section-contact * {
  text-align: left;
}

#section-contact::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}

#section-contact {
  position: relative;
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-contact .container {
  position: relative;
  z-index: 2;
}

#section-contact p,
#section-contact .section-title {
  color: #ffffff;
  margin-bottom: 14px;
}

#section-contact .row .col-md-4 {
  padding-right: 50px;
}

#section-contact p {
  font-size: 18px;
}

/* section formulaire contact */

#section-contact form p {
  margin-bottom: 10px;
}

#section-contact form input:not(.qb7-btn),
#section-contact form textarea {
  padding: 12px 12px 12px 16px;
  border-radius: 15px;
  outline: none;
  border: none;
  background-color: #ffffff85;
  font-size: 16px;
  color: #fff;
}

#section-contact form input::placeholder,
#section-contact form textarea::placeholder {
  color: #ffffff;
}

#section-contact form textarea {
  height: 150px;
}

/* #section-contact form div[class^="col"] {
  padding: 0 6px;
} */
/* footer */
footer {
  padding: 0;
}

footer .logo-footer {
  margin-right: 80px;
  flex-shrink: 0;
  width: 200px;
}

footer .footer-container {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 0 40px;
}

footer .menus-footer {
  display: flex;
  width: 100%;
}

footer .menu-footer {
  width: 33.33%;
}

footer .menu-footer p,
footer .menu-footer a {
  font-size: 18px;
  padding: 4px;
  margin-bottom: 4px;
}

footer .menu-footer a {
  display: block;
  cursor: pointer;
  transition: color 300ms;
}

footer .menu-footer a:hover {
  color: #00BF63;
}

footer .footer-copyright {
  background-color: #00BF63;
}

footer .footer-copyright p,
footer .footer-copyright a {
  color: #fff;
}

footer .footer-copyright a {
  transition: 250ms;
}

footer .footer-copyright a:hover {
  color: #000000;
}

footer .footer-copyright .container {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}

/* page formation */
#banner1.banner-formation::before {
  display: none;
}

#banner1.banner-formation h1 {
  color: #000000;
  text-align: right;
  margin-bottom: 14px;
  font-size: 52px;
}

#banner1 .formation-title {
  padding-right: 40px;
  width: 50%;
}

#banner1 .formation-title img {
  position: relative;
  margin-left: auto;
  width: 180px;
}

.section-post-banner.formation-page {
  padding-top: 280px;
  padding-bottom: 80px;
}

.section-post-banner.formation-page p {
  font-size: 18px;
  text-align: center;
  max-width: 1024px;
  margin: auto;
}

#section-formation-list {
  padding: 60px 0 40px;
}

#section-formation-list .formation-list {
  display: flex;
  flex-wrap: wrap;
}

#section-formation-list .formation-step {
  width: 33.33%;
  padding: 30px 14px 30px;
}

#section-formation-list .formation-step-item {
  background-color: #000000;
  opacity: 0.8;
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 18px;
}

#section-formation-list .formation-step-item p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  max-width: 230px;
  font-weight: 500;
}

#section-formation-list .nbr-formation-step {
  color: #00BF63;
  border: 4px solid #00BF63;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  background-color: #ffffff;
  width: 60px;
  display: block;
  height: 60px;
  line-height: 52px;
  text-align: center;
  padding-right: 4px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#section-formation-list .section-title {
  font-size: 40px;
  font-family: 'Univers';
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

#section-type-formation {
  position: relative;
  overflow: hidden;
  padding-bottom: 340px;
}

#section-type-formation::before,
#section-type-formation::after {
  content: '';
  background-color: #00BF63;
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
}

#section-type-formation::before {
  transform: skewY(-7deg) rotate(-45deg);
  top: 10px;
  left: -210px;
}

#section-type-formation::after {
  transform: skewY(7deg) rotate(45deg);
  top: 10px;
  right: -210px;
}

#section-type-formation .section-type-formation-header {
  padding: 130px 0;
  text-align: center;
  max-width: 768px;
  margin: auto;
  font-size: 18px;
}

#section-type-formation .section-title {
  margin-bottom: 40px;
}

#section-type-formation .tel-mail {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

#section-type-formation .tel-mail li {
  display: flex;
  align-items: center;
}

#section-type-formation .tel-mail li figure {
  width: 40px;
  margin-right: 25px;
  flex-shrink: 0;
}

#section-type-formation .tel-mail li p {
  color: #00BF63;
  font-weight: 700;
  font-size: 28px;
}

#section-type-formation .section-type-formation-content {
  padding: 40px 0;
}

#section-type-formation .section-type-formation-list li {
  font-size: 18px;
  display: flex;
  margin-bottom: 26px;
}

#section-type-formation .section-type-formation-list li::before {
  content: "";
  background-image: url(assets/img/check.svg);
  display: block;
  width: 36px;
  height: 36px;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
}

#section-type-formation .section-type-formation-list {
  margin: auto;
  max-width: 860px;
  padding: 60px 0;
}

#section-type-formation .img-pos-abs {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 0;
  z-index: -1;
}

/* page actus */
/* secction actus */
#section-actus {
  padding: 60px 0;
}

#section-actus .actus-item {
  margin: 0px 4px 60px;
  box-shadow: 0px 11px 22px #00000029;
  border-radius: 0 0 8px 8px;
}

#section-actus .actus-item figure {
  height: 352px;
  display: flex;
}

#section-actus .actus-titre {
  color: #00BF63;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 8px;
}

#section-actus .actus-extrait {
  font-size: 18px;
  text-align: center;
  padding: 0 30px;
}

#section-actus .qb7-btn {
  font-size: 20px;
  display: block;
  padding: 8px 28px;
  margin: 20px auto 0;
  width: max-content;
}

#section-actus .actus-details {
  padding: 24px 0 30px;
}

/* page formations et tarifs */
#section-formules-tarifs {
  padding: 60px 0;
}

#section-formules-tarifs .regular-title {
  text-align: left;
  font-size: 50px;
}

#section-formules-tarifs .regular-title img {
  display: inline-block;
  height: 50px;
  max-width: max-content;
  max-height: 100%;
  position: relative;
  top: 6px;
}

#section-formules-tarifs .formule-1 {
  display: flex;
  margin-bottom: 80px;
}

#section-formules-tarifs .formule-details {
  width: 40%;
  flex-shrink: 0;
  padding-right: 60px;
}

#section-formules-tarifs .formule-details>p {
  margin-bottom: 20px;
  font-size: 18px;
}

#section-formules-tarifs .formule-titre p,
#section-formules-tarifs .formule-titre span {
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}

#section-formules-tarifs .formule-titre {
  display: flex;
  align-items: center;
}

#section-formules-tarifs .formule-titre-text {
  display: flex;
  flex-direction: column;
}

#section-formules-tarifs .formule-nb {
  font-size: 110px;
  margin-right: 24px;
  color: #00BF63;
}

#section-formules-tarifs .formule-titre-text span:nth-child(1) {
  font-size: 44px;
}

#section-formules-tarifs .formule-titre-text span:nth-child(2) {
  font-size: 40px;
}

#section-formules-tarifs .formule-steps li {
  font-size: 18px;
  margin-bottom: 14px;
  padding-left: 50px;
  position: relative;
  color: black;
}

#section-formules-tarifs .formule-steps li::before {
  content: '';
  background-color: #00BF63;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

#section-formules-tarifs .formule-steps li:not(:last-child)::after {
  content: '';
  background-color: #00BF63;
  display: block;
  width: 6px;
  height: calc(100% + 20px);
  position: absolute;
  top: 12px;
  left: 6px;
}

#section-formules-tarifs .tarifs-list {
  display: flex;
  margin: 30px 0;
  align-items: stretch;
}

#section-formules-tarifs .tarif-item {
  margin: 0px 26px;
  background-color: #00BF63;
  border-radius: 20px;
  padding: 40px 18px;
  width: calc(33.33% - 52px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#section-formules-tarifs .tarif-item * {
  color: #ffffff;
}

#section-formules-tarifs .tarif-item figure {
  height: 60px;
  width: max-content;
  margin: 0 auto 14px;
}

#section-formules-tarifs .tarif-item figure img {
  max-width: max-content;
  max-height: 100%;
}

#section-formules-tarifs .tarif-name {
  margin-bottom: 20px;
}

#section-formules-tarifs .tarif-name * {
  color: #000000;
  font-style: italic;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}

#section-formules-tarifs .tarif-name .t-name,
#section-formules-tarifs .tarif-name .t-price>b {
  font-weight: 600;
}

#section-formules-tarifs .tarif-subtitle {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin: auto;
}

#section-formules-tarifs .tarif-details-list {
  margin: 20px 0 12px;
  padding-left: 26px;
}

#section-formules-tarifs .tarif-details-list li {
  display: flex;
  margin-bottom: 12px;
}

#section-formules-tarifs .tarif-details-list li::before {
  content: '';
  background-color: #ffffff;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
  margin-right: 12px;
}

/* section references clients */
#section-references-clients .clients-logo-wrp img {
  margin: auto;
  height: 100px;
  object-fit: contain;
}

/* #section-references-clients .clients-logo-wrp {
  padding: 0 30px;
  margin: 25px 0;
} */

.liste-clients .slick-prev,.confiance-list .slick-prev{
  background: url(assets/img/arrow.svg) no-repeat center;
  border: none;
  width: 30px;
  height: 25px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.liste-clients .slick-next,.confiance-list .slick-next{
  background: url(assets/img/arrow.svg) no-repeat center;
  border: none;
  width: 30px;
  height: 25px;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0;
  line-height: 0;
  z-index: 1;
}
.confiance-list .slick-slide img{
  margin: 0 auto;
  height: 100px;
  object-fit: contain;
  width: 80%;
}
#section-references-clients {
  padding: 60px 0;
}

/* section notre expertise */
#section-notre-expertise {
  position: relative;
  padding: 60px 0;
}

#section-notre-expertise::before {
  content: '';
  background-image: url('assets/img/BIM-montagnes.png');
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}

#section-notre-expertise .regular-title {
  margin-bottom: 10px;
  text-align: left;
}

#section-notre-expertise .regular-subtitle {
  font-size: 20px;
}

#section-notre-expertise .notre-expertise-img-wrp {
  width: 520px;
  margin-left: 40px;
  margin-top: 40px;
}

#notre-expertise-list .blue-bg-banner {
  background-color: #5199CE;
}

#notre-expertise-list .notre-expertise-item.blue-bg-banner * {
  color: #ffffff;
}

#notre-expertise-list .notre-expertise-item * {
  text-align: center;
  color: #303F9F;
}

#notre-expertise-list .notre-expertise-item {
  padding: 60px 0;
}

#notre-expertise-list .expertise-title {
  font-weight: 600;
  font-style: italic;
  font-size: 36px;
  margin-bottom: 16px;
}

#notre-expertise-list .expertise-title+p {
  font-size: 18px;
}

#notre-expertise-list .container {
  max-width: 1024px;
}

#notre-expertise-list .expertise-row * {
  text-align: left;
}

#notre-expertise-list .expertise-row {
  display: flex;
  margin: 32px 0 0;
}

#notre-expertise-list .expertise-row .col-left {
  width: 40%;
  flex-shrink: 0;
}

#notre-expertise-list .expertise-row .col-right {
  width: 60%;
  flex-shrink: 0;
}

#notre-expertise-list .expertise-row .col-left ul {
  padding-right: 16px;
}

#notre-expertise-list .expertise-row .col-left ul+p {
  margin-top: 16px;
}

#notre-expertise-list .expertise-row .col-left li::before {
  content: '';
  background-color: #303F9F;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 2px;
}

#notre-expertise-list .expertise-row .col-right figure {
  margin-bottom: 16px;
}

#notre-expertise-list .notre-expertise-item+p {
  text-align: center;
  color: #303F9F;
  font-size: 20px;
  margin: 44px 0 20px;
}

/* section single actus */

.section-actus-single .actus-single {
  padding: 40px 20px;
}

.section-actus-single .blog-title {
  color: #00BF63;
  font-size: 30px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

.section-actus-single .blog-media {
  margin-top: 20px;
  padding: 0 60px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #fff;
  padding: 12px 20px;
  background-color: #00000090;
  border-radius: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  background-color: #46b450;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
}

/* 404 */
.error404-section p {
  text-align: center;
  padding: 200px 0;
  font-size: 50px;
}

.counter{
	background:#00BF63;
	border-radius: 8px;
	padding: 30px 0;
	margin-bottom:60px;
}
.counter .col-md-4{
	text-align:center;
}
.counter .nbr{
	color: #fff;
	font-family: Univers;
	font-weight:700;
	font-style:italic;
	font-size:35px;
	line-height: 39px;
}
.counter .nbr .icount{
	color: #fff;
}
.counter .txt{
	color: #fff;
	font-family: Univers;
	font-weight:400;
	line-height: 24px;
	font-size: 20px;
}
.steps-nav {
    box-shadow: 0px 0px 20px 0px #00000040;
    background: #F9F9F9;
    border-radius: 15px;
    padding: 15px 100px;
    margin-bottom: 60px;
}
.steps-nav .nav-link{
    font-family: 'Univers';
    font-size: 18px;
    color: #000;
    font-weight: 400;
	margin-top: -40px;
    margin-bottom: -40px;
	line-height: 97px;
	background-color: rgba(255,255,255,0);
	
	/*background: linear-gradient(to left, rgba(255,255,255,0) 50%, #00BF63 50%) right;
	background-size: 205%;*/
	-webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    -ms-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.steps-nav .nav-link.sep{
    justify-content: center;
    align-items: center;
    display: flex;
}
.steps-nav .nav-link.active{
    background-color: #00BF63;
	/*background-position: left;*/
    margin-top: -40px;
    margin-bottom: -40px;
    border-radius: 8px;
    color: #fff;
    font-family: 'Univers';
    font-size: 18px;
    font-weight: 500;
    line-height: 97px;
}
.hp-step .tab-content .col-md-5{
	padding-right: 45px;
	padding-bottom: 30px;
}
.hp-step .tab-content .col-md-5 img{
	min-height: 400px;
}
.hp-step .tab-content .col-md-7{
	padding-left: 45px;
}
.hp-step .tab-content .col-md-7{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.hp-step .tab-content .col-md-7 h4 {
    margin-bottom: 15px;
    color: #00BF63;
    text-transform: uppercase;
    font-family: 'Univers';
    font-size: 22px;
    font-weight: 700;
}
.hp-step .tab-content .col-md-7 h4 img {
    width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.hp-step .tab-content .col-md-7 p,
.hp-step .tab-content .col-md-12 p{
	margin-bottom: 15px;
	text-align: justify;
}

.act-cl-list{
	margin-top: 40px;
	margin-bottom: 15px !important;
}
.act-cl-list li{
	margin-bottom: 25px;
}
.act-cl-list li .box {
    border-radius: 15px;
    padding: 15px 30px;
    box-shadow: 0px 0px 20px 0px #00000040;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
	color:#00BF63;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.nous-choisir-nav {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0px 0px 20px 0px #00000040;
    gap: 20px;
	margin-top: 30px;
}
.nav-fill.nous-choisir-nav .nav-link{
    flex: 1 auto;
    text-align: left;
    width: 100%;
    border: solid 1px #00BF63;
    border-radius: 8px;
	color: #00BF63;
}
.nav-fill.nous-choisir-nav .nav-link.active,
.nav-fill.nous-choisir-nav .nav-link:hover{
	background:#00BF63;
	color:#fff;
}
.tab-content.nous-choisir {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0px 0px 20px 0px #00000040;
    gap: 20px;
	margin-top: 30px;
	margin-left: 40px;
}
@media (min-width: 768px) {
    .tab-content.nous-choisir.col-md-9 {
        width: calc(75% - 40px);
    }
}
.vd-ct{
	overflow: hidden;
    max-height: 300px;
    position: relative;
}
.vd-ct video{
	pointer-events: none;
    position: absolute;
    top: -25%;
}

#pills-tabContent{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.actus-list div {
  display: flex;
  flex-direction: column;
  align-content: space-evenly;
}

.wp-block-list li {
  color: black;
}