/*
	Theme Name: CoursePro by Inova Web
	Version: 2.1
	Description: Thème enfant de Divi propulsé par INOVA-WEB
	Template: Divi
	Author: Inova-Web
	Author URI: https://www.inova-web.fr
*/

@import url("../Divi/style.css");




.typewriter-effect {
  display: flex;
  justify-content: left;
  font-weight:700;
}

.typewriter-effect > .text {
  max-width: 0;
  animation: typing 3s steps(var(--characters)) infinite;
  white-space: nowrap;
  overflow: hidden;
}

.typewriter-effect:after {
  content: " |";
  animation: blink 1s infinite;
  animation-timing-function: step-end;
}

@keyframes typing {
  75%,
  100% {
    max-width: calc(var(--characters) * 1ch);
  }
}

@keyframes blink {
  0%,
  75%,
  100% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
}













.typewriter-effect .text2 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  animation: 
    typing2 3s steps(20, end) infinite,
    blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing2 {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #ffffff; }
}








/*------------------------------------------------------------*/
/*--------------------------- CSS-----------------------------*/
/*------------------------------------------------------------*/

@media all and (max-width:980px){
	#colengagement{
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}
	
} 

@media all and (max-width:1300px) and (min-width:981px){
	.percent .percent-value{
		font-size: 45px !important;
	}
	#menu-menu-principal li a{
		font-size: 14px !important;
	}
	#engagements h3{
		font-size: 18px !important;
	}
	
}

@media all and (max-width:1300px){
	#textehero .dsm-before-typing-effect::after{
		width:0px !important;
		height:0px !important;
	}
}


@media all and (max-width:450px){
	.afterdash h2::after{
		  	width:0px !important;
  			height:0px !important;
	}
}

.has_et_pb_sticky #btnHeader{
	display: none;
}

.citation{
	color: #3d98d0;
	font-weight: bold;
	font-size: 120%;
}


@media all and (max-width:980px){
	.smalltitlesoulignement::after {
		 height: 9px;
	}	
}

.smalltitlesoulignement::after {
    position: absolute;
    content: '';
    height: 16px;
    background-color: #ee9c21;
    left: -40px;
    right: 0;
    bottom: 10px;
    z-index: -200;
    width: 80%;
}


.smalltitlesoulignement{
	position: relative; 
	max-width: max-content;
}


.titlesoulignement{
	position: relative; 
	max-width: max-content;
	margin: auto;
}

.titlesoulignement::after{
	position: absolute;
	content: '';
	height:30px;
	background-color:#ee9c21;
	left: -40px;
    right: 0;
	bottom: 6px;	
	z-index: -200;
	width:80%;
}

.afterdash h2::after{
	background:url(/wp-content/uploads/2021/08/Wind-1.png) no-repeat;
	content:"";
	vertical-align:middle;
  	display:inline-block;
	margin-left: 10px;
  	width:56px;
  	height:56px;
	background-size:100%;
}

#textehero::after{
	background:url(/wp-content/uploads/2021/08/Truck-White.png) no-repeat;
	content:"";
	vertical-align:middle;
  	display:inline-block;
	margin-left: 20px;
  	width:130px;
  	height:130px;
	background-size:100%;
}

/*------------------------------------------------------------*/
/*--------------------- ZOOM LEGER IMAGES --------------------*/
/*------------------------------------------------------------*/

.zoom{
	overflow:hidden !important;
}

.zoom img{
	transition: all .5s ease !important;
}

.zoom:hover img{
	transform:scale(1.1) !important;
}

/*------------------------------------------------------------*/
/*--------------------- TRAIT ACTUALITÉS ---------------------*/
/*------------------------------------------------------------*/

/*.post-content-inner p {
	margin-bottom:40px;
}

.et_pb_post h2::after{
	content: "";
	position: absolute;
	margin: 40px -215px;
	margin-bottom: 50px;
	border-top: 3px solid #383838;
	width: 5%;
	height: 6px;
}*/


/*------------------------------------------------------------*/
/*------------- MENU DU FOOTER EN BLOCK ----------------------*/
/*------------------------------------------------------------*/

#menu_footer ul{
	display:block !important;
}

/*------------------------------------------------------------*/
/*---------------- HOVER ACTUS MOVE UP -----------------------*/
/*------------------------------------------------------------*/

/*.et_pb_post{
	transition: transform 1.2s !important;}

.et_pb_post:hover{
	transform: translateY(-20px) !important;
}*/


/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/
.ds-vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ds-vertical-align-bottom {
    display: flex;
    align-items: flex-end;
}

.align-center {
    margin: auto !important;
}


/*------------------------------------------------------------*/
/*----------------ORDRE MOBILE et TABLETTS--------------------*/
/*------------------------------------------------------------*/
@media all and (max-width: 980px) {
	/*** wrap row in a flex box ***/
	.custom_row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;
	}
	 
	/*** custom classes that will designate the order of columns in the flex box row ***/
	.first-on-mobile {
		-webkit-order: 1;
		order: 1;
	}
	 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}
	 
	.third-on-mobile {
		-webkit-order: 3;
		order: 3;
	}
	 
	.fourth-on-mobile {
		-webkit-order: 4;
		order: 4;
	}
	/*** add margin to last column ***/
	.custom_row:last-child .et_pb_column:last-child {
		margin-bottom: 30px;
	}	 
}

/*------------------------------------------------------------*/
/*------------------------FOOTER------------------------------*/
/*------------------------------------------------------------*/

@font-face{
    font-family: 'Roboto Condensed';
    src: url("assets/webfonts/RobotoCondensed-Light.ttf");
}

#containercopy #copyrightrocket:hover {
    background-image:url('assets/img/footer/rocketColor.svg') !important;
}

#containercopy{
    font-family:"Roboto Condensed"; 
	font-weight:700; 
	font-size:12px;
	padding: 25px 0px 25px 0px;
	border-top:1px solid #ffffff; 
	line-height: 2em;
}

#containercopy a.div3 { 
	height: 50px;
	width: 50px;
	display: block;
    height: 50px;
    width: 50px;
    transition: all ease-in-out .5s;
}

#containercopy .cell1 {
	display:inline-block;
	width:50%;
	text-align:left
}

#containercopy .cell2 {
	display:inline-block;
	width:49%;
	text-align:right
}

#containercopy .copyinova {
	display: inline-block; 
	height: 100%
}

#containercopy .copylogo {
	 width: 50px;   
	display: inherit;   
	height: 50px; 
	float: right;  
	margin-left: 25px;
}

@media all and (max-width: 767px) {

	#containercopy .cell1 {
		display:block;
		width:100%;
		text-align:center
	}

	#containercopy .cell2 {
		display:block;
		width:100%;
		text-align:center
	}

	#containercopy .copyinova {
		display: block; 
	}

	#containercopy .copylogo {
		display: block;
		float: none;
		margin:auto;
	}	
}