/*
Aspekt
Version: 1.0
Author: Aether-Themes
Author URI: http://www.AetherThemes.com
*/

/* =Table of Contents
--------------------------------------------------------------
  =External CSS files (Plugins & Grid)
  =Base styles
  =Typography
  =Buttons
  =Layout specific
  =Sections
*/

/* =External CSS files
-------------------------------------------------------------- */

/* Foundation grid */

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

 
.row_class {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}


.row_class::before,
.row_class::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.row_class::after {
  clear: both;
}

.row_class.collapse > .column {
  padding-right: 0;
  padding-left: 0;
}

.row_class .row_class {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}





@font-face {
  font-family: "Socicon";
  src: url(/assets/fonts/Socicon.eot?484r1f);
  src: url(/assets/fonts/Socicon.eot?484r1f#iefix) format("embedded-opentype"),
    url(/assets/fonts/Socicon.woff2?484r1f) format("woff2"),
    url(/assets/fonts/Socicon.ttf?484r1f) format("truetype"),
    url(/assets/fonts/Socicon.woff?484r1f) format("woff"),
    url(/assets/fonts/Socicon.svg?484r1f#Socicon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@keyframes marquee {
	0% {
		left: 0;
	}
	100% {
		left: -300%;
	}
}
.animate {
	width: 400%;
	animation: marquee 20s linear infinite;
	top: 50%;
	transform: translate(0, -50%);
}
.logo img {
	 
	-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@screen lg {
	@keyframes marquee {
		0% {
			left: 0;
		}
		100% {
			left: -175%;
		}
	}
	.animate {
		width: 750%;
		animation: marquee 20s linear infinite;
		top: 50%;
		transform: translate(0, -50%);
	}
	.logo img {
		width: 100px;
		-webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	}
}
.animate:hover {
	animation-play-state: paused;
}
.logo img:hover {
	transform: scale(1.3);
}



.affich {
  height: 46vh;
}

@media only screen and (max-width: 768px) {
  .affich {
 
 height: 22vh;
  }
}





@media print, screen and (min-width: 40em) {
  .row_class .row_class {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row_class .row_class {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row_class .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row_class:not(.expanded) .row_class {
  max-width: none;
}

.column {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .column {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column:last-child:not(:first-child) {
  float: right;
}

.column.row.row {
  float: none;
}

 

.row_class.column.row.row {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* Magnific Popup */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
}

/* Slick */

/* Slider */

/* =Base styles
  -------------------------------------------------------------- */

/* Resets */

* {
  font-size: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-align: inherit;
  text-decoration: none;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

main,
footer,
nav,
section,
figure {
  display: block;
}

svg {
  vertical-align: middle;
}

ul {
  list-style: none;
}

strong {
  font-weight: 500;
}

small {
  font-size: 0.8em;
}

code {
  font-family: "monospace", monospace;
  font-size: 1em;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
}

input::-webkit-search-cancel-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-ms-reveal {
  display: none;
}

input::-ms-clear {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

 

@media (max-width: 1023px) {
  .my-menu {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
}
/* #myLinks.animated-element {
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
  display: none;
}

#myLinks.animated-element.visible {
  opacity: 1;
  display: flex;
} */



/* Socicon */



[class^="socicon-"],
[class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Socicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-facebook:before {
  content: "\e028";
}

.socicon-linkedin:before {
  content: "\e04c";
}

.socicon-youtube:before {
  content: "\e0a5";
}

/* Helpers */

.wrapper,
.highlights,
.gallery,
.clients,
.footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

.wrapper::before,
.highlights::before,
.gallery::before,
.clients::before,
.footer::before,
.wrapper::after,
.highlights::after,
.gallery::after,
.clients::after,
.footer::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.wrapper::after,
.highlights::after,
.gallery::after,
.clients::after,
.footer::after {
  clear: both;
}

@media print, screen and (min-width: 40em) {
  .wrapper,
  .highlights,
  .gallery,
  .clients,
  .footer {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .wrapper,
  .highlights,
  .gallery,
  .clients,
  .footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* Animations */

@keyframes attention {
  9% {
    transform: none;
  }
  12% {
    transform: translateY(-6px);
  }
  16% {
    transform: translateY(2px);
  }
  20% {
    transform: translateY(-3px);
  }
  24% {
    transform: translateY(0);
  }
}

/* Main initialization */

html {
  background-color: #fafafa;
  color: #343434;
  font-family: "Poppins", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}

html::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  
  background: url("./../assets/images/noise.png") repeat top left;
  background-size: 15.625rem 15.625rem;
  z-index: 999;
  pointer-events: none;
}

/* =Typography
  -------------------------------------------------------------- */
/* Headings */


h2 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 3.9rem;
  line-height: 1.2;
}

@media screen and (max-height: 630px) {
  
  h2 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 48em) {
  
  h2 {
    font-size: 3.0375rem;
  }
}

@media screen and (max-width: 40em) {
  
  h2 {
    font-size: 1.9rem;
  }
}


h3 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media screen and (max-width: 48em) {
  
  h3 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 40em) {
  
  h3 {
    font-size: 1.25rem;
  }
}


h4 {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 48em) {
  
  h4 {
    font-size: 0.875rem;
  }
}


h5 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 48em) {
  
  h5 {
    font-size: 0.75rem;
  }
}

/* Paragraph */


p {
  font-size: 0.77rem;
  line-height: 1.8;
}

/* @media screen and (max-width: 40em) {
    .styled-p,
    p {
        font-size: 0.875rem;
    }
} */

/* =Buttons
  -------------------------------------------------------------- */

/* Buttons */

.button {
  display: inline-block;
  background: #fafafa;
  color: #fafafa;
  border-radius: 999rem;
  padding: 0.75rem 1.375rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-property: background, color;
}

.button:hover {
  background: #010101;
}

/* =Layout Specific
  -------------------------------------------------------------- */

.basic {
/*   /basic/hero/Aset3.png */

  background-image: url("./../assets/images/basic/hero/Asset3.png");
  background-position: top center;
  background-repeat: no-repeat;
}

/* =Sections
  -------------------------------------------------------------- */

/* Hero */

.hero {
  width: 100%;
}

/* 
.iframe-container {
  width: 100%;
   height: 100%;  
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;  
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (min-width: 992px) {  
  .iframe-wrapper {
    height: 100%;
    padding-bottom: 0;
  }
}
  */

/* Highlights */

.highlights {
  position: relative;
}

.highlights-header {
  width: 100%;
  float: left;
  padding-right: 0.525rem;
  padding-left: 0.525rem;
  padding-top: 2rem;
  padding-bottom: 0.625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .highlights-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.highlights-header:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 60em) {
  .highlights-header {
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 40em) {
  .highlights-header {
    padding-top: 2.5rem;
  }
}

@keyframes flag-colors {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.senegal-flag {
  background-image: linear-gradient(270deg, #FFC34D, #FFA900, #AE5E23);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  color: transparent;
  display: inline;
  animation: flag-colors 15s ease infinite;
}

.button.button--inverted.button-gradient:hover {
  background-color: #423521;
  color: white; /* Change this to the desired text color on hover */
  transition: background-color 0.3s ease;
}
.button-gradient { 
  background-image: linear-gradient(270deg, #AE5E23,#FFA900 ,#FFC34D );
  background-size: 300% 300%;
  animation: flag-colors 15s ease infinite;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff; /* Change the text color as needed */
  text-decoration: none; /* Removes the underline from the link */
  display: inline-block; /* To apply padding correctly */
}
.band-color {
  background-image: linear-gradient(270deg, #AE5E23,#FFA900 ,#FFC34D );
  background-size: 300% 300%;
  animation: flag-colors 15s ease infinite;
}



@keyframes flag-colors {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.video-container {
 
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  /* box-shadow: 0 19px 51px 0 rgba(0, 0, 0, 0.16), 0 14px 19px 0 rgba(0, 0, 0, 0.07); */
}

.video-container .icon {
  position: absolute;
  z-index: 1;
  width: 60px;
  animation: 5s infinite alternate ease-in-out;
}

@keyframes icon-1-animation {
  0% {
    transform: translate(-50%, 0);
  }
  33.33% {
    transform: translate(0, 100%);
  }
  66.66% {
    transform: translate(-100%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}

@keyframes icon-2-animation {
  0% {
    transform: translate(0, -50%);
  }
  33.33% {
    transform: translate(-100%, 0%);
  }
  66.66% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, -50%);
  }
}

@keyframes icon-3-animation {
  0% {
    transform: translate(-50%, 0%);
  }
  33.33% {
    transform: translate(0, -100%);
  }
  66.66% {
    transform: translate(100%, 0%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}





.hover {
  color: #0000;
  background: 
    linear-gradient(90deg,#AE5E23 50%,#000 0) 
    var(--_p,100%)/200% no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  transition: .9s;
}
.hover:hover {
  --_p: 0%;
}





#timeline_web {display:block;}
#timeline_mobile {display:none}

@media all and (max-width: 499px) {
    #timeline_web {display: none;}
    #timeline_mobile {display: block;}
}
 
.lien a {
  color: #FFC34D;
  text-decoration: underline;
}

.lien a:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 35px 15px rgba(52, 52, 52, 0.2);
}

@media screen and (max-width: 40em) {
  .lien a:hover {
    transform: translateY(-5px);
  }
}

.lien img {
  display: block;
  max-width: 75%;
}

i:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 35px 15px rgba(52, 52, 52, 0.2);
}

@media screen and (max-width: 40em) {
  i:hover {
    transform: translateY(-5px);
  }
}

.highlights-glow {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

/* Gallery */

.gallery {
  position: relative;
  padding-top: 6.25rem;
}

@media screen and (max-width: 60em) {
  .gallery {
    padding-top: 4.375rem;
  }
}

@media screen and (max-width: 40em) {
  .gallery {
    padding-top: 3.125rem;
  }
}
.fixed-size-image {
  width: 100px;
  height: 100px;
}



.image-container {
  perspective: 1000px;
  transition: all 0.3s ease;
}

.image-container:hover .image-icon {
  transition: all 0.5s ease;
  transform: scale(1.9) rotate(10deg);
}


.image-container2 {
  perspective: 1000px;
  transition: all 0.3s ease;
}

.image-container2:hover .image-icon 
{
  transition: all 0.5s ease;

  transform:  rotateX(15deg) rotateY(-25deg)  scale(1.3) ;
}


.image-container3 {
  perspective: 1000px;
  transition: all 0.3s ease;
}

.image-container3:hover .image-icon 
{
  transition: all 0.5s ease;
  transform:  rotateX(10deg) rotateY(-10deg)  scale(1.5) ;
}

.image-container4 {
  perspective: 1000px;
  transition: all 0.3s ease;
}

.image-container4:hover .image-icon 
{
  transition: all 0.5s ease;
  transform:  rotateX(-15deg) rotateY(10deg)  scale(1.4) ;
}


.image-container5 {
  perspective: 1000px;
  transition: all 0.3s ease;
}

.image-container5:hover .image-icon 
{
  transition: all 0.5s ease;
  transform:  rotateX(5deg) rotateY(5deg)  scale(1.4) ;
}


.image-container5:hover  .p
{

  text-decoration: solid;
}

div.clients-testimonials {
  text-align: justify;
}

div.clients-testimonials {
  text-align: justify;
}

/* Clients */

.clients {
  position: relative;
}

.clients-testimonials {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-top: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .clients-testimonials {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.clients-testimonials:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 60em) {
  .clients-testimonials {
    width: 83.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 60em) and (min-width: 40em) {
  .clients-testimonials {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 60em) {
  .clients-testimonials:last-child:not(:first-child) {
    float: right;
  }
  .clients-testimonials,
  .clients-testimonials:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 40em) {
  .clients-testimonials {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media screen and (max-width: 40em) and (min-width: 40em) {
  .clients-testimonials {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 40em) {
  .clients-testimonials:last-child:not(:first-child) {
    float: right;
  }
}

.clients-content {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .clients-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.clients-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 60em) {
  .clients-content {
    width: 83.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

@media screen and (max-width: 60em) and (min-width: 40em) {
  .clients-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (max-width: 60em) {
  .clients-content:last-child:not(:first-child) {
    float: right;
  }
  .clients-content,
  .clients-content:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
}

.clients-content .-header h2 {
  margin-bottom: 1.25rem;
}

.clients-content .-header p {
  max-width: 75%;
  color: rgba(52, 52, 52, 0.8);
}

@media screen and (max-width: 60em) {
  .clients-content .-header p {
    margin: 0 auto;
  }
}

@media screen and (max-width: 40em) {
  .clients-content .-header p {
    max-width: none;
  }
}

.clients-content .-clients {
  margin-top: 1.725rem;
  margin-bottom: 1.725rem;
}

@media screen and (max-width: 40em) {
  .clients-content .-clients {
    margin-top: 1.875rem;
  }
}

.clients-content .-clients li {
  display: inline-block;
}

.clients-content .-clients li:not(:last-of-type) {
  margin-right: 1.125rem;
}

@media screen and (max-width: 40em) {
  .clients-content .-clients li {
    display: block;
  }
  .clients-content .-clients li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

.clients-content .-clients a {
  display: block;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}

.clients-content .-clients a:hover {
  opacity: 1;
}

/* Footer */

.footer {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  text-align: center;
}

@media screen and (max-width: 40em) {
  .footer {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.footer-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .footer-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.footer-content:last-child:not(:first-child) {
  float: right;
}

.footer-content .-social {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 40em) {
  .footer-content .-social {
    margin-bottom: 0.9375rem;
  }
}

.footer-content .-social li {
  display: inline-block;
  font-size: 1rem;
}

.footer-content .-social li:not(:last-of-type) {
  padding-right: 0.625rem;
}

.footer-content .-social a {
  display: block;
  padding: 0.3125rem 0rem;
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.footer-content .-social a:hover {
  transform: translateY(-3px);
}

.footer-content .-logo {
  margin-bottom: 0.625rem;
}

.footer-content .-logo a {
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.footer-content .-logo a:hover {
  transform: translateY(-3px);
}

.footer-content .-logo svg {
  width: 12.46875rem;
  height: 3.75rem;
  fill: #343434;
}

.footer-content .-copyright {
  color: rgba(52, 52, 52, 0.5);
}

a:link {
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  box-sizing: border-box;
  padding: 20px;
}

/* Create three columns of equal width */

/* Style the list */

/* Add shadows on hover */

/* Pricing header */

/* List items */

/* Grey list item */

/* The "Sign Up" button 

.button {
    background-color: #04AA6D;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
}

*/
/* Change the width of the three columns to 100%
  (to stack horizontally on small screens) */
