/* curseur 
body {
    cursor: url("assets/svg/cursor_red.svg"), default !important;
}
a {
    cursor: url("assets/svg/cursor_red_big.svg"), default !important;
}
.red-banner {
    cursor: url("assets/svg/cursor_black.svg"), default !important;
}
button {
    cursor: url("assets/svg/cursor_red_big.svg"), default !important;
}
.home-banner {
    cursor: url("assets/svg/cursor_green.svg"), default !important;
}
.cardhover {
    cursor: url("assets/svg/cursor_red_big.svg"), default !important;
}
 */
/* couleur surlignage texte*/
/* pour Firefox */
::-moz-selection {
    background-color:var(--green);
    color: black;
   }
   /* pour Safari et Chrome */
   ::selection {
    background-color:var(--green);
    color: black;
   }		
a {
    color: var(--red);
    text-decoration: none;
}
a:hover {
    color: black;
    transition: all 0.5s ease;
}
.jeSnNy{background:black !important;}
#scrollUp {
    position: fixed;
    bottom : 10px;
    right: -100px;
    opacity: 1;
    border-radius: 50px;
    z-index: 1000;
}
#scrollUp:hover {
    position: fixed;
    bottom : 10px;
    right: -100px;
    opacity: 0.5;
    transition: all 0.5s ease;
}
.breadcrumbsection {
    padding-top: 140px;
    padding-bottom: 80px;
}
.breadcrumb-item {
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    color: black !important;
}
.breadcrumb-item a {
    color: black !important;
    text-decoration: none;
}
.breadcrumb-item a:hover {
    color: var(--red) !important;
    transition: all 0.3s ease;
}
.breadcrumb-item.active {
    font-weight: 500;
}
h1 {
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
}
h2 {
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
}
.secondtitle {
    font-size: 2.7em;
    font-weight: 900;
    color: var(--black);
}
.secondtitle-white {
    font-size: 2.7em;
    font-weight: 900;
    color: white;
}
h3 {
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px !important;
}
.page-politique h3{font-size:1.3rem;}
.subtitle {
    font-size: 1.8em;
    font-weight: 600;
}
h4 {
    font-family: 'Unbounded', sans-serif;
}
h5 {
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
}
p {
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
p strong {font-weight:600;}
.list-bullet-point li {
    font-family: 'Unbounded', sans-serif !important;
    font-weight: 300 !important;
    font-size: 0.9em !important;
    padding-bottom: 5px !important;
}
.p-group {
    margin-bottom: 50px;
}
.picto-link a {
    color: black;
    text-decoration: none;
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
.picto-link {
    margin-top: 20px;
}
.titlebtn {
    margin-bottom: 80px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-150 {
    padding-top: 150px;
}
.section-p-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.section-p-120 {
    padding-top: 120px;
    padding-bottom: 114px;
}
.section-m-180 {
    margin-left: 180px;
    margin-right: 180px;
}
.section-p {
    padding-bottom: 150px;
}
.banner-page h1 {
    font-size: 4.6em;
    font-weight: 900;
    color: var(--black);
    animation-duration: 1000ms;
    animation-name: slideup;
}
.page-services .banner-page h1{font-size:3.5em;}
.banner-page {
    padding-top: 200px;
    padding-bottom: 180px;
}
.img-right {
    float: right;
}
.bg-black {
    background-color: black;
}
.bg-black .text-white a{color:var(--red);text-decoration:none;}
.text-white {
    color: white;
}
.container-border-bottom {
    /*border-bottom: solid 1px #CDD1D8;*/
    padding-top: 124px;
    padding-bottom: 0px;
}
/* btn */
.btn.btn-border-black, .btn.btn-border-black-mobile {
    background-color: transparent;
    color: var(--black);
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid var(--black);
    width: fit-content;
    transition: all 0.5s ease;
}
.btn.btn-border-black {
    margin-top: 15px;
}
.btn.btn-border-black-mobile {
    margin-top: 20px;
}
.btn.btn-border-black:hover, .btn.btn-border-black-mobile:hover {
    background-color: var(--black);
    color: white;
    border-radius: 50px;
    border: 2px solid var(--black);
}
.btn.btn-border-black-right {
    background-color: transparent;
    color: var(--black);
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid var(--black);
    width: fit-content;
    position: relative;
    display: inline-block;
    float: right;
    transition: all 0.5s ease;
}
.btn.btn-border-black-right:hover {
    background-color: var(--black);
    color: white;
    border-radius: 50px;
    border: 2px solid var(--black);
}
/* btn white */
.btn.btn-border-white, .btn.btn-border-white-mobile {
    background-color: transparent;
    color: white;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid white;
    width: fit-content;
    transition: all 0.5s ease;
}
.btn.btn-border-white-mobile {
    margin-top: 20px;
}
.btn.btn-border-white:hover, .btn.btn-border-white-mobile:hover {
    background-color: white;
    color: black;
    border-radius: 50px;
    border: 2px solid white;
}
.btn.btn-border-white-right {
    background-color: transparent;
    color: white;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid white;
    width: fit-content;
    position: relative;
    display: inline-block;
    float: right;
    transition: all 0.5s ease;
}
.btn.btn-border-white-right:hover {
    background-color: white;
    color: black;
    border-radius: 50px;
    border: 2px solid white;
}
/* btn red */
.btn.btn-red {
    background-color: var(--red);
    color: white;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid var(--red);
    width: fit-content;
    transition: all 0.5s ease;
}
.btn.btn-red:hover {
    background-color: white;
    border: 2px solid var(--red);
    color: var(--red);
}
.btn-shadow {
    box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
}
/* btn white */
.btn.btn-white {
    background-color: white;
    color: black;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid white;
    width: fit-content;
    transition: all 0.5s ease;
}
.btn.btn-white:hover {
    background-color: transparent;
    border: 2px solid white;
    color: white;
}
/* menu */
.dropdown-item:active {
    background-color: var(--red) !important;
}
.dropdown-toggle::after {
    display: none !important;
}
#navbar-dark {
    background-color: transparent;
}
#navbar-white {
    background-color: transparent;
    box-shadow: 0px 3px 40px 1px rgba(0, 0, 0, .1);
}
.fixed-top {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.navbar-dark .navbar-toggler {
    color: white !important;
    border: none !important;
    padding: 0px;
}
.navbar-white .navbar-toggler {
    color: black !important;
    border: none !important;
    padding: 0px;
}
.navbar-dark {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-light {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-dark .nav-item .nav-link {
    color:white;
    font-weight: 600;
    font-family: 'Unbounded', sans-serif;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 0.75em;
}
.navbar-white .nav-item .nav-link {
    color:black !important;
    font-weight: 600;
    font-family: 'Unbounded', sans-serif;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 0.75em;
    text-align:center;
}
.navbar-nav .dropdown-menu {
    background-color: var(--red);
    box-shadow: none;
    border: none;
}
.dropdown-menu {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.dropdown-menu li {
    padding-bottom: 5px !important;
}
.dropdown-item {
    color: white !important;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75em;
    padding-top: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dropdown-item:hover {
    background-color: var(--red) !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white !important;
}
.btn.btn-red.btn-menu {
    margin-left: 50px;
}
.btn.btn-white.btn-menu {
    margin-left: 50px;
}
.dropdown-black {
    margin-top: 40px;
}
.dropdown-black .dropdown-menu {
    background-color: black;
    box-shadow: none;
    border: none;
    margin-top: 20px !important;
}
.dropdown-black .dropdown-item:hover {
    background-color: black !important;
    color: var(--red) !important;
}
.dropdown-black:after {
    
}
/* hero */
.hero-img-1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
    transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
    filter:saturate(1.01);
}
.hero-img-2 {
    position: absolute;
    left: 0;
    bottom: -50;
    width: 300px;
    transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
    filter:saturate(1.01);
}
.hero h1 {
    font-weight: 900;
    font-size: 4em;
    color: white;
    margin-bottom: 35px;
    animation-name: zoom;
    animation-duration: 1000ms;
    line-height:1.1em;
    padding:250px 100px 0px 100px;
}
.hero h1 span {
    font-weight: 200;
}
.hero a {
    animation-name: zoom;
    animation-duration: 1000ms;
    text-decoration: none;
}
.hero .text-hero p {
    color: white;
    padding: 100px 250px 150px 450px;
    text-align: left;
    line-height: 1.7em;
    font-weight: 200;
}
.hero .text-hero span {
    font-weight: 700;
}
.hero .btn-hero p {
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 0px !important;
}
.hero .btn-hero {
    border: solid 2px white;
    color: white;
    border-radius: 220px;
    height: 220px;
    width: 220px;
    padding: 43px;
    margin-left:730px;
    transition: all 0.5s ease;
    animation-name: zoom;
    animation-duration: 1000ms;
    margin-top: 40px;
}
.hero .btn-hero:hover {
    color: black;
    background-color: white;
}
.hero .btn-hero p::before {
    content: url('assets/svg/arrow_diagonale_down_white.svg');
    display: block;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}
.hero .btn-hero p:hover:before {
    content: url('assets/svg/arrow_diagonale_down_black.svg');
}
/* hero mobile */
.hero-img-3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
    transform: translatey(0px);
	animation: floatmobile 6s ease-in-out infinite;
}
.hero-img-4 {
    position: absolute;
    left: 0;
    bottom: -50;
    width: 250px;
    transform: translatey(0px);
	animation: floatmobile 6s ease-in-out infinite;
}
.hero-mobile a {
    animation-name: zoom;
    animation-duration: 1000ms;
    text-decoration: none;
}
.hero-mobile .bg-hero-1 {
    background-image: url('assets/svg/rond_3d_right_mobile.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30%;
}
.hero-mobile .bg-hero-2 {
    background-image: url('assets/svg/rond_3d_left_mobile.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40%;
}
.hero-mobile h1 {
    font-weight: 900;
    font-size: 2.2em;
    color: white;
    margin-bottom: 35px;
    animation-name: zoom;
    animation-duration: 1000ms;
    line-height:1.3em;
    padding:250px 17px 0px 17px;
    text-align: center;
}
.hero-mobile h1 span {
    font-weight: 200;
}
.hero-mobile .text-hero p {
    color: white;
    padding: 530px 15px 90px 15px;
    text-align: left;
    line-height: 1.7em;
    font-weight: 200;
}
.hero-mobile .text-hero span {
    font-weight: 700;
}
.hero-mobile .btn-hero p {
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 0px !important;
}
.hero-mobile .btn-hero {
    border: solid 2px white;
    color: white;
    border-radius: 205px;
    height: 205px;
    width: 205px;
    padding: 35px;
    transition: all 0.5s ease;
    animation-name: zoom;
    animation-duration: 1000ms;
    margin-top: 40px;
}
.hero-mobile .btn-hero:hover {
    color: black;
    background-color: white;
}
.hero-mobile .btn-hero p::before {
    content: url('assets/svg/arrow_diagonale_down_white.svg');
    display: block;
    margin-bottom: 15px;
    transition: all 0.5s ease;
}
.hero-mobile .btn-hero p:hover:before {
    content: url('assets/svg/arrow_diagonale_down_black.svg');
}
/* services */
.home-service {
    padding-top: 150px;
    padding-bottom: 0px;
}
.service-box-subtitle {
    font-size: 1em;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
}
.lr-border {
    border-left: 0.5px solid #555E6A;
    border-right: 0.5px solid #555E6A;
}
.service-box-home .picto {
    height: 35px !important;
}
.service-box-home a {
    color: var(--black);
    text-decoration: none;
    transition: all 0.5s ease;
}
.service-box-home a:hover {
    color: var(--red);
}
.black-arrow {
    width: 18px;
    transition: all 0.3s ease;
}
.black-arrow:hover {
    width: 22px !important;
}
.home-service .services-box-row {
    display: flex !important;
    justify-content: space-between !important;
    white-space: 50px;
}
.carousel-item {
    padding-left: 180px;
    padding-right: 180px;
    background-color: white;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 4rem !important;
    width: 4rem !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}
.carousel-control-next-icon {
    background-image: url('assets/svg/carousel_next.svg') !important;
}
.carousel-control-next-icon:hover {
    background-image: url('assets/svg/carousel_next_hover.svg') !important;
}
.carousel-control-prev-icon {
    background-image: url('assets/svg/carousel_prev.svg') !important;
}
.carousel-control-prev-icon:hover {
    background-image: url('assets/svg/carousel_prev_hover.svg') !important;
}
/* hover zoom bg */
.hover-zoom-bg {
    background-size: cover;
    background-repeat: no-repeat;
    height: 310px;
    transition: all 0.5s ease;
    overflow: hidden;
}
.hover-zoom-bg:hover {
    transform: scale(1.05);
}
.h-840 {
    height: 840px;
}
.h-467 {
    height: 467px;
}
.h-310 {
    height: 310px;
}
.h-275 {
    height: 275px;
}
/* creation */
.home-creation a {
    text-decoration: none;
    transition: all 0.5s ease;
}
.home-single-creation .card {
    border-radius: 1px;
    border: none;
    background-color: transparent;
}
.home-single-creation .card-img-top {
    border-radius: 1px;
}
.home-single-creation .card-body {
    padding-left: 0px;
}
.creations-page .home-single-creation .card-body p {
    display: inline-block;
    margin-right: 15px;
}
.creations-page .home-creation {margin-bottom:50px !important;}
.home-single-creation .card-text {
    color: black;
    margin-bottom: 15px !important;
}
.categorie-red {
    background-color: var(--red);
    color: white;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.7em;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.categorie-black {
    background-color: black;
    color: white;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.7em;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.categorie-green {
    background-color: var(--green);
    color: black;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.7em;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
}
.categorie-graphisme {
    background-color: black;
    color: white;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.7em;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
}
.arrow-link a {
    font-family: 'Unbounded', sans-serif;
    color: var(--black);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7em;
}
.arrow-link .link {
    transition: all 0.5s ease;
}
.arrow-link .arrow {
    background-image: url("assets/svg/arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex;
    height: 10px;
    width: 18px;
    margin-left: 10px;
    transition: all 0.5s ease;
}
.arrow-link .arrow:hover {
    margin-left: 20px;
}
.arrow-link .link:hover {
    margin-right: 10px;
}
/* création hover */
.cardhover {
cursor: pointer;
position: relative;
overflow: hidden;
text-align: center;
}
.cardhover .fadedbox {
background-color: black;
position: absolute;
top: 0;
left: 0;
color: #fff;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
opacity: 0;
width: 100%;
height: 100%;
padding: 40px;
}
.cardhover:hover .fadedbox {
opacity: 1;
}
.cardhover .text {
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
transform: translateY(30px);
-webkit-transform: translateY(30px);
}
.cardhover .title {
font-size: 1.5em;
text-transform: uppercase;
font-family: 'Unbounded', sans-serif;
font-weight: 900;
opacity: 0;
transition-delay: 0.2s;
transition-duration: 0.3s;
text-align: left;
}
.cardhover:hover .title,
.cardhover:focus .title {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.cardhover.ratio.ratio-1x1.ratio-big {padding-top:35%;}
.cardhover.ratio.ratio-16x9.ratio-normal {padding-top:18%;}
.section-more-article .cardhover.ratio.ratio-16x9 {padding-top:9%;}
.home-news .cardhover.ratio.ratio-16x9 {padding-top:9%;}
.page-blog .cardhover.ratio.ratio-16x9 {padding-top:9%;}
/* news home */
.home-news {
    background-color: black;
}
.home-news a {
    text-decoration: none;
    transition: all 0.5s ease;
}
.home-single-news .card {
    border-radius: 1px;
    border: none;
    background-color: transparent;
}
.home-single-news .card-img-top {
    border-radius: 1px;
    transition: all 0.5s ease;
}
.home-single-news .card-img-top:hover {
    opacity: 0.5;
}
.home-single-news .card-body {
    padding-left: 0px;
}
.home-single-news .date {
    color: white;
    font-weight: 700;
}
.home-single-news .card-text {
    color: white;
    margin-bottom: 15px !important;
}
.arrow-link-white a {
    font-family: 'Unbounded', sans-serif;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7em;
}
.arrow-link-white .link {
    transition: all 0.5s ease;
}
.arrow-link-white .arrow {
    background-image: url("assets/svg/arrow_right_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex;
    height: 10px;
    width: 18px;
    margin-left: 10px;
    transition: all 0.5s ease;
}
.arrow-link-white .arrow:hover {
    margin-left: 20px;
}
.arrow-link-white .link:hover {
    margin-right: 10px;
}
.arrow-down-link-white .arrow {
    background-image: url("assets/svg/arrow_down_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex;
    height: 25px;
    width: 18px;
}
.arrow-down-link-white .arrow:hover {
    background-image: url("assets/svg/arrow_down_red.svg");
}
/* equipe page */
.img-equipe img{width:80%;}
.badge-member {
    background-color: var(--green);
    color: black;
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.7em;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    margin:0 auto;
    margin-bottom:20px;
}
.equipe-page h3{margin-top:20px;}
.member-img {
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
}
.member-img:hover {
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
}
.member-img img {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%); /* Firefox */ 
}
.member-img img:hover {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%); /* Firefox */
}
.member-1 {
    background-image: url("assets/img/member-1.png");
}
.member-1:hover {
    background-image: url("assets/img/member-1-hover.png");
}
.member-2 {
    background-image: url("assets/img/member-1.png");
}
.member-2:hover {
    background-image: url("assets/img/member-2-hover.png");
}
.member-3 {
    background-image: url("assets/img/member-1.png");
}
.member-3:hover {
    background-image: url("assets/img/member-3-hover.png");
}
.member-4 {
    background-image: url("assets/img/member-1.png");
}
.member-4:hover {
    background-image: url("assets/img/member-4-hover.png");
}
.member-5 {
    background-image: url("assets/img/member-1.png");
}
.member-5:hover {
    background-image: url("assets/img/member-1-hover.png");
}
.member-6 {
    background-image: url("assets/img/member-1.png");
}
.member-6:hover {
    background-image: url("assets/img/member-2-hover.png");
}
.member-7 {
    background-image: url("assets/img/member-1.png");
}
.member-7:hover {
    background-image: url("assets/img/member-3-hover.png");
}
.member-8 {
    background-image: url("assets/img/member-1.png");
}
.member-8:hover {
    background-image: url("assets/img/member-4-hover.png");
}
.member-9 {
    background-image: url("assets/img/member-1.png");
}
.member-9:hover {
    background-image: url("assets/img/member-1-hover.png");
}
/* news page */
.news-page section {
    margin-bottom: 80px;
}
.page-blog section.news-page {margin-top:-100px;margin-bottom:60px;}
.news-page a {
    text-decoration: none;
    transition: all 0.5s ease;
}
.home-single-news-light .card {
    border-radius: 1px;
    border: none;
    background-color: transparent;
}
.home-single-news-light .card-img-top {
    border-radius: 1px;
    transition: all 0.5s ease;
}
.home-single-news-light .card-img-top:hover {
    opacity: 0.6;
}
.home-single-news-light .card-body {
    padding-left: 0px;
}
.home-single-news-light .date {
    color: black;
    font-weight: 700;
}
.home-single-news-light .card-text {
    color: black;
    margin-bottom: 15px !important;
}
.arrow-link a {
    font-family: 'Unbounded', sans-serif;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.7em;
}
.arrow-link .link {
    transition: all 0.5s ease;
}
.arrow-link .arrow {
    background-image: url("assets/svg/arrow_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex;
    height: 10px;
    width: 18px;
    margin-left: 10px;
    transition: all 0.5s ease;
}
.arrow-link .arrow:hover {
    margin-left: 20px;
}
.arrow-link .link:hover {
    margin-right: 10px;
}
.news-page .card {
    margin-bottom: 50px;
}
/* article page */
.date-article {
    font-weight: 500;
    color: var(--red);
    margin-bottom: 50px;
    margin-top: 20px;
}
.box-paragraphe {
    margin-bottom: 50px;
}
.box-paragraphe a {color:var(--red);text-decoration:none;}
.box-paragraphe a:hover {color:black;}
.row-content-article{padding-top:80px;}
.section-more-article .container {border-top:1px solid #CDD1D8;padding-top:150px;padding-bottom:70px;}
/* red banner */
.red-banner {
    background-color: var(--red);
    background-image: url("assets/svg/white_shape_banner.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: bottom;
}
.red-banner h2 {
    color: white;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 4em;
    margin-bottom: 50px;
}
/* footer */
.footer {
    background-color: black;
    padding-top: 80px;
    padding-bottom: 35px;
    color: white;
    font-size: 0.9em;
}
.footer h5 {
    font-size: 1em;
    font-weight: 900;
    margin-bottom: 30px;
}
.footer a {
    color: white;
    text-decoration: none;
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    padding-bottom: 8px;
    line-height: 2.2em;
}
.social-footer img {
    height: 17px;
    transition: all 0.5s ease;
    margin-right: 15px;
    margin-top: 15px;
}
.footer .table {
    border: none;
    color: white;
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
}
.footer .table td {
    padding-left: 0px;
    border: none;
    padding-top: 0px;
    background-color: transparent!important;
}
.copyright {
    padding-top: 100px;
    text-align: center;
    color: white;
}
/* page services */
.badge-service {
    margin-bottom: 25px;
    display:flex;
    flex-wrap:wrap;
}
.badge-service span {
    border: 1px solid black;
    border-radius: 57px;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom:10px;
}
.banner-service {
    background-image: url('assets/svg/shape_o_green.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
/* page creations */
.banner-creations h1 {
    font-size: 4.6em;
    font-weight: 900;
    color: var(--black);
    animation-duration: 1000ms;
    animation-name: slideup;
}
.banner-creations {
    padding-top: 200px;
    padding-bottom: 100px;
    animation-duration: 1000ms;
    animation-name: slideup;
}
.banner-creations {
    background-image: url('assets/svg/shape_banner_creations.svg');
    background-repeat: no-repeat;
    background-position: top 20px right 0px;
    background-size: contain;
}
.filter-categorie {
    padding-top: 60px;
}
.btn.btn-filter-categorie {
    background-color: transparent;
    color: var(--black);
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid transparent;
    width: fit-content;
    transition: all 0.5s ease;
    margin-top: 15px;
}
.btn.btn-filter-categorie:hover {
    background-color: transparent;
    color: var(--black);
    border-radius: 50px;
    font-family: 'Unbounded', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    padding: 13px 30px 13px 30px;
    border: 2px solid var(--black);
    width: fit-content;
    transition: all 0.5s ease;
    margin-top: 15px;
}
.creations-page .home-single-creation {
    margin-bottom: 40px;
}
.second-col {
    padding-top: 95px;
}
/* page mission */
.number {
    color: var(--red);
    font-weight: 500;
    font-size: 2em;
}
.banner-mission {
    background-image: url('assets/svg/round_group.svg');
    background-repeat: no-repeat;
    background-position: bottom 220px right 80px;
}

/* page à propos */
.banner-a-propos {
    padding-bottom: 50px !important;
    background-image: url('assets/svg/round_group.svg');
    background-repeat: no-repeat;
    background-position: bottom 180px right 80px;
}

/* page creation single */
.creation-single-banner.without-pb {
    padding-bottom: 0px !important;
}
.creation-single-banner {
    animation-duration: 1000ms;
    animation-name: slideup;
    padding-bottom: 120px;
}

/* page contact */
.contact-form {
    width: 100%;
    border-bottom: solid 1px black !important;
    border: none;
    padding-bottom: 10px;
    color: black;
    margin-bottom: 100px;
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
.contact-form input {
    color: #393939;
    font-family: 'Unbounded', sans-serif;
    font-weight: 200;
    font-size: 0.9em;
}
.contact-form::placeholder {
    font-family: 'Unbounded', sans-serif;
    font-weight: 200;
    color: #393939;
    text-transform: uppercase;
    font-size: 0.9em;
}
.contact-form .btn.btn-border-black-right {
    position: relative !important;
    display: inline-block !important;
    float: right !important;
}
input:focus {
    outline:  none;
}
.form-row .form-control {
    border-right: none;
    border-top: none;
    border-left: none;
    border-radius: 1px;
    border-bottom: 1px solid black;
}
.form-floating>label {
    color: #393939;
    font-family: 'Unbounded', sans-serif;
    font-weight: 200;
    font-size: 0.9em;
    text-transform: uppercase;
}
.form-floating {
    padding-bottom: 25px;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
.form-control:focus {
    border-color: black !important;
    box-shadow: none !important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    background-color: white;
    height: 20px;
    opacity: 1 !important;
}
/* modal newsletter */
.modal-body label {
    font-family: 'Unbounded', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    color: var(--black);
}
.modal-body a {
    color: var(--red);
    text-decoration: none;
}
.modal-body a:hover {
    color: black;
    text-decoration: none;
}
.form-check-input[type=checkbox] {
    border-radius: 1px !important;
    border: 1px solid black;
    margin-right: 5px;
}
.form-check-input:checked {
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
#mc_embed_signup form{margin-left:0px !important;margin-right:0px !important;margin-top:0px !important;}
#mc_embed_signup .button{
    background-color: transparent !important;
    color: var(--black) !important;
    border-radius: 50px !important;
    font-family: 'Unbounded', sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 0.8em !important;
    padding: 5px 20px 5px 20px !important;
    border: 2px solid var(--black) !important;
    width: fit-content !important;
    transition: all 0.5s ease !important;
    height:auto !important;
}
#mc_embed_signup .button:hover{background-color: black !important;color:white !important;}
#mc_embed_signup .mc-field-group{max-width:425px !important;margin-bottom:20px !important;}
#mc_embed_signup .mc-field-group input{font-family:'Unbounded', sans-serif !important;}
#mc_embed_signup{width:auto !important;}
#mc_embed_signup div#mce-responses{margin:0px !important;padding:0px !important;}
#mc_embed_signup div.response{margin-top:0px !important;padding-top:0px !important;font-family:'Unbounded', sans-serif !important;width:100% !important;}
/* mapbox */
.mapsection {
    padding: 0px 0 !important;
}
#map {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
  }
  .marker {
    background-image: url('assets/svg/marker.svg');
    background-size: cover;
    width: 57px;
    height: 74px;
    border-radius: 1px;
    cursor: pointer;
    }
/* /mapbox */
/* page clients */
.clients {
    margin-bottom: -40px !important;
}
.clients img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%); /* Firefox */
    opacity: 0.7 !important;
    transition: 1s all ease;
    padding-right: 60px;
    margin-bottom: 70px;
}
.clients img:hover {
    -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%); /* Firefox */ 
    opacity: 1 !important;
}
/* /page clients */
/* modal newsletter */
#newsletterButton {
    position: fixed;
    bottom : 10px;
    left: 10px;
    z-index: 1000;
}
#newsletterButton:hover {
    position: fixed;
    bottom : 10px;
    left: 10px;
}
.modalnewsletter .modal-dialog {
    margin-top: 120px;
    margin-bottom: auto;
}
.modal-title {
    font-weight: 900;
    font-size: 2em;
}
.modalnewsletter .modal-content {
    background-color: white;
    color: var(--red);
    border-radius: 1px;
    padding: 5px;
}
.modalnewsletter .modal-header {
    border-bottom: none;
    padding-left: 30px;
    padding-bottom: 0px;
}
.modalnewsletter .modal-header .btn-close {
    margin-bottom: 170px;
}
.modalnewsletter .modal-footer {
    border-top: none;
}
.modalnewsletter .btn-close {
    color: var(--red);
    background: url("assets/svg/close_red.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    opacity: 1;
}
.modalnewsletter .modal-body {
    padding-left:30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top:0px;
}
.modal-body .contact-form {
    margin-bottom: 30px;
}
/* line hover effect */
/* white */
.wh-line-hover {
    position: relative !important;
    text-decoration: none !important;
}
.wh-line-hover::before {
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    height: 2px !important;
    background-color: white !important;
    bottom: 0 !important;
    left: 0 !important;
    transform-origin: right !important;
    transform: scaleX(0) !important;
    transition: transform .5s ease-in-out !important;
}
.wh-line-hover:hover::before {
    transform-origin: left !important;
    transform: scaleX(1) !important;
}
/* black */
.bl-line-hover {
    position: relative !important;
    text-decoration: none !important;
}
.bl-line-hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
}
.bl-line-hover:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
/* red */
.r-line-hover {
    position: relative;
    text-decoration: none;
}
.r-line-hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--red);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
}
.r-line-hover:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
/* green */
.gr-line-hover {
    position: relative;
    text-decoration: none;
}
.gr-line-hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--green);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .5s ease-in-out;
}
.gr-line-hover:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
/* / line hover effect */
/* animation éléments de la page*/
.reveal{
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s all ease;
  }
  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }

/* popup cookies */
/* Style de la pop-up de consentement aux cookies */
.cookie-popup {
    display:none;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px 0px, rgba(0, 0, 0, 0.23) 0px 6px 6px 0px;
    column-gap: 10px;
    grid-template-rows: 22px 0px 113px 0px 45px 18px;
    height: 278px;
    max-height: 704px;
    max-width: fit-content;
    min-width: 526px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    position: fixed;
    right: 0px;
    row-gap: 10px;
    width: 526px;
    z-index: 99999;
    margin-right:10px;
    margin-left:10px;
}

.cookie-popup button {margin-right: 10px; cursor: pointer; font-size:0.7rem !important;margin-top:10px !important;margin-bottom:10px !important;}
.cookie-popup p {margin: 0;font-size: 11px;line-height: 18px;}
.cookie-popup h4 {font-size:0.9rem;}
.cookie-popup p a {color:var(--red);}

/* animation banner header */
@keyframes zoom {
    from {
        transform : scale(0);
    }

    to {
        transform: scale(1);
    }
}
@keyframes slidein {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
}

@keyframes slideup {
    from {
        position: relative;
        transform: translateY(100px);
        opacity: 0;
        transition: 1s all ease;
    }
  
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes round {
    from {
      transform: scale(0) rotate(0deg) translate(-50%, -50%);   
      opacity: 1;
    }
    to {
      transform: scale(20) rotate(960deg) translate(-50%, -50%); 
      opacity: 0;
    }
}

@keyframes rotating {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-60px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes floatmobile {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-30px);
	}
	100% {
		transform: translatey(0px);
	}
}

/* carousel autoplay clients */
* {
    padding: 0;
    margin: 0;
}

.slider {
    background: white;
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before, .slider::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 100px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 80s linear infinite;
    display: flex;
    width: calc(250px * 18);

}

.slider .slide-track:hover {
    animation-play-state: paused;
}

.slider .slide {
    height: 20px;
    width: auto;
    padding: 50px;
}

.slider .slide img {
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%); /* Firefox */
    opacity: 0.6;
}
.slider .slide img:hover {
    -webkit-filter: grayscale(0%) !important; /* Chrome, Safari, Opera */
    filter: grayscale(0%) !important; /* Firefox */ 
    opacity: 1;
}
																																																																			
.box {
-webkit-user-select: none;
background-color: rgba(0, 0, 0, 0);
border-bottom-color: rgb(33, 37, 41);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-left-color: rgb(33, 37, 41);
border-left-style: solid;
border-left-width: 2px;
border-right-color: rgb(33, 37, 41);
border-right-style: solid;
border-right-width: 2px;
border-top-color: rgb(33, 37, 41);
border-top-left-radius: 50px;
border-top-right-radius: 50px;
border-top-style: solid;
border-top-width: 2px;
box-sizing: border-box;
color: rgb(33, 37, 41);
display: inline-block;
font-family: Unbounded, sans-serif;
width: 150px;
height: 150px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 10px;
margin-top: 15px;
padding-bottom: 10px;
padding-left: 15px;
padding-right: 15px;
padding-top: 10px;
text-align: center;
text-decoration: none;
transition-delay: 0s;
transition-duration: 0.5s;
transition-property: all;
transition-timing-function: ease;
vertical-align: middle;

}


																																																																			
																																																																			

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 9));
    }
}


/* root */
:root {
    --red: #f7003b;
    --green: #a4ff00;
    --black: #1e1e1e;
}
/* /root */
/* grand écran */
@media screen and (min-width: 1700px) {
    .hero h1{padding:350px 250px 0px 250px;padding-left:0px;padding-right:0px;margin:0 auto;max-width:1385px;}
    .hero-img-2{width:370px;top:500px;}
    .hero .text-hero p{padding:100px 400px 150px 850px;}
    .hero.bg-black{height:1030px;}
}

@media screen and (min-width: 1700px) {
    .hero h1{padding:350px 250px 0px 250px;padding-left:0px;padding-right:0px;margin:0 auto;max-width:1385px;}
    .hero-img-2{width:370px;top:500px;}
    .hero .text-hero p{padding:100px 400px 150px 850px;}
    .hero.bg-black{height:1030px;}
}

@media screen and (max-width: 1399px) {.row-content-article{padding-top:35px}}
/* écran 800px */
@media screen and (max-width: 1100px) {
    .hero h1 {font-size: 3em;}
    .section-m-180 {margin-left: 80px;margin-right: 80px;}
    .banner-page h1 {font-size: 4em;}
    .banner-page {padding-bottom: 100px;padding-top: 150px;}
    .creation-single {padding-top: 110px;}
    .social-footer img {margin-bottom: 80px;}
    .page-blog section.news-page {margin-top:-70px;margin-bottom:60px;}
    .section-p-150{padding-top:100px;padding-bottom:100px;}
    .titlebtn{margin-bottom:50px;}
    .secondtitle{font-size:2.2em;}
    .secondtitle-white{font-size:2.2em;}
    .red-banner h2{font-size:3.4em;}
    .copyright{padding-top:30px;}
    .section-p{padding-bottom:100px;}
    .hero .text-hero p{padding:100px 160px 150px 450px;}
}
@media screen and (max-width: 991px) {.mobile-horizontal-container .row {overflow-x: scroll;}::-webkit-scrollbar {display: none;}}
@media screen and (max-width: 940px) {.hero .text-hero p{padding:100px 100px 150px 380px;}}
@media screen and (max-width: 904px) {.service .row.align-items-center.section-p.reveal.justify-content-between.colreverse.active{background-image:none !important;}.page-services .banner-page h1{font-size:1.9em;}}
@media screen and (max-width: 780px) {.hero-img-2{width:250px;}.hero .text-hero p{padding:100px 100px 100px 320px}}
@media screen and (max-width: 768px) {.dropdown-item{text-align:center !important;}.row-content-article{padding-top:10px;}}
@media screen and (max-width: 767px) {
    .colreverse{flex-direction: column-reverse !important;}
    .etapes-single-creation img{margin-bottom:30px;}
    .img-right {float: left;margin-top: 30px;margin-bottom: 50px;}
    .mobile-horizontal-container .row {overflow-x: scroll;}
    ::-webkit-scrollbar {display: none;}
    .breadcrumbsection {padding-top: 100px;padding-bottom: 0px;}
    .col-member-mobile{margin-bottom:80px;}
}


/* mobile */
@media screen and (max-width: 700px) {
    .navbar-dark {
        background-color: transparent;
    }
    .navbar-dark .navbar-collapse {
        background-color: black;
        margin-right: -25px;
        margin-left: -25px;
    }
    .navbar-white {
        background-color: transparent;
    }
    .navbar-white .navbar-collapse {
        background-color: white;
        margin-right: -25px;
        margin-left: -25px;
    }
    .btn.btn-white.btn-menu {
        margin-left: 0px;
        margin-top: 15px;
    }
    .btn.btn-white {
        font-size: 1em;
    }
    .navbar-dark .nav-item .nav-link  {
        font-size: 1em;
        margin-left: 0px;
        text-align: center;
    }
    .navbar-white .nav-item .nav-link  {
        font-size: 1em;
        margin-left: 0px;
    }
    .dropdown-menu.show {
        padding: 15px;
    }
    .dropdown-menu {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .dropdown-item {
        font-size: 0.9em;
    }
    .section-p-150 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .pt-150 {
        padding-top: 100px;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
    .banner-page h1 {
        font-size: 2.5em;
    }
    .banner-page {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .home-service {
        padding-top: 100px;
    }
    .hero h1 {
        font-size: 1.6em;
        padding: 170px 40px 0 40px;
    }
    .hero p {
        padding: 0px 0px 20px 0px;
    }
    .secondtitle {
        font-size: 1.8em;
    }
    .secondtitle-white {
        font-size: 1.8em;
    }
    .titlebtn {
        margin-bottom: 40px;
    }
    .subtitle {
        font-size: 1.2em;
    }
    .red-banner h2 {
        font-size: 1.8em;
        line-height: 1.4em;
    }
    .red-banner {
        background-image: url("assets/svg/white_shape_banner_mobile.svg");
    }
    .form-row .btn.btn-border-black-right {
        display: block !important;
    }
    .btn.btn-border-black-right {
        display: none;
    }
    .btn.btn-border-white-right {
        display: none;
    }
    .card-mobile {
        margin-bottom: 30px;
    }
    .home-single-creation .card-mobile {
        margin-bottom: 0px !important;
    }
    .footer {
        padding-top: 80px;
        padding-bottom: 85px;
    }
    .footer h5 {
        margin-top: 65px;
        margin-bottom: 15px;
    }
    .copyright {
        padding-top: 60px;
        text-align: left;
    }
    .social-footer img {
        margin-bottom: 0px;
    }
    .carousel-item {
        padding-left: 65px;
        padding-right: 65px;
    }
    .carousel-fade img {
        width: 230px;
    }
    .carousel-fade {
        margin-bottom: 30px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        height: 2rem !important;
        width: 2rem !important;
    }
    .navbar-nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer .table {
        margin-bottom: -15px;
    }
    .section-m-180 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .section-p {
        padding-bottom: 80px;
    }
    .banner-mission {
        background-image: url('assets/svg/round_group.svg');
        background-repeat: no-repeat;
        background-position: bottom 200px right 10px;
    }
    .contact-form {
        margin-bottom: 50px;
    }
    .member-img {
        margin-bottom: 50px;
    }
    .second-col {
        padding-top: 0px;
    }
    .banner-creations h1 {
        font-size: 2.5em;
    }
    .banner-creations {
        padding-top: 130px;
        padding-bottom: 40px;
    }
    .filter-categorie {
        padding-top: 30px;
    }
    div.scroll-filter {
        overflow: auto;
        white-space: nowrap;
    }
    div.scroll-filter button {
        display: inline-block;
    }
    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .nav-item {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .mobile-horizontal-container .row {
        overflow-x: scroll;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .clients img {
        padding-right: 20px;
        margin-bottom:60px;
    }
    .clients {
        margin-bottom: -50px !important;
    }
    .lr-border {
        border-left: none;
        border-right: none;
    }
    .btn.btn-red.btn-menu {
        margin-left: 0px;
        margin-top:20px;
    }
    .service img {
        margin-bottom: 35px;
    }
    .h-840 {
        height: 490px;
    }
    .h-467 {
        height: 255px;
    }
    .h-310 {
        height: 330px;
    }
    .h-275 {
        height: 210px;
    }
    .creation-single-banner.without-pb {
        padding-bottom: 0px !important;
    }
    .creation-single-banner {
        padding-bottom: 70px;
    }
    .section-p-120 {padding-top:80px !important;padding-bottom:74px !important;}
    .container-border-bottom{padding-top:80px;padding-bottom:0px;}
    .page-blog section.news-page {margin-top:-30px;}
    .section-more-article .container{padding-top:80px;}
    .news-page.section-more-article .card {margin-bottom:0px;}
    .slider .slide{padding:20px;}
    .hero-mobile h1{padding:180px 17px 0px 17px;}
    .hero-img-2{width:190px;}
    .hero .text-hero p{padding:280px 15px 90px 15px;}
    .hero-img-1{width:95px !important;}
    .equipe-page h3{margin-top:0px;}
}
/*@media screen and (max-width: 609px) {.hero{display:none}}*/
@media screen and (max-width: 609px) {.hero-img-1{width:95px !important;}.hero .text-hero p{padding:280px 15px 90px 15px !important;}}
@media screen and (max-width: 548px) {.cookie-popup{min-width:auto;height:100%;max-height:fit-content;}}
@media screen and (max-width: 512px) {.page-politique h1{font-size:1.9em !important;}}
@media screen and (max-width: 486px) {.hero h1{font-size:1.6em !important;}}
/* petit écran mobile 380px */
@media screen and (max-width: 380px) {
    .subtitle {
        font-size: 1em;
    }
    .carousel-item {
        padding-left: 50px;
        padding-right: 50px;
    }
    .carousel-fade img {
        width: 180px;
    }
    .section-m-180 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .banner-page h1 {
        font-size: 2em;
    }
    .modal-title {
        font-size: 1.5em;
    }
    .modalnewsletter .modal-dialog {
        margin-top: 90px;
    }
    .h-310 {
        height: 300px;
    }
    .h-275 {
        height: 200px;
    }
    .h-467 {
        height: 245px;
    }
    .h-840 {
        height: 440px;
    }
    .hero-mobile h1 {
        font-size: 2em;
        padding: 170px 17px 0px 17px;
    }
    .hero-mobile .btn-hero {
        margin-top: 10px;
        width: 195px;
        height: 195px;
        border-radius: 195px;
        padding: 30px;
    }
    .hero-mobile .col-7 {
        margin-right: 20px;
    }
    .red-banner h2 {
        font-size: 1.5em;
    }
}


/* petit écran mobile 320px */
@media screen and (max-width: 340px) {
    .member-img {
        height: 290px;
        margin-left: 10px;
    }
    .member-img:hover {
        height: 290px;
        margin-left: 10px;
    }
    .modalnewsletter .modal-dialog {
        margin-top: 0px;
    }
    .h-310 {
        height: 240px;
    }
    .h-275 {
        height: 162px;
    }
    .h-467 {
        height: 202px;
    }
    .h-840 {
        height: 364px;
    }
    .banner-creations h1 {
        font-size: 2.1em;
    }
    .hero h1 {
        font-size: 1.6em;
        padding: 160px 17px 0px 17px;
    }
    .hero .btn-hero p {
        font-size: 0.7em;
    }
    .hero .btn-hero {
        padding: 26px;
        width: 170px;
        height: 170px;
        border-radius: 170px;
    }
    .hero-img-3 {
        width: 85px;
    }
    .secondtitle {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1.2em !important;
    }
    .page-services .banner-page h1{font-size:1.5em;}
    .cookie-popup button{font-size:0.55em !important;margin-right: 5px;}
}


/* boutons right responsive */
@media screen and (min-width: 610px) {
    .btn.btn-border-black-mobile {display: none;}
    .btn.btn-border-white-mobile {display: none;}
    section.hero-mobile{display:none;}
}