
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: #444444;
}

a {
  color: #6F2699;
  text-decoration: none;
}

a:hover {
  color:#cc1f93;
  text-decoration: none;
}

h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

h1, h2 {
  font-family: 'Playfair Display', serif;
}

/*scroll down arrow*/
.arrow{
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.arrow span{
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #232323;/*#6F2699*/
  border-right: 5px solid #232323;/*#6F2699*/
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}
.arrow span:nth-child(2){
  animation-delay: -0.2s;
}
.arrow span:nth-child(3){
  animation-delay: -0.4s;
}
@keyframes animate {
  0%{
      opacity: 0;
      transform: rotate(45deg) translate(-20px,-20px);
  }
  50%{
      opacity: 1;
  }
  100%{
      opacity: 0;
      transform: rotate(45deg) translate(20px,20px);
  }
}
/*end scroll down arrow*/

#example{
  height: 500PX;
  width: auto;
}

/*Read more*/

.read-more-container{
  display: flex;
  flex-direction: column;
  color: #111;
  gap: 1rem;
}

.read-more-container .containermore{
  padding: 2rem;
  background-color: #fff;
  border-radius: 2px;
  line-height: 1.4rem;
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
}

.read-more-btn{
  color: #0984e3;
}

.read-more-text{
  display: none;
}

.read-more-text--show{
  display: inline;
}

/*Fin read more or less button*/

.post{
  font-family: "Poppins",sans-serif;
}
.post p{
  font-size: 1rem;
}
.post button{
  padding: 10px;
  background-color: #ff0268;
  color: #ffffff;
  border: none;
  cursor: pointer;
}
.post:not(:last-child){
  margin-bottom: 50px;
}
.hide{
  display: none;
}

/*Parallax*/
.parallax-container {
  position: relative;
}

/*PARALLAX*/

.taillethumbnail {
  padding: 0;
  margin: 0;
  background-color:#0c0810;
  background-size: cover;
  width: 100%;
}

.taillethumbnail-white {
  padding: 0;
  margin: 0;
  background-color:#ffffff;
  background-size: cover;
  width: 100%;
}

.taillethumbnail2 {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

.project-parallax {
  padding-left: 11%;
  padding-right: 11%;
  width: 100%;
}

.parallaxcontainer {
  padding: 0;
  margin: 0;
}

/*parallax*/
.cdvmirjea-para {
  padding-top: 10%;
}

.allpaddtop {
  padding-top: 2%;
}

.allpaddtop2 {
  padding-top: 5%;
}

.allpaddtop2c {
  padding-top: 5%;
}

.allpaddtop2b {
  padding-top: 2%;
}

/*hidden sur mobile*/
.allpaddtop2-hidden {
  padding-top: 0%;
}

/*hidden sur desktop*/
.allpaddtop3-hidden {
  padding-top: 0%;
}

.allpaddtop2mirj {
  padding-top: 2%;
}


.allpaddtop3 {
  padding-top: 7%;
}

.allpadtop3b {
  padding-top: 3%;
}

.allpaddtop4 {
  padding-top: 4%;
}

.allpaddbottom {
  padding-bottom: 5%;
}

.allpaddbottom3 {
  padding-bottom: 7%;
}


.allpaddbottommirj {
  padding-bottom: 1%;
}

.allpaddbottom2 {
  padding-bottom: 6%;
}


.paddcomplete {
  padding-top: 2%;
}

.paddcomplete2 {
  padding-bottom: 4%;
}


/*parallax*/

.parallax-pcl {
  /* The image used */
  background-image: url("../img/3pariscitylights/42_CARTEDEVISITE1 (Copier).jpg");
}

.parallax-jojoe {
  /* The image used */
  background-image: url("../img/details_portfolio/jojoe_parallax.jpg");
}

.parallax-yishaiwax {
  /* The image used */
  background-image: url("../img/1yishai/yishaiInsta1.jpg");
}

.parallax-jayel {
  /* The image used */
  background-image: url("../img/9jayel/carte_jayel.jpg");
}

.parallax-stedi {
  /* The image used */
  background-image: url("../img/10stedilion/instagram_stedi.jpg");
}

.parallax-mirjea{
  background-image: url("../img/2mirjea/LOGOSchoice.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}

.parallax-pcl, .parallax-jojoe, .parallax-yishaiwax, .parallax-jayel, .parallax-stedi  {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*FIN PARALLAX*/

/*logo svg animation*/
#Calque_1{
  width: 200px;
}

.span-rotator:before {
  content: "";
  animation: text-rotate ease-in infinite 8s;
}

@keyframes text-rotate {
  0%{
    content: 'associations';
  }

  20%{
    content: 'entreprises';
  }

  40%{
    content: 'institutions';
  }

  60%{
    content: 'associations';
  }

  80%{
    content: 'entreprises';
  }

  100%{
    content: 'associations';
  }

}

/*Vidéos Youtube Responsive*/

@media (max-width:478px) {
  .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
}

/*Fin vidéo Youtube responsive*/

/*Mise en valeur de la problématique*/
.problematique {
  font-weight: bold;
}


/*Videos*/
.videosize {
  width: 800px;
}

/*Balises strong*/

strong.seo {
  font-weight: 700;/*normal*/
  /*font-style: normal;*/
  color: #232323;
}

/*-------------------------------------------------------------
HELP YOU
--------------------------------------------------------------*/

.section-helpYou-h2, .all-services-h2
{
  font-size: 2.375rem; 
  text-transform: none;
  color: #232323;
  display: block; 
  padding-bottom: 20px;
}

/*-------------------------------------------------------------
404
--------------------------------------------------------------*/

.h1bigtitlepart404
{
  font-size: 7.5rem;
  text-transform: uppercase;
  color: #212121;
  display: inline-block;
  padding-bottom: 20px;
}

.h1bsubtitlepart404 {
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: none;
  color: #2e2e2e;
  display: inline-block;
}

.introhero404{
  padding-top: 40px;
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Challenges techniques
--------------------------------------------------------------*/
.chaltech {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 40px 40px 40px 40px;
  margin-top : 0px;
  margin-bottom: 0px;
  overflow: hiddden;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 30px;
}

.styleh4chaltech {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

/*--------------------------------------------------------------
# Color palette
--------------------------------------------------------------*/

.travauxreal {
  color: #212121; /*blue;*/
  font-weight : 700;
}

.bgtemoignages {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fff8f2;
  padding: 10px 0px 10px 0px;
  margin-top: 0px;
  margin-bottom: 0;
  overflow: hiddden;
}

.bggourmandcolor {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffd6b8;
  padding: 10px 0px 10px 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  overflow: hiddden;
}

.bgtemoignagesdome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #E8B8A7;
  padding: 10px 0px 10px 0px;
  margin-top: 0px;
  margin-bottom: 50px;
  overflow: hiddden;
}

.textepalette{
  padding-bottom : 0;
  margin-bottom: 0;
}

.textecolor {
  color: #212121;
  text-align: left;
}

.textecolorWhite {
  color: #ffffff;
  text-align: left;
}

.stylepalette {
  color: #212121;
  text-align: left;
}

.stylepaletteWhite {
  color: #ffffff;
  text-align: left;
}


.titrepolices {
  padding-top : 3%;
}

.tailletitrepolices {
  font-size: 2.375rem;
  font-weight: 600;
}

.tailletitrepolicesWhite {
  font-size: 2.375rem;
  font-weight: 600;
  color: #ffffff;
}

.tailletitrepolicesWhite2 {
  font-size: 2.375rem;
  font-weight: 600;
  color: #ffffff;
}

.tailletitrepolices2 {
  font-size: 2.375rem;
  font-weight: 600;
  color: #ffffff;
}

.tailletitreh3 {
  font-size: 2.1rem;
  font-weight: 500;
}

.titreh4 {
  font-size: 2.1rem;
  font-weight: 500;
  color: #212121;
}

.tailletitreh4 {
  font-size: 1.9rem;
  font-weight: 500;
}

.titreoutilscom {
  font-size : 2rem;
  font-weight: 600;
}

.titreoutilscomWhite {
  font-size : 2rem;
  font-weight: 600;
  color: #ffffff;
}

.tailletitreh4 {
  font-size: 1.9rem;
  font-weight: 500;
}

.titreh4 {
  font-size : 1.5rem;
  font-weight: 500;
}

/*Background color palette */

.bgcolorpalettegrey {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 50px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorpalettewhite {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 50px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}


.bgcolorpalettegreydome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: none;
  padding: 50px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorclair {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFF8F2;
  padding: 50px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorblack {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #0c0810;
  padding: 5% 0 0 0;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorblack-pagin {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #130d18;
  padding: 5% 0 0 0;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorblack-site {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color:#0c0810;
  padding: 5% 0 0 0;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;

}

.bgcolorblackdark {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #000000;
  padding: 0 0 0 0;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorblack1 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #0c0810;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorblack1-c {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color:#0c0810;
  /*background-color: #212121;*/
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorblack1a {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolormirjeacdv {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #DFE4E0;
  padding: 0 0 5% 0;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorwhiteshort {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorwhite {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 0 0;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcolorshortblack {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #131212;
  padding: 5% 0 0 0;
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}


/*Background processus*/
.bgprocess {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #b9592c;
  padding: 80px 0px 80px 0px;
  margin-top: 20px;
  margin-bottom:3,5%;
  overflow: hiddden;
}

/*pastel violet clair qui fait le lien*/
.bgcolorpalettepastel {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #F7EFEB;
  padding: 80px 0px 80px 0px;
  margin-top: 20px;
  margin-bottom:3,5%;
  overflow: hiddden;

}

/*pastel rose clair et dynamique pour les résultats*/
.bgcolorpalettepastelrose {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FCEAE2;
  padding: 80px 0px 80px 0px;
  margin-top: 20px;
  margin-bottom:3,5%;
  overflow: hiddden;
}

.bgcolorpalettepastelrose2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FCEAE2;
  padding: 0px 0px 80px 0px;
  margin-top: 20px;
  margin-bottom:3,5%;
  overflow: hiddden;
}

/*Résultats cf counts*/

.styleresulth3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.styleresulth3site {
  font-size: 2rem;
  font-weight: bold;
}

.counts .resultsquare {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 40px 40px 25px 40px;
  margin-top : 0px;
  margin-bottom: 0px;
  overflow: hiddden;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 30px;
}

.resultcontainer1, .resultcontainer2  {
  margin-bottom : 20px;
}

.bgresult {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffd6b8;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgwedesigndev {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffd6b8;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgresultdome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #E8B8A7;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.resultsquaretext {
  font-size: 1.1rem;
}

.titleresultsquare {
  font-size: 1.7rem;
}

.styleavis {
  padding-left: 9.5%;
}

.styletitreavis {
  font-weight: 800;
}

.stylesoustitreavis {
  font-weight: 800;
}

.styleresulth3titre {
  font-size: 1.7rem;
  font-weight: 800;
  padding-bottom: 3%;
}

.styleresulth3titrechal {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 500;
  padding-bottom: 7%;
  color: #353535;
}

.mission-client-solution {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 500;
  /*padding-bottom: 7%;*/
  color: #444444;
}


.stylecategorienotes {
  font-weight: 600;
}


/*Background section Inspiration et réflexion*/

.bgreflexinspir {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #bb9c10;
  padding: 5% 0 5% 0;
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background mission challenge*/

.bgmissionchallenge {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 5% 0 5% 0;
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgmissionchallengedome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFEBDE;
  padding: 5% 0 5% 0;
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgmissionchallenge2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFE4D1; 
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background comment je peux vous aider*/

.bghelpYou {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 2% 0 2% 0; /*5% 0 5% 0*/
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}


/*Background à propos de*/

.bgaproposde {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 5% 0;
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgaproposdedome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffd6b8;
  padding: 5% 0 5% 0;
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgaproposde3 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #E8B09B;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgaproposde2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffd6b8;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgdome1 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffd6b8;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgdome2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFDCC4;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgdome3 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFEBDE;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgdome4 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #E8B8A7;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background process*/

.bgprocess {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #943183;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background missions réalisées*/

.bgmissionreal {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;

  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-whiter.jpg") top center no-repeat;
  background-attachment: fixed;
}

/*Background couleurs choisies*/

.bgfonts {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFF8F2;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgfontsshort {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 0 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgfontsshortwhite {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 0 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}



.bgfontsdome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFFAF7;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgvisuels {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgvisuels2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 0 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgphotos {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}


/*background gris comme les arrières plan de mes mockups*/

.bggreylikepictures {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #968484;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bggreylikepicturesshort {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #968484;
  padding: 5% 0 0 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bggreylikepictures2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #beb8b8;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bggreylikepicturesdark {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #382525;
  padding: 5% 0 5% 0;
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background couleurs et polices*/
.bgcouleurs {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background couleurs et polices*/
.bgcouleurshort {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 5% 0 5% 0;
  /*padding: 80px 0px 0px 0px;*/
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}


.bgcouleurshortwhite {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 5% 0;
  /*padding: 80px 0px 0px 0px;*/
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcouleurshortdome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFEBDE;
  padding: 5% 0 5% 0;
  /*padding: 80px 0px 0px 0px;*/
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background couleurs et polices*/
.bgcouleurshort2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFF8F2;
  padding: 5% 0 5% 0;
  /*padding: 80px 0px 0px 0px;*/
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background couleurs et polices*/
.bgcouleurshortblack {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color:#0c0810;
  /*background-color: #212121;*/
  padding: 5% 0 5% 0;
  /*padding: 80px 0px 0px 0px;*/
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background couleurs et polices*/
.bgcouleurshortlightgrey {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #C0C4C5;
  padding: 5% 0 5% 0;
  /*padding: 80px 0px 0px 0px;*/
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcouleurs1 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcouleurs1b {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 0% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}


.bgcolorabout {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 3% 0 3% 0; /*5% 0 5% 0;*/

  margin-top: 2%;/*0px;*/
  margin-bottom: 2%;/*0*/
  overflow: hiddden;
}

.about-bg-color {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 3% 0 3% 0; /*5% 0 5% 0;*/

  margin-top: 0;/*0px 2%;*/
  margin-bottom: 0;/*0 2%*/
  overflow: hiddden;
}

.bgcouleurs1short {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 0 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcouleurs1short {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 0 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcouleurs3 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #3b3131;
  padding: 5% 0 5% 0;

  margin-top: 0;
  margin-bottom: 0;
  overflow: hiddden;
}

.bgcouleurs1dome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcouleurs1dome-yte {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #edc2b2;
  padding: 5% 0 0% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgcouleurs2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #FFF8F2;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.all-services-bg {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: rgba(254, 233, 216, 0.25);/*#fafafa;*/
  padding: 0 0 0 0;
  /*padding: 5% 0 5% 0;*/
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.all-tools-bg {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fafafa;
  padding: 0 0 5% 0;
  /*padding: 5% 0 5% 0;*/
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

.bgblack {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color:#0c0810;
  /*background-color: #212121;*/
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background bgphrasetransition*/

.bgphrasetransition {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #dd5353;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Background créations*/
.bgcrea {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #fee9d8;
  padding: 5% 0 5% 0;
  
  margin-top: 0px;
  margin-bottom:0;
  overflow: hiddden;
}

/*Couleur JCDJT*/

.circleyellow-jcdjt{
  background-color:#FFBB34;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*WINIDE*/

.circlevioletwinide {
  background-color: #653d96;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebleuwinide {
  background-color: #2aa7dd;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlemauvewinide {
  background-color: #5675b8;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlegradiantwinide {
  /*background-color: linear-gradient(blue, pink);*/
  background: linear-gradient(to right, #653d96, #5675b8, #2aa7dd );
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*DAVID JOURNOU*/

.circledjbleumarine {
  background-color: #113E58;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circledjbleuf {
  background-color: #2678BF;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circledjbleuturquois {
  background-color: #5DE1E6;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circledjbleuc {
  background-color: #D5F2F2;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circledjblanc {
  background-color: #ffffff;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}



/*Color palette AFMSCP*/

/*AFMSCP*/

.circleafmscpyellow {
  background-color: #FDCD20;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleafmscporange {
  background-color: #F28705;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleafmscpviolet {
  background-color: #6872A6;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleafmscprouge {
  background-color:#D9042B;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*Couleurs AFMSCP supplémntaires*/
.circleafmscpgreen {
  background-color:#678825;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleafmscpredlight {
  background-color:#BE4048;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleafmscpblue {
  background-color:#3979B6;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleafmscporange2 {
  background-color:#F4883D;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*AFMSCP rouge cuisine*/

.circleredcuisine {
  background-color:#DA2420;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlehenne {
  background-color:#B9452B;
  height: 150px;
  width: 100px;
  border-radius: 50%;
}

.circlebrown {
  background-color:#291516;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.circlepink {
  background-color:#D94A70;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

/*AFMSCP parents talent*/

.circlefuchsia {
  background-color:#DA4597;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebluehomedlight {
  background-color:#30C8D9;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}


/*AFMSCP supp cuisine*/

.circlebluecuisine {
  background-color:#0568A6;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.circlegreencuisine {
  background-color:#048C3F;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.circleorangekitchen {
  background-color:#F25116;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.circlebluekitchen2 {
  background-color:#013675;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}


/*AFMSCP energies*/

.circleseablue {
  background-color:#4BBFB4;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.circleblack2{
  background-color:#090909;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.circleyelcuisine {
  background-color:#F2B90F;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}


/*Jayel #F2BFB3*/

.circlejayelrose {
  background-color:#F2BFB3;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejayelrose2 {
  background-color:#daaba1;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejayelgold{
  background-color:#BF9445;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejayelbrown{
  background-color:#55423C;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejayelblack{
  background-color:#262626;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*DJIDJI WATER*/

.circledjidjibleuf{
  background-color:#062A35;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circledjidibleuc{
  background-color:#178CA6;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circledjidjivert{
  background-color:#98BF45;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circledjidiblanc{
  background-color:#ffffff;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}



/*CKREMENBON*/

.circleckaremenbonblack{
  background-color:#262626;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleckaremenbonblanc{
  background-color:#ffffff;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circleckaremenbonrouge{
  background-color:#8C1B1B;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*BELSSIMA*/
.circlerosebelssima {
  background-color:#E6D7DA;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*Jeunesse Écologie*/

.circlejeunecovert{
  background-color:#82A633;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejeunecoorange{
  background-color:#F27507;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejeunecobleuc{
  background-color:#7BC2EA;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejeunecobleuf{
  background-color:#044D8C;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*One Kento*/
.circleblackonekento{
  background-color:#212121;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlecarameldbrown{
  background-color:#af5913;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*Citytoursbyparis*/

.circlecitytoursblue{
  background-color:#022873;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlecitytoursred{
  background-color:#be0503;
  height: 150px;
  width: 150px;
  /*border: 1px solid #727272;*/
  border-radius: 50%;
}


/*Paris City Lights*/

.circleblack{
  background-color:#090909;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlepclgold1 {
  background-color: #9E6B05;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlepclgold2{
  background-color:#CE6502;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlewhite{
  background-color:#ffffff;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

/*Mirjea photographie*/

.circlemipink{
  background-color:#D72090;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}


.circlemiviolet{
  background-color:#7C4EA0;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

/*Bedevdesign*/

.circlebeviolet{
  background-color:#7427A0;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlebeblue{
  background-color:#21A6A6;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebepinkf{
  background-color:#cc1f93;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebeyellow{
  background-color:#ccb21f;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}


.circlebevioletp{
  background-color:#ffa6e2;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebeblack{
  background-color:#12121C;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebepastel{
  background-color: #EBEBEB;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

/*Bedevdesign add*/

/*crème flèche*/
.circlebebgpastel1{
  background-color: #FFD6B8;
  height: 150px;
  width: 150px;
  border: 1px solid #0C0910;
  border-radius: 50%;
}

.circlebebgpastel2{
  background-color: #ECBFAC;
  height: 150px;
  width: 150px;
  border: 1px solid #0C0910;
  border-radius: 50%;
}

.circlebebgpastel3{
  background-color: #edc0ad;
  height: 150px;
  width: 150px;
  border: 1px solid #0C0910;
  border-radius: 50%;
}

.circlebepowderpink{
  background-color: #F1C3C3;
  height: 150px;
  width: 150px;
  border: 1px solid #0C0910;
  border-radius: 50%;
}

/*First travel Paris + circlewhite*/

.circleftpblue{
  background-color: #162983;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circleftpred{
  background-color: #E2001A;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

/*Recettes bien-etre*/

.circlebetrecorail{
  background-color:#F1824D;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebetrejaune{
  background-color: #FEB044;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebetrevert{
  background-color: #1F2815;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlebetrenoir{
  background-color: #212121;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}


/*Jojoe*/

.circlejojoedore{
  background-color: #E3B249;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejojosaumon{
  background-color: #D95E52;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}


/*Sciciedesign + circleblack*/

.circlescicie1{
  background-color: #F2BB16;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlescicie2{
  background-color: #D9961A;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlescicie3{
  background-color: #8C6214;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}


/*Bambinos + circlewhite*/
.circlebambgreen{
  background-color: #167162;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlebambred{
  background-color: #C43945;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

/*Galladier + circleblack*/

.circlegaldore{
  background-color: #9C6E1B;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*Workhiitout*/

.circlewhkorange{
  background-color: #F26513;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*Beaux voyages Alex*/

.circlalexpastl1{
  background-color: #575050;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlalexpastl2{
  background-color: #EBEBEB;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlalexpastl3{
  background-color: #E3CEC5;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlalexpastl4{
  background-color: #025951;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}


/*Nad Eshop*/

.circlenadeshopred{
  background-color: #ED1465;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlenadeshopblack{
  background-color: #1B1B1C;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*EryShop*/

.circleryshopred{
  background-color: #B92133;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}


/*Ateco*/

.circlatecoblue{
  background-color: #4BBFB4;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*expo*/

.circexpopink{
  background-color: #D32481;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circexpodore{
  background-color: #F4AE00;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*jdf*/

.circlejdfdore{
  background-color: #C5A025;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejdfdore2{
  background-color: #D9B448;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.circlejdfred{
  background-color: #D94A4A;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

/*stedi*/

.circlestedidore{
  background-color: #BF7839;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlestediblack{
  background-color: #281E15;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

/*Yishai wax*/

.circleyishai1{
  background-color: #736258;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}


.circleyishai2{
  background-color: #19867F; /*#614F41;*/
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}


/*Horizons solidaires*/

.circlehorizonsbluelight{
  background-color: #29A7D9;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlehorizonsbluedark{
  background-color: #3A3E8C;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlehorizonsrose{
  background-color: #D92B8B;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlehorizonsvert{
  background-color: #94BF54;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlehorizonsorange{
  background-color: #D98032;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.bggreyhorizons1 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hiddden;
}

.bggreyhorizons1b {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #0c0810;
  padding: 0 0 2% 0;

  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hiddden;
}

.bggreyhorizons1short {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 0 0 5% 0;

  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hiddden;
}

.bggreyhorizons1dome {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 5% 0;

  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hiddden;
}

.bggreyhorizons1dome-yte {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #ffffff;
  padding: 5% 0 0% 0;/*5% 0 5% 0*/

  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hiddden;
}

.bggreyhorizons2 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #F7EFEB;
  padding: 80px 0px 80px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hiddden;
}


/*Cheminots*/

.circlecheminotsgrey{
  background-color: #AFAFAF;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlecheminotred{
  background-color: #F20519;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlecheminotblack{
  background-color: #0D0D0D;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}


/*Spectaculaires*/

.circlespectaculairesbleu {
  background-color: #04BFBF;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlespectaculairesrose {
  background-color: #F266B3;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlespectaculairesvert {
  background-color: #ADBF21;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlespectaculairesorange {
  background-color: #F2780C;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

.circlespectaculairesdore {
  background-color: #D99311;
  height: 150px;
  width: 150px;
  border: 1px solid #727272;
  border-radius: 50%;
}

/*Color palette AFMSCP*/

/*Optic du soleil*/

.circleopticdsyellow {
  background-color: #ffd346;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #212121;/*#6F2699*/
  text-transform: none; 
}

/*titre index ligne 107*/
.section-header  h2 {
  margin: 10px 0 0 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  font-size: 2.375rem; 
  line-height: 42px;
  font-weight: 700;
  color: #232323;/*#012970*/
}


@media (max-width: 768px) {
  .section-header p {
    font-size: 1rem; /*28px*/
    line-height: 32px;
  }
}

/*lightbox gallery*/

.backlightbox {
  background-color: #ffffff!important;
  color: rgb(133, 49, 49);/*white*/
  margin-bottom: 7%;
}

img.art{
  width: 100%;
  height: 700px;
  object-fit:cover;
  transition: transform 1s;
}

.thumb{
  overflow: hidden;
}

img.art:hover{
  transform: scale(1.2);
}

/*fin lightbox gallery*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #6F2699;/*#012970*/
  min-height: 40px;
  margin-top: 120px;/*82px*/
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 110px;/*57px*/
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 1rem;/*14px*/
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #cc1f93;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #6F2699;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 1.5rem;
  color: #fff;
  line-height: 0;
}

/*Ajout*/
.back-to-top i:hover {
  font-size: 1.5rem;
  color: #fff;
  line-height: 0;
  transform: translateY(-5px);
  transition: 0.5s;
}

.back-to-top:hover {
  background: #cc1f93;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: auto;
  margin-right: 6px;
  width: 300px;
}


/*--------------------------------------------------------------
# Header DARKMODE
--------------------------------------------------------------*/
.header-darkmd {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

.header-darkmd.header-scrolled {
  background: #090909;/* #fff;*/
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header-darkmd .logo {
  line-height: 0;
}

.header-darkmd .logo img {
  max-height: auto;
  margin-right: 6px;
  width: 300px;
}


/*--------------------------------------------------------------
# Preloader ACCUEIL
--------------------------------------------------------------*/
#preloader {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#preloader:before,
#preloader:after {
  content: "";
  background-color: #0c0810;
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;
}

#preloader .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloader .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloader.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloader.loaded .line:after {
  opacity: 0;
}

#preloader.loaded:before,
#preloader.loaded:after {
  animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}

@keyframes lineincrease {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes linemove {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes preloaderfinish {
  0% {
    width: 5 0%;
  }

  100% {
    width: 0%;
  }
}


/*---------------------------------------------------------------------------------------------------------
# PRELOADER : ouverture verticale
--------------------------------------------------------------------------------------------------------*/
#preloadera {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

#preloadera:before,
#preloadera:after {
  content: "";
  background-color:#0c0810;
  /*background-color: #212121;*/
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloadera:after {
  left: auto;/*auto*/
  right: 0;/*0*/
}

#preloadera .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;

}

#preloadera .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloadera .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloadera.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloadera.loaded .line:after {
  opacity: 0;
}

#preloadera.loaded:before,
#preloadera.loaded:after {
  animation: preloaderfinisha 300ms ease-in-out 500ms forwards;
}

@keyframes lineincreasea {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes linemovea {
  0% {
    transform: translateY(200%); 
  }

  100% {
    transform: translateY(-100%);
  }
}

/*Ici on change le sens en mettant height au lieu de width*/

@keyframes preloaderfinisha {
  0% {
   height: 5 0%; /*5 0%*/
  }

  100% {
   height: 0%;
  }
}


/*---------------------------------------------------------------------------------------------------------
# PRELOADER : ouverture verticale
--------------------------------------------------------------------------------------------------------*/
#preloaderb {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

#preloaderb:before,
#preloaderb:after {
  content: "";
  background-color: #6F2699;

  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloaderb:after {
  left: auto;
  right: 0;
}

#preloaderb .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;

}

#preloaderb .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloaderb .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloaderb.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloaderb.loaded .line:after {
  opacity: 0;
}

#preloaderb.loaded:before,
#preloaderb.loaded:after {
  animation: preloaderfinisha 300ms ease-in-out 500ms forwards;
}

@keyframes lineincreasea {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes linemovea {
  0% {
    transform: translateY(200%); 
  }

  100% {
    transform: translateY(-100%);
  }
}

/*Ici on change le sens en mettant height au lieu de width on 
a plus l'effet coupé en 2 ou rideau qui s'ouvre mais fermeture paupière*/

@keyframes preloaderfinisha {
  0% {
   width: 5 0%; /*5 0%*/
  }

  100% {
   width: 0%;
  }
}


/*---------------------------------------------------------------------------------------------------------
# PRELOADERC : ouverture verticale
--------------------------------------------------------------------------------------------------------*/
#preloaderc {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

#preloaderc:before,
#preloaderc:after {
  content: "";
  background-color: #cc1f93;

  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloaderc:after {
  left: auto;
  right: 0;
}

#preloaderc .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;

}

#preloaderc .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloaderc .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloaderc.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloaderc.loaded .line:after {
  opacity: 0;
}

#preloaderc.loaded:before,
#preloaderc.loaded:after {
  animation: preloaderfinisha 300ms ease-in-out 500ms forwards;
}

@keyframes lineincreasea {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes linemovea {
  0% {
    transform: translateY(200%); 
  }

  100% {
    transform: translateY(-100%);
  }
}

/*Ici on change le sens en mettant height au lieu de width on 
a plus l'effet coupé en 2 ou rideau qui s'ouvre mais fermeture paupière*/

@keyframes preloaderfinisha {
  0% {
   height: 5 0%; /*5 0%*/
  }

  100% {
   height: 0%;
  }
}


/*--------------------------------------------------------------
# Preloaderd LABO / SIDE PROJECTS de Photofolio : ouverture horizontale
--------------------------------------------------------------*/
#preloaderd {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#preloaderd:before,
#preloaderd:after {
  content: "";
  background-color: #6F2699;
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloaderd:after {
  left: auto;
  right: 0;
}

#preloaderd .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;
}

#preloaderd .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloaderd .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloaderd.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloaderd.loaded .line:after {
  opacity: 0;
}

#preloaderd.loaded:before,
#preloaderd.loaded:after {
  animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}

@keyframes lineincrease {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes linemove {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes preloaderfinish {
  0% {
    width: 5 0%;
  }

  100% {
    width: 0%;
  }
}


/*--------------------------------------------------------------
# Preloadere CV de Photofolio : ouverture horizontale
--------------------------------------------------------------*/
#preloadere {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

#preloadere:before,
#preloadere:after {
  content: "";
  background-color: #cc1f93;
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloadere:after {
  left: auto;
  right: 0;
}

#preloadere .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;
}

#preloadere .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloadere .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloadere.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloadere.loaded .line:after {
  opacity: 0;
}

#preloadere.loaded:before,
#preloadere.loaded:after {
  animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}

@keyframes lineincrease {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes linemove {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes preloaderfinish {
  0% {
    width: 5 0%;
  }

  100% {
    width: 0%;
  }
}



/*---------------------------------------------------------------------------------------------------------
# PRELOADERF PORTFOLIO  : ouverture verticale
--------------------------------------------------------------------------------------------------------*/
#preloaderf {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

#preloaderf:before,
#preloaderf:after {
  content: "";
  background-color: #edc2b2;

  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloaderf:after {
  left: auto;
  right: 0;
}

#preloaderf .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;

}

#preloaderf .line:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloaderf .line:after {
  content: "";
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloaderf.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloaderf.loaded .line:after {
  opacity: 0;
}

#preloaderf.loaded:before,
#preloaderf.loaded:after {
  animation: preloaderfinisha 300ms ease-in-out 500ms forwards;
}

@keyframes lineincreasea {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes linemovea {
  0% {
    transform: translateY(200%); 
  }

  100% {
    transform: translateY(-100%);
  }
}

/*Ici on change le sens en mettant height au lieu de width on 
a plus l'effet coupé en 2 ou rideau qui s'ouvre mais fermeture paupière*/

@keyframes preloaderfinisha {
  0% {
   height: 5 0%; /*5 0%*/
  }

  100% {
   height: 0%;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 10px 15px; 
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem; 
  font-weight: 700;
  color: #232323;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i {
  font-size: 1rem;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #cc1f93; 
}

/*bouton contact*/
.navbar a.navbar-btn {
  background: #6F2699;
  padding: 8px 20px;
  margin: 0 30px 0 30px;
  border-radius: 50px;
  color: #fff;
}

/*bouton contact*/
.navbar a.navbar-btn:hover {
  background: #cc1f93; /*#6F2699;*/
  color: #fff;
}

/*bouton contact*/
.navbar a .navbar-btn:hover, .navbar .navbar-btn.active, .navbar li .navbar-btn:hover > a {
  color: #ffffff;
  background: #cc1f93; /*#4a9926;*/
}

.navbar .getstarted {
  background: #6F2699;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #cc1f93;
}


.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 1rem;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #cc1f93;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #6F2699;
  font-size: 1.75rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #cc1f93;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }

  /*ajout*/
  .header .logo img {
    max-height: auto;
    margin-right: 6px;
    width: 230px;
  }

  .section-header p {
    font-size: 1rem; /*28px*/
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #edc2b2;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1rem;
  color: #212121;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #cc1f93;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 1rem; 
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  
  color: #cc1f93;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Navigation Menu : PORTFOLIO PAGES DARKMODE
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-default {
  padding: 0;
}

.navbar-default ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}

.navbar-default li {
  position: relative;
}

.navbar-default a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px 10px 15px; 
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem; 
  font-weight: 700;
  color: #fff;/* #232323*//*A METTRE EN BLANC*/
  white-space: nowrap;
  transition: 0.3s;
}

.navbar-default a i {
  font-size: 1rem;
  line-height: 0;
  margin-left: 5px;
}

.navbar-default a:hover, .navbar-default .active, .navbar-default li:hover > a {
  color: #cc1f93;
}

/*bouton contact*/
.navbar-default a.navbar-btn {
  background: #6F2699;
  padding: 8px 20px;
  margin: 0 30px 0 30px;
  border-radius: 50px;
  color: #fff;
}

/*bouton contact*/
.navbar-default a.navbar-btn:hover {
  background: #cc1f93; /*#6F2699;*/
  color: #fff;
}

/*bouton contact*/
.navbar-default a .navbar-btn:hover, .navbar-default .navbar-btn.active, .navbar-default li .navbar-btn:hover > a {
  color: #ffffff;
  background: #cc1f93; /*#4a9926;*/
}

.navbar-default .getstarted {
  background: #6F2699;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
}

.navbar-default .getstarted:hover {
  color: #fff;
  background: #cc1f93;
}


.navbar-default .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar-default .dropdown ul li {
  min-width: 200px;
}

.navbar-default .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 600;
}

.navbar-default .dropdown ul a i {
  font-size: 1rem;
}

.navbar-default .dropdown ul a:hover, .navbar-default .dropdown ul .active:hover, .navbar-default .dropdown ul li:hover > a {
  color: #cc1f93;
}

.navbar-default .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar-default .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar-default .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar-default .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar-default .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #6F2699;
  font-size: 1.75rem;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #cc1f93;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }

  /*ajout*/
  .header .logo img {
    max-height: auto;
    margin-right: 6px;
    width: 230px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #edc2b2;
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 1rem;
  color: #212121;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #cc1f93;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 1rem; 
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  
  color: #cc1f93;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*cacher l'animation en mode pc*/
.hiddenanimsvg{
  display: none;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url("../img/headers/background-header-debase-2.jpg") top center no-repeat;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.hero h1 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 700;
  color: #232323;
  padding-top: 5%;
}

.introhero{
  padding-top: 40px;
  font-size: 1rem;
}

.introhero2{
  padding-top: 0px;
  font-size: 1rem;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 1.625rem;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 30px rgba(111, 38, 153, 0.2);
}

.hero .btn-get-started:hover {
  background: #cc1f93;
}

.hero .btn-get-started span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.063rem;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 1.125rem;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateY(5px);
}

/*bouton en savoir plus*/

.hero .btn-get-more {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  margin-right: 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #cc1f93;
  box-shadow: 0px 5px 30px rgba(111, 38, 153, 0.2);
}

.hero .btn-get-more:hover {
  background: #6F2699;
}

.hero .btn-get-more span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.063rem;
}

.hero .btn-get-more i {
  margin-left: 5px;
  font-size: 1.125rem;
  transition: 0.3s;
}

.hero .btn-get-more:hover i {
  transform: translateY(5px);
}


/*Ajout pour adapter la taille de min-width 425px à max-width 1199px*/

@media (max-width: 1199px) and (min-width: 425px) {
  .hero h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #232323;
    padding-top: 5%;
  }

}

/*Ajout pour adapter la taille de min-width 425px à max-width 1199px*/

@media (max-width: 424px) {
  .hero h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #232323;
    padding-top: 5%; 
  }

}

/*Ajout pour les titres du portfolio mobiles*/

@media (max-width: 425px) {
  .h1bigtitlepart
{
  font-size: 2rem !important;
  font-weight: 800;
  text-transform: uppercase;
  color: #212121;
  display: inline-block;
  padding-bottom: 20px;
}

.h1bsubtitlepart {
  font-size: 1.4rem !important;
  font-weight: 600;
  text-transform: none;
  color: #2e2e2e;
  display: inline-block;
}

.tailletitrepolices, .tailletitrepolicesWhite {
  font-size: 1.8rem;
  font-weight: 600;
}

.styleresulth3titrechal {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 7%;
  color: #353535;
}

.mission-client-solution {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #444444;
}

/*Résultats cf counts*/

.styleresulth3 {
  font-size: 1.2rem;
  font-weight: 600;
}

.section-helpYou-h2
{
  font-size: 1.9rem; 
  text-transform: none;
  color: #232323;
  display: block;
  padding-bottom: 20px;
}


.section-header h2 {
  margin: 10px 0 0 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem; 
  line-height: 42px;
  font-weight: 700;
  color: #232323;/*#012970*/
}


}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width:1024px) and (min-width: 1024px) {
  .hero h1 {
    padding-top: 39%;
    font-size: 1.6rem; 
  }
}



@media (max-width: 991px) {

  /*cacher l'animation en mode pc et visible en tablette et mobile*/
  .hiddenanimsvg{
    display: none;
  }

  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }

  /*HEADER MOBILE portfolio*/
  .imghero {
    margin-top: -25%;
  }

  .imgheroHome {
    margin-top: -10%;
  }

  
  .hero-img-yishaiwax {
    margin-top: 0;
  }

  .hero-img-spectaculaires {
    margin-top: -20%;
  }

  .hero-img-pcl-id {
    margin-top: -20%;
  }


  .logoanimgearsm, .logoanimgearclass {
    margin-top: -70%;
    padding-top: -70%;
  }

  .hero .hero-img img {
    width: 80%;
    margin-top: 180px;
    padding-top: 180px;
  }


  .hero h1 {
    text-align: center;
  }

  .hero .introhero {
    text-align: center;
  }

  .heroafmscpedit h1 {
    text-align: center;
  }

  /*gallery portfolio nom client en majuscule*/
  .portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 1.1rem !important;
    color: #212121;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  /*gallery portfolio texte*/
  .portfolio .portfolio-wrap .portfolio-info p {
    color: #212121;
    font-weight: 800;
    font-size: 1rem !important;
    text-transform: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  /*affichage bureau*/
  .herobureau-img{
    display: none;
  }

  .modecacher2 {
    display: none;
    /*visibility: hidden;*/
  }

  .aboutClosetop {
    margin: -45px 0 30px 0;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  
  .hero h2 {
    font-size: 1.5rem;
  }
  .hero .hero-img img {
    width: 100%;
  }

  .heroafmscpedit {
    text-align: center;
  }
}

@media (max-width: 501px) {
  /*bouton en savoir plus*/

.hero .btn-get-more {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  margin-right: 0px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #cc1f93;
  box-shadow: 0px 5px 30px rgba(111, 38, 153, 0.2);
}
}




/*--------------------------------------------------------------
# SVG ANIMATION HERO SECTIONS
--------------------------------------------------------------*/

#Workspace{
  width: 500px;

}

/*couleur rond pc*/
#Workspace #rondpc #Vector_13{
  animation: changeColor1 3s infinite alternate;
}

@keyframes changeColor1 {
  0% {
    fill: #6F2699;
  }

  25% {
    fill: #F2A618; /*#ccb21f;*/
  }

  50% {
    fill: #ffffff; /*#ccb21f;*/
  }

  75% {
    fill: #cc1f93; /*#A11372;*/ /*#cc1f93*/
  }

  100% {
    fill: #1F9599;
  }
}


/*fleur centre violet*/

#Workspace #fleurcentreviolet #Vector_1{
  animation: changeColor2 3s infinite alternate;
}

@keyframes changeColor2 {
  0% {
    fill: #6F2699;
  }
  25% {
    fill: #cc1f93; /*#A11372;*/
  }

  50% {
    fill: #F2A618 ; /*#cc1f93*/
  }

  100% {
    fill: #1F9599;
  }
}

/*fleur droite blue*/

#Workspace #fleurdroitebleu #Vector_2{
  animation: changeColor3 3s infinite alternate;
}

@keyframes changeColor3 {
  0% {
    fill: #ccb21f;
  }

  50% {
    fill: #ccb21f;
  }

  100% {
    fill: #6F2699;
  }
}

/*fleur gauche blue*/

#Workspace #fleurgauchebleu #Vector_3{
  animation: changeColor4 3s infinite alternate;
}

@keyframes changeColor4 {
  0% {
    fill: #cc1f93; /*#A11372;*/ /*#cc1f93*/
  }

  50% {
    fill: #ccb21f;
  }

  100% {
    fill: #ccb21f;
  }
}

#Etronc #dosbleu{
  animation: changeColor6 3s infinite alternate;
}

@keyframes changeColor6 {
  0% {
    fill: #6F2699;
  }

  50% {
    fill: #cc1f93;
  }

  100% {
    fill: #1F9599;
  }
}

/*dos violet*/

#Etronc #dosviolet{
  animation: changeColor7 4s infinite alternate;
}

@keyframes changeColor7 {
  0% {
    fill: #1F9599;
  }

  50% {
    fill: #cc1f93;
  }

  100% {
    fill: #6F2699;
  }
}


/*bras droit plume*/
#LogoAnimeExtend #Ebrasdroit {
  animation: rotate 1s infinite alternate ease-in;
  transform-origin: left;
  transform-box: fill-box;
}

@keyframes rotate {
  0% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}


/*LOGO FLIPPED */

/*bras droit plume logo flipped*/
#logoanimgears #brasdroitplume {
  animation: rotate2 1s infinite alternate ease-in;
  transform-origin: right;
  transform-box: fill-box;
}

@keyframes rotate2 {
  0% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-15deg);
  }
}


/*couleur logoanime FLIPPED*/
/*dos bleu*/
#tronc #brasdroitplume_2{
  animation: changeColor6 3s infinite alternate;
}

@keyframes changeColor6 {
  0% {
    fill: #6F2699;
  }

  25% {
    fill: #cc1f93;
  }

  50% {
    fill: #ffffff;
  }

  100% {
    fill: #1F9599;
  }
}

/*dos violet*/

#tronc #Vector_18{
  animation: changeColor7 4s infinite alternate;
}

@keyframes changeColor7 {
  0% {
    fill: #1F9599;
  }

  25% {
    fill: #ffffff;
  }

  50% {
    fill: #cc1f93;
  }

  100% {
    fill: #6F2699;
  }
}

#logoanimgears:hover {
  transform: scale(1.1);
  transition: transform 1s;
}

#logoanimgears #cercledebase {
  visibility: hidden;
}

#gears1, #gears2, #gears3 {
  visibility: hidden;
} 

#LogoAnimeExtend #cercledebase {
  visibility: hidden;
}

#gear1, #gear2, #gear3 {
  visibility: hidden;
} 

#LogoAnimeExtend:hover {
  transform: scale(1.1);
  transition: transform 1s;
}


/*--------------------------------------------------------------
# PROJECTS HERO SECTIONS
--------------------------------------------------------------*/

/*Background headers en fonction du visuel*/


.bgherowhiter {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-whiter.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bgherowhiter2 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-whiter-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur lisse creme et sol blanc general*/

.bghero1c {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-rose.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero1a {
  background: url("../img/headers/background-header-debase-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur lisse creme et sol blanc general*/
.bghero1 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-4-2-ouvert.jpg") top center no-repeat;

  background-size: cover;
  background-attachment: fixed;
}

/*bg mur encastré creme et sol blanc general*/
.bghero2 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-5g-lighter-creme-3-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur encastré violet (degrad fleche) et sol blanc general*/
.bghero3 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-5h2-lighter-creme-3-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur encastré creme-violet et sol blanc general*/
.bghero4 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-5h-lighter-creme-3-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur encastré creme en profondeur sans sol blanc general*/
.bghero5 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-5J-lighter-creme-3-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur encastré exact creme et sol blanc general*/
.bghero6 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4b-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur lisse creme et sol blanc general*/
.bghero7 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4d-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur facon galerie exact creme et sol blanc general*/
.bghero8 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4e-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur facon galerie exact sans sol*/
.bghero9 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4f-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle relief couleur prune*/
.bghero10 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4h-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle relief couleur exact creme*/
.bghero11 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4i-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur exact creme*/
.bghero12 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4j-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero13 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-11-4-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero14 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-centre-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/*bg mur cercle lisse couleur blanc*/
.bghero15 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-light-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero16 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero17 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-13-1-centre-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero18 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-13-1-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero19 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-16-centre-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero20 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-centre- blancouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero21 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-centre-ouvert.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero22 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2 - rose.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero23 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-4-2-ouvertB.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero24 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-5-lighter-creme-9-a-ouvertB.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero25a {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-A-light-empty-ouvertA2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero25b {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-A-light-empty-ouvertA2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero26a {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-A-light-empty-ouvertB2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero26b {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-A-light-empty-ouvertB2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero26c {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-A-light-empty-ouvertB3.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero26d {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-A-light-empty-ouvertB4.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero27 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-B-light-empty-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero28 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-light-empty-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero29 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-B-centre-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero30 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-C-centre-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero31 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-C-centre-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero32 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-C-centre-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero33a {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-C-centre-ouvertB.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
}

/*bg mur cercle lisse couleur blanc*/
.bghero33b {
  
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-C-centre-ouvertB2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero34 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-centre-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero35 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-centre-ouvertB.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero36 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-centre-ouvertB4.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero37a {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-D-centre-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero37b {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-D-centre-ouvertA2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero38 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-E-centre-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero39 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-E-centre-ouvertB.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero40 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-E-centre-ouvertB2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*bg mur cercle lisse couleur blanc*/
.bghero41 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-E-centre-ouvertB3.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*UTILS*/
/*bg mur sans sol*/
.bghero-util1 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-12-light-empty-ouvertA.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-util2 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-15-blanc.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-util3 {
  background: url("../img/headers-portfolio/OK-new-arrplan-1-debase-2-piece-presentation-17-centre-ouvertB.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*BHHERO GOLDEN GRADIENTS : OPTIC SOLEIL ET AUTRES PROJETS*/

.bghero-goldgradient1 {
  background: url("../img/headers-portfolio/headers-goldgradients/Ok-new-arrplan-opticsoleil.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-goldgradient2 {
  background: url("../img/headers-portfolio/headers-goldgradients/Ok-new-arrplan-opticsoleil-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-goldgradient3 {
  background: url("../img/headers-portfolio/headers-goldgradients/Ok-new-arrplan-opticsoleil-3.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-goldgradient4 {
  background: url("../img/headers-portfolio/headers-goldgradients/Ok-new-arrplan-opticsoleil-4.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-goldgradient5 {
  background: url("../img/headers-portfolio/headers-goldgradients/Ok-new-arrplan-opticsoleil-5.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*INVERSÉ*/

.bghero-goldgradient6 {
  background: url("../img/headers-portfolio/headers-goldgradients/Ok-new-arrplan-opticsoleil-inverser.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/*Fin backgroun headers en fonction du visuel*/


.heroafmscpedit {
  width: 100%;
  height: 100vh;
}

.heroafmscpedit h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #232323;
}

.heroafmscpedit h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 1.625rem;
}

.heroafmscpedit .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 30px rgba(111, 38, 153, 0.2);
}

.heroafmscpedit .btn-get-started:hover {
  background: #cc1f93;
}

.heroafmscpedit .btn-get-started span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
}

.heroafmscpedit .btn-get-started i {
  margin-left: 5px;
  font-size: 1.125;
  transition: 0.3s;
}

.heroafmscpedit .btn-get-started:hover i {
  transform: translateX(5px);
}

.heroafmscpedit .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .heroafmscpedit {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {

  .heroafmscpedit {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .heroafmscpedit .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .heroafmscpedit .hero-img img {
    width: 80%;
  }

  /*regroupement h1 et h2 pour padding top*/
  .meftitle {
    padding-top: 40px;
  }

  #LogoAnimeExtend {
    padding-top: 0;
    margin-top: 0;
  }

  #logoanimgears {
    padding-top: 0;
    margin-top: 0;
  }

}

.heroafmscpedit .hero-img {
  animation: herofloating 3s infinite ease-in-out alternate;
}

@keyframes herofloating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 19px); }
  to   { transform: translate(0, -0px); }    
}

@media (max-width: 768px) {
  .heroafmscpedit {
    text-align: center;
  }
 
  .heroafmscpedit h2 {
    font-size: 1.5rem;
  }
  .heroafmscpedit .hero-img img {
    width: 100%;
  }
}

/*fin PROJECTS HERO SECTIONS*/


/*--------------------------------------------------------------
# PROJECTS HERO SECTIONS DARKMODE
--------------------------------------------------------------*/

.bghero-afmscp-event {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-all3AFMSCP-metal.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-donneconseil {
  background: url("../img/dark-hero-section/AP-DARKMODE-1donneconseil.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*.bghero-afmscp-id {
  background: url("../img/dark-hero-section/OK-new-arrplan-1-debase-2-piece-presentation-17-E-centre-ouvertB3.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}*/

.bghero-bambinos {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-BAMBINOS-GREEN-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-citytours {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-citytours-site-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-gouter {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-GOUTER-DESSERT-2-CREAMY-blk.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-metalands {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-metalands-site-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-opticsoleil {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-OPTICSOLEIL-3-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-galladier {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-galladier-ok-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-pclid {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-pcl-id-ok.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-pclsite {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-citytours-2.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-ptf3d {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-ptf-3d-site-violetlight.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-alex {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-VOYAGEALEX-GREEN-8.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bghero-workhiitoufit {
  background: url("../img/dark-hero-section/AP-DARKMODE-1-WORKHIITOUTFIT-4-dark.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


/*fin PROJECTS HERO SECTIONS DARKMODE*/



/*Background headers en fonction du visuel*/

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.aboutClosetop {
  margin: -25px 0 30px 0;
}

.about .content {
  background-color: #ffffff;
  padding: 40px;
}

.about .bgrecompense {
  background-color: #bd5a5a;
  padding: 40px;
}

.about h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #212121;
  text-transform: none;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.underline-gap-link {
  color: #212121;
  text-decoration: underline #212121;
  text-underline-offset: 0.3rem;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 25px rgba(111, 38, 153, 0.3);
}

.about .btn-read-more span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 1.125rem;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

.about .btn-read-more:hover {
  background: #cc1f93; /*#A11372;*/ /*#cc1f93*//*#1F9599;*/
}



/*Bouton read more en rose pour portfolio*/

.about .btn-read-more-pink {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #cc1f93;
  box-shadow: 0px 5px 25px rgba(111, 38, 153, 0.3);
}

.about .btn-read-more-pink span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more-pink i {
  margin-left: 5px;
  font-size: 1.125rem;
  transition: 0.3s;
}

.about .btn-read-more-pink:hover i {
  transform: translateX(5px);
}

.about .btn-read-more-pink:hover {
  background: #6F2699; /*#cc1f93;*/ /*#A11372;*/ /*#cc1f93*//*#1F9599;*/
}


/*Bouton retour au portfolio*/

.about .btn-read-back {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 25px rgba(111, 38, 153, 0.3);
}

.about .btn-read-back span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-back i {
  margin-right: 5px;
  font-size: 1.125rem;
  transition: 0.3s;
}

.about .btn-read-back:hover i {
  transform: translateX(-5px);
}

.about .btn-read-back:hover {
  background: #cc1f93;
}


/*Bouton retour à l'accueil*/

.goback .btn-go-back-home {
  line-height: 0;
  padding: 10px 20px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 25px rgba(111, 38, 153, 0.3);
}

.goback .btn-go-back-home span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.goback .btn-go-back-home i {
  font-size: 1.125rem;
  transition: 0.3s;
}

.goback .btn-go-back-home:hover i {
  transform: translateX(-5px);
}


.goback .btn-go-back-home:hover {
  background: #cc1f93; /*#A11372;*/ /*#cc1f93*//*#1F9599;*/
}


/*Bouton retour à l'accueil*/

.btn-go-back-home2 { position: fixed; bottom: 100px; left: 20px; }

.btn-go-back-home2 {
  line-height: 0;
  padding: 12px 12px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 25px rgba(111, 38, 153, 0.3);
  z-index: 99999;
}

.btn-go-back-home2 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-go-back-home2 i {
  font-size: 1.125rem; 
  color: #fff;
  transition: 0.3s;
}

.btn-go-back-home2:hover {
  background: #cc1f93; /*#A11372;*/ /*#cc1f93*//*#1F9599;*/
  color: #fff;
  transform: translateY(-5px);
}


/*Bouton Retour à la galerie SIDE PROJECTS*/

.about .btn-read-more2 {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.5s;
  background: none; 
  color: #A11372;
  border: 1px solid #cc1f93;
  border-color: #cc1f93;
}

.about .btn-read-more2 span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more2 i {
  margin-right: 5px;
  font-size: 1.125rem;
  transition: 0.3s;
}

.about .btn-read-more2:hover i {
  transform: translateX(-5px);
}

.about .btn-read-more2:hover {
  background: none;
}


/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 1.5rem;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 30px;
}

.counts .count-box i {
  font-size: 2.625rem;
  line-height: 0;
  margin-right: 20px;
  color: #6F2699;
}

.counts .count-box span {
  font-size: 2.25rem;
  display: block;
  font-weight: 600;
  color: #212121;/*#0b198f*/
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 1.125rem;
  color: #6F2699;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 1rem;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #6F2699;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #6F2699;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 1.75rm;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #6F2699;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #6F2699;
  border-bottom: 3px solid #6F2699;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #6F2699;
}

.features .feture-tabs .tab-content i {
  font-size: 1.5rem;
  line-height: 0;
  margin-right: 8px;
  color: #6F2699;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #6F2699;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 1.75rem;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #6F2699;
}

.features .feature-icons .content .icon-box i {
  font-size: 2.75rem;
  line-height: 44px;
  color: #6F2699;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 1rem;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*icones services*/

.outils .accordion__item .accordion__content i {
  color: #212121;
  margin: 10px;
}

.outils .accordion__item .accordion__content .outils-logos{
  color: #212121;
  margin: 10px;
  padding: 10px;
}

.outils .accordion__item .accordion__content .outils-logos3{
  color: #212121;
  margin: 10px;
  padding: 10px;
}

.outils .accordion__item .accordion__content .outils-logos2{
  color: #212121;
  margin: 10px;
  padding: 10px;
}

.outils .accordion__item .accordion__content .outils-logos-jpg {
  color: #212121;
  margin: 10px;
  padding: 10px;
}

.outils .accordion__item .accordion__content .outils-logos-jpg2 {
  color: #212121;
  margin: 10px;
  padding: 10px;
}


.services .accordion__item .accordion__content i {
  color: #212121;
  margin: 30px 20px 10px 0px;
}

.services .accordion__container .accordion__item .accordion__content p .services-details {
  color: #8a2020;
  margin: 30px 20px 10px 0px;
}


/*Mes outils*/

.services .service-box .outilscheck {
  text-align: left;
  padding: 0 22% 0 22%;
}

.services .service-box .outilscheck2 {
  text-align: left;
  padding: 0 37% 0 37%;
}

.services .service-box .outilschecktitle {
  text-align: left;
  padding: 0 22% 0 22%;
  font-size: 1rem;
}

/*Ajout check list color*/

.services .service-box .servicecheck i {
  color: #5c6370;
}

.services .service-box .servicecheck {
  text-align: left;
}

.services .service-box .servicecheck2 {
  text-align: left;
  padding: 0 18% 0 18%;
}

.services .service-box .servicecheck3 {
  text-align: left;
  padding: 0 23% 0 23%;
}

.services .service-box .servicecheck4 {
  text-align: left;
  padding: 0 28% 0 28%;
}

.services .service-box .servicecheck5 {
  text-align: left;
  padding: 0 18% 0 18%;
}

.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 50px;
}

.services .service-box .icon {
  font-size: 2.25rem;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box h4 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 1.25rem;
}


.services .service-box.blue {
  border-bottom: 3px solid #1F9599;
}

.services .service-box.blue .icon {
  color: #1F9599;
  border: 2px solid #1F9599;
}

.services .service-box.blue .read-more {
  color: #1F9599;
}

.services .service-box.blue:hover {
  background: #1F9599;
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.services .service-box.orange {
  border-bottom: 3px solid #E59D17;
}

.services .service-box.orange .icon {
  color: #E59D17;
  border: 2px solid #E59D17;
}

.services .service-box.orange .read-more {
  color: #E59D17;
}

.services .service-box.orange:hover {
  background: #E59D17;
}

.services .service-box.green {
  border-bottom: 3px solid #819917;
}

.services .service-box.green .icon {
  color: #819917;
  border: 2px solid #819917;
}

.services .service-box.green .read-more {
  color: #819917;
}

.services .service-box.green:hover {
  background: #819917;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #E62B17;
  background: #fef7f8;
  border: 2px solid #E62B17;
}

.services .service-box.red .read-more {
  color: #E62B17;
}

.services .service-box.red:hover {
  background: #E62B17;
}

.services .service-box.purple {
  border-bottom: 3px solid #6F2699;
}

.services .service-box.purple .icon {
  color: #6F2699;
  border: 2px solid #6F2699;
}

.services .service-box.purple .read-more {
  color: #6F2699;
}

.services .service-box.purple:hover {
  background: #6F2699;
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.services .service-box.pink {
  border-bottom: 3px solid #CC1F93;
}

.services .service-box.pink .icon {
  color: #cc1f93;
  border: 2px solid #cc1f93;
}

.services .service-box.pink .read-more {
  color: #cc1f93;
}

.services .service-box.pink:hover {
  background: #cc1f93;
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.services .service-box.navyblue {
  border-bottom: 3px solid #1957A6;
}

.services .service-box.navyblue .icon {
  color: #1957A6;
  border: 2px solid #1957A6;
}

.services .service-box.navyblue .read-more {
  color: #1957A6;
}

.services .service-box.navyblue:hover {
  background: #1957A6;
}

/*SERVICE CHECK AJOUTE our icone check devient blanc en hover*/

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more,  .services .service-box:hover .servicecheck i, .services .service-box:hover hr, .services .service-box:hover h4 {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

.services .service-box p {
  font-weight: 400;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 15px;
}


.pricing .price {
  font-size: 2.25rem;
  color: #444444;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.pricing .price sup {
  font-size: 1.25rem;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 1rem;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 1rem;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
  font-weight: 400;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #6F2699;
  transition: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #6F2699;
}

.pricing .btn-buy:hover {
  background: #6F2699;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 1rem;
  padding: 1px 0 3px 0;
  background: #6F2699;
  color: #fff;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #A11372;
  border-color: #cc1f93;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}


/*gallery portfolio nom client en majuscule*/
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  color: #212121;
  font-weight: bold;
  padding: 0 7% 0 7%;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info h5 {
  font-size: 1rem;
  color: #212121;
  font-weight: lighter;
  padding: 0 7% 0 7%;
  text-transform: none;
}


.portfolio .portfolio-wrap .portfolio-info h6 {
  font-size: 1rem; 
  color: #212121;
  font-weight: lighter;
  text-transform: none;
}

/*gallery portfolio texte titre */
.portfolio .portfolio-wrap .portfolio-info p {
  color: #212121;
  font-weight: 800;
  font-size: 1rem;
  text-transform: none;
  padding: 0 7% 0 7%;
  margin: 0;
  text-align: center;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #6F2699;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 1.5rem;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #cc1f93;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


/*gallery portfolio texte*/
.portfolio-details .resultatpage .portfolio-info2 p {
  color: #232323;
  font-weight: 800;
  font-size: 1rem;
  text-transform: none;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

/*Challenges techniques*/

.challengetech p {
  text-align: center;
}

.list-align {
  text-align: left;
}


/*Image change hover*/

/*1 make the container relative*/

.changeimagehover {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}

/* Select the image and make it absolute to the container */
.changeimagehover img {
  position: absolute;
  top:0;
  left:0;
	overflow: hidden;
	width: 400px;
	height: 400px;
}

/* 
We set z-index to be higher than the back image, so it's alwyas on the front.

We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.changeimagehover .imgfront {
  transition: opacity .5s linear;
  cursor: pointer;
}

.changeimagehover .imgback {
  transition: opacity 1 linear;
  cursor: pointer;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.changeimagehover:hover > .imgfront{
  opacity: 0;
}

/*fin*/


/*taille quote clients testimonoals : https://remixicon.com/*/

i.quotesizeleft i.quotesizeright {
  color: red;
  font-size: 3.125rem; /*50px;*/
}

/*HORIZONTAL SCROLLING GALLERY*/


/*FIN HORIZONTAL SCROLLING*/


/*Titre h1 page portfolio*/

.h1bigtitlepart
{
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212121;
  display: inline-block;
  padding-bottom: 20px;
}

.h1bsubtitlepart {
  font-size: 2rem;
  font-weight: 500;
  text-transform: none;
  color: #2e2e2e;
  display: inline-block;
}

.h2bsubtitlepart {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: none;
  color: #2e2e2e;
  display: block;
}

.h2bigtitlepart
{
  font-size: 2.375rem;
  text-transform: none;
  color: #4e4e4e;
  display: block;
  padding-bottom: 20px;
}

/*en remplacement de id detail portfolio*/
.lagenerale {
  padding-bottom: 1px;
}

/*Témoignages client*/

.temoinom {
  font-size: 1rem;
}

.temoinposte {
  font-size: 1rem;
}

/*Notation site perso*/

.notation .stars {
  margin-bottom: 15px;
}

.notation .stars i {
  color: #ffc107;
  margin: 0 1px;
}

/*Styliser le bouton play de giffy-images*/

button.playbutton {
  line-height: 0;
  padding: 15px 10px;
  border: none;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 25px rgba(111, 38, 153, 0.3);
}

button.playbutton:hover {
  background: #cc1f93;
  transform: translateY(-5px);
}

button.playbutton::after {
  background: #cc1f93;
  transform: translateY(-5px);
  border: none;
}

button.playbutton:active {
  background: #cc1f93;
  transform: translateY(-5px);
  border: none;
}

button.playbutton i {
  margin-left: 5px;
  font-size: 1.125rem;
  transition: 0.3s;
}

/*Couleurs d'arrières plans - backgrounds colors*/

.stedicolorgrey{
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #EDE9E6;/*red*/
  padding: 80px 0px 80px 0px;
  margin-top: 20px;
}

.projectbgcolorgrey{
  width: 100%;
  height: auto;
  background-size: cover;
  background-color: #f0eeee;/*red*/
  padding: 80px 0px 80px 0px;
  margin-top: 20px;
  margin-bottom:3,5%;
  overflow: hiddden;

}

.projectbgcolor3{
  width: auto;
  height: 90vh;
  background-size: cover;
  background-color: #f0eeee;/*red*/
  padding: 80px 0px 80px 0px;
  margin-top: 120px;
  margin-bottom:3,5%;
  overflow: hiddden;
}

.projectbgcolor2{
  width: auto;
  height: 90vh;
  background-size: cover;
  background-color: #f0eeee;/*red*/
  padding: 80px 0px 80px 0px;
  margin-bottom:3,5%;
  overflow: hiddden;
}


span.prixjury{
  font-weight: bold;
}

.portfolioo2 {
  position: relative;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6F2699;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6F2699;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 1rem;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*Ajout de list style visible*/
.portfolio-details .portfolio-info ul .liststylevisible {
  list-style: disc;
  padding-left: 20px;
  font-size: 16px;
}

/*bouton en savoir plus web*/
.btn-moreinfo{
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #6F2699;
  transition: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #6F2699;
}

.pricing .btn-buy:hover {
  background: #6F2699;
  color: #fff;
}

.simulationtitle{
  font-weight: bold;
}

/*instruction*/

.instruction{
  font-weight: bold;
}

/*fin instruction*/


/*pagination portfolio details*/

/*pagination*/
.pagination-presuiv{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.pagination, .pagination2{
	list-style-type: none;
}

.page-item.active .page-link {
	color: #ffffff; /*rgb(22, 21, 21);*/
	font-weight: 600;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active .page-link .spansize {
	color: #ffffff; /*rgb(22, 21, 21);*/
	font-weight: normal;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active .page-link:hover {
	color: #cc1f93;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active .page-link .spansize:hover {
	color: #cc1f93;
	font-weight: normal;
	background-color: transparent;
	border-color: transparent;
}
  
.page-item.disabled .page-link {
	color: #868e96;
	font-weight: 600;
	pointer-events: none;
	cursor: auto;
	background-color: transparent;
	border-color: transparent;
}

.page-item.disabled .page-link .spansize {
	color: #868e96;
	font-weight: normal;
	pointer-events: none;
	cursor: auto;
	background-color: transparent;
	border-color: transparent;
}

.li-prec{
	text-align: left;
}

.li-suiv{
	text-align: right;
}

/*flèche*/
.chevroncolor-active, .chevroncolorleft-active{
	color: #ffffff; /*rgb(22, 21, 21);*/
	padding-top: 25px;
  transition: 0.3s;
}

.chevroncolor-active:hover{
	color: #cc1f93;
	padding-top: 25px;
  transform: translateX(5px);
}

.chevroncolorleft-active:hover{
	color: #cc1f93;
	padding-top: 25px;
  transform: translateX(-5px);
}

.chevroncolor-disabled{
	color: #868e96;
	padding-top: 25px;
}

/*cacher la pagination de la 1ere et derniere page*/
.modecacher {
  visibility: hidden;
}

/*image yishai*/

.image-yishai{
  text-align: center;
}

@media (max-width: 575px) {
  .allpaddgallery {
    padding-top: 20%;
  }

  .allpaddtop2 {
    padding-top: 10%;
  }

  .allpaddtop2c {
    padding-top: 5%;
  }

  .allpaddtop2b {
    padding-top: 5%;
  }

  .allpaddtop2-hidden {
    padding-top: 10%;
  }

  /*hidden sur desktop*/
  .allpaddtop3-hidden {
    padding-top: 0%;
  }


  .allpaddtop3 {
    padding-top: 9%;
  }

  .allpaddbottom2 {
    padding-bottom: 10%;
  }

  .allpaddbottom4 {
    padding-bottom: 15%;
  }

  .allpaddtop4 {
    padding-top: 10%;
  }

  /*Gallery AFMSCP event*/
  .eventgallerybottom {
    margin-bottom: 10%;
}
  
}

/*Retouche photo animation*/

.retouchephoto {
  display: block;
  width: 500px;
  margin: 0 auto;
  transition: 0.3s;/*0.3s*/
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

/*témoignages pages projets*/
.testimonials2 .testimonial-item2 .stars i {
  color: #ffc107;
  margin: 0 1px;
}

/*fin témoignages*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #999;
}

.testimonials .testimonial-item h4 {
  font-size: 1rem;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  font-weight: 400;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6F2699;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6F2699;
}

.testimonials .swiper-slide {
  opacity: .3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 1.125rem;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 1.25rem;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 16px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #6F2699;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6F2699;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #6F2699;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: rgba(254, 233, 216, 0.25);/*#fee9d8;*//*#FCFCFC;*/ /* orange;/*#fafbff;*/
  padding: 30px;
}

.contact .info-box i {
  font-size: 2.375rem;
  line-height: 0;
  color: #212121;
}

.contact .info-box h3 {
  font-size: 1.25rem;
  color: #212121;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 1rem;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: rgba(254, 233, 216, 0.25);/*#fee9d8;*//*#FCFCFC;*/
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #cc1f93;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #6F2699;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #6F2699;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #cc1f93;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #cc1f93;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #6F2699;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #cc1f93;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 16px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 16px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #cc1f93;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 16px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 16px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 16px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 16px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #cc1f93; /*#A11372;*/ /*#cc1f93*//*#013289*/
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #6F2699;
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #6F2699;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #cc1f93;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 16px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 16px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #cc1f93;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 16px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

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

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 16px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid ;
  background: #cc1f93;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/*couleurs */
.footer {
  background: #37134D;/*#551D75 #3A2844 #37134D #512E66;*//*#FCFCFC #6F2699*//*couleur de la dernière ligne avec copyright*/
  padding: 0 0 30px 0;
  font-size: 1rem;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #FCFCFC;
  border-top: 1px solid #FCFCFC;
}

.footer .footer-newsletter h4 {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #212121;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #FCFCFC;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 1rem;
  padding: 0 30px;
  margin: 3px;
  background: #6F2699;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #cc1f93;
}

.footer .footer-top {
  background-color: #fee9d8;/*#fee9d8;*/ /*ou #FFF8F2 #E8B09B #6F2699*//*white*//*couluer de la partie avec liens utiles*/
  background-size: contain;
  border-top: 1px solid #FFF8F2;/*#EBEBEB*/
  border-bottom: 1px solid #FCFCFC;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height:auto;
  width: 220px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: 'Montserrat', sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
}


.footer .footer-top .social-links a {
  font-size: 1.25rem;
  display: inline-block;
  background: #6F2699;
  color: #ffffff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}


.footer .footer-top .social-links a:hover {
  background: #cc1f93;
  color: #fff;
  text-decoration: none;
}

.footer .footer-top h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 1rem;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #232323;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #cc1f93;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ffffff;/*#444444*/
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 1rem;
  color: #444444;
}

/*Trig*/

.fadeIn{ 
  opacity:0;
}
.fadeIn.trig{ 
  animation: fadeIn 1s normal forwards ease-in-out; 
}
@keyframes fadeIn { 
0% { 
  opacity:0;
} 
100% { 
  opacity:1; 
} 
}


/*RESUME*/

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.625;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #212121;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #6F2699;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item i {
  margin: 10px;
  line-height: 0;
  padding: 25px 15px 25px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #6F2699;
  box-shadow: 0px 5px 25px rgba(111, 38, 153, 0.3);
}

.resume .resume-item i:hover {
  background: #cc1f93;
  color: #fff;
  transform: translateX(-5px);
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #6F2699;
}
