 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 dl,
 dt,
 dd,
 ol,
 nav ul,
 nav li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
 }

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 hgroup,
 menu,
 nav,
 section {
   display: block;
 }

 ol,
 ul {
   list-style: none;
   margin: 0px;
   padding: 0px;
 }

 blockquote,
 q {
   quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 /*--start editing from here--*/
 a {
   text-decoration: none;
 }

 .txt-rt {
   text-align: right;
 }

 /* text align right */
 .txt-lt {
   text-align: left;
 }

 /* text align left */
 .txt-center {
   text-align: center;
 }

 /* text align center */
 .float-rt {
   float: right;
 }

 /* float right */
 .float-lt {
   float: left;
 }

 /* float left */
 .clear {
   clear: both;
 }

 /* clear float */
 .pos-relative {
   position: relative;
 }

 /* Position Relative */
 .pos-absolute {
   position: absolute;
 }

 /* Position Absolute */
 .vertical-base {
   vertical-align: baseline;
 }

 /* vertical align baseline */
 .vertical-top {
   vertical-align: top;
 }

 /* vertical align top */
 nav.vertical ul li {
   display: block;
 }

 /* vertical menu */
 nav.horizontal ul li {
   display: inline-block;
 }

 /* horizontal menu */
 img {
   max-width: 100%;
 }

 /*--end reset--*/
 body {
   margin: 0;
   padding: 0;
   height: 100vh !important;
   font-family: Arial, Helvetica, sans-serif;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-color: #333 !important;
   animation: bgSlideshow 18s infinite;
   background-image: url('../img/logistic-la-gi-vai-tro-logistic.jpg');
   overflow: hidden;
 }

 body::before {
   content: "";
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   animation: bgSlideshow 18s infinite;
   transform-origin: center;
 }

 /** @keyframes bgSlideshow {
   0% {
     background-image: url('../img/black_meeting.avif');
     transform: scale(1);
     opacity: 1;
   }

   30% {
     transform: scale(1.05);
     
 }

 33.33% {
   opacity: 1;
 }

 33.34% {
   background-image: url('../img/transport-logistique_37416-165.avif');
   transform: scale(1);
 }

 63% {
   transform: scale(1.05);
 }

 66.66% {
   opacity: 1;
 }

 66.67% {
   background-image: url('../img/logistic-la-gi-vai-tro-logistic.jpg');
   transform: scale(1);
 }

 96% {
   transform: scale(1.05);
 }

 100% {
   opacity: 1;
 }
 }

 **/
 h1 {
   font-size: 3em;
   text-align: center;
   color: #000;
   font-weight: 100;
   /* text-transform: uppercase; */
   text-shadow: 1px 4px 11px rgba(36, 51, 56, 0.46);
   letter-spacing: 7px;
   font-family: 'Abel', sans-serif;
 }

 /*-- main --*/
 .main-agile {
   background-color: #33333333;
   height: 100vh !important;
 }

 .w3ls-grids {
   width: 75%;
   margin: 7em auto;
 }

 .w3ls-left {
   float: left;
   width: 45%;
   text-align: center;
 }

 .w3ls-dot {
   padding: 2em 2em;
 }

 .w3ls-left h2 {
   color: #FFFFFF;
   font-size: 1.2em;
   margin: 1em 0 0 0;
 }

 .w3ls-right {
   float: left;
   width: 55%;
   margin: 4em 0 0 0;
 }

 .w3-heading h3 {
   font-size: 4em;
   color: #fff;
   letter-spacing: 3px;
   margin: 0;
   font-weight: 200;
   font-family: 'Abel', sans-serif;
   text-decoration: none;
 }

 .w3-heading h4 {
   font-size: 1.2em;
   color: #fff;
   letter-spacing: 2px;
 }

 .w3-heading h1 {
   font-size: 2.2em;
   color: #ff9800;
   letter-spacing: 2px;
   margin-bottom: 5px;
 }

 .w3-heading h5 {
   font-size: 1.5em;
   color: #fff;
   margin-top: 0.5em;
 }

 .agileits-nav {
   text-align: center;
 }

 .agileits-nav ul {
   padding: 0;
   margin: 0;
 }

 .agileits-nav ul li {
   display: inline-block;
   margin-left: 1em;
 }

 .agileits-nav ul li:nth-child(1) {
   margin-left: 0;
 }

 .agileits-nav ul li a {
   color: #FFFFFF;
   font-size: .9em;
   transition: 0.5s all;
   -webkit-transition: 0.5s all;
   -moz-transition: 0.5s all;
   -o-transition: 0.5s all;
   -ms-transition: 0.5s all;
 }

 .agileits-nav ul li a:hover {
   color: #ff9800;
 }

 .w3ls-banner-shadow {
   text-align: center;
   margin: 3em auto;
   width: 70%;
 }

 .w3ls-banner-shadow h3 {
   font-size: 2em;
   margin: 0;
   font-weight: 800;
   text-transform: uppercase;
   color: #FFFFFF;
   z-index: 9;
   letter-spacing: 7px;
 }

 .w3ls-banner-shadow p {
   font-size: .9em;
   color: #FFFFFF;
   z-index: 9;
   margin: 1em 0 0 0;
 }

 .w3-title {
   text-align: center;
   margin: 0 0 2em 0;
 }

 .w3-title h2,
 .wthree-title h2 {
   color: #ff9800;
   font-size: 2.5em;
   margin: 0;
   font-weight: 400;
   letter-spacing: 5px;
   text-shadow: 1px 4px 11px rgba(82, 96, 101, 0.25);
   letter-spacing: 4px;
 }

 .w3-title p,
 .wthree-title p {
   color: #212121;
   font-size: .9em;
   margin: .5em 0 0 0;
 }

 .wthree-title h2,
 .wthree-title p {
   color: #FFFFFF;
 }

 /*--newsletter--*/
 .newsletter {
   margin-top: 0.5em;
   width: 100%;
 }

 .newsletter .form {
   display: flex;
 }

 .newsletter button {
   border-radius: 3px;
 }

 .newsletter h2 {
   color: #ff9800;
   font-size: 1.2em;
   margin: 0 0 1em 0;
   font-weight: 700;
 }

 .newsletter .sendEmail {
   padding: .5em;
   border: solid 1px #FFFFFF;
   width: 40%;
   margin-right: 10px;
   font-size: .9em;
   color: #333;
   outline: none;
   display: inline-block;
   background: #ffffff;
 }

 .newsletter .seeMessage {
   color: #fff;
   /*text-transform: uppercase;*/
   font-size: .9em;
   font-weight: 500;
   border: none;
   background: #FF9800;
   border: solid 1px #FF9800;
   padding: .5em 1em;
   outline: none;
   display: inline-block;
   vertical-align: middle;
   cursor: pointer;
   transition: 0.5s all;
   -webkit-transition: 0.5s all;
   -moz-transition: 0.5s all;
   -o-transition: 0.5s all;
   -ms-transition: 0.5s all;
   -webkit-appearance: none;
 }

 .newsletter .seeMessage:hover {
   background: none;
   border: solid 1px #FFFFFF;
   color: #FFFFFF;
 }

 /*--//newsletter--*/
 /*-- timer --*/
 .timer {
   font-size: 3em;
   display: inline-block;
   vertical-align: top;
   color: #FFFFFF;
   font-weight: 600;
 }

 .text {
   font-size: .9em;
   color: #FFFFFF;
   margin-top: 0.5em;
   text-align: center;
   letter-spacing: 1px;
 }

 .clock .column {

   float: left;
   width: 23.2%;
   background: none;
   border: none;
   border-left: none;
   text-align: center;
   transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
 }

 .column.days {
   border-left: none;
 }

 .days {
   display: none;
 }

 /*-- //timer --*/

 .wthree-social {
   text-align: center;
   margin: 1em 0 0 0;
 }

 .agileinfo-social-grids ul {
   padding: 0;
   margin: 0;
 }

 .agileinfo-social-grids ul li {
   display: inline-block;
   margin: 0 .5em 0 0;
 }

 .agileinfo-social-grids ul li a {
   color: #FFFFFF;
   text-align: center;
 }

 .agileinfo-social-grids ul li a i.fa.fa-facebook,
 .agileinfo-social-grids ul li a i.fa.fa-twitter,
 .agileinfo-social-grids ul li a i.fa.fa-rss {
   height: 30px;
   width: 30px;
   line-height: 30px;
   border: solid 1px #fff;
   color: #fff;
   background: none;
   transition: 0.5s all;
   -webkit-transition: 0.5s all;
   -moz-transition: 0.5s all;
   -o-transition: 0.5s all;
   -ms-transition: 0.5s all;

 }

 .agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
   border: solid 1px #3b5998;
   background: #3b5998;
   color: #FFFFFF;
 }

 .agileinfo-social-grids ul li a i.fa.fa-twitter:hover {
   border: solid 1px #55acee;
   background: #55acee;
   color: #FFFFFF;
 }

 .agileinfo-social-grids ul li a i.fa.fa-rss:hover {
   border: solid 1px #f26522;
   background: #f26522;
   color: #FFFFFF;
 }

 .copyright {
   text-align: center;
 }

 .copyright p {
   color: #FFFFFF;
   margin: 5em 0 0 0;
   font-size: 1.2em;
 }

 .copyright p a {
   color: #212121;
   transition: 0.5s all;
   -webkit-transition: 0.5s all;
   -moz-transition: 0.5s all;
   -o-transition: 0.5s all;
   -ms-transition: 0.5s all;
 }

 .copyright p a:hover {
   color: #ff9800;
 }

 ::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
   color: #333;
 }

 ::-moz-placeholder {
   /* Firefox 19+ */
   color: #333;
 }

 :-ms-input-placeholder {
   /* IE 10+ */
   color: #333;
 }

 :-moz-placeholder {
   /* Firefox 18- */
   color: #333;
 }

 /*-- responsive --*/
 /*-- /responsive design --*/
 @media(max-width:1080px) {
   .w3ls-grids {
     width: 79%;
     margin: 7em auto;
   }
 }

 @media(max-width:1024px) {
   .w3ls-grids {
     width: 83%;
     margin: 7em auto;
   }

   .w3ls-grids {
     margin: 4em auto;
   }
 }

 @media(max-width:991px) {
   .w3ls-grids {
     width: 88%;
   }
 }

 @media(max-width:800px) {
   .w3ls-right {
     float: none;
     width: 60%;
     margin: 0 auto;
   }

   .w3ls-left {
     float: none;
     width: 85%;
     margin: 0 auto;
   }
 }

 @media(max-width:736px) {
   .main-agile {
     /*padding: 4em 0;*/
     height: 100vh !important;
   }

   .newsletter .sendEmail {
     width: 50%;

   }
 }

 @media(max-width:667px) {
   h1 {
     letter-spacing: 3px;
   }

   .w3ls-right {
     float: none;
     width: 80%;
     margin: 0 auto;
   }
 }

 @media(max-width:640px) {
   h1 {
     font-size: 3em;
     letter-spacing: 3px;
   }

   .w3ls-right {
     float: none;
     width: 85%;
     margin: 0 auto;
   }
 }

 @media(max-width:600px) {
   h1 {
     font-size: 2.5em;
     letter-spacing: 3px;
   }

   .w3-heading h3 {
     font-size: 3em;
     color: #fff;
     letter-spacing: 3px;
   }
 }

 @media(max-width:480px) {
   h1 {
     font-size: 2.5em;
     letter-spacing: 0px;
   }

   .w3ls-right {
     float: none;
     width: 100%;
   }

   .w3ls-left {
     float: none;
     width: 100%;
   }

   .w3ls-grids {
     margin: 2em auto;
   }

   .w3ls-dot {
     padding: 0em 0em;
   }

   .w3-title {
     text-align: center;
     margin: 1em 0 0em 0;
   }

   .w3-title h2,
   .wthree-title h2 {
     color: #ff9800;
     font-size: 2em;
   }

   .w3-heading h3 {
     font-size: 2em;
   }
 }

 @media(max-width:414px) {
   h1 {
     font-size: 2.2em;
     letter-spacing: 0px;
   }

   .newsletter {
     margin-top: 0.5em;
     width: 100%;
   }

   .timer {
     font-size: 2.5em;
   }
 }

 @media(max-width:384px) {
   h1 {
     font-size: 2em;
     letter-spacing: 0px;
   }

   .w3-heading h4 {
     letter-spacing: 0.5px;
   }
 }

 @media(max-width:375px) {
   .w3-heading h3 {
     font-size: 2.5em;
     letter-spacing: 2px;
   }

   .w3-heading h5 {
     font-size: 1.3em;
   }

   .w3-heading h3 {
     font-size: 2em;
     letter-spacing: 2px;
   }
 }

 @media(max-width:320px) {
   .w3-heading h3 {
     font-size: 2em;
     letter-spacing: 2px;
   }

   .w3-heading h4 {
     letter-spacing: 0.5px;
     font-size: 1em;
   }

   .w3-heading h5 {
     font-size: 1em;
   }

   .newsletter .sendEmail {
     width: 90%;
   }

   .newsletter .seeMessage {
     margin: 1em 0;
   }

   .clock .column {
     width: 17.2%;
   }

   .copyright p {
     color: #FFFFFF;
     margin: 1em 0 0 0;
     font-size: 1em;
   }
 }

 .bubbles {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
   overflow: hidden;
 }

 .bubble {
   position: absolute;
   bottom: -100px;
   background: rgba(255, 255, 255, 0.2);
   border-radius: 50%;
   animation: rise 10s infinite ease-in;
 }

 @keyframes rise {
   0% {
     transform: translateY(0);
     opacity: 1;
   }

   100% {
     transform: translateY(-120vh);
     opacity: 0;
   }
 }

 /*-- /responsive design --*/
 /*-- //responsive --*/

 @import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");

 /**,
*::before,
*::after {
  box-sizing: border-box;
} box-sizing: unset !important;  */
 *,
 ::after,
 ::before {}

 body {
   min-height: 100vh;
   font-family: "Outfit", sans-serif;
   position: relative;
 }

 button,
 input,
 select,
 textarea {
   font: inherit;
 }

 a {
   color: inherit;
 }

 * {
   scrollbar-width: none;
 }

 *::-webkit-scrollbar {
   background-color: transparent;
   width: 12px;
 }

 *::-webkit-scrollbar-thumb {
   border-radius: 99px;
   background-color: #ddd;
   border: 4px solid #fff;
 }

 .modal {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: rgba(0, 0, 0, 0.25);
 }

 .modal-container {
   max-height: 90vh;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   background-color: #fff;
   border-radius: 16px;
   overflow: hidden;
   display: flex;
   flex-direction: column;
   box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
 }

 @media (max-width: 600px) {
   .modal-container {
     width: 90%;
   }
 }

 .modal-container-header {
   padding: 16px 32px;
   border-bottom: 1px solid #ddd;
   display: flex;
   align-items: center;
   justify-content: space-between;
 }

 .modal-container-title {
   display: flex;
   align-items: center;
   gap: 8px;
   line-height: 1;
   font-weight: 700;
   font-size: 1.125rem;
 }

 .modal-container-title svg {
   width: 32px;
   height: 32px;
   color: #750550;
 }

 .modal-container-body {
   padding: 24px 32px 51px;
   overflow-y: auto;
 }

 .rtf h1,
 .rtf h2,
 .rtf h3,
 .rtf h4,
 .rtf h5,
 .rtf h6 {
   font-weight: 700;
 }

 .rtf h1 {
   font-size: 1.5rem;
   line-height: 1.125;
 }

 .rtf h2 {
   font-size: 1.25rem;
   line-height: 1.25;
 }

 .rtf h3 {
   font-size: 1rem;
   line-height: 1.5;
 }

 .rtf>*+* {
   margin-top: 1em;
 }

 .rtf>*+h1,
 .rtf>*+h2,
 .rtf>*+h3 {
   margin-top: 2em;
 }

 .rtf>h1+*,
 .rtf>h2+*,
 .rtf>h3+* {
   margin-top: 0.75em;
 }

 .rtf ul,
 .rtf ol {
   margin-left: 20px;
   list-style-position: inside;
 }

 .rtf ol {
   list-style: decimal;
 }

 .rtf ul {
   list-style: disc;
 }

 .modal-container-footer {
   padding: 20px 32px;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   border-top: 1px solid #ddd;
   gap: 12px;
   position: relative;
 }

 .modal-container-footer::after {
   content: "";
   display: block;
   position: absolute;
   top: -51px;
   left: 24px;
   right: 24px;
   height: 50px;
   flex-shrink: 0;
   background-image: linear-gradient(to top, rgba(255, 255, 255, 0.75), transparent);
   pointer-events: none;
 }

 .button {
   padding: 12px 20px;
   border-radius: 8px;
   background-color: transparent;
   border: 0;
   font-weight: 600;
   cursor: pointer;
   transition: 0.15s ease;
 }

 .button.is-ghost:hover,
 .button.is-ghost:focus {
   background-color: #dfdad7;
 }

 .button.is-primary {
   background-color: #750550;
   color: #fff;
 }

 .button.is-primary:hover,
 .button.is-primary:focus {
   background-color: #4a0433;
 }

 .icon-button {
   padding: 0;
   border: 0;
   background-color: transparent;
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 1;
   cursor: pointer;
   border-radius: 8px;
   transition: 0.15s ease;
 }

 .icon-button svg {
   width: 24px;
   height: 24px;
 }

 .icon-button:hover,
 .icon-button:focus {
   background-color: #dfdad7;
 }

 .modal {
   display: none;
   /*   caché par défaut */
 }

 .president-info strong {
   display: none;
 }



 #president_info {
   box-shadow: 5px 5px 5px 5px #dfdad7;
   padding: 10px;
   position: relative;
   top: -10vh;
   background-color: #031119;
   color: #dfdad7;
   width: 90%;
   right: 5%;
   left: 5%;
   border-radius: 5px 5px 8px 8px;
 }

 #preloader {
   position: fixed;
   inset: 0;
   z-index: 9999;
   overflow: hidden;
   background-color: #031119;
   transition: all 0.6s ease-out;
 }

 #preloader:before {
   content: "";
   position: fixed;
   top: calc(50% - 30px);
   left: calc(50% - 30px);
   border: 6px solid #ffffffbb;
   border-top-color: color-mix(in srgb, #ffffffbb, transparent 90%);
   border-radius: 50%;
   width: 60px;
   height: 60px;
   animation: animate-preloader 1s linear infinite;
 }

 @keyframes animate-preloader {
   0% {
     transform: rotate(0deg);
   }

   100% {
     transform: rotate(360deg);
   }
 }

 .modal-container-footer .is-ghost {
   opacity: 0;
 }

 #loading {
   background-color: #031119;
   height: 110vh !important;
   width: 100%;
   position: fixed;
   z-index: 999999;
   margin-top: 0px;
   top: 0px;
 }

 #loading-center {
   width: 100%;
   height: 100%;
   position: relative;
 }

 #loading-center-absolute {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
 }

 #loading {
   background-color: #031119;
   height: 110vh !important;
   width: 100%;
   position: fixed;
   z-index: 999999;
   margin-top: 0px;
   top: 0px;
 }

 #loading-center {
   width: 100%;
   height: 100%;
   position: relative;
 }

 #loading-center-absolute {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }

 .preloader__bar {
   width: 270px;
   height: 50px;
   margin: auto;
   margin-bottom: 50px;
   position: relative;
   overflow: hidden;
   color: #E2E2E8;
   text-align: center !important;
 }

 .preloader__bar strong {
   font-family: 'Dancing', cursive, monospace !important;
 }



 .preloader__bar-inner {
   position: absolute;
   left: 0;
   top: 0;
   width: 0%;
   height: 100%;

 }

 .preloader__logo {
   margin-bottom: 40px;
 }

 .preloader__logo img {
   max-width: 100% !important;
 }

 .preloader__logo img.logo-blink {
   animation: st-blink 2s ease-in-out 0.1s infinite;
   -webkit-animation: st-blink 2s ease-in-out 0.1s infinite;
 }

 @-webkit-keyframes st-blink {
   0% {
     opacity: 1;
   }

   50% {
     opacity: 0.5;
   }

   100% {
     opacity: 1;
   }
 }

 @-moz-keyframes st-blink {
   0% {
     opacity: 1;
   }

   50% {
     opacity: 0.5;
   }

   100% {
     opacity: 1;
   }
 }

 @-ms-keyframes st-blink {
   0% {
     opacity: 1;
   }

   50% {
     opacity: 0.5;
   }

   100% {
     opacity: 1;
   }
 }

 @keyframes st-blink {
   0% {
     opacity: 1;
   }

   50% {
     opacity: 0.5;
   }

   100% {
     opacity: 1;
   }
 }


 #logoId {
   max-width: 24vh;
   animation: breathe 4s ease-in-out infinite;
 }

 @keyframes breathe {
   0% {
     transform: scale(1);
   }

   50% {
     transform: scale(1.2);
   }

   100% {
     transform: scale(1);
   }
 }

 #turnLogo img {
   position: fixed;
   bottom: 30px;
   right: 50%;
   left: 50%;
 }

 @media(max-width:736px) {
   #turnLogo img {
     position: fixed;
     bottom: 50px;
     right: 50%;
     left: 43%;
   }
 }

 @media(max-width:636px) {
   #turnLogo img {
     position: fixed;
     bottom: 80px;
     right: 50%;
     left: 43%;
   }
 }

 #turnLogoPhoto {
   animation: rotation 5s linear infinite;
 }

 @keyframes rotation {
   from {
     transform: rotate(0deg);
   }

   to {
     transform: rotate(360deg);
   }
 }

 .social-icons {
   /*display: flex;*/
   gap: 20px;
   /* espace entre les icônes */
   align-items: center;
   /* centrer verticalement */
 }

 .social-icons a {
   display: inline-flex;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   /* cercle */
   background-color: #031119;
   /* fond gris clair */
   justify-content: center;
   /* centrer horizontalement */
   align-items: center;
   /* centrer verticalement */
   transition: background-color 0.3s ease, transform 0.3s ease;
   text-decoration: none;
 }

 .social-icons a svg {
   width: 20px;
   height: 20px;
   transition: fill 0.3s ease;
 }

 /* Effet au survol : changer le fond et agrandir un peu */
 .social-icons a:hover {
   background-color: #ddd;
   transform: scale(1.1);
 }

 /* Changer la couleur des icônes au survol */
 .social-icons a[href*="facebook"]:hover svg {
   fill: #1877F2;
   /* bleu Facebook */
 }

 .social-icons a[href*="twitter"]:hover svg {
   fill: #1DA1F2;
   /* bleu Twitter */
 }

 .social-icons a[href*="tiktok"]:hover svg {
   fill: #000000;
   /* noir TikTok */
 }

 #ld4 {
   position: relative;
   display: flex;
   width: 100%;
   justify-content: space-between;
 }

 #ld4 div {
   height: 15px;
   width: 15px;
   border-radius: 50%;
   background: #D91E36;
 }

 #ld4 div:nth-child(1) {
   animation: ld4 3s linear infinite 0s;
 }

 #ld4 div:nth-child(2) {
   animation: ld4 3s linear infinite 0.15s;
 }

 #ld4 div:nth-child(3) {
   animation: ld4 3s linear infinite 0.3s;
 }

 #ld4 div:nth-child(4) {
   animation: ld4 3s linear infinite 0.45s;
 }

 @keyframes ld4 {
   0% {
     opacity: 0;
     transform: scale(0.3);
     background: #59CD90;
   }

   25% {
     opacity: 1;
     transform: scale(1.8);
     background: #0072BB;
   }

   50% {
     opacity: 0;
     transform: scale(0.3);
     background: #FE4A49;
   }

   75% {
     opacity: 1;
     transform: scale(1.8);
     background: #FED766;
   }

   100% {
     opacity: 0;
   }
 }