@charset 'UTF-8';
/*********************************************************************************/
/* AbordEtSens  version 22.10.30                                                 */
/*********************************************************************************/


html { 
	height:99vh;
}

body {
	/*color: #292e42;*/
	font-family: 'Varela Round', sans-serif;
	height:100%;
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color:  inherit;
	text-decoration: none;
}

/*
h1, h2, h3 {
	font-family: 'Josefin Sans', 'Varela Round', sans-serif;
}
*/

i {
	display: inline-block;
	font-size: 1.25em;
	font-style: normal;
	padding: 0 0.25em;
}

footer {
    font-family: 'Josefin Sans', 'Varela Round', sans-serif;
}

/* loader */
#abordloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #FCFCFD url('../images/pendule-150.gif') no-repeat center;
    z-index: 999;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--logo-fond); /*#7cc576;*/
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: var(--logo-dore);
    line-height: 0;
}

.back-to-top i:hover {
    font-size: 28px;
    color: var(--logo-fond);
    line-height: 0;
}

.back-to-top:hover {
    background: var(--logo-dore);
}

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


/* Couleur gackground correspondant au logo */
.bg-logo {
	background-color: #292e42;
	color:  white;
}


.bodyfadeIn {
    animation: fadeIn 500ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.bodyfadeOut {
    animation: fadeOut 300ms;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.card {
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  	padding: 14px 18px;
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card:hover {
    transform: scale(1.05);
  	box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}

.card img {
  max-width: 100%;
  max-height: 100%;
}

.card-body.tarif {
    padding: var(--bs-card-spacer-y) 0;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

/* Images du caroussel */

.carousel-item img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/* transition duration to control the speed of fade effect */
.carousel-item {
  transition: transform 2s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2s;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-section .info {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.contact-section .info i {
    font-size: 20px;
    color: var(--active-color);
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6e9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact-section .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--prim-color);
}

.contact-section .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848;
}

.contact-section .info .email, .contact-section .info .phone {
    margin-top: 40px;
}

.contact-section .info .email:hover i, .contact-section .info .address:hover i, .contact-section .info .phone:hover i {
    background: var(--active-color);
    color: #fff;
}

.contact-section .php-email-form {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.contact-section .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact-section .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact-section .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact-section .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact-section .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact-section .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-section .php-email-form input, .contact-section .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact-section .php-email-form input {
    height: 44px;
}

.contact-section .php-email-form textarea {
    padding: 10px 12px;
}

.contact-section .php-email-form button[type="submit"] {
    background: var(--active-color);
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact-section .php-email-form button[type="submit"]:hover {
    background: #61b959;
}

.contact-section {
    /* https://www.gradientmagic.com/collection/lightbg/gradient/1589329014229 */
    background-image: repeating-linear-gradient(90deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.06) 0px, hsla(196,0%,79%,0.06) 1px,transparent 1px, transparent 96px),repeating-linear-gradient(0deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),repeating-linear-gradient(90deg, hsla(196,0%,79%,0.09) 0px, hsla(196,0%,79%,0.09) 1px,transparent 1px, transparent 12px),linear-gradient(90deg, rgb(245,245,245),rgb(245,245,245));
    background-color: #f5f5f5;
}

/*----------------------------------------------------*/

/* Eviter les débordements des container par les animations AOS, ce qui empêche l'affichage des mesnus hamburger par exemple */
.container, .container-fluid {
    overflow-x: hidden
}

.description .content {
    padding: 20px;
    text-align: justify;
}

.description .content h2, .description .content h3 {
    text-align: center;
    text-transform: uppercase;
}

.description .image {
    padding: 20px;
}

.fade-in-image {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

.fade-out-image {
  animation: fadeOut 1s;
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
  -ms-animation: fadeOut 1s;
}

.image img {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25)!important;
}

/* Arrondi des images responsives */
.img-fluid, .card-img-top {
	border-radius: .35rem !important;
}

/* Hauteur max du logo */
.logo-home {
	max-height: 70px;
}

.navbar {
    /* https://www.gradientmagic.com/collection/lightbg/gradient/1584277377653 */
    /* background-image: radial-gradient(circle at center center, transparent,rgb(255,255,255)),linear-gradient(309deg, rgba(90, 90, 90,0.05) 0%, rgba(90, 90, 90,0.05) 50%,rgba(206, 206, 206,0.05) 50%, rgba(206, 206, 206,0.05) 100%),linear-gradient(39deg, rgba(13, 13, 13,0.05) 0%, rgba(13, 13, 13,0.05) 50%,rgba(189, 189, 189,0.05) 50%, rgba(189, 189, 189,0.05) 100%),linear-gradient(144deg, rgba(249, 249, 249,0.05) 0%, rgba(249, 249, 249,0.05) 50%,rgba(111, 111, 111,0.05) 50%, rgba(111, 111, 111,0.05) 100%),linear-gradient(166deg, rgba(231, 231, 231,0.05) 0%, rgba(231, 231, 231,0.05) 50%,rgba(220, 220, 220,0.05) 50%, rgba(220, 220, 220,0.05) 100%),linear-gradient(212deg, rgba(80, 80, 80,0.05) 0%, rgba(80, 80, 80,0.05) 50%,rgba(243, 243, 243,0.05) 50%, rgba(243, 243, 243,0.05) 100%),radial-gradient(circle at center center, hsl(107,19%,100%),hsl(107,19%,100%));*/
    background-image: radial-gradient(circle at center center, transparent,rgba(255,255,255, 0.48)),linear-gradient(401deg, rgba(34,65,240, 0.05) 0%, rgba(34,65,240, 0.05) 50%,rgba(206,206,206, 0.35) 50%, rgba(206,206,206, 0.35) 100%),linear-gradient(131deg, rgba(13,13,13, 0.07) 0%, rgba(13,13,13, 0.07) 50%,rgba(189,189,189, 0.13) 50%, rgba(189,189,189, 0.13) 100%),linear-gradient(236deg, rgba(249,249,249, 0.1) 0%, rgba(249,249,249, 0.1) 50%,rgba(111,111,111, 0.03) 50%, rgba(111,111,111, 0.03) 100%),linear-gradient(258deg, rgba(231,231,231, 0.05) 0%, rgba(231,231,231, 0.05) 50%,rgba(220, 220, 220,0.05) 50%, rgba(220, 220, 220,0.05) 100%),linear-gradient(304deg, rgba(80,80,80, 0.05) 0%, rgba(80,80,80, 0.05) 50%,rgba(243,243,243, 0.05) 50%, rgba(243,243,243, 0.05) 100%),radial-gradient(circle at center center, rgba(255,255,255, 0.48),rgba(255,255,255, 0.48));
    background-color: #f5f5f5;
}

.navbar-toggler {
    color: var(--navbar-color);
 }

/* Position du premier bloc sous la nav */
.pt-fixed {
	padding-top: 115px;
}

.texte-slider h3 {
	font-family: 'Josefin Sans', 'Varela Round', sans-serif;
}


@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@media (min-width: 768px) {
    .img-limited {
      height: 11em;
    }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-moz-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-o-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-ms-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@media (min-width: 768px) {
    .img-limited {
      height: 11em;
    }
}




/*
.bodyfadeIn {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}

.bodyfadeOut {
    animation: fadeOutAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
  
@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
     }
}
*/