.portfolio-album {
	cursor: move;
}

    #monSVG {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
    }

    .snowflake {
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #fff;
      border-radius: 50%;
      pointer-events: none;
      opacity: 0.8;
    }
@keyframes fall {
  to {
    transform: translateY(calc(100vh - 10px));
  }
}



.bubble-text{
content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #dee2e6 ;
  position: absolute;
  bottom: -20px;
}

/* CSS petit écran */
@media(min-width:992px){
	.dropdown:hover > .dropdown-menu{
		display: block;
	}
}

/* CSS petit écran */
@media(max-width:992px){
	.container-petit-ecran{
		/*color: #000 !important;
		background: transparent !important;*/
		width: auto !important;
		padding-right: var(--bs-gutter-x,.75rem);
		padding-left: var(--bs-gutter-x,.75rem);
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
/*	.container-petit-ecran:hover{
		color: #fff !important;
		background: transparent !important;
	}*/
}

.text-arc-en-ciel{
	color: #000 !important;
}
.text-arc-en-ciel:hover{
	color: #fff !important;
}

.navbar-petit-ecran:hover{
	color: #fff !important;
  background:
	linear-gradient(217deg, rgba(255,0,0,.50), rgba(0,0,0,0) 70.71%),
	linear-gradient(127deg, rgba(0,255,0,.50), rgba(0,0,0,0) 70.71%),
	linear-gradient(336deg, rgba(0,0,255,.50), rgba(0,0,0,0) 70.71%);
}

.nav-link-orangered {
  /*background-color: #ffd9cc !important;*/
  display: block;
  padding: .2rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
  color: #842300;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link-orangered:focus, .nav-link-orangered:hover {
  background-color: #FF4500; !important;
  color: #ffd9cc !important;
}

.nav-link-orangered.active, .nav-link-orangered:active {
  background-color: #842300 !important;
  color: #ffd9cc !important;
}

.navbar-orangered {
  text-decoration: none;
  background-color: #ffd9cc;
 /* border-color: #ffcab7;*/
}

.shadow-orangered {
  box-shadow: 0 1rem 3rem rgba(255, 69, 0, 0.5) !important;
}

.dropdown-item {
  color: #ffd9cc !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #fff; !important;
  color: #842300 !important;
  border: solid;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffd9cc !important;
  background-color: #842300 !important;
 /* border-color: #ffcab7;*/
}
.dropdown-menu {
  background-color: #FF4500 !important;
  color: #ffd9cc;
  padding: 0 !important;
  border-radius: inherit !important;
  border: 0;
  margin-left: 10px;
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
.dashicons, .dashicons-before::before {
  vertical-align: middle;
}

/*.menu-item {
  background:
    linear-gradient(217deg, rgba(255,0,0,.50), rgba(0,0,0,0) 70.71%),
    linear-gradient(127deg, rgba(0,255,0,.50), rgba(0,0,0,0) 70.71%),
    linear-gradient(336deg, rgba(0,0,255,.50), rgba(0,0,0,0) 70.71%) !important;
}*/

/*------------------------------------
- COLOR orangered
------------------------------------*/

$orangered_t1: #FF4500;
$orangered_t2: #cc3700;
$orangered_t3: #ffb89e;
$orangered_t4: #ffcab7;
$orangered_t5: #842300;
$orangered_t6: #bc3300;
$orangered_t7: #db3b00;
$orangered_t8: #511600;
$orangered_t9: #ffd9cc;

$orangered_shadow: rgba(255, 69, 0, 0.5);
$orangered_text_color_dark_bright: #fff;

.alert-orangered {
  color: #842300;
  background-color: #ffd9cc;
  border-color: #ffcab7;
}

.alert-orangered hr {
  border-top-color: #ffb89e;
}

.alert-orangered .alert-link {
  color: #511600;
}

.badge-orangered {
  color: #fff;
  background-color: #FF4500;
}

.badge-orangered[href]:hover, .badge-orangered[href]:focus {
  color: #fff;
  background-color: #cc3700;
}

.bg-orangered {
  background-color: #FF4500 !important;
}

a.bg-orangered:hover, a.bg-orangered:focus,
button.bg-orangered:hover,
button.bg-orangered:focus {
  background-color: #cc3700 !important;
}

.border-orangered {
  border: solid;
  border-color: #842300 !important;
}

.btn-orangered {
  color: #fff;
  background-color: #FF4500;
  border-color: #FF4500;
}

.btn-orangered:hover {
  color: #fff;
  background-color: #db3b00;
  border-color: #cc3700;
}

.btn-orangered:focus, .btn-orangered.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 0, 0.5);
}

.btn-orangered.disabled, .btn-orangered:disabled {
  color: #fff;
  background-color: #FF4500;
  border-color: #FF4500;
}

.btn-orangered:not(:disabled):not(.disabled):active, .btn-orangered:not(:disabled):not(.disabled).active, .show > .btn-orangered.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bc3300;
}

.btn-orangered:not(:disabled):not(.disabled):active:focus, .btn-orangered:not(:disabled):not(.disabled).active:focus, .show > .btn-orangered.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 0, 0.5);
}

.btn-outline-orangered {
  color: #842300;
  background-color: transparent;
  border-color: #842300;
}

.btn-outline-orangered:hover {
  color: #fff;
  background-color: #FF4500;
  border-color: #FF4500;
}

.btn-outline-orangered:focus, .btn-outline-orangered.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 0, 0.5);
}

.btn-outline-orangered.disabled, .btn-outline-orangered:disabled {
  color: #FF4500;
  background-color: transparent;
}

.btn-outline-orangered:not(:disabled):not(.disabled):active, .btn-outline-orangered:not(:disabled):not(.disabled).active, .show > .btn-outline-orangered.dropdown-toggle {
  color: #fff;
  background-color: #FF4500;
  border-color: #FF4500;
}

.btn-outline-orangered:not(:disabled):not(.disabled):active:focus, .btn-outline-orangered:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orangered.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 0, 0.5);
}

.list-group-item-orangered {
  color: #842300;
  background-color: #ffcab7;
}

.list-group-item-orangered.list-group-item-action:hover, .list-group-item-orangered.list-group-item-action:focus {
  color: #842300;
  background-color: #ffb89e;
}

.list-group-item-orangered.list-group-item-action.active {
  color: #fff;
  background-color: #842300;
  border-color: #842300;
}

.shadow-orangered{
	box-shadow: 0 0 0 0.2rem rgba(255, 69, 0, 0.5);
}

.table-orangered,
.table-orangered > th,
.table-orangered > td {
  background-color: #ffcab7;
}

.table-hover .table-orangered:hover {
  background-color: #ffb89e;
}

.table-hover .table-orangered:hover > td,
.table-hover .table-orangered:hover > th {
  background-color: #ffb89e;
}

.text-orangered {
  color: #FF4500 !important;
}

a.text-orangered:hover, a.text-orangered:focus {
  color: #cc3700 !important;
}

/* Class CSS cursor pointer */
.cursor-alias {cursor: alias!important;;}
.cursor-all-scroll {cursor: all-scroll!important;;}
.cursor-auto {cursor: auto!important;;}
.cursor-cell {cursor: cell!important;;}
.cursor-context-menu {cursor: context-menu!important;;}
.cursor-col-resize {cursor: col-resize!important;;}
.cursor-copy {cursor: copy!important;;}
.cursor-crosshair {cursor: crosshair!important;;}
.cursor-default {cursor: default!important;;}
.cursor-e-resize {cursor: e-resize!important;;}
.cursor-ew-resize {cursor: ew-resize!important;;}
.cursor-grab {cursor: -webkit-grab; cursor: grab!important;;}
.cursor-grabbing {cursor: -webkit-grabbing; cursor: grabbing!important;;}
.cursor-help {cursor: help!important;;}
.cursor-move {cursor: move!important;;}
.cursor-n-resize {cursor: n-resize!important;;}
.cursor-ne-resize {cursor: ne-resize!important;;}
.cursor-nesw-resize {cursor: nesw-resize!important;;}
.cursor-ns-resize {cursor: ns-resize!important;;}
.cursor-nw-resize {cursor: nw-resize!important;;}
.cursor-nwse-resize {cursor: nwse-resize!important;;}
.cursor-no-drop {cursor: no-drop!important;;}
.cursor-none {cursor: none!important;;}
.cursor-not-allowed {cursor: not-allowed!important;;}
.cursor-pointer {cursor: pointer!important;;}
.cursor-progress {cursor: progress!important;;}
.cursor-row-resize {cursor: row-resize!important;;}
.cursor-s-resize {cursor: s-resize!important;;}
.cursor-se-resize {cursor: se-resize!important;;}
.cursor-sw-resize {cursor: sw-resize!important;;}
.cursor-text {cursor: text!important;;}
.cursor-w-resize {cursor: w-resize!important;;}
.cursor-wait {cursor: wait!important;;}
.cursor-zoom-in {cursor: zoom-in!important;;}
.cursor-zoom-out {cursor: zoom-out!important;;}

/*@media (max-width: 400px) {
	.custom-logo {
		max-width: 100%;
		height: auto;
	}
	.custom-logo-phone a{
		max-width: 50%;
		height: auto;
	}
	.card-body {
    	padding: 0px!important;
	}
	.list-group-item {
    	padding-left: 0px!important;
	}
}

@media (min-width: 400px) {
	.list-group-item {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
}*/

/*
.custom-logo {
	max-width: 80%;
	height: auto;
}
*/
.select2 {
	width:100%!important;
}

.sticky-245 {
	position: sticky;
	top: 245px;
}

#user_login {
	float: right;
}
#user_pass {
	float: right;
}
#custom-wp-submit {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    padding: .375rem .75rem;
    border-radius: .25rem;
}
.login-submit{
text-align: center;
}

#up {
	position: fixed!important;
    bottom: 4rem;
    right: 1rem;
    font-size: 36px;
	border-radius: 100%!important;
	width: auto;
}

#menu-mon-espace {
	top: 205px;
}

.arc_en_ciel {
	/*text-shadow: 0 0 10px #fff;*/
	color: #000 !important;
  background:
    linear-gradient(217deg, rgba(255,0,0,.50), rgba(0,0,0,0) 70.71%),
    linear-gradient(127deg, rgba(0,255,0,.50), rgba(0,0,0,0) 70.71%),
    linear-gradient(336deg, rgba(0,0,255,.50), rgba(0,0,0,0) 70.71%) !important;

	/*box-shadow: inset 0 0 4em #fff;*/

}
.divhome_blog:hover {
	/*text-shadow: 0 0 10px #fff;*/
	color: #000 !important;
  background:
    linear-gradient(217deg, rgba(255,0,0,.50), rgba(0,0,0,0) 70.71%),
    linear-gradient(127deg, rgba(0,255,0,.50), rgba(0,0,0,0) 70.71%),
    linear-gradient(336deg, rgba(0,0,255,.50), rgba(0,0,0,0) 70.71%);

	/*box-shadow: inset 0 0 4em #fff;*/

}
.divhome_blog:hover button {
	display: initial!important;
}

.button_home_dark:hover {
	/*background: #212529!important;*/
	background: linear-gradient(217deg, rgba(255,0,0,.50), rgba(0,0,0,0) 70.71%),
    			linear-gradient(127deg, rgba(0,255,0,.50), rgba(0,0,0,0) 70.71%),
    			linear-gradient(336deg, rgba(0,0,255,.50), rgba(0,0,0,0) 70.71%) !important;
	box-shadow: inset 0 0 4em #000;
	/*color: #fff !important;*/
}
/*.button_home_dark a {
	background: transparent !important;
	color: #000 !important;
}
/*.button_home_dark:hover a {
	color: #000 !important;
	border-color: #000 !important
}
.button_home_dark a:hover {
	background: #212529 !important;
	color: #fff !important;
}*/
/*.color_link_dark:hover {
	background: #ffc107 !important;
	color: #000 !important;
}*/
.button_home_dark:hover button {
	display: initial!important;
}

.homepage-bg {
  background-color: rgb(86,231,65);
  animation: moveBg .077s infinite ease-out;
  background-color: rgba(86,231,65,.7);
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAP0lEQVQYV42Q0QoAIAgDz///aMPAKKeQb26HTg0tB6zKVUhI4Bus5tMn2K4Djh7gBGXM7Uvo5riQ/BfUNwwTWfn+CgiQkAMbAAAAAElFTkSuQmCC);
  /*height: 150vh;*/
  position: relative;
  width: 150vh;
}
/*
@keyframes moveBg {
    0% {
        top: 0;
    }
    33% {
        top: -10px;
    }
    66% {
        top: -20px;
    }
    100% {
      top: -30px;
    }
}


.ui-widget.ui-widget-content {
  	z-index: 1020;
}*/

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    float: left;
    /*display: none;*/
    min-width: 160px;   
    width: 100% !important;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
	margin-right: 20px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    /*color: #ffffff;*/
    text-decoration: none;
    background-color: #fff;
   /* border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;*/
}

.ui-helper-hidden-accessible {
	display:none; 
}

.h-galerie {
	height: 350px;
}
@media (768px <= width <= 1200px) {
	.h-galerie {
		height: 250px;
	}
}
@media (400px <= width <= 768px) {
	.h-galerie {
		height: 350px;
	}
}
@media (max-width: 400px) {
	.h-galerie {
		height: 250px;
	}
}



/* CSS reseau sociaux footer */
.footer-social-links {
    /*bottom: 0;
    height: 54px;
    position: absolute;
    right: 100px;
    width: 236px;*/
}

.footer-social-amoeba-svg {
/*    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;*/
}

.footer-social-amoeba-path {
   /* fill: #000!important;*/
}

.footer-social-link.linkedin {
    height: 26px;
    left: 15px;
    top: 20px;
    width: 26px;
}

.footer-social-link {
    display: block;
    position: absolute;
}
.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 65px;
    top: 10px;
    width: 30px;
}

.footer-social-link.instagram {
    height: 24px;
    left: 132px;
    top: 20px;
    width: 24px;
}

.footer-social-link.facebook {
    height: 34px;
    left: 185px;
    top: 20px;
    width: 34px;
}

.footer-social-link.youtube {
    height: 28px;
    left: 230px;
    top: 5px;
    width: 60px;
}

.grecaptcha-badge {
    z-index: 1050;
}


/*#entreprise-tabs .active {
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}*/

/* CSS pour modifier woocommerce */
.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery__trigger::before {
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    top: 9px;
    position: absolute;
    width: 10px;
}
.woocommerce-product-gallery__trigger span[aria-hidden=true] {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    left: 50%;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 1px;
}
.woocommerce-product-gallery__trigger {
    background: #fff;
    border: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2em;
    height: 36px;
    padding: 0;
    position: absolute;
    right: .5em;
    text-indent: -9999px;
    top: .5em;
    width: 36px;
    z-index: 99;
}

.woocommerce-product-gallery__trigger::after {
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 2px;
}

.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Espace entre les miniatures */
    padding: 0;
    list-style: none; /* Supprime les numéros */
    justify-content: center; /* Centre les images */
}

.flex-control-thumbs img {
    width: 100px; /* Taille uniforme */
    height: auto;
    cursor: pointer;
    border: 2px solid #ccc; /* Optionnel : bordure */
    border-radius: 5px; /* Coins arrondis */
    object-fit: cover; /* Garde l'image centrée */
    transition: border 0.3s ease;
}

.flex-control-thumbs img.flex-active {
    border: 2px solid #0073e6; /* Bordure bleue pour l'image active */
}

.flex-control-thumbs li {
    list-style: none; /* Supprime les puces ou les chiffres */
}



/* CSS qui évite l'utilisation de certaines classe */
/*.woocommerce img:not(header):not(footer),
.woocommerce-page img:not(header):not(footer) {
    height: auto;
    max-width: 100%;
}*/



/* Styles pour le Spinner */
    #loading-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.25); /* Opacité de 25% */
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 1050;
        pointer-events: none;
    }

    .spinner-container {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1051;
        pointer-events: auto;
    }

    /* Empêcher toute interaction quand le spinner est actif */
    .disable-interaction {
        pointer-events: none;
        user-select: none;
    }
	
	
	
	



