

   

/*
 *
 * FOOTER PROPRE
 *
 */
 body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height:100vh;
 }
 

#main-wrapper,
.wrapper { min-height: 100%; padding-bottom: 0px; }

main {
    min-height:100vh;
}

footer {
    margin-top:100px;
    width: 100%;
}
 
 


.overlay-formulaire-blur {
    filter: blur(3px);
}

.overlay-formulaire-blur .overlay-formulaire {
    background:transparent;
}

.alert {    
    background: transparent !important;
    border: 0px !important;
    text-align:center;
    padding-left:0px !important;
}


.alert button,
.alert .fa {    
    display:none;
}


 

.div-landing-content br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 24%;
}
 
.result-main-container {
    width:100%;
}



.btn-action,
.btn-action:focus {
    outline: 0;
    background: 0 0
}




/*


.div-lien-tchat {
	background: #ffffff;
    border-radius: 10px;
    border: 2px solid #785122;
    color: #000000;
    padding: 15px;
    padding-top:25px;
    padding-bottom:25px;
    font-size: 17px;
}
.div-lien-tchat ul {
    list-style-type: none;
    width: fit-content;
    margin: auto;
    margin-top:20px;
}

.div-lien-tchat ul li,
.div-lien-tchat p {
    color:#000000;
    font-size: 17px;
}

.div-lien-tchat ul li {    
    text-align:left;
}
.div-lien-tchat ul p {    
    text-align:center;
}

.div-lien-tchat .fa {
    color:#2a6122;
    text-shadow: 2px 2px 2px #000000;
}

    
*/




 /*
 
 
.div-cheminDeVie {
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;	
    text-align: center;
}

.div-cheminDeVie-progressBar {
    height:5px;
    border:1px solid #c1c1c1;
	border-radius:5px;
	height: 25px;
    margin-top: 10px;
	overflow:hidden;
}
.div-cheminDeVie-progressBar .div-content {
    display:inline-block;
    width:100%;
    height:100%;
    margin-left:-500%;
    border-radius:5px;
    background-image: repeating-linear-gradient(-45deg, #310C2A 0 12px, #ffffff 12px 20px);
    animation: cheminde_vie_animation 75s linear infinite;
}
.message_cheminDeVie {
	position:initial !important;
}

.span-cheminDeVie {
	background:#731C63;
	margin-left:5px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	border-radius:9px;
	font-weight:bold;
}

.span-cheminDeVie-traite {
	background:#461837;
}


@media (max-width:476px) {
    .span-cheminDeVie {
        margin-left: 2px;
        padding: 5px;
        padding-left: 6px;
        padding-right: 6px;
    }
}



*/









.animation-pulse-black {
    background: black;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse-black 2s infinite;
}


.animation-scale {
    -webkit-animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: scale 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}










@keyframes pulse-black {
    
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.animation-pulse-red {
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}


@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.animation-pulse-orange {
    background: rgba(255, 121, 63, 1);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
    animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
    }
}




.animation-pulse-noir {
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse-noir 2s infinite;
}

@keyframes pulse-noir {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}




.animation-pulse-yellow {
    background: rgba(255, 177, 66, 1);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 1);
    animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
    }
}

.animation-pulse-blue {
    background: rgba(52, 172, 224, 1);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}


.animation-pulse-grey {
    background: rgba(167, 167, 167, 1);
    box-shadow: 0 0 0 0 rgba(167, 167, 167, 1);
    animation: pulse-green 2s infinite;
}

@keyframes grey {
    0% {
        box-shadow: 0 0 0 0 rgba(167, 167, 167, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(167, 167, 167, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(167, 167, 167, 0);
    }
}


.animation-pulse-green {
    background: rgba(51, 217, 178, 1);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}


.animation-pulse-green-dark {
    background: rgba(39,61,34, 1);
    box-shadow: 0 0 0 0 rgba(39,61,34, 1);
    animation: pulse-green-dark 2s infinite;
}

@keyframes pulse-green-dark {
    0% {
        box-shadow: 0 0 0 0 rgba(39,61,34, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(39,61,34, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(39,61,34, 0);
    }
}

.animation-pulse-purple {
    background: rgba(142, 68, 173, 1);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 1);
    animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
    0% {
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
    }
    
    70% {
        box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
    }
}




.animated.fa-pencil-alt,
.fa-pencil-alt.animated {
	animation:writting 0.6s linear 0s infinite;
}

.shake-x {
    animation: shake-x 3s linear 0s infinite;
}

.shake-y {
	animation: shake-y 3s linear 0s infinite;
}

@keyframes writting {
  0%, 100% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}

@keyframes shake-y {
  0%, 100% {
    transform: translateY(0);
  }
  2% {
    transform: translateY(-10px);
  }
  6% {
    transform: translateY(10px);
  }
  10% {
    transform: translateY(-10px);
  }
  14% {
    transform: translateY(10px);
  }
  16% {
    transform: translateY(0);
  }
}

@keyframes shake-x {
  0%, 100% {
    transform: translateX(0);
  }
  2% {
    transform: translateX(-10px);
  }
  6% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(-10px);
  }
  14% {
    transform: translateX(10px);
  }
  16% {
    transform: translateX(0);
  }
}






@keyframes cheminde_vie_animation {  
  0%    {background-position: -500px 0;}
  100%  {background-position: 0 0;}
}

