html{
    margin: 0;
    padding: 0;
    position: relative;
}
body{
	margin: 0;
	padding: 0;    
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.5;
  color: #495057;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}
main{
  position: relative;
  margin: 0;
  padding: 0;
}

*{
	-webkit-transition: all 0.6s cubic-bezier(.17,.67,.24,.47)!important;
  transition: all 0.6s cubic-bezier(.17,.67,.24,.47)!important;
}

main *{
  transition: inherit;
}

::-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;
  width: 100%;
}
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 #f5570d;
  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;
  line-height: normal!important;
}

em{
	font-style: normal;
}
a{
    color: inherit;
    text-decoration: none;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

a:visited{
    /*color: #d92550;*/
    font-weight: 400;
}

a.color{
	color: #d92550;
}

.red{
  color: #d92550;
  cursor: pointer;
}

a:hover{
	font-weight: 400;
}

i{
  align-self: baseline;
  line-height: 100%;
}

table{
	border-collapse: collapse;
	width: 100%;
	margin: 10px 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: #290d3a;
    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;
    place-items: center;
    align-content: 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: 40px;
    }
    
    .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;
      gap: 20px!important;
    }
    
    .grid-2-panel{
        grid-template-columns: 1fr 3fr;
    }
    .grid-2-lpanel{
        grid-template-columns: 2fr 1fr;
        justify-items: flex-start;
    }
    
    .grid-2-panel-content{
        grid-template-columns: 1fr 2fr;
    }

    .grid-2-admin-panel{
      grid-template-columns: 15% 85%;
    }

    .colspan-2{
        grid-column: 1/3;
    }
    .rowspan-2{
        grid-row: 1/3;
    }
    
    .display-grid.grid-2-egal > div {
        padding: 10px;
        box-sizing: border-box;
    }
    
    .display-none, .hide {
        display: none;
    }

  .text-center{
    text-align: center;
  }
    
  .btn,input[type="submit"],input[type="button"],button{
    box-sizing: border-box;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    border: none;
    border: 1px solid #333;
    background: transparent;
   color: #111;
    margin: 10px 0;
    /* align-self: center; */
    cursor: pointer;
    max-width: 100%;
    width: fit-content;
    transition: inherit;
    border-radius: 4px;
  }

  .btn:hover{
    background: #d92550;
    color: #fff;
    border: 1px solid #d92550;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
  }

  .btn-success {
    color: #fff;
    background-color: #3fd898;
    border-color: #3fd898;
  }

  .btn.white{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
  }

  .btn-outline-danger {
    color: #d92550;
    border-color: #d92550;
  }
  .btn-danger {
    color: #fff;
    background-color: #d92550;
    border-color: #d92550;
  }
  .btn-danger:hover{
    background-color: #d92550;
  }
  .btn-primary {
    color: #fff!important;
    background-color: #3f6ad8!important;
    border-color: #3f6ad8!important;
  }
  .btn-outline-primary {
    color: #3f6ad8;
    border-color: #3f6ad8;
  }
  .btn-warning {
    color: #212529!important;
    background-color: #f7b924!important;
    border-color: #f7b924!important;
  }
  .btn-warning:hover{
    background-color: #eba910;
  }
  .btn-link {
    font-weight: 400;
    color: #1070b7;;
  }

  .btn .badge {
    margin-left: 8px;
  }
  .btn .badge {
      position: relative;
      top: -1px;
  }
  .badge {
      font-weight: bold;
      text-transform: uppercase;
      padding: 5px 10px;
      min-width: 19px;
  }

  .badge-primary {
    color: #fff;
    background-color: #3f6ad8;
  }
  .badge-primary {
      color: #fff;
      background-color: #3f6ad8;
  }
  .badge-pill {
      padding-right: .6em;
      padding-left: .6em;
      border-radius: 10rem;
  }

  .badge-danger {
    color: #fff;
    background-color: #d92550;
  }

  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{
    
  }

  textarea{
    
  }

  label {
    display: block;
    cursor: pointer;
    line-height: 1;
    font-size: 1em;
  }

  .img-preview{
    width: auto;
    max-width: 160px;
    margin: 10px 0;
  }

  .mglr{
    margin: 0 10px!important;
    align-self: center;
  }

  .mg-80{
    margin-bottom: 80px!important;
  }
  .mg-40{
    margin-bottom: 40px!important;
  }
  .mg-20{
    margin-bottom: 20px!important;
  }
  .mg-10{
    margin-bottom: 10px!important;
  }

  .mgtb-20{
    margin: 20px 0!important;
  }

  .mgtb-40{
    margin: 40px 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;
  }
  

  .pd-10{
    padding: 10px!important;
  }
  .pd-20{
    padding: 20px!important;
  }
  .pd-30{
    padding: 30px!important;
  }
  .pd-40{
    padding: 40px!important;
  }

  .pdt-10{
    padding-top: 10px!important;
  }
  .pdt-20{
    padding-top: 20px!important;
  }
  .pdt-30{
    padding-top: 30px!important;
  }
  .pdt-40{
    padding-top: 40px!important;
  }

  .pdw-10{
    padding: 0 10px!important;
  }
  .pdw-20{
    padding: 0 20px!important;
  }
  .pdw-30{
    padding: 0 30px!important;
  }
  .pdw-40{
    padding: 0 40px!important;
  }

  .pdh-10{
    padding: 10px 0!important;
  }
  .pdh-20{
    padding: 20px 0!important;
  }
  .pdh-30{
    padding: 30px 0!important;
  }
  .pdh-40{
    padding: 40px 0!important;
  }

  .padding-hb{
    padding-top: 20px!important;
    padding-bottom: 20px!important;
  }

  .h1 {
    font-size: xxx-large;
    margin: 0 0 20px;
    font-weight: 800;
}
.title{
  font-size: 3rem;
  font-weight: 900;
}
.h2 {
    font-size: 1.7em;
    margin: 0 0 0.8rem;
    font-weight: 800;
}
.h3 {
    font-size: 1.5em;
    margin: 0 0 0.5rem;
    font-weight: 800;
}
.h4 {
    font-size: 1.2em;
    margin: 0 0 0.5rem;
    font-weight: 800;
}
.h5 {
    font-size: 1em;
    margin: 0 0 0.5rem;
    font-weight: 800;
}
.h6 {
  font-size: 1em;
  margin: 0 0 0.5rem;
  font-weight: 800;
}


.tools-bar,.onglet-menu {
    list-style: none;
    margin: 0px 10px;
    display: flex;
    justify-content: left;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid silver;
  }
    .menu-bar > li, .tools-bar > li, .onglet-menu > a{
      padding: 6px;
      padding-left: 20px;
      padding-right: 20px;
      border-top: 1px solid grey;
      border-right: 1px solid grey;
      border-left: 1px solid grey;
      border-radius: 8px 8px 0px 0px;
      margin: 0 2px;
      /*
      border-bottom: 1px solid #cecece;
      border-radius: 8px 8px 0px 0px;
      background: rgb(245, 244, 244);*/
      background: #f1f1f1;
     color: #111;						
      cursor: pointer;
      transition: 0.2s cubic-bezier(0.32, 0.5, 0.17, 1);
    }
    
    .menu-bar li:hover, .tools-bar li:hover, .onglet-menu > a:hover{
      background: #fff;
     color: #111;
      border: 1px solid #cecece;
      border-top: 2px solid #cecece;
      border-bottom: none;
    }
    
  .menu-bar li.active{
    background: #fff;
   color: #111;
    border: 1px solid #cecece;
    border-top: 4px solid #cecece;
    border-bottom: none;
    font-size: 0,9em;
  }
  .tools-bar li.active, .onglet-menu a.active{
    
    background: #d92550;
    color: #fff;
    /* border: 1px solid #cecece; */
    /* border-top: 4px solid #cecece; */
    border: none;
    border-radius: 8px 8px 0 0;
    font-size: 0,9em;
    font-weight: bold;
    BOX-SHADOW: 2px -2px 10px rgb(0 0 0 / 30%);
    transform: scale(1.1);
  }
  
  .tools-bar li img,.onglet-menu a img, .action img, .button-content img{
    width: 20px;
    margin: auto 10px;
    vertical-align: middle;
    display: inline-block;
  }
  .action img:hover, .button-content img:hover{
    cursor: pointer;
    transform: scale(1.2); 
  }
  
  .ongletContent{
    z-index: 5;
    height: fit-content;
    /* position: absolute; */
    background: #fdfdfd;
    padding: 10px;
    height: auto;
    display: none;
    opacity: 0;
  }
  
  .ongletContent.actif{
    left: 0;
    opacity: 1;
    display: block;
  }
  
  .table-responsive{
    overflow: auto;
  }
  
  caption {
    font-size: 1.3em;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
  }

  
.input-container,.select-container,.input-multiple-container {
    display: flex;
	height: 31px;
	margin: 10px 0;
	border: 1px solid #d7d0d0;
	padding: 5px;
	border-radius: 5px;
	background: transparent;
	max-width: 100%;
  position: relative;
}

.input-multiple-container{
	height: 120px;
	border: none;
	padding: 0;
}
.input-multiple-container select{
	width: 100%;
	border-radius: 5px;
}
.input-multiple-container select option{
	padding: 10px 14px;
}
.input-multiple-container select option:current{
	background:#d92550;
}

.textarea-container {
    display: flex;
	height: 60px;
	margin: 10px 0;
	border: 1px solid #d7d0d0;
	padding: 10px 6px;
	border-radius: 5px;
	background: #fff;
	box-sizing: border-box;
	max-width: 100%;
}

.input-container > input, .input-container > select {
    flex: 1;
	border: none;	
	outline: none;
	max-width: 100%;

    background: transparent;
    user-select: none;
}

.select-container{
	height: 150px;
}
.textarea-container textarea {
	flex: 1;
	border: none;	
	outline: none;
	resize: none;
	height: 100%;
	width: 100%;
    background: transparent;
    user-select: none;
}

.input-container > label, .textarea-container > label, .select-container label{
    width: 30px;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
		background-position-x: 0%;
		background-position-y: 0%;
		background-repeat: repeat;
		background-size: auto;
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

a{
  transition: all 0.2s ease-in-out !important;
}

/* ---------------------------------------- MES PARAMETRES ------------------------------------------ */
i{
  vertical-align: middle;
}

.colored{
  color: #2eb7c5!important;
}
.fade-colored{
  color: #799!important;
}


ul.list{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list li{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list.flex li{
  margin: 0 20px;
}

.logo-wrapper {
  width: 180px;
  display: block;
}

i{
  align-self: center!important;
}

.successfull{
  background-color: #3fd898a1;
  color: #14905d;
  border-radius: 8px;
  padding: 10px;
  margin: 20px 0;
}

.faillure{
  background-color: rgba(255, 99, 71, 0.643);
  color: #e40a0a;
  border-radius: 8px;
  padding: 10px;
  margin: 20px 0;
}

.menu-item{
  list-style: none;
  line-height: 0;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  padding: 20px 10px ;
}

.menu-item i{
  margin-left: 15px;
  font-weight: 100;
  display: inline-block;
}

.menu-item .submenu{
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transform: translate(0,-15px);
  width: max-content;
}

.submenu a{
  display: block;
  padding: 15px 0;
}

.menu-item:hover .submenu{
  visibility: visible;
  opacity: 1;
  transform: translate(0);
}

.menu-item:hover i{
  transform: rotate(90deg);
  transform-origin: center;
}


.animate {
  color: #fff;
  background: linear-gradient(-85deg, #ee5252, #e73c7e, #23d5a5, #2385d5);
	background-size: 400% 800%;
  animation: gradient 15s ease infinite;
  -webkit-animation: gradient 15s ease infinite;
}

.top-barner{
  background: linear-gradient(-85deg, #ee5252, #e73c7e, #52d9f4, #237fd5);
  background-size: 600% 800%;
  min-height: 90vh;
  margin: 0;
  padding: 0;
  position: relative;

  animation: gradient 35s ease infinite;
  -webkit-animation: gradient 35s ease infinite;
}

.top-banner-container{
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 80px 5%;
  place-content: left;
  color: #fff;
}
.top-banner-container .image-wrapper {
  bottom: 0;
  width: 35%;
  box-sizing: border-box;
  position: fixed;
  right: 0;
}

.topheader{
  border-bottom: 1px solid #999;
  padding: 5px 5%;
  padding-bottom: 10px;
  
}
.topheader a{
  margin: 0 10px;
}
.topheader a:hover{
  color:#2eb7c5;
}
.menu-bar{
  padding: 0 5%;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}

.menu-bar.absolute{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
}

header{
  position: relative;
  margin: 0;
  padding: 0;
}

.top-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  color:rgb(255, 255, 255);
  background: #d92550;
  border-radius: 8px;
  position: fixed;
  top: -100vh;
  right: 3%;
  opacity: 0;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: top 3s, opacity 1s !important;
}

.top-btn.visible{
  top: 90%;
  opacity: 1;
}

.icon{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  color:rgb(255, 255, 255);
  background: #d92550;
  border-radius: 50%;
  align-self:center;
  vertical-align: center;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.missions{
  margin: 0;
  padding: 80px 5%;
  padding-top: 140px;
  box-sizing: border-box;
}

.missions .icon-wrapper{
  position: absolute;
  top: -60px;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #799;
  font-weight: 400;
  padding: 40px;
  font-size: 3em;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.15);
}

.missions .content{
  padding: 20px;
  padding-top: 50px;
  border-radius: 8px;
  position: relative;
}

.missions .content:hover .text-content, .missions .content:hover .icon-wrapper{
  transition: 'transforme' 3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 10px);
}

.missions .content:nth-child(1){
  background-color: #106fb72f;
}
.missions .content:nth-child(2){
  background-color: #10b7af29;
}
.missions .content:nth-child(3){
  background-color: #b7261029;
}
.missions .content:nth-child(4){
  background-color: #b7105b18;
}

.presentation{
  box-sizing: border-box;
  padding: 80px 5%;
  place-content: center;
  place-items: center;
}

.after-in-fade-45deg {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.after-in-fade-45deg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 100%;
  width: 120px;
  background: linear-gradient(90deg, #00C9FF 0%, #92e3fe 50%, transparent);
  transform: skew(-35deg);
}

.activity-resume{
  box-sizing: border-box;
  padding: 80px 5%;
  position: relative;
  background: linear-gradient(180deg, #edeeee 0%, #fff 20%, transparent);
}


.card{
  position: relative;
  box-shadow: 0px 8px 22px rgba(0,0,0,0.15);
  border-radius: 12px!important;
  background-color: #fff;
}
.card .content-text{
  background: #fff;
  padding: 20px;
  text-align: justify;
  border-radius: 0px 0px 40px 40px;
}

.card .image-wrapper{
  position: relative;
  padding: 0;
  margin: 0;
  height: 200px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.card.colspan-2 .image-wrapper{
  height: 300px;
}

.card .image-wrapper img{
  width: 100%;
  height: auto;
  min-height: 100%;
}

.card .image-wrapper:hover img{
  transform: scale(1.4) rotate(-10deg);
}

.stats-data-wrapper {
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 90%;
  opacity: 0.9;
  transform: translate(-50%, 0);
  /* margin: 0 auto; */
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  gap: 0;
}

.progress-bar{
  box-sizing: border-box;
  width: 100%;
  height: 10px;
  background-color: #d9254f32;
  border-radius: 15px;
}

.progress-status{
  background-color: #d92550;
  border-radius: 15px;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-image1 {
  background: url(../img/pauvrete.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 5%;
  box-sizing: border-box;
  color: #fff;
  height: 90vh;
  display: flex!important;
}

.bg-image1::after{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0,0,0,0.25);
  top: 0;
  left: 0;
  z-index: 0;
}
.bg-image1 .content {
  z-index: 2;
  position: relative;
  width: 50%;
}

.partners{
  height: 180px;
  box-sizing: border-box;
  padding: 40px 10%;
}

.counter_area_wrapper{
  padding: 80px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
  margin: 0 5%;
}

.counter-wrapper{
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
  text-align: center;
}

.blog-section{
  background-color: #EEF4F8;
  padding: 80px 5%;
}

.footer{
  margin: 0;
  position: relative;

}

.top-footer{
  margin: 20px 5%;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.15);
  border-radius: 8px;
  transform: translate(0, 80px);
  background-color: #fff;
}

.footer .container{
  background-color: #EEF4F8;
  padding: 20px 5%;
  padding-top: 100px;
}

.bottom{
  display: flex;
  justify-content: space-between;
  align-self: center;
  background-color: #1070b7;
  padding: 10px 5%;
  color: #fff;
  box-sizing: border-box;
}



.menu-btn{
  display: none;
}



.top-barner2 {
  height: 30vh;
  background: linear-gradient(-85deg, #ee5252, #e73c7e, #52d9f4, #237fd5);
  background-size: 400% 800%;
  animation: gradient 25s ease infinite;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.top-barner2 .top-banner-container {
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
}

.top-barner2 .top-banner-container .content{
  transform: unset;
  text-align: center;
}

.news-wrapper{
  height: fit-content;
  min-height: 20vh;
}

.logo-wrapper.head{
  display: none;
}

.blog-container {
  box-sizing: border-box;
  padding: 40px 5%;
}

.blog-header {
  display: flex;
  column-gap: 20px;
}

.blog-credits.flex .flex {
  display: flex!important;
}

.blog-image-wrapper {
  height: 250px;
  background: #f7f7f7;
  display: flex!important;
  gap: 0!important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0!important;
}

.blog-image-wrapper img{
  width: 100%;
  height: auto;
}

.content-text > p:first-letter {
  text-transform: uppercase;
}


.round-bottom { 
  border-bottom-left-radius: 70% 150px !important;
  border-bottom-right-radius: 50% 450px !important;
  position: relative;
  overflow: hidden;
  margin-bottom:-50px;
  height:100%;
}

.top-barner .btn-primary {
  margin-left: 40px;
}

.container-mg10 {
  padding: 0 10%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .menu-btn{
    display: inline-flex;
    font-size: 2em;
  }
  .grid,.flex{
    display: block;
  }

  .grid > div, .flex > div{
    margin: 20px 0;
  }

  .main-header {
    display: flex;
    margin: 0;
  }

  .main-header > div{
    margin: 0;
  }

  .left-side {
    display: flex;
  }

  .container, .main-header {
    padding: 20px;
    margin: 0;
    box-sizing: border-box;
  }

  .poster-wrapper {
    display: none;
  }

  .flex-center{
    text-align: center;
  }
  .flex-center .input-container{
    margin-top: 20px!important;
  }
  .flex-center input{
    text-align: center!important;
  }

  .top-menu.menu-wrapper.flex.flex-column,.bottom-menu.menu-wrapper.flex,.important-links.flex {
    display: flex;
  }

  .social-media-wrapper,.contacts-wrapper, .traduction {
    display: flex!important;
    margin: 0!important;
    justify-content: space-between;
  }

  .menu-bar {
    margin: 0;
    padding: 0;
    /* padding: 10px 5%; */
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    z-index: 3;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
    display: none;
    margin: 0;
}

  .menu-bar.actif{
    display: block;
  }

  .menu-bar .title{
    display: none;
  }

  .menu-wrapper {
    margin: 0!important;
    padding: 0;
  }

  
  .topheader .title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }

  .menu-item {
    padding: 20px 5%;
    text-align: left;
    margin: 0!important;
    display: list-item!important;
  }

  .menu-bar .submenu{
    position: relative;
    display: none;
    opacity: 1;
    visibility: unset;
    transform: unset;
    box-shadow: unset;
    top: 0;
    z-index: 2;
  }

  .menu-item:hover .submenu{
    display: block;
  }


  .banner {
    height: 92vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top-banner-container .image-wrapper{
    display: none!important;
  }

  .top-banner-container {
    text-align: justify;
    padding: 0px 10%;
    box-sizing: border-box;
    width: fit-content;
  }

  .menu-bar .logo-wrapper{
    display: none;
  }

  .bottom{
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

    
  .logo-wrapper.head{
    display: inline-block;
  }

  .topheader {
    font-size: small;
  }

  .card .image-wrapper {
    height: 250px;
  }

  .progress-bar {
    margin: 10px auto!important;
  }

  .social-media-wrapper {
    padding: 0 5%;
    margin: 0;
    gap: 0px;
    align-items: center;
    height: 80px;
    overflow: hidden;
  }

  .bg-image1 .content {
    width: 80%;
  }

  .contacts-wrapper {
    padding-top: 30px;
  }

  .missions .content {
    margin: 80px 0;
  }
  .missions {
    margin-top: 80px;
  }

  .round-bottom {
    border-bottom-right-radius: 85% 450px !important;
  }

  .top-banner-container .content {
    transform: unset;
  }
  .top-banner-container h1.title.mg-20 {
    font-size: 1.8em;
    text-align: left;
  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    main{
      padding: 0 10%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) and (max-width: 992px){
  .grid,.flex{
    display: block;
    margin: 40px 0;
  }

  .main-header,.container,.main-footer{
    padding: 40px;
  }
  
  .main-header{
    padding: 10px 40px;
  }
}
*/
/* Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .grid-3-egal,.grid-4-egal,.grid-5-egal,.grid-6-egal{
    grid-template-columns: 1fr 1fr;
  }
  .flex{
    flex-wrap: wrap;
    flex-basis: 40%;
  }

  .main-header,.container,.main-footer{
    padding: 40px 5%;
  }
  
  .main-header{
    padding: 10px 5%;
  }
}
*/