.navbar-brand img
{
	width:150px;
}
*
{
			  font-family: "Montserrat", sans-serif;
  font-style: normal;

}
.abonnez-vous
 {
    background-color:#665964;
    color:white;
    border:2px solid black;
    transition: all 0.2s;
    padding:5px 10px;
	border-radius:10px;
    text-decoration:none;
    display:block;
margin-top:20px;
    text-align:center;
    transition: all 0.2s;
 }

.abonnez-vous:hover
 {
    background-color:transparent;
    color:black;
 }
.textBientot
{
padding-top:25px;
}

.fa-brands, .fa-solid
{
	font-size:35px;
	color:rgba(211, 122, 187, 1)
}
.fa-brands:hover, .fa-solid:hover
{
	font-size:35px;
	color:white;
	transition: all 0.2s;
}

@media only screen and (max-width: 900px){  
  .textBientot {
    padding-top:45px;
  }
}

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



      html,
      body {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
		

      }

      .texte-rectangle-rouge {
        background-color: #1b47ad;
        color: white;
        border-radius: 10px;
        padding: 30px 20px;
        font-size: 20px;
        max-width: 1380px;
        margin: 0 auto;
        text-align: center;
      }

      h3 {
        text-align: center;
        padding: 20px 0;
        font-weight: bold;
		
      }

      .zone-rouge {
        background-color: #1b47ad;
        margin: 30px 0;
        padding: 5px 0;
      }

      .ajustement-titre {
        max-width: 980px;
        margin: 0 auto;
      }

      .text-titre-blanc {
        padding-left: 0;
        color: white;
      }

      @media screen and (max-width: 700px) {
        iframe {
          width: 100%;
        }
      }

      /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
      .flip-card {
        background-color: transparent;
        width: 100%;
        height: 475px;
        perspective: 1000px;
        /* Remove this if you don't want the 3D effect */
      }

      /* This container is needed to position the front and back side */
      .flip-card-inner {
        position: relative;
        width: 100%;
        height: 475px;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
      }

      /* Do an horizontal flip when you move the mouse over the flip box container */
      .flip-card:hover .flip-card-inner {
        transform: rotateX(180deg);
      }

      /* Position the front and back side */
      .flip-card-front,
      .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
      }

      /* Style the front side (fallback if image is missing) */
      .flip-card-front {
        background-color: #1b47ad;
        color: black;
      }

      /* Style the back side */
      .flip-card-back {
        background-color: #888888;
        color: white;
        transform: rotateX(180deg);
      }

      .flip-card-back p {
        font-size: 14px;
        padding: 10px;
        text-align: left;
      }

      .flip-card-front p {
        font-size: 21px;
        font-weight: bold;
        color: white;
        padding: 0 20px;
      }

      .flip-card-front img {
        margin-top: 30px;
      }

      .btnInfo {
        border-radius: 10px;
        margin-top: 30px;
        font-size: 25px;
        padding: 10px 20px;
        margin: 0 auto;
        display: block;
        text-align: center;
        background-color: #1b47ad;
        border: 1px solid #1b47ad;
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 400px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      .btnInfo2 {
        margin-top: 30px;
        padding: 2px 10px;
        margin: 0 auto;
        display: block;
        text-align: center;
        background-color: #222222;
        border: 1px solid #1b47ad;
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 400px;
        color: white;
      }

      .btnInfo:hover {
        background-color: #6a86c8;
        border: 1px solid #1b47ad;
        text-decoration: none;
        transform: scale(1.05);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      .text-margin {
        margin-top: 10px;
      }

      button a {
        color: white;
        text-decoration: none;
      }

      button a:hover {
        color: white;
        text-decoration: none;
      }

      .groupe-icone i {
        padding: 10px 10px;
        border-radius: 35px;
        width: 45px;
        height: 45px;
        margin: 0 10px;
        font-size: 25px;
        color: white;
        text-align: center;
        background-color: #1b47ad;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
      }

      .groupe-icone i:hover {
        background-color: #6a86c8;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transform: scale(1.2);
      }

      /* This only changes this particular animation duration */
      .animate__animated animate__fadeInUp {
        --animate-delay: 3.9s;
      }

      .arrow {
        margin: 0 auto;
        display: block;
        text-align: center;
      }

      .fa-angle-down {
        color: black;
        font-size: 70px;
      }

      /* Ajouter de l'interactivité sur les formations en format Elementor */
      .zone-recherche {
        padding-bottom: 30px;
      }

      .colonne-recherche {
        border: 6px solid #7a7a7a;
        border-radius: 10px;
        max-width: 256px;
        margin: 0 auto;
        display: block;
        text-align: center;
        transition: all .2s;
        /* Animation */
      }

      .colonne-recherche:hover {
        border: 7px solid #7a7a7a;
        transform: scale(1.05);
        /* (105%) */
        background-color: #d1d1d1;
        transition: all.2s;
        /* Animation */
      }

      .elementor-post__card {
        border-radius: 1px;
        transition: all .2s;
        /* Animation */
      }

      .elementor-post__card:hover {
        transform: scale(1.03);
        /* (103%) */
        background-color: #d1d1d1 !important;
        transition: all.2s;
        /* Animation */
      }

      .colonne-recherche img {
        margin: 0 auto;
        display: block;
        text-align: center;
      }

      .titre-recherche {
        color: #DD3333;
        margin-top: 20px;
        text-align: center;
        margin-bottom: 25px;
        font-size: 21px;
        padding-bottom: 20px;
        padding-left: 3px;
        padding-right: 2px;
        text-decoration: none;
      }

      .titre-recherche:hover {
        text-decoration: none;
        color: #DD3333;
        cursor: pointer;
      }

      /* Gradiant à ajouter pour la page de recherche des formations */
      .pickgradient {
        display: inline-block;
        content: "";
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .35)), color-stop(75%, transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
        background-repeat: no-repeat;
        transition: transform .2s;
        /* Animation */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
        /* IE6-9 */
      }

      @media screen and (max-width: 900px) {
        .text-titre-blanc {
          padding-left: 30px;
        }

        img {
          margin: 0 auto;
          display: block;
          text-align: center;
        }

        text-left {
          text-align: center !important;
        }
      }

      .groupe-livre {
        margin: 0 auto;
        display: block;
        text-align: center;
      }

      .text-top {
        text-align: right;
        color: #1b47ad;
        position: relative;
        top: 40px;
        padding-right: 150px;
        margin-bottom: 40px;
      }

      @media screen and (max-width: 999px) {
        .text-top {
          text-align: center;
          margin-bottom: 20px;
          padding-right: 1px;
          margin-bottom: 80px;
        }
      }

      i {
        font-size: 40px;
      }

      h2 {
        font-size: 30px !important;
      }

h2
{
font-size:20px!important;
}
}

h2 a
{
	color: rgba(255, 188, 255, 1);
}




.card {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    border-style: solid;
    border-color: #B6C7D6;
    border-radius: 20px;
    background-color: #EAF0F6;

	background-color: rgba(181, 89, 167, 0.9);
	color:white;
	overflow:hidden;
	
}  

.card a {
	color:rgba(255, 188, 255, 1)
}

footer
{
	    text-align: right;
    border: 1px solid black;
    bottom:0px; 
	background-color:#665964;
    left:0px; 
    right:0px; 
    overflow:hidden;
    z-index:111;
	color :white;
}

.media-nav-color
{
		background-color:#665964;
	
}
.media-nav-color ul
{
		margin-top:0;
		margin-bottom:0;
}

.list-inline-item
{
	margin-left:.5rem;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

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

.ml4 {
	font-family: 'Lexend Deca', sans-serif; 
  position: relative;

  font-size: 1.1em;
  margin:0 auto;
  display:block;
  text-align:center;
  padding-bottom:20px;
  
}
.ml4 .letters {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3em;
  right: 0;
  opacity: 0; 

}

h4
{
	font-size:1.3rem;
}

 main {
        background-image: url(../img/background.jpg); 
		background-repeat:no-repeat;
		background-position:center;
		background-size: cover;
      }
	  
.vimeoView
{

	position:relative; 
	margin:0 auto; 
	text-align:center; 
	display:block; 
	max-width:95%; 

}


 @media screen and (max-width: 992px) {
    .vimeoView
    {
       width:100%;
	   margin-top:20px;
	   padding:35.25% 0 0 0;
    }
	html
	{
		overflow:auto;
	}
	.partenaire
{
	margin-top:20px;
}
}



.list-inline-item-icon
{
	width:65px;
	text-align:center;
}

    .titre-recherche:hover
   {
   text-decoration:none!important;
  
   }
      html,body
      {
      width: 100%;
      height: 100%;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden; 
      }
      .texte-rectangle-rouge
      {
      background-color:#1b47ad;
      color:white;
      border-radius:10px;
      padding:30px 20px;
      font-size:20px;
      max-width:1380px;
      margin:0 auto;
      text-align:center;
      }
      h3
      {
      text-align:center;
      padding:20px 0;
      font-weight:bold;
      }
      .zone-rouge
      {
      background-color:#1b47ad;
      margin:30px 0;
      padding:5px 0;
      }
      .ajustement-titre
      {
      max-width:980px;
      margin:0 auto;
      }
      .text-titre-blanc
      {
      padding-left:0;
      color:white;
      }
.red
{
color:#DD3333;
}
	  
	        @media screen and (max-width: 700px) {
      iframe
      {
      width:100%
;
      }
      }
      /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
      .flip-card {
      background-color: transparent;
      width: 100%;
      height: 475px;
      perspective: 1000px; /* Remove this if you don't want the 3D effect */
      }
      /* This container is needed to position the front and back side */
      .flip-card-inner {
      position: relative;
      width: 100%;
      height: 475px;
      text-align: center;
      transition: transform 0.8s;
      transform-style: preserve-3d;
      }
      /* Do an horizontal flip when you move the mouse over the flip box container */
      .flip-card:hover .flip-card-inner {
      transform: rotateX(180deg);
      }
      /* Position the front and back side */
      .flip-card-front, .flip-card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden; /* Safari */
      backface-visibility: hidden;
      }
      /* Style the front side (fallback if image is missing) */
      .flip-card-front {
      background-color: #665964;
      color: black;
      }
      /* Style the back side */
      .flip-card-back {
      background-color: #888888;
      color: white;
      transform: rotateX(180deg);
      }
      .flip-card-back p
      {
      font-size:13.5px;
      padding:10px;
      text-align:left;
      }
      .flip-card-front p
      {
      font-size:19px;
      font-weight:bold;
      color:white;
      padding:0 20px;
      }
      .flip-card-front img
      {
      margin-top:30px;
      }
      .btnInfo
      {
      border-radius:10px;
      margin-top:30px;
      font-size:25px;
      padding:10px 20px;
      margin:0 auto;
      display:block;
      text-align:center;
      background-color: #1b47ad;
      border: 1px solid #1b47ad;
      margin:0 auto;
      display:block;
      text-align:center;
      max-width:400px;
	        -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      }
	  
	        .btnInfo2
      {
      margin-top:30px;
      padding:2px 10px;
      margin:0 auto;
      display:block;
      text-align:center;
      background-color: #222222;
      border: 1px solid #1b47ad;
      margin:0 auto;
      display:block;
      text-align:center;
      max-width:400px;
	  color:white;
	  
	  
      }
	  
	 
      .btnInfo:hover
      {
      background-color:#6a86c8;
      border: 1px solid #1b47ad;
      text-decoration:none;
	  transform: scale(1.05);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      }
      .text-margin
      {
      margin-top:10px;
      }
      button a
      {
      color:white;
      text-decoration:none;
      }
      button a:hover
      {
      color:white;
      text-decoration:none;
      }
      .groupe-icone i
      {
      padding:10px 10px;
      border-radius:35px;
      width:45px;
      height:45px;
      margin:0 10px;
      font-size:25px;
      color:white;
      text-align:center;
      background-color: #1b47ad;
	        -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      }
      .groupe-icone i:hover
      {
      background-color:#6a86c8;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
	 transform: scale(1.2);
      }
      /* This only changes this particular animation duration */
      .animate__animated animate__fadeInUp {
      --animate-delay: 3.9s;
      }
	  
	  .arrow
	  {
	  	  margin:0 auto;
	  display:block;
	  text-align:center;
	  }
	  .fa-angle-down
	  {
	  color:black;
	  font-size:70px;

	  }
	  
	  /* Ajouter de l'interactivité sur les formations en format Elementor */

.zone-recherche
{
	padding-bottom:30px;
}
.colonne-recherche
{
	border:6px solid #7a7a7a;
	border-radius:10px;
	max-width:256px;
	margin:0 auto;
	display:block;
	text-align:center;
	transition: all .2s; /* Animation */
}

.colonne-recherche:hover
{
	border:7px solid #7a7a7a;
  transform: scale(1.05); /* (105%) */
		background-color:#d1d1d1;
	transition: all.2s; /* Animation */
}

.elementor-post__card
{
 	border-radius:1px;
	transition: all .2s; /* Animation */
}
.elementor-post__card:hover
{
  transform: scale(1.03); /* (103%) */
		background-color:#d1d1d1!important;
	transition: all.2s; /* Animation */
}

.colonne-recherche img
{
	margin:0 auto;
	display:block;
	text-align:center;
}

.titre-recherche 
{
	color:#DD3333;
	margin-top:20px;
	text-align:center;
	margin-bottom:25px;
	font-size:21px;
	padding-bottom:20px;
	padding-left:3px;
	padding-right:2px;
	text-decoration:none;
}

.titre-recherche:hover
{
	text-decoration:none;
	color:#DD3333;
	cursor:pointer;
}

/* Gradiant à ajouter pour la page de recherche des formations */

.pickgradient {
  display:inline-block;
    content: "";
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
	transition: transform .2s; /* Animation */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

	  
	       @media screen and (max-width: 900px) {
      .text-titre-blanc
      {
      padding-left:30px;
      }
	  img
	  {
	  margin:0 auto;
	  display:block;
	  text-align:center;
	  }
	  text-left
	  {
	  text-align:center!important;
	  }
      } 
	  .groupe-livre
	  {
	  margin:0 auto;
	  display:block;
	  text-align:center;
	  }
	  
	  .text-top
{
text-align: right;
color: #1b47ad; 
position:relative; 
top:40px; 
padding-right:150px;
margin-bottom:40px;
}



    @media screen and (max-width: 999px) {
	  	  .text-top
{
text-align: center;
margin-bottom:20px;
padding-right:1px;
margin-bottom:80px;
}
}

.card
{
	    width: 65%;
}
 @media screen and (max-width: 1600px) {
    .card
	{
	  width:70%;
	}
}
 @media screen and (max-width: 1500px) {
    .card
	{
	  width:77%;
	}
}

 @media screen and (max-width: 1300px) {
    .card
	{
	  width:90%;
	}
}

.img-conseil
{
	width:90%;
	height:90%;
	margin:0 auto;
	display:block;
	text-align:center;
}

h6
{
	 color:white;
}
footer a
{
	color:white;
}

.btn-special
{
	height:30px;
	font-size:15px;
	vertical-align:middle;
	display: table-cell;
vertical-align: middle;
margin:0 auto;
display:block;
text-align:center;
background-color:rgba(211, 122, 187, 1);
color:white;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
		font-weight:bold;
}
.btn-special:hover
{
	background-color:white;
color:rgba(211, 122, 187, 1);
}

.rebrand-width
{
	width:100%;
}

 @media screen and (max-width: 600px) {
  .list-button
{
	margin: 0 auto;
	text-align:center;
	display:block;
}
}


 }
 
 h2
 {
	 font-size:1.5rem;
 }
 
.bg-light
{
	color:white!important;
}

.navbar-nav
{
	padding-left:20px;
	padding-top:15px;
}


.
