@font-face{
	font-family: black;
	src: url(../fonts/Raleway-Black.ttf);
}

@font-face{
	font-family: normal-text;
	src: url(../fonts/Raleway-Regular.ttf);
}

@font-face{
	font-family: big-text;
	src: url(../fonts/Anton-Regular.ttf);
}

@font-face{
	font-family: text-style;
	src: url(../fonts/Love-lgx4X.ttf);
}

@font-face{
    font-family: bold-text;
    src: url(../fonts/Raleway-Bold.ttf);
}

html{
    margin: 0;
    padding: 0;
    position: relative;
}
body{
	overflow-x: hidden;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;    
    color: #262626;
    /*background: #f15a24; 
    color: #fff*/
  font-family: 'normal-text','Open Sans', sans-serif, "Trebuchet MS", calibri,arial;
  font-size: 18px;
    box-sizing: border-box;
    position: relative;
}
main{
  position: relative;
  margin: 0;
  padding: 0;
}

*{
	-webkit-transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
	-moz-transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
	-o-transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
	transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
}



::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: grey;
  font-family: 'normal-text';
}

::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: grey;
  opacity: 1;
  font-family: 'normal-text';
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: grey;
  opacity: 1;
  font-family: 'normal-text';
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
  font-family: 'normal-text';
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
  font-family: 'normal-text';
}

/* INITIALISATION DES BALISES COMPLEXE */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a{
	color: inherit;
	text-decoration: none;
}
a:focus {
  outline: thin dotted #f15a24;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  outline: none;
  
}
button,
input {
  *overflow: visible;
  line-height: normal;
  user-select: none;
}

input{
	background: #fff;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
  user-select: none;
  outline: none;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

label{
	font-style: italic;
}

@media print {
    * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
      content: "";
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    @page  {
      margin: 0.5cm;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  th,td{
      vertical-align: bottom;
      padding: 6px;
      border-collapse: collapse;
      border: 1px solid #fcfcfc;
  }

h1,h2,h3,h4,h5,h6, p{
	margin: 0;
	padding: 0;
  overflow-wrap: break-word;
}

em{
	font-style: normal;
}
a{
    color: inherit;
    text-decoration: none;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:visited{
    /*color: #f15a24;*/
    font-weight: 400;
}

a.color{
	color: #f15a24;
}

a:hover{
	font-weight: 600;
}

i{
  align-self: baseline;
  line-height: 100%;
}

table{
	border-collapse: collapse;
	width: 90%;
	margin: 20px 0;
}

table tr td,table tr th{
    border: 0.5px solid silver;
    text-align: left;
    padding: 5px;
    border-collapse: collapse;
    vertical-align: sub;
}

table input{
    border: none;
}
tr:nth-child(even){
    background: white;
}
tr:nth-child(odd){
    background: #f3f2f2;
}

th {
    background: #f15a24;
    color: #fff;
}

.table-wrapper{
  width: 100%;
  overflow-x: auto;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
    
    .inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    }
    
    .flex-grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    }
    
    .flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }
    
    .flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    }
    
    .flex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    }
    
    .flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    }
    
    .flex-top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    }
    
    .flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center;
    place-items: center;
    }
    
    
    .flex-bottom {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    }
    
    .space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    }
    
    .space-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    }
    
    .flex-column {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    
    .flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    }
    
    .flex-30{
      flex: 0 0 30%
    }
    .flex-40{
      flex: 0 0 40%
    }
    .flex-50{
      flex: 0 0 50%
    }
    .flex-60{
      flex: 0 0 30%
    }
    
    .display-table {
    display: table;
    }
    
    .grid {
    display: grid;
    gap: 1rem;
    }
    
    .grid-2-auto {
        grid-template-columns: auto auto;
    }
    
    .grid-2-egal {
        grid-template-columns: 1fr 1fr;
    }
    
    .grid-3-auto {
        grid-template-columns: auto auto auto;
    }
    
    .grid-3-egal {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .grid-4-auto {
        grid-template-columns: auto auto auto auto;
    }
    
    .grid-4-egal {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-5-auto {
      grid-template-columns: auto auto auto auto auto;
    }
    
    .grid-5-egal {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .grid-6-auto {
      grid-template-columns: auto auto auto auto auto auto;
    }
    
    .grid-6-egal {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    
    .grid-2-panel{
        grid-template-columns: 1fr 3fr;
    }
    
    .grid-2-panel-content{
        grid-template-columns: 1fr 2fr;
    }
    
    .display-grid.grid-2-egal > div {
        padding: 10px;
        box-sizing: border-box;
    }
    
    .display-none {
        display: none;
    }
    
  .btn,input[type="submit"],input[type="button"],button{
    box-sizing: border-box;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 2px;
    background: #f15a24;
    color: #fff;
    margin: 0.5rem 0px;
    border-radius: 3rem;
    /* align-self: center; */
    cursor: pointer;
    max-width: 97%;
    transition: inherit;
  }

  .btn:hover{
    background: #ee2d24;
  }

  .btn.white{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .btn.drop{
    background: transparent;
    color: #aa0000;
    border: 1px solid transparent;/*#aa0000;*/
  }

  input[type="text"],input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="month"], input[type="email"],input[type="date"],input[type="datetime"],input[type="time"], select{
    display: block;
    width: 100%;
    padding: 0.8rem;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin: 10px 0;
  }

  textarea{
    display: block;
    width: 100%;
    padding: 0.8rem;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    resize: none;
    height: 150px;
    margin:10px 0;

  }

  label {
    display: block;
    cursor: pointer;
    line-height: 1;
    font-size: 1em;
  }

  .img-preview{
    width: auto;
    max-width: 160px;
    margin: 10px 0;
  }
  
  /*
  input[type="checkbox"] {
    position: absolute;
    opacity: 1;
    z-index: -1;
  }
  
  input[type="checkbox"]+span {
    font: 16pt sans-serif;
    color: #000;
  }
  
  input[type="checkbox"]+span:before {
    font: 16pt FontAwesome;
    content: '\00f096';
    display: inline-block;
    width: 16pt;
    padding: 2px 0 0 3px;
    margin-right: 0.5em;
  }
  
  input[type="checkbox"]:checked+span:before {
    content: '\00f046';
  }
  
  input[type="checkbox"]:focus+span:before {
    outline: 1px dotted #aaa;
  }
  
  input[type="checkbox"]:disabled+span {
    color: #999;
  }
  
  input[type="checkbox"]:not(:disabled)+span:hover:before {
    text-shadow: 0 1px 2px #77F;
  }
  */

  .mg-80{
    margin-bottom: 80px!important;
  }
  .mg-40{
    margin-bottom: 40px!important;
  }
  .mg-20 {
    margin-bottom: 20px!important;
  }

  .mgtb-20{
    margin: 20px 0!important;
  }

  .mt-12p{
    margin-top: 12%!important;
  }
  .mt-10p{
    margin-top: 10%!important;
  }
  .mt-80{
    margin-top: 80px!important;
  }
  .mt-40{
    margin-top: 40px!important;
  }
  .mt-30{
    margin-top: 30px!important;
  }
  .mt-20{
    margin-top: 20px!important;
  }
  .mt-10{
    margin-top: 10px!important;
  }

  .width-40{
    width: 60%!important;
    margin:auto!important;
  }
  .color-white{
    color: #fff;
  }
  .color-red{
    color: #aa0000;
  }
  .color-green{
    color: #00aa4f;
  }
  .color-blue{
    color: #4934c7;
  }
  .color-orange{
    color: #f15a24;
  }

  .failure_notification{
    color: #aa0000;
    background: #a201012e;
    padding: 20px;
    width: fit-content;
    border-radius: 4px;
    margin: 10px 0;
    max-width: 100%;
  }
  .success_notification{
    color: #00aa4f;
    background: #0a974c54;
    padding: 20px;
    width: fit-content;
    border-radius: 4px;
    margin: 10px 0;
    max-width: 100%;
  }  

  hr{
    height: 1px;
    border: none;
    background: rgba(128, 128, 128, 0.431);
    margin: 40px 0;
    width: 60%;
  }

  .images_viewer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 400px;
    overflow: hidden;
  }

  .images_viewer > *:first-child{
    grid-column: 1 / span 2; 
    grid-row: 1 / span 2;
  }

  .form{
	font-size: 16px;
	position: relative;
	widows: 40%;
	height: auto;
}

.input-container{
	width: 100%;
	height: 70px;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	text-align: left;
}

.input-container > input, .input-container > select, .input-container > textarea{
	width: 100%;
	height: 100%;
	padding-top: 20px;
	border: 0;
	outline: none;
	background: transparent;
}
.input-container > textarea{
	height: 45px;
	resize: none;
}

.label-name{
	position: absolute;
	top: 0;
  left: 0;
	height: 92%;
	width: 100%;
	color: silver;
	padding: 0.05rem;
	pointer-events: none;
	border-bottom: 2px solid #808080;
}

.label-name::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 100%;
	width: 100%;
	border-bottom: 2px solid #F08207;
	transform: translateX(-100%);
	transition: all 0.6s ease;
}

.content-name{
	position: absolute;
	bottom: 5px;
	left: 0px;
	transition: all 0.6s ease;
}

.input-container input:focus + .label-name .content-name, .input-container input:valid + .label-name .content-name, .input-container select:focus + .label-name .content-name, .input-container select:valid + .label-name .content-name, .input-container textarea:focus + .label-name .content-name, .input-container textarea:valid + .label-name .content-name{
	transform: translateY(-350%);
	font-size: 14px;
	color: #F08207;
  z-index: 9;
}

.input-container input:focus + .label-name::after, .input-container input:valid + .label-name::after, .input-container select:focus + .label-name::after, .input-container select:valid + .label-name::after,.input-container textarea:focus + .label-name::after, .input-container textarea:valid + .label-name::after {
	transform: translateX(0);
}

  .input-container .pword-hide{
    position: absolute;
    bottom: 10px;
    right: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 0.75rem 20px;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    cursor: pointer;
  }

  .input-container:hover .pword-hide{
    opacity: 1;
  }


  .images-graphics {
    position: relative;
  }

  .small-2-arrow-left{

  }

  img.sall-img {
    width: 40%;
    position: absolute;
    border: none;
    border-top: 3rem solid #f7f5f5b0;
    border-left: 3rem solid #ffffffd9;
    right: 0;
    bottom: 0;
  }

  .icone {
    padding: 0 0.5rem 0 0;
  }

  /* le design de la landing page*/
  .top-wrapper {
    text-align: center;
    background: url(../bg/top-bg.png);
    background-origin: border-box;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-size ease-in-out 0.1s;
  }

  .product-wrapper{
    background: url(../bg/wcsj-info-bottom-bg.png);
    background-origin: border-box;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-size ease-in-out 0.1s;
    padding: 40px 10%!important;
  }

  .product-wrapper p.simple {
    color: #2b2b2b;
  }

  .container{
    min-height: 100vh;
    padding: 0 25%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .logo-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
  }
  .logo{
    width: 100px;
  }

  .card{
    margin: 20%;
    border-radius: 3rem;
    box-sizing: border-box;
    padding: 3rem;
    box-shadow: 0px 20px 50px rgb(0 0 0 / 20%), 0px 0px 50px rgb(0 0 0 / 20%);
    background: #fff;
    transform-style: preserve-3d;
  }

  .card > * {
    transform-style: preserve-3d;
  }

  .menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-item{
    position: relative;
    border-radius: 3rem;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 20%), 0px 0px 5px rgb(0 0 0 / 20%);
    margin: 0 0.2rem;
    overflow: hidden;
    cursor: pointer;
  }
  .menu-item a{
    position: relative;
    display: block;
    line-height: 100%;
    padding: 8px 16px;
    z-index: 2;
    transition: inherit;
  }
  .menu-item::after{
    content: "";
    height: 0;
    width: 100%;
    background: /*#ef3b32;*/#101010;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
    transition: all 0.3s cubic-bezier(0, 0.85, 1, 1);
  }

  .menu-item.actif::after,.menu-item:hover::after{
    height: 100%;
  }
  .menu-item:hover a, .menu-item.actif a{
    color: #fff;
  }
  .menu-wrapper{
    margin: 1.5rem 0;
  }

  .section{
    box-sizing: content-box;
    padding: 0 25%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    transition: all 1s ease;
    transform: translate(0px, 500px);
  }

  .section .content{
    transition: all 1s ease;
    opacity: 0;
    transform: scale(0.5);
  }

  .bg-blue{
    background: #4832c3;
    color: #fff!important;
  }
  .bg-dark{
    background: #1b0835;
    color: #fff!important;
  }
  .bg-blue p.simple,.bg-dark p.simple{
    color: inherit
  }

  .icon-wrapper {
    height: 4rem;
    width: 4rem;
    /* align-self: center; */
    margin: 0 auto!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(110deg, #4a34c8e8, #f25b256e);   
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 3rem; 
  }
  i {
    place-self: center;
    transition: cubic-bezier(0.73, -0.06, 0, 1.44);
  }

  .icon-wrapper i{
	  animation-iteration-count: infinite; /* nombre d’itérations */
  }

  @-webkit-keyframes second {
    0% {transform: scale(1);} /* opacité complète */
    /*60% {transform: scale(1.05);}  opacité nulle à la moitié de l’animation */
    100% {transform: scale(1.35);} /* retour à l’état initial */
  }
  @-webkit-keyframes second2 {
    0% {transform: scale(1);} /* opacité complète */
    /*60% {transform: scale(1.05);}  opacité nulle à la moitié de l’animation */
    100% {transform: scale(1.25);} /* retour à l’état initial */
  }
  @-webkit-keyframes second3 {
    0% {transform: scale(1);} /* opacité complète */
    /*60% {transform: scale(1.05);}  opacité nulle à la moitié de l’animation */
    100% {transform: scale(1.1);} /* retour à l’état initial */
  }
  @-webkit-keyframes second4 {
    0% {transform: scale(1);} /* opacité complète */
    /*60% {transform: scale(1.05);}  opacité nulle à la moitié de l’animation */
    100% {transform: scale(1.15);} /* retour à l’état initial */
  }
  @-webkit-keyframes second5 {
    0% {transform: scale(1);} /* opacité complète */
    /*60% {transform: scale(1.05);}  opacité nulle à la moitié de l’animation */
    100% {transform: scale(1.3);} /* retour à l’état initial */
  }
  @-webkit-keyframes second6 {
    0% {transform: scale(1);} /* opacité complète */
    /*60% {transform: scale(1.05);}  opacité nulle à la moitié de l’animation */
    100% {transform: scale(1.2);} /* retour à l’état initial */
  }

  .service-wrapper, .clients-wrapper{
    gap: 3rem!important;
  }

  .service-wrapper > .content:nth-child(1) > .icon-wrapper > i{
    animation-name: second; /* nom de l’animation */
	  animation-duration: 2.5s; /* durée totale */
  }
  .service-wrapper > .content:nth-child(6) > .icon-wrapper > i{
    animation-name: second2; /* nom de l’animation */
	  animation-duration: 3s; /* durée totale */
  }
  .service-wrapper > .content:nth-child(2) > .icon-wrapper > i{
    animation-name: second3; /* nom de l’animation */
	  animation-duration: 4s; /* durée totale */
  }
  .service-wrapper > .content:nth-child(3) > .icon-wrapper > i{
    animation-name: second4; /* nom de l’animation */
	  animation-duration: 5s; /* durée totale */
  }
  .service-wrapper > .content:nth-child(4) > .icon-wrapper > i{
    animation-name: second5; /* nom de l’animation */
	  animation-duration: 2s; /* durée totale */
  }
  .service-wrapper > .content:nth-child(5) > .icon-wrapper > i{
    animation-name: second6; /* nom de l’animation */
	  animation-duration: 1.5s; /* durée totale */
  }

  .call-to-action{
    transition: all ease-in-out 0.8s;
    bottom: 200rem;
    right: 170rem;
    position: fixed;
    z-index: 9;
    width: 30px;
    height: 30px;
    overflow: hidden;
  }

  .call-to-action.actif{
    width: auto;
    height: auto;
    bottom: 2rem;
    right: 2rem;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 20%), 0px 51px 50px rgb(0 0 0 / 40%);
  }

  .clients-wrapper{
    padding: 0 3rem;
    box-sizing: content-box;
  }

  .clients-wrapper > .content .logo-wrapper{
    box-shadow: 10px 10px 20px rgb(0 0 0 / 15%), 0px 20px 50px rgb(0 0 0 / 15%);
    border-radius: 30rem;
    height: 60px;
    width: 60px;
    overflow: hidden;
    padding: 1rem;
    box-sizing: content-box;
    background: #fff;
  }

  .colored {
    display: block;
    color: #2196f3;
    margin: 1.2rem 0;
  }

  .article.post {
    display: flex;
    /* place-content: center; */
    place-items: center;
    gap: 1rem;
  }

  .article .icone {
    font-size: 2.5rem;
    color: #f15a24;
    place-self: center;
    display: flex;
    place-items: center;
    /* place-content: center; */
    /* border-bottom: 1px solid; */
    margin-bottom: 1rem;
  }
  

  .post:nth-child(odd){
    flex-direction: row-reverse;
  }

  .btn-wrapper {
    gap: 0.5rem;
    margin: 1.5rem 0;
  }

  .main-title {
    font-family: 'black';
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
  .middle-title {
    font-family: 'black';
    font-size: 2rem;
  }
  .small-title {
    font-family: 'black';
    font-size: 1.5rem;
  }
  .title{
    font-size: 1rem;
  }

  p.simple {
    color: #636363;
  }

  .article .header .image-wrapper{
      height: 100%;
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      z-index: 1;
  }
  .article .header .image-wrapper img{
      width: 100%;
  }

  .colored-white{
      color: #fff;
  }
  .main_footer{
    position: relative;
    background-image: url(../embed/serena-goma.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .menu-btn{
    height: 30px;
    width: 25px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    color: #fff;
  }
  
  .menu-btn > span{
    height: 2px;
    width: 100%;
    margin: 2px;
    background: #fff;
  }
  
  .text-left{
    text-align: left!important;
  }
  .text-right{
    text-align: right!important;
  }
  .text-center{
    text-align: center!important;
  }

  .mb-40{
    margin-bottom: 40px;
  }
  .mb-20{
    margin-bottom: 20px;
  }
  .mb-10{
    margin-bottom: 10px;
  }

  .black{
    background: #000;
    color: #fff!important;
    color-interpolation-filters: linearRGB;
  }

  .hide{
    display: none;
  }
  .mobile-menu-wrapper{
      display: none;
  }

  .bottom {
    position: absolute;
    bottom: 5rem;
    color: #a2a2a2;
    font-family: 'icomoon';
    font-size: revert;
  }

  .top-btn {
    height: 40px;
    width: 40px;
    border-radius: 3rem;
    background: #141415;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 2.5rem;
    cursor: pointer;
  }

  .close-btn {
    height: 40px;
    width: 40px;
    border-radius: 3rem;
    background: #141415;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
  }

  .dialog-cover {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(black, #000000c4);
    display: none;
    transition: all 0.6s ease;
  }

  .dialog-cover.actif{
    display: block;
  }

  .message-wrapper {
    position: fixed;
    background: #fff;
    margin: 0 30%;
    width: 40%;
    z-index: 99;
    left: 0;
    padding: 1.5rem;
    box-shadow: 0px 20px 40px rgb(0 0 0 / 40%), 0px 0px 50px rgb(0 0 0 / 60%);
    border-radius: 3rem;
    top: -200vh;
    transform: translate(-5%, -15%);

    transition: all 0.6s ease;
  }

  .message-wrapper.actif{
    top: 25%;
  }
  .top-footer a {
    margin-bottom: 0.8rem;
  }
  /* For smartphones */
@media screen and (max-width: 800px) {	
  

  .top-btn {
    left: 1.5rem;
  }

  .grid,.flex{
    display: block;
  }
  .profile-settings{
    display: flex;
  }
  .main_frame {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }

  .card {
    margin: 0.5rem;
    border-radius: 3rem;
    box-sizing: border-box;
    padding: 1rem;
  }

  .container {
    padding: 0;
    display: flex;
  }

  .wrapper {
    padding: 3rem 1.5rem;
  }

  .grid .content {
    row-gap: 1.5rem;
    margin-bottom: 4rem;
  }

  .content.flex {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
  }


  .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    place-content: center;
    align-items: center;
    width: 100%;
  }

  .menu-wrapper {
    display: flex;
    padding: 0 20px;
    flex-direction: column;
  }

  .mobile-menu-btn {
   display: block;
  }

  .logo-wrapper.flex.flex-line.flex-middle {
    display: flex;
    flex: 0 0 auto;
    font-size: 0.7em;
  }

  .btn-container.flex.flex-line {
    display: flex;
    padding: 20px 0;
  }
  .btn {
    padding: 10px 20px;
  }

  .flex.flex-ligne {
    display: flex;
  }

  .message-wrapper {
    margin: 0 10%;
    width: 80%;
  }

  .top-footer .flex{
    display: flex;
  }
  .top-footer a {
    margin-bottom: 0.8rem;
  }
}