@charset "UTF-8";
/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");
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, center, dl, dt, dd, ol, ul, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Border Radius */
/* Border Radius */
/* Border Radius Parametres */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Hyphens */
/* Import */
/* Color */
/* Font Family */
/* Rockwell Regular */
@font-face {
  font-family: 'Rockwell-Regular';
  src: url("../fonts/Rockwell-Regular-Font.eot");
  src: local("☺"), url("../fonts/Rockwell-Regular-Font.woff") format("woff"), url("../fonts/Rockwell-Regular-Font.ttf") format("truetype"), url("../fonts/Rockwell-Regular-Font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Aller Regular */
@font-face {
  font-family: 'Aller-Regular';
  src: url("../fonts/Aller_Rg.eot");
  src: local("☺"), url("../fonts/Aller_Rg.woff") format("woff"), url("../fonts/Aller_Rg.ttf") format("truetype"), url("../fonts/Aller_Rg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Tahoma Regular */
@font-face {
  font-family: 'Tahoma-Regular';
  src: url("../fonts/Tahoma-Regular-font.eot");
  src: local("☺"), url("../fonts/Tahoma-Regular-font.woff") format("woff"), url("../fonts/Tahoma-Regular-font.ttf") format("truetype"), url("../fonts/Tahoma-Regular-font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Aller Bold */
@font-face {
  font-family: 'Aller-Bold';
  src: url("../fonts/Aller_Std_Bd.eot");
  src: local("☺"), url("../fonts/Aller_Std_Bd.woff") format("woff"), url("../fonts/Aller_Std_Bd.ttf") format("truetype"), url("../fonts/Aller_Std_Bd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arcena */
@font-face {
  font-family: 'Arcena';
  src: url("../fonts/ARCENA.eot");
  src: local("☺"), url("../fonts/ARCENA.woff") format("woff"), url("../fonts/ARCENA.ttf") format("truetype"), url("../fonts/ARCENA.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 100%;
}

body {
  background-image: url("../images/clouds.png");
  background-repeat: no-repeat;
  background-size: 100% 1182px;
  background-position: left bottom;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

@media screen and (max-width: 1590px) {
  body {
    background-size: 100% 1010px;
  }
}

@media screen and (max-width: 1356px) {
  body {
    background-size: 100% 826px;
  }
}

@media screen and (max-width: 1115px) {
  body {
    background-size: 100% auto;
  }
  body.active {
    overflow-y: hidden;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

/* Container */
.container {
  max-width: 1296px;
  padding: 0;
}

@media screen and (max-width: 1590px) {
  .container {
    max-width: 1108px;
  }
}

@media screen and (max-width: 1356px) {
  .container {
    max-width: 913px;
  }
}

@media screen and (max-width: 1115px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 758px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (max-width: 566px) {
  .container {
    max-width: 90%;
  }
}

/* Blink */
@-webkit-keyframes blink {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
@keyframes blink {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}

/* Parts */
/* Header */
header {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

header .container {
  position: relative;
}

header .box-language {
  font-size: 0;
  right: 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 82px;
  z-index: 2;
}

header .box-language .language {
  background-color: #235297;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Tahoma-Regular", sans-serif;
  font-size: 9px;
  height: 16px;
  line-height: 13px;
  margin-left: 1px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 40.5px;
}

header .box-language .language:nth-child(1) {
  margin-left: 0;
}

header .box-language .language.ar {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  line-height: 11px;
}

header .box-language .language.active {
  background-color: #25ccff;
}

header .box-content {
  font-size: 0;
  height: auto;
  margin: 5px 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

header .box-content .logo {
  display: inline-block;
  vertical-align: top;
  width: 338px;
}

header .box-content .logo img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 100%;
}

header .box-content nav {
  display: inline-block;
  font-size: 0;
  height: auto;
  margin-left: calc(100% - (892px + 338px));
  margin-top: 43px;
  vertical-align: top;
  width: 892px;
}

header .box-content nav a {
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Aller-Bold", sans-serif;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  margin-left: calc((100% - (156px + 146px + 97px + 109px + 139px)) / 4);
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

header .box-content nav a:nth-child(1) {
  margin-left: 0;
  width: 156px;
}

header .box-content nav a:nth-child(2) {
  width: 146px;
}

header .box-content nav a:nth-child(3) {
  width: 97px;
}

header .box-content nav a:nth-child(4) {
  width: 109px;
}

header .box-content nav a:nth-child(5) {
  width: 139px;
}

header .box-content nav a::before {
  background-color: #ff9f00;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: calc(100% + 16px);
  z-index: -1;
}

header .box-content nav a:hover::before {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

header .box-content nav a.active::before {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

header .menu-btn {
  cursor: pointer;
  display: none;
  height: 60px;
  right: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 14;
}

header .menu-btn .menu-btn__burger {
  background-color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  height: 4px;
  margin: 28px auto 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 34px;
}

header .menu-btn .menu-btn__burger::before, header .menu-btn .menu-btn__burger::after {
  background-color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  content: '';
  height: 4px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 34px;
}

header .menu-btn .menu-btn__burger::before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

header .menu-btn .menu-btn__burger::after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

header .menu-btn.open .menu-btn__burger {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .menu-btn.open .menu-btn__burger::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
  transform: rotate(45deg) translate(35px, -35px);
}

header .menu-btn.open .menu-btn__burger::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
  transform: rotate(-45deg) translate(35px, 35px);
}

header.fixed {
  background-color: rgba(0, 109, 184, 0.8);
  padding: 0 0 20px;
  position: fixed;
}

.ar header .box-language {
  left: 0;
  right: auto;
}

.ar header .box-content {
  direction: rtl;
}

.ar header .box-content nav {
  margin-left: 0;
  margin-right: calc(100% - (892px + 338px));
  text-align: left;
}

.ar header .box-content nav a {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  margin-left: 0;
  margin-right: 100px;
  width: auto !important;
}

.ar header .box-content nav a:nth-child(1) {
  margin-right: 0;
}

.ar header .menu-btn {
  left: 0;
  right: auto;
}

@media screen and (max-width: 1590px) {
  header .box-content {
    margin: 3px 0 0;
  }
  header .box-content .logo {
    width: 293px;
  }
  header .box-content nav {
    margin-left: calc(100% - (762px + 293px));
    margin-top: 38px;
    width: 762px;
  }
  header .box-content nav a {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-left: calc((100% - (132px + 124px + 82px + 93px + 118px)) / 4);
  }
  header .box-content nav a:nth-child(1) {
    width: 132px;
  }
  header .box-content nav a:nth-child(2) {
    width: 124px;
  }
  header .box-content nav a:nth-child(3) {
    width: 82px;
  }
  header .box-content nav a:nth-child(4) {
    width: 93px;
  }
  header .box-content nav a:nth-child(5) {
    width: 118px;
  }
  header .box-content nav a::before {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: calc(100% + 14px);
  }
  .ar header .box-content nav {
    margin-right: calc(100% - (762px + 293px));
  }
}

@media screen and (max-width: 1356px) {
  header .box-content {
    margin: 4px 0 0;
  }
  header .box-content .logo {
    width: 241px;
  }
  header .box-content nav {
    margin-left: calc(100% - (626px + 241px));
    margin-top: 31px;
    width: 626px;
  }
  header .box-content nav a {
    font-size: 11.25px;
    height: 16px;
    line-height: 16px;
    margin-left: calc((100% - (111px + 104px + 69px + 77px + 99px)) / 4);
  }
  header .box-content nav a:nth-child(1) {
    width: 111px;
  }
  header .box-content nav a:nth-child(2) {
    width: 104px;
  }
  header .box-content nav a:nth-child(3) {
    width: 69px;
  }
  header .box-content nav a:nth-child(4) {
    width: 77px;
  }
  header .box-content nav a:nth-child(5) {
    width: 99px;
  }
  header .box-content nav a::before {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: calc(100% + 8px);
  }
  .ar header .box-content nav {
    margin-right: calc(100% - (626px + 241px));
  }
  .ar header .box-content nav a {
    margin-right: 80px;
  }
}

@media screen and (max-width: 1115px) {
  header {
    background-color: rgba(0, 109, 184, 0.8);
    height: 60px;
    width: 100%;
  }
  header .container {
    max-width: 100%;
  }
  header .box-language {
    right: 50px;
    width: 82px;
  }
  header .box-language .language {
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    height: 60px;
    line-height: 60px;
    margin-left: 1px;
    width: 40.5px;
  }
  header .box-language .language.ar {
    line-height: 57px;
  }
  header .box-content {
    margin: 0;
  }
  header .box-content .logo {
    height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    width: auto;
  }
  header .box-content .logo img {
    height: 100%;
    width: auto;
  }
  header .box-content nav {
    background-color: rgba(0, 109, 184, 0.8);
    display: none;
    height: calc(100vh - 60px);
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 10px 0 0;
    position: absolute;
    top: 60px;
    width: 100%;
  }
  header .box-content nav a {
    border-bottom: 1px dashed white;
    font-size: 18px;
    height: 50px;
    line-height: 49px;
    margin-left: 0;
  }
  header .box-content nav a:nth-child(1) {
    width: 100%;
  }
  header .box-content nav a:nth-child(2) {
    width: 100%;
  }
  header .box-content nav a:nth-child(3) {
    width: 100%;
  }
  header .box-content nav a:nth-child(4) {
    width: 100%;
  }
  header .box-content nav a:nth-child(5) {
    width: 100%;
  }
  header .box-content nav a::before {
    display: none;
  }
  header .box-content nav a:first-child {
    border-top: 1px dashed white;
    line-height: 48px;
  }
  header .menu-btn {
    display: block;
  }
  .ar header .box-language {
    left: 50px;
  }
  .ar header .box-content .logo {
    margin-left: 0;
    margin-right: 10px;
  }
  .ar header .box-content nav {
    margin-right: 0;
  }
  .ar header .box-content nav a {
    margin-right: 0;
    width: 100% !important;
  }
}

@media screen and (max-width: 758px) {
  header {
    height: 40px;
  }
  header .box-language {
    right: 40px;
    width: 82px;
  }
  header .box-language .language {
    height: 40px;
    line-height: 40px;
    margin-left: 1px;
    width: 40.5px;
  }
  header .box-language .language.ar {
    line-height: 37px;
  }
  header .box-content .logo {
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
  }
  header .box-content nav {
    height: calc(100vh - 40px);
    top: 40px;
  }
  header .box-content nav a {
    font-size: 16px;
    height: 50px;
    line-height: 49px;
  }
  header .box-content nav a:first-child {
    line-height: 48px;
  }
  header .menu-btn {
    height: 40px;
    width: 40px;
  }
  header .menu-btn .menu-btn__burger {
    height: 3px;
    margin: 18.5px auto 0;
    width: 30px;
  }
  header .menu-btn .menu-btn__burger::before, header .menu-btn .menu-btn__burger::after {
    height: 3px;
    width: 30px;
  }
  header .menu-btn .menu-btn__burger::before {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  header .menu-btn .menu-btn__burger::after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  .ar header .box-language {
    left: 40px;
  }
  .ar header .box-content .logo {
    margin-right: 5px;
  }
}

/* End Header */
/* Banner */
.banner {
  height: auto;
  position: relative;
  width: 100%;
}

.banner img {
  width: 100%;
}

.banner img.img-mobile {
  display: none;
}

.banner .box-text {
  left: 0;
  position: absolute;
  top: 319px;
  width: 100%;
  z-index: 1;
}

.banner .box-text h1 {
  color: white;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 55px;
  line-height: 32px;
  text-align: center;
}

.banner .box-text h1 span {
  font-family: "Aller-Regular", sans-serif;
  font-size: 24px;
}

.banner .box-text .scroll {
  -webkit-animation: blink 1s ease-in-out alternate infinite;
          animation: blink 1s ease-in-out alternate infinite;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  display: block;
  height: 51px;
  margin: 30px auto 0;
  width: 51px;
}

.banner .box-text .scroll:hover {
  -webkit-animation: none;
          animation: none;
}

.ar .banner .box-text h1 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  line-height: 44px;
}

.ar .banner .box-text h1 span {
  font-weight: 400;
}

@media screen and (max-width: 1590px) {
  .banner .box-text {
    top: 272px;
  }
  .banner .box-text h1 {
    font-size: 47px;
    line-height: 28px;
  }
  .banner .box-text h1 span {
    font-size: 20px;
  }
  .banner .box-text .scroll {
    height: 43px;
    margin: 24px auto 0;
    width: 43px;
  }
  .ar .banner .box-text h1 {
    line-height: 38px;
  }
}

@media screen and (max-width: 1356px) {
  .banner .box-text {
    top: 225px;
  }
  .banner .box-text h1 {
    font-size: 39px;
    line-height: 22px;
  }
  .banner .box-text h1 span {
    font-size: 17px;
  }
  .banner .box-text .scroll {
    height: 35px;
    margin: 21px auto 0;
    width: 35px;
  }
  .ar .banner .box-text h1 {
    line-height: 34px;
  }
}

@media screen and (max-width: 1115px) {
  .banner img {
    display: none;
  }
  .banner img.img-mobile {
    display: block;
  }
  .banner .box-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner .box-text h1 {
    font-size: 47px;
    line-height: 28px;
  }
  .banner .box-text h1 span {
    font-size: 20px;
  }
  .banner .box-text .scroll {
    height: 43px;
    margin: 24px auto 0;
    width: 43px;
  }
  .ar .banner .box-text h1 {
    line-height: 38px;
  }
}

@media screen and (max-width: 758px) {
  .banner .box-text h1 {
    font-size: 39px;
    line-height: 22px;
  }
  .banner .box-text h1 span {
    font-size: 17px;
  }
  .banner .box-text .scroll {
    height: 35px;
    margin: 20px auto 0;
    width: 35px;
  }
  .ar .banner .box-text h1 {
    line-height: 32px;
  }
}

@media screen and (max-width: 566px) {
  .banner .box-text h1 {
    font-size: 28px;
    line-height: 20px;
  }
  .banner .box-text h1 span {
    font-size: 13px;
  }
  .banner .box-text .scroll {
    height: 30px;
    margin: 10px auto 0;
    width: 30px;
  }
  .ar .banner .box-text h1 {
    line-height: 24px;
  }
}

/* End Banner */
/* Qui Sommes Nous */
.qui-sommes-nous {
  height: auto;
  position: relative;
  width: 100%;
}

.qui-sommes-nous .icon {
  margin: 26px auto 0;
  width: 107px;
}

.qui-sommes-nous .icon img {
  width: 100%;
}

.qui-sommes-nous h1 {
  color: #006db8;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 35px;
  line-height: 39px;
  margin: 39px 0 0;
  padding: 0 20px;
  text-align: center;
}

.qui-sommes-nous p {
  color: #353b3e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin: 30px auto 0;
  text-align: center;
  width: 1153px;
}

.qui-sommes-nous .ayat {
  display: inline-block;
  margin: 57px 0 0;
  width: 100%;
}

.qui-sommes-nous .ayat img {
  width: 100%;
}

.ar .qui-sommes-nous h1 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .qui-sommes-nous p {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1590px) {
  .qui-sommes-nous .icon {
    margin: 23px auto 0;
    width: 91px;
  }
  .qui-sommes-nous h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 32px 0 0;
  }
  .qui-sommes-nous p {
    font-size: 17px;
    line-height: 25px;
    margin: 26px auto 0;
    width: 985px;
  }
  .qui-sommes-nous .ayat {
    margin: 54px 0 0;
  }
}

@media screen and (max-width: 1356px) {
  .qui-sommes-nous .icon {
    margin: 17px auto 0;
    width: 75px;
  }
  .qui-sommes-nous h1 {
    font-size: 25px;
    line-height: 29px;
    margin: 26px 0 0;
  }
  .qui-sommes-nous p {
    font-size: 14px;
    line-height: 20px;
    margin: 21px auto 0;
    width: 811px;
  }
  .qui-sommes-nous .ayat {
    margin: 38px 0 0;
  }
}

@media screen and (max-width: 1115px) {
  .qui-sommes-nous .icon {
    margin: 20px auto 0;
    width: 75px;
  }
  .qui-sommes-nous h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 20px 0 0;
  }
  .qui-sommes-nous p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto 0;
    text-align: justify;
    text-align-last: center;
    width: 96%;
  }
  .qui-sommes-nous .ayat {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 758px) {
  .qui-sommes-nous .icon {
    width: 60px;
  }
  .qui-sommes-nous h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .qui-sommes-nous p {
    font-size: 14px;
    line-height: 18px;
  }
}

/* End Qui Sommes Nous */
/* Nos Programmes */
.nos-programmes {
  height: auto;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.nos-programmes .box-carousel {
  height: auto;
  margin: 86px 0 0;
  position: relative;
  width: 100%;
}

.nos-programmes .box-carousel .box {
  float: left;
  height: auto;
  position: relative;
  text-align: center;
}

.nos-programmes .box-carousel .box::before {
  background-color: #e9e5db;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}

.nos-programmes .box-carousel .box .icon {
  display: inline-block;
  height: 82px;
}

.nos-programmes .box-carousel .box .icon img {
  height: 100%;
}

.nos-programmes .box-carousel .box h1 {
  color: #006db8;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 35px 0 0;
  text-align: center;
  padding: 0 20px;
}

.nos-programmes .box-carousel .box p {
  color: #353b3e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 20px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 29px;
  margin: 33px auto 0;
  text-align: center;
  width: 340px;
}

.nos-programmes .box-carousel .box ul {
  counter-reset: listitem;
  margin: 31px auto 0;
  width: 340px;
}

.nos-programmes .box-carousel .box ul li {
  color: #353b3e;
  font-family: "Aller-Bold", sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 1px;
  text-align: center;
  width: 100%;
}

.nos-programmes .box-carousel .box ul li:last-child {
  margin-bottom: 0;
}

.nos-programmes .box-carousel .box ul li::before {
  content: counters(listitem, ".") " - ";
  counter-increment: listitem;
  display: inline-block;
  margin-right: 6px;
}

.nos-programmes .box-carousel .slick-arrow {
  background-color: white;
  background-repeat: no-repeat;
  background-size: 7px 16px;
  background-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: 1px 1.732px 2px 0px rgba(19, 19, 19, 0.24);
  box-shadow: 1px 1.732px 2px 0px rgba(19, 19, 19, 0.24);
  border: 0 none;
  height: 40px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 139px;
  width: 40px;
}

.nos-programmes .box-carousel .slick-arrow.slick-prev {
  background-image: url("../images/arrow-left.png");
  left: -98px;
}

.nos-programmes .box-carousel .slick-arrow.slick-next {
  background-image: url("../images/arrow-right.png");
  right: -98px;
}

.nos-programmes .box-carousel .slick-arrow:focus {
  outline: 0 none !important;
}

.ar .nos-programmes .box-carousel .box h1 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .nos-programmes .box-carousel .box p {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}

.ar .nos-programmes .box-carousel .box ul li {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .nos-programmes .box-carousel .slick-arrow.slick-prev {
  background-image: url("../images/arrow-right.png");
  left: auto;
  right: -98px;
}

.ar .nos-programmes .box-carousel .slick-arrow.slick-next {
  background-image: url("../images/arrow-left.png");
  right: auto;
  left: -98px;
}

@media screen and (max-width: 1590px) {
  .nos-programmes .box-carousel {
    margin: 73px 0 0;
  }
  .nos-programmes .box-carousel .box .icon {
    height: 70px;
  }
  .nos-programmes .box-carousel .box h1 {
    font-size: 26px;
    line-height: 26px;
    margin: 25px 0 0;
  }
  .nos-programmes .box-carousel .box p {
    font-size: 17px;
    line-height: 25px;
    margin: 29px auto 0;
    width: 291px;
  }
  .nos-programmes .box-carousel .box ul {
    margin: 26px auto 0;
    width: 291px;
  }
  .nos-programmes .box-carousel .box ul li {
    font-size: 17px;
    line-height: 25px;
  }
  .nos-programmes .box-carousel .box ul li::before {
    margin-right: 5px;
  }
  .nos-programmes .box-carousel .slick-arrow {
    background-size: 5px 13px;
    height: 34px;
    top: 119px;
    width: 34px;
  }
  .nos-programmes .box-carousel .slick-arrow.slick-prev {
    left: -82px;
  }
  .nos-programmes .box-carousel .slick-arrow.slick-next {
    right: -82px;
  }
  .ar .nos-programmes .box-carousel .slick-arrow.slick-prev {
    right: -82px;
  }
  .ar .nos-programmes .box-carousel .slick-arrow.slick-next {
    left: -82px;
  }
}

@media screen and (max-width: 1356px) {
  .nos-programmes .box-carousel {
    margin: 59px 0 0;
  }
  .nos-programmes .box-carousel .box .icon {
    height: 57px;
  }
  .nos-programmes .box-carousel .box h1 {
    font-size: 21px;
    line-height: 21px;
    margin: 20px 0 0;
  }
  .nos-programmes .box-carousel .box p {
    font-size: 14px;
    line-height: 20px;
    margin: 24px auto 0;
    width: 239px;
  }
  .nos-programmes .box-carousel .box ul {
    margin: 23px auto 0;
    width: 239px;
  }
  .nos-programmes .box-carousel .box ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .nos-programmes .box-carousel .box ul li::before {
    margin-right: 4px;
  }
  .nos-programmes .box-carousel .slick-arrow {
    background-size: 4px 11px;
    height: 28px;
    top: 99px;
    width: 28px;
  }
  .nos-programmes .box-carousel .slick-arrow.slick-prev {
    left: -69px;
  }
  .nos-programmes .box-carousel .slick-arrow.slick-next {
    right: -69px;
  }
  .ar .nos-programmes .box-carousel .slick-arrow.slick-prev {
    right: -69px;
  }
  .ar .nos-programmes .box-carousel .slick-arrow.slick-next {
    left: -69px;
  }
}

@media screen and (max-width: 1115px) {
  .nos-programmes .box-carousel {
    margin: 40px 0 0;
  }
  .nos-programmes .box-carousel .slick-arrow {
    z-index: 10;
  }
  .nos-programmes .box-carousel .slick-arrow.slick-prev {
    left: calc(-28px / 2);
  }
  .nos-programmes .box-carousel .slick-arrow.slick-next {
    right: calc(-28px / 2);
  }
  .ar .nos-programmes .box-carousel .slick-arrow.slick-prev {
    right: calc(-28px / 2);
  }
  .ar .nos-programmes .box-carousel .slick-arrow.slick-next {
    left: calc(-28px / 2);
  }
}

@media screen and (max-width: 758px) {
  .nos-programmes .box-carousel .box::after {
    background-color: #e9e5db;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 2px;
  }
}

/* End Nos Programmes */
/* Notre Actualites */
.notre-actualites {
  height: auto;
  margin: 92px 0 0;
  min-height: 735px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.notre-actualites::before {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  height: 735px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.notre-actualites h1 {
  color: #005c9b;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: 110px 0 0;
  text-align: center;
}

.notre-actualites .box-carousel {
  height: auto;
  margin: 26px 0 0;
  width: 100%;
}

.notre-actualites .box-carousel .box {
  height: auto;
  margin-left: 45px;
  position: relative;
  width: 402px;
}

.notre-actualites .box-carousel .box .img {
  border-bottom: 3px solid #ffae00;
  width: 100%;
}

.notre-actualites .box-carousel .box .img img {
  width: 100%;
}

.notre-actualites .box-carousel .box h2 {
  color: white;
  font-family: "Aller-Regular", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin: 25px 0 0;
  text-align: center;
}

.notre-actualites .box-carousel .box h3 {
  color: #006db8;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 29px;
  line-height: 29px;
  margin: 12px 0 0;
  text-align: center;
}

.notre-actualites .box-carousel .box p {
  color: #353b3e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin: 5px 0 0;
  text-align: justify;
  text-align-last: center;
  width: 100%;
}

.notre-actualites .box-carousel .slick-arrow {
  background-color: white;
  background-repeat: no-repeat;
  background-size: 7px 16px;
  background-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: 1px 1.732px 2px 0px rgba(19, 19, 19, 0.24);
  box-shadow: 1px 1.732px 2px 0px rgba(19, 19, 19, 0.24);
  border: 0 none;
  height: 40px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 96px;
  width: 40px;
}

.notre-actualites .box-carousel .slick-arrow.slick-prev {
  background-image: url("../images/arrow-left.png");
  left: -98px;
}

.notre-actualites .box-carousel .slick-arrow.slick-next {
  background-image: url("../images/arrow-right.png");
  right: -98px;
}

.notre-actualites .box-carousel .slick-arrow:focus {
  outline: 0 none !important;
}

.ar .notre-actualites h1 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .notre-actualites .box-carousel .box h3 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .notre-actualites .box-carousel .box p {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}

.ar .notre-actualites .box-carousel .slick-arrow.slick-prev {
  background-image: url("../images/arrow-right.png");
  left: auto;
  right: -98px;
}

.ar .notre-actualites .box-carousel .slick-arrow.slick-next {
  background-image: url("../images/arrow-left.png");
  left: -98px;
  right: auto;
}

@media screen and (max-width: 1590px) {
  .notre-actualites {
    margin: 77px 0 0;
    min-height: 630px;
  }
  .notre-actualites::before {
    height: 630px;
  }
  .notre-actualites h1 {
    font-size: 34px;
    line-height: 34px;
    margin: 94px 0 0;
  }
  .notre-actualites .box-carousel {
    margin: 19px 0 0;
  }
  .notre-actualites .box-carousel .box {
    margin-left: 38px;
    width: 344px;
  }
  .notre-actualites .box-carousel .box h2 {
    font-size: 17px;
    line-height: 17px;
    margin: 22px 0 0;
  }
  .notre-actualites .box-carousel .box h3 {
    font-size: 25px;
    line-height: 25px;
    margin: 9px 0 0;
  }
  .notre-actualites .box-carousel .box p {
    font-size: 17px;
    line-height: 25px;
    margin: 3px 0 0;
  }
  .notre-actualites .box-carousel .slick-arrow {
    background-size: 5px 13px;
    height: 34px;
    top: 83px;
    width: 34px;
  }
  .notre-actualites .box-carousel .slick-arrow.slick-prev {
    left: -82px;
  }
  .notre-actualites .box-carousel .slick-arrow.slick-next {
    right: -82px;
  }
  .ar .notre-actualites .box-carousel .slick-arrow.slick-prev {
    right: -82px;
  }
  .ar .notre-actualites .box-carousel .slick-arrow.slick-next {
    left: -82px;
  }
}

@media screen and (max-width: 1356px) {
  .notre-actualites {
    margin: 64px 0 0;
    min-height: 518px;
  }
  .notre-actualites::before {
    height: 518px;
  }
  .notre-actualites h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 78px 0 0;
  }
  .notre-actualites .box-carousel {
    margin: 17px 0 0;
  }
  .notre-actualites .box-carousel .box {
    margin-left: 30.5px;
    width: 284px;
  }
  .notre-actualites .box-carousel .box h2 {
    font-size: 14px;
    line-height: 14px;
    margin: 17px 0 0;
  }
  .notre-actualites .box-carousel .box h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 8px 0 0;
  }
  .notre-actualites .box-carousel .box p {
    font-size: 14px;
    line-height: 20px;
    margin: 2px 0 0;
  }
  .notre-actualites .box-carousel .slick-arrow {
    background-size: 4px 11px;
    height: 28px;
    top: 68px;
    width: 28px;
  }
  .notre-actualites .box-carousel .slick-arrow.slick-prev {
    left: -69px;
  }
  .notre-actualites .box-carousel .slick-arrow.slick-next {
    right: -69px;
  }
  .ar .notre-actualites .box-carousel .slick-arrow.slick-prev {
    right: -69px;
  }
  .ar .notre-actualites .box-carousel .slick-arrow.slick-next {
    left: -69px;
  }
}

@media screen and (max-width: 1115px) {
  .notre-actualites {
    margin: 40px 0 0;
    min-height: 548px;
  }
  .notre-actualites::before {
    height: 548px;
  }
  .notre-actualites h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .notre-actualites .box-carousel .box {
    margin-left: 32px;
    width: 344px;
  }
  .notre-actualites .box-carousel .slick-arrow {
    z-index: 10;
  }
  .notre-actualites .box-carousel .slick-arrow.slick-prev {
    left: calc(-28px /2);
  }
  .notre-actualites .box-carousel .slick-arrow.slick-next {
    right: calc(-28px /2);
  }
  .ar .notre-actualites .box-carousel .slick-arrow.slick-prev {
    right: calc(-28px /2);
  }
  .ar .notre-actualites .box-carousel .slick-arrow.slick-next {
    left: calc(-28px /2);
  }
}

@media screen and (max-width: 758px) {
  .notre-actualites {
    margin: 40px 0 0;
    min-height: 548px;
  }
  .notre-actualites::before {
    height: 548px;
  }
  .notre-actualites h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 40px 0 0;
  }
  .notre-actualites .box-carousel .box {
    margin-left: 0;
    width: 100%;
  }
  .notre-actualites .box-carousel .slick-arrow {
    top: 130px;
    z-index: 10;
  }
}

@media screen and (max-width: 566px) {
  .notre-actualites {
    margin: 40px 0 0;
    min-height: auto;
  }
  .notre-actualites::before {
    height: calc(100% + 60px);
  }
  .notre-actualites h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 40px 0 0;
  }
  .notre-actualites .box-carousel .box {
    margin-left: 0;
    width: 100%;
  }
  .notre-actualites .box-carousel .slick-arrow {
    top: 25%;
    z-index: 10;
  }
}

/* End Notre Actualites */
/* Faire Un Don */
.faire-un-don {
  height: auto;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.faire-un-don h1 {
  color: #005c9b;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: 30px 0 0;
  text-align: center;
}

.faire-un-don .para {
  color: #353b3e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 20px;
  line-height: 29px;
  margin: 13px auto 0;
  text-align: center;
  width: 991px;
}

.faire-un-don .box-carousel {
  height: auto;
  left: 50%;
  margin: 43px 0 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 10px);
}

.faire-un-don .box-carousel .box {
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 80, 104, 0.38);
  box-shadow: 0px 0px 10px 0px rgba(0, 80, 104, 0.38);
  height: 353px;
  position: relative;
  text-align: center;
  margin-left: 56px;
  width: 282px;
}

.faire-un-don .box-carousel .box .icon {
  display: inline-block;
  margin: 25px 0 0;
  height: 49px;
}

.faire-un-don .box-carousel .box .icon img {
  height: 100%;
}

.faire-un-don .box-carousel .box h2 {
  color: #005c9b;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 37px;
  line-height: 31px;
  margin: 18px 0 0;
}

.faire-un-don .box-carousel .box p {
  color: #353b3e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 19.86px;
  line-height: 29px;
  margin: 23px auto 0;
  text-align: center;
  width: 265px;
}

.faire-un-don .box-carousel .box h3 {
  color: #93cc2c;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 30px;
  line-height: 30px;
  margin: 34px 0 0;
  text-align: center;
}

.faire-un-don .box-carousel .slick-list {
  padding: 5px;
}

.faire-un-don .box-carousel .slick-arrow {
  background-color: white;
  background-repeat: no-repeat;
  background-size: 7px 16px;
  background-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-box-shadow: 1px 1.732px 2px 0px rgba(19, 19, 19, 0.24);
  box-shadow: 1px 1.732px 2px 0px rgba(19, 19, 19, 0.24);
  border: 0 none;
  height: 40px;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

.faire-un-don .box-carousel .slick-arrow.slick-prev {
  background-image: url("../images/arrow-left.png");
  left: -98px;
}

.faire-un-don .box-carousel .slick-arrow.slick-next {
  background-image: url("../images/arrow-right.png");
  right: -98px;
}

.faire-un-don .box-carousel .slick-arrow:focus {
  outline: 0 none !important;
}

.faire-un-don .para-1 {
  color: #353b3e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}

.faire-un-don .para-1.m-t-1 {
  margin: 66px 0 0;
}

.faire-un-don .para-1.m-t-2 {
  margin: 53px 0 0;
}

.faire-un-don h4 {
  color: #005c9b;
  font-family: "Aller-Bold", sans-serif;
  font-size: 41px;
  line-height: 41px;
  margin: 12px 0 0;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.faire-un-don h4::before {
  background-color: #ff9900;
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 204px;
}

.ar .faire-un-don h1 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .faire-un-don .para {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}

.ar .faire-un-don .box-carousel .box h2 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .faire-un-don .box-carousel .box p {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}

.ar .faire-un-don .box-carousel .slick-arrow.slick-prev {
  background-image: url("../images/arrow-right.png");
  left: auto;
  right: -98px;
}

.ar .faire-un-don .box-carousel .slick-arrow.slick-next {
  background-image: url("../images/arrow-left.png");
  left: -98px;
  right: auto;
}

.ar .faire-un-don .para-1 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1590px) {
  .faire-un-don h1 {
    font-size: 34px;
    line-height: 34px;
    margin: 24px 0 0;
  }
  .faire-un-don .para {
    font-size: 17px;
    line-height: 25px;
    margin: 8px auto 0;
    width: 846px;
  }
  .faire-un-don .box-carousel {
    margin: 35px 0 0;
  }
  .faire-un-don .box-carousel .box {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    height: 301px;
    margin-left: 36px;
    width: 250px;
  }
  .faire-un-don .box-carousel .box .icon {
    margin: 21px 0 0;
    height: 42px;
  }
  .faire-un-don .box-carousel .box h2 {
    font-size: 32px;
    line-height: 27px;
    margin: 11px 0 0;
  }
  .faire-un-don .box-carousel .box p {
    font-size: 17px;
    line-height: 25px;
    margin: 19px auto 0;
    width: 226px;
  }
  .faire-un-don .box-carousel .box h3 {
    font-size: 26px;
    line-height: 26px;
    margin: 25px 0 0;
  }
  .faire-un-don .box-carousel .slick-arrow {
    background-size: 5px 13px;
    height: 34px;
    width: 34px;
  }
  .faire-un-don .box-carousel .slick-arrow.slick-prev {
    left: -82px;
  }
  .faire-un-don .box-carousel .slick-arrow.slick-next {
    right: -82px;
  }
  .faire-un-don .para-1 {
    font-size: 17px;
    line-height: 25px;
  }
  .faire-un-don .para-1.m-t-1 {
    margin: 56px 0 0;
  }
  .faire-un-don .para-1.m-t-2 {
    margin: 45px 0 0;
  }
  .faire-un-don h4 {
    font-size: 35px;
    line-height: 35px;
    margin: 10px 0 0;
    padding-bottom: 18px;
  }
  .faire-un-don h4::before {
    height: 3px;
    width: 174px;
  }
  .ar .faire-un-don .box-carousel .slick-arrow.slick-prev {
    right: -82px;
  }
  .ar .faire-un-don .box-carousel .slick-arrow.slick-next {
    left: -82px;
  }
}

@media screen and (max-width: 1356px) {
  .faire-un-don h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 21px 0 0;
  }
  .faire-un-don .para {
    font-size: 14px;
    line-height: 20px;
    margin: 6px auto 0;
    width: 696px;
  }
  .faire-un-don .box-carousel {
    margin: 24px 0 0;
  }
  .faire-un-don .box-carousel .box {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    height: 248px;
    margin-left: 31px;
    width: 205px;
  }
  .faire-un-don .box-carousel .box .icon {
    margin: 17px 0 0;
    height: 34px;
  }
  .faire-un-don .box-carousel .box h2 {
    font-size: 26px;
    line-height: 21px;
    margin: 11px 0 0;
  }
  .faire-un-don .box-carousel .box p {
    font-size: 14px;
    line-height: 20px;
    margin: 15px auto 0;
    width: 186px;
  }
  .faire-un-don .box-carousel .box h3 {
    font-size: 21px;
    line-height: 21px;
    margin: 21px 0 0;
  }
  .faire-un-don .box-carousel .slick-arrow {
    background-size: 4px 11px;
    height: 28px;
    width: 28px;
  }
  .faire-un-don .box-carousel .slick-arrow.slick-prev {
    left: -69px;
  }
  .faire-un-don .box-carousel .slick-arrow.slick-next {
    right: -69px;
  }
  .faire-un-don .para-1 {
    font-size: 14px;
    line-height: 20px;
  }
  .faire-un-don .para-1.m-t-1 {
    margin: 56px 0 0;
  }
  .faire-un-don .para-1.m-t-2 {
    margin: 45px 0 0;
  }
  .faire-un-don h4 {
    font-size: 29px;
    line-height: 29px;
    margin: 9px 0 0;
    padding-bottom: 15px;
  }
  .faire-un-don h4::before {
    height: 2px;
    width: 143px;
  }
  .ar .faire-un-don .box-carousel .slick-arrow.slick-prev {
    right: -69px;
  }
  .ar .faire-un-don .box-carousel .slick-arrow.slick-next {
    left: -69px;
  }
}

@media screen and (max-width: 1115px) {
  .faire-un-don h1 {
    font-size: 24px;
    margin: 20px 0 0;
  }
  .faire-un-don .para {
    font-size: 16px;
    line-height: 20px;
    margin: 10px auto 0;
    width: 96%;
  }
  .faire-un-don .box-carousel {
    margin: 24px 0 0;
  }
  .faire-un-don .box-carousel .box {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    height: 248px;
    margin-left: 52px;
    width: 205px;
  }
  .faire-un-don .box-carousel .slick-arrow {
    z-index: 10;
  }
  .faire-un-don .box-carousel .slick-arrow.slick-prev {
    left: calc(-28px / 2);
  }
  .faire-un-don .box-carousel .slick-arrow.slick-next {
    right: calc(-28px / 2);
  }
  .faire-un-don .para-1 {
    font-size: 16px;
    line-height: 20px;
  }
  .faire-un-don .para-1.m-t-1 {
    margin: 40px 0 0;
  }
  .faire-un-don .para-1.m-t-2 {
    margin: 20px 0 0;
  }
  .faire-un-don h4 {
    font-size: 28px;
    line-height: 28px;
    margin: 9px 0 0;
    padding-bottom: 15px;
  }
  .faire-un-don h4::before {
    height: 2px;
    width: 120px;
  }
  .ar .faire-un-don .box-carousel .slick-arrow.slick-prev {
    right: calc(-28px / 2);
  }
  .ar .faire-un-don .box-carousel .slick-arrow.slick-next {
    left: calc(-28px / 2);
  }
}

@media screen and (max-width: 758px) {
  .faire-un-don h1 {
    font-size: 20px;
  }
  .faire-un-don .para {
    font-size: 14px;
    line-height: 18px;
  }
  .faire-un-don .box-carousel {
    margin: 24px 0 0;
  }
  .faire-un-don .box-carousel .box {
    margin-left: 40px;
    width: 250px;
  }
  .faire-un-don .para-1 {
    font-size: 14px;
    line-height: 18px;
  }
  .faire-un-don h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .faire-un-don h4::before {
    height: 2px;
    width: 100px;
  }
}

@media screen and (max-width: 566px) {
  .faire-un-don {
    margin: 60px 0 0;
  }
  .faire-un-don .box-carousel {
    margin: 20px 0 0;
    width: 100%;
  }
  .faire-un-don .box-carousel .slick-list {
    padding: 0;
  }
  .faire-un-don .box-carousel .box {
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 80, 104, 0.38);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 80, 104, 0.38);
    margin-left: 0;
    width: 100%;
  }
  .faire-un-don h4 {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
  }
  .faire-un-don h4::before {
    height: 2px;
    width: 80px;
  }
}

/* End Faire Un Don */
/* Contactez Nous */
.contactez-nous {
  height: auto;
  padding: 0 0 43px;
  position: relative;
  width: 100%;
}

.contactez-nous h1 {
  color: #005c9b;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin: 229px 0 0;
  text-align: center;
}

.contactez-nous p {
  color: #363636;
  font-family: "Aller-Regular", sans-serif;
  font-size: 20px;
  line-height: 23px;
  margin: 15px auto 0;
  text-align: center;
  width: 645px;
}

.contactez-nous .box-formulaire {
  height: auto;
  margin: 46px auto 0;
  width: 883px;
}

.contactez-nous .box-formulaire form {
  width: 100%;
}

.contactez-nous .box-formulaire .box-civilite {
  font-size: 0;
  height: auto;
  position: relative;
  width: 100%;
}

.contactez-nous .box-formulaire .box-civilite h2 {
  color: #6b6b6b;
  display: inline-block;
  font-family: "Aller-Regular", sans-serif;
  font-size: 18.55px;
  line-height: 18px;
}

.contactez-nous .box-formulaire .box-civilite .checkbox {
  color: #8e8b84;
  cursor: pointer;
  display: inline-block;
  font-family: "Aller-Regular", sans-serif;
  font-size: 18.55px;
  line-height: 18px;
  margin-left: 30px;
  position: relative;
  padding-left: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contactez-nous .box-formulaire .box-civilite .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.contactez-nous .box-formulaire .box-civilite .checkbox .checkmark {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #a7a7a7;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

.contactez-nous .box-formulaire .box-civilite .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.contactez-nous .box-formulaire .box-civilite .checkbox input:checked ~ .checkmark:after {
  display: block;
}

.contactez-nous .box-formulaire .box-civilite .checkbox .checkmark:after {
  background-color: #ff9900;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 12px;
  left: 2px;
  top: 2px;
  width: 12px;
}

.contactez-nous .box-formulaire .box-civilite .checkbox:nth-of-type(1) {
  margin-left: 16px;
}

.contactez-nous .box-formulaire .ligne {
  font-size: 0;
  height: auto;
  margin-top: 37px;
  position: relative;
  text-align: center;
  width: 100%;
}

.contactez-nous .box-formulaire .ligne .input {
  display: inline-block;
  height: auto;
  margin-left: calc(100% - (428px * 2));
  position: relative;
  width: 428px;
}

.contactez-nous .box-formulaire .ligne .input:nth-child(1) {
  margin-left: 0;
}

.contactez-nous .box-formulaire .ligne .input .form-control {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 0 0 2px;
  width: 100%;
}

.contactez-nous .box-formulaire .ligne .select {
  display: inline-block;
  height: auto;
  position: relative;
  width: 428px;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select {
  width: 100%;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn {
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 0 none;
  border-bottom: 1px solid #dbdbdb;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5e5e5e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 0 0 2px;
  width: 100%;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn::after {
  border-top: 7px solid #dbdbdb;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  display: block;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn:focus {
  outline: 0 none !important;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn .filter-option-inner-inner {
  line-height: 39px;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn .filter-option-inner-inner::before {
  content: 'interessé par : \0000a0';
  display: inline-block;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn.show::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 none;
  padding: 0;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a {
  background-color: white;
  border-bottom: 1px solid #dbdbdb;
  color: #5e5e5e;
  font-family: "Aller-Regular", sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 39px;
  padding: 0 0 0 107px;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  width: 100%;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a::after {
  background-color: #ff9900;
  bottom: -1px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  -webkit-transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  width: 100%;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a:hover {
  color: #ff9900;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a.active {
  color: #ff9900;
}

.contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a.active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

.contactez-nous .box-formulaire .ligne.mt-1 {
  margin-top: 15px;
}

.contactez-nous .box-formulaire .button {
  margin: 45px auto 0;
  width: 194px;
}

.contactez-nous .box-formulaire .button button {
  background-color: transparent;
  border: 2px solid #e85412;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: white;
  font-family: "Rockwell-Regular", sans-serif;
  font-size: 16.52px;
  height: 38px;
  letter-spacing: 1px;
  padding: 0;
  position: relative;
  width: 100%;
}

.contactez-nous .box-formulaire .button button::before {
  background-color: #e85412;
  content: '';
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
  z-index: -1;
}

.contactez-nous .box-formulaire .button button::after {
  background-color: #e85412;
  content: '';
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 100%;
  z-index: -1;
}

.contactez-nous .box-formulaire .button button:hover {
  color: #e85412;
}

.contactez-nous .box-formulaire .button button:hover::before {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.contactez-nous .box-formulaire .button button:hover::after {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.contactez-nous .box-formulaire .box-reseau-sociaux {
  font-size: 0;
  margin: 63px 0 0;
  text-align: center;
  width: 100%;
}

.contactez-nous .box-formulaire .box-reseau-sociaux a {
  display: inline-block;
  margin-left: 9px;
  vertical-align: top;
  width: 46px;
}

.contactez-nous .box-formulaire .box-reseau-sociaux a:nth-of-type(1) {
  margin-left: 0;
}

.contactez-nous .box-formulaire .box-reseau-sociaux a img {
  width: 100%;
}

.contactez-nous .box-formulaire .box-reseau-sociaux h2 {
  color: #002853;
  display: inline-block;
  font-family: "Arcena", sans-serif;
  font-size: 29px;
  line-height: 20px;
  margin: 0 35px 0 0;
  padding: 0 0 19px;
  position: relative;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  vertical-align: top;
}

.contactez-nous .box-formulaire .box-reseau-sociaux h2::after {
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-size: 45px 25px;
  bottom: 0;
  content: '';
  height: 25px;
  right: -20px;
  position: absolute;
  width: 45px;
}

.contactez-nous h3 {
  color: #3e4447;
  font-family: "Tahoma-Regular", sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin: 198px 0 0;
  text-align: center;
}

.ar .contactez-nous h1 {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .contactez-nous p {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}

.ar .contactez-nous .box-formulaire .box-civilite {
  direction: rtl;
}

.ar .contactez-nous .box-formulaire .box-civilite h2 {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}

.ar .contactez-nous .box-formulaire .box-civilite .checkbox {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  margin-left: 0;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 23px;
}

.ar .contactez-nous .box-formulaire .box-civilite .checkbox:nth-of-type(1) {
  margin-left: 0;
  margin-right: 16px;
}

.ar .contactez-nous .box-formulaire .box-civilite .checkbox .checkmark {
  left: auto;
  right: 0;
}

.ar .contactez-nous .box-formulaire .ligne {
  direction: rtl;
}

.ar .contactez-nous .box-formulaire .ligne .input {
  margin-left: 0;
  margin-right: calc(100% - (428px * 2));
}

.ar .contactez-nous .box-formulaire .ligne .input:nth-child(1) {
  margin-right: 0;
}

.ar .contactez-nous .box-formulaire .ligne .input .form-control {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  padding: 0 2px 0 0;
  text-align: right;
}

.ar .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  padding: 0 2px 0 0;
}

.ar .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn::after {
  margin: 0 0 0 15px;
}

.ar .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn .filter-option-inner-inner {
  text-align: right;
}

.ar .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn .filter-option-inner-inner::before {
  content: 'مهتم ب : \0000a0';
}

.ar .contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  padding: 0 68px 0 0;
  text-align: right;
}

.ar .contactez-nous .box-formulaire .button button {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

.ar .contactez-nous .box-formulaire .box-reseau-sociaux h2 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 700;
  line-height: 24px;
  margin-top: -10px;
}

.ar .contactez-nous h3 {
  direction: rtl;
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1590px) {
  .contactez-nous {
    padding: 0 0 38px;
  }
  .contactez-nous h1 {
    font-size: 34px;
    line-height: 34px;
    margin: 196px 0 0;
  }
  .contactez-nous p {
    font-size: 17px;
    line-height: 20px;
    margin: 11px auto 0;
    width: 551px;
  }
  .contactez-nous .box-formulaire {
    margin: 37px auto 0;
    width: 755px;
  }
  .contactez-nous .box-formulaire .box-civilite h2 {
    font-size: 16px;
    line-height: 16px;
  }
  .contactez-nous .box-formulaire .box-civilite .checkbox {
    font-size: 16px;
    line-height: 16px;
    margin-left: 25px;
    padding-left: 19px;
  }
  .contactez-nous .box-formulaire .box-civilite .checkbox .checkmark {
    height: 16px;
    width: 16px;
  }
  .contactez-nous .box-formulaire .box-civilite .checkbox .checkmark:after {
    height: 10px;
    left: 2px;
    top: 2px;
    width: 10px;
  }
  .contactez-nous .box-formulaire .box-civilite .checkbox:nth-of-type(1) {
    margin-left: 13px;
  }
  .contactez-nous .box-formulaire .ligne {
    margin-top: 28px;
  }
  .contactez-nous .box-formulaire .ligne .input {
    margin-left: calc(100% - (367px * 2));
    width: 367px;
  }
  .contactez-nous .box-formulaire .ligne .input .form-control {
    font-size: 14px;
    height: 36px;
  }
  .contactez-nous .box-formulaire .ligne .select {
    width: 367px;
  }
  .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn {
    font-size: 14px;
    height: 36px;
  }
  .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn::after {
    margin: 0 13px 0 0;
  }
  .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn .filter-option-inner-inner {
    line-height: 35px;
  }
  .contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    height: 36px;
    line-height: 35px;
    padding: 0 0 0 94px;
  }
  .contactez-nous .box-formulaire .ligne.mt-1 {
    margin-top: 12px;
  }
  .contactez-nous .box-formulaire .button {
    margin: 38px auto 0;
    width: 165px;
  }
  .contactez-nous .box-formulaire .button button {
    font-size: 14px;
    height: 32px;
  }
  .contactez-nous .box-formulaire .box-reseau-sociaux {
    margin: 53px 0 0;
  }
  .contactez-nous .box-formulaire .box-reseau-sociaux a {
    margin-left: 6px;
    width: 41px;
  }
  .contactez-nous .box-formulaire .box-reseau-sociaux h2 {
    font-size: 25px;
    line-height: 18px;
    margin: 0 30px 0 0;
    padding: 0 0 16px;
  }
  .contactez-nous .box-formulaire .box-reseau-sociaux h2::after {
    background-size: 46px 21px;
    height: 21px;
    right: -20px;
    width: 46px;
  }
  .contactez-nous h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 179px 0 0;
  }
  .ar .contactez-nous .box-formulaire .box-civilite .checkbox {
    margin-right: 25px;
    padding-right: 19px;
  }
  .ar .contactez-nous .box-formulaire .box-civilite .checkbox:nth-of-type(1) {
    margin-right: 13px;
  }
  .ar .contactez-nous .box-formulaire .ligne .input {
    margin-right: calc(100% - (367px * 2));
  }
  .ar .contactez-nous .box-formulaire .ligne .select .bootstrap-select .btn::after {
    margin: 0 0 0 13px;
  }
  .ar .contactez-nous .box-formulaire .ligne .select .bootstrap-select .dropdown-menu li a {
    padding: 0 60px 0 0;
  }
  .ar .contactez-nous .box-formulaire .box-reseau-sociaux h2 {
    line-height: 24px;
    margin-top: -14px;
  }
}

@media screen and (max-width: 1356px) {
  .contactez-nous {
    padding: 0 0 31px;
  }
  .contactez-nous h1 {
    font-size: 28px;
    line-height: 28px;
    margin: 161px 0 0;
  }
  .contactez-nous p {
    font-size: 14px;
    line-height: 16px;
    margin: 10px auto 0;
    width: 453px;
  }
  .contactez-nous .box-formulaire {
    width: 621px;
  }
  .contactez-nous .box-formulaire .ligne .input {
    margin-left: calc(100% - (301px * 2));
    width: 301px;
  }
  .contactez-nous .box-formulaire .ligne .select {
    width: 301px;
  }
  .ar .contactez-nous .box-formulaire .ligne .input {
    margin-right: calc(100% - (301px * 2));
  }
}

@media screen and (max-width: 1115px) {
  .contactez-nous {
    padding: 0 0 30px;
  }
  .contactez-nous h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 80px 0 0;
  }
  .contactez-nous p {
    font-size: 16px;
    line-height: 20px;
    width: 96%;
  }
}

@media screen and (max-width: 758px) {
  .contactez-nous {
    padding: 0 0 20px;
  }
  .contactez-nous h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 40px 0 0;
  }
  .contactez-nous p {
    font-size: 14px;
    line-height: 18px;
  }
  .contactez-nous .box-formulaire {
    width: 82%;
  }
  .contactez-nous .box-formulaire .ligne {
    margin-top: 0 !important;
  }
  .contactez-nous .box-formulaire .ligne .input {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .contactez-nous .box-formulaire .ligne .select {
    margin-top: 20px;
    width: 100%;
  }
  .contactez-nous h3 {
    margin: 60px 0 0;
  }
  .ar .contactez-nous .box-formulaire .ligne .input {
    margin-right: 0;
  }
}

@media screen and (max-width: 566px) {
  .contactez-nous {
    padding: 0 0 20px;
  }
  .contactez-nous h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 40px 0 0;
  }
  .contactez-nous p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    text-align-last: center;
  }
  .contactez-nous .box-formulaire {
    width: 100%;
  }
  .contactez-nous h3 {
    margin: 40px 0 0;
  }
}

/* End Contactez Nous */
/*# sourceMappingURL=style.css.map */