html {
  overflow-x: hidden;

}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Colfax', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #525252;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size:contain;
  min-height: 860px;
  position: relative;
}

.intro-img {
  position: absolute;
  float: right;
}

h1, h2 {
  font-size: 38px;
  color: #3b3b3b;
  font-weight: 700;
  font-family: 'Colfax', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Colfax-light', sans-serif;
  margin: 0px;
  font-size: 14px;
}

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

ul li, ol li {
  list-style: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}
.section-title {
  font-size: 20px;
  color: #3b3b3b;
  display: inline-block;
  font-family: 'Colfax-light', sans-serif;
  position: relative;
}

.section-title h3 {
  font-size: 30px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  color: #3b3b3b;
  display: inline-block;
  font-family: 'Colfax', sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;

}
.padding-none {
  padding: 0px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}
.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.bouton {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.btn-recrutement {
  top:30px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  background-image: -moz-linear-gradient( 3deg, rgb(59,169,249) 0%, rgb(50,208,158) 100%);
  background-image: -webkit-linear-gradient( 3deg, rgb(59,169,249) 0%, rgb(50,208,158) 100%);
  background-image: -ms-linear-gradient( 3deg, rgb(59,169,249) 0%, rgb(50,208,158) 100%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;

}
.btn-recrutement:hover {
  color: #3b3b3b;
  background-color: white;
  border: 1px solid #3b3b3b;
  border-radius: 30px;
  text-transform: uppercase;
  background-image: none;
}
.btn-border {
  color: #3b3b3b;
  background-color: transparent;
  border: 1px solid #3b3b3b;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn-border:hover {
  color: #fff;
  border-color: #3b3b3b;
  background-color: #3b3b3b;
}
#contact-btn {
  color: #fff;
  border-color: #1096f8;
  background-color: #1096f8;
  margin-bottom: 15px;
}
#contact-btn:hover {
  color: white !important;
  background-color: transparent!important;
  border: 1px solid white!important;
  border-radius: 30px;
  text-transform: uppercase;
}
/* ScrollToTop */

.back-to-top {
  position: fixed;
  bottom: 18px;
  left: 15px;
  text-decoration: none;
  z-index: 999;
}
.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1096f8;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.14);
}

.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #1096f8;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 40px 0;
}

hr {
  border-top: 1px dotted #ddd;
}


#akawan, #expertises{
  position: relative;
}


#expertises {
  margin-top: 80px;
}

.navbar-brand {
  position: relative;
  padding: 0px;
  max-width: 60px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav #contact-btn {
  color: white !important;
  background-color: #1096f8 !important;

}

.top-nav-collapse .navbar-nav #contact-btn:hover {
  color: #1096f8!important;
  background-color: transparent!important;
  border: 1px solid #1096f8!important;
  border-radius: 30px!important;
  text-transform: uppercase!important;

}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #F63854 !important;
  border-color: #F63854 !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #ff5a2f!important;
}

.navbar-toggler {
  background: transparent;
  border: 1px solid #3b3b3b;
  color: #3b3b3b;
  width: 45px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}

.navbar-brand img {
  width: 70%;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #ff5a2f !important;
  border-color: #ff5a2f;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-md .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-item {
  padding-left: 45px;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: white;
  font-weight: 400;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




.navbar-expand-md .navbar-nav .nav-link:before {
  background-color: #ff5a2f;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  width: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s;
}

.navbar-expand-md .navbar-nav li a:hover,
.navbar-expand-md .navbar-nav li .active > a,
.navbar-expand-md .navbar-nav li a:focus {
  color: #ff5a2f;
  outline: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {


}


.navbar-expand-md .navbar-nav .active > #contact-btn,
.navbar-expand-md .navbar-nav #contact-btn.active,
.navbar-expand-md .navbar-nav #contact-btn.open,
.navbar-expand-md .navbar-nav .open > .#contact-btn {

  color: white !important;
  background-color: #1096f8 !important;
}

.navbar-expand-md  #contact-btn:hover,
.navbar-expand-md #contact-btn:hover::before,
.navbar-expand-md  #contact-btn:focus {

  color: #1096f8!important;
  background-color: transparent!important;
  border: 1px solid #1096f8!important;
  border-radius: 30px!important;
  text-transform: uppercase!important;
}


.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {

  width: 100%;
  transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s;
}

.navbar {
  z-index: 2;
}

.navbar li.active a.nav-link {
  color: #preset;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #F63854;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#header {
  background-image: url(../img/akawan.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size:60%;
  position: relative;
  padding: 200px 0 80px;
}

#header .contents .head-title {
  color: #3b3b3b;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 50px;
  margin-bottom: 30px;
}



#header .contents .header-button {
  margin-top: 50px;
  color: #3b3b3b !important;
}

#header .contents .header-button .btn {
  margin-right: 10px;
}


#header-presse {
  background-image: url(../img/presse/presse.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size:70%;
  position: relative;
  padding: 200px 0 0px;
}

#header-presse .contents .head-title {
  color: #3b3b3b;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 50px;
  margin-bottom: 30px;
}



#header-presse .contents .header-button {
  margin-top: 50px;
  color: #3b3b3b !important;
}

#header .contents .header-button .btn {
  margin-right: 10px;
}





.recrutement-carte {
  background-color: white !important;
  border-radius: 25px !important;
  background-color: rgb(255, 255, 255)!important;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07)!important;
  width: 100%;
  margin-top: 30px;

}

.texte-recrutement {

  padding-left: 80px;
  padding-right: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.lieu {
  margin-right: 20%;

}

.contenu-recrutement{
  border-top: 0.2px solid #3b3b3b;
  padding-top: 15px;
}


ul {
  color: #525252;
  padding-top: 15px;
  padding-left: 20px;
  font-family: 'Colfax-light', sans-serif;
}

.h3 {
  float: right;
  font-size: 16px;
}

h6 {
  color: #3b3b3b;
}

i {
  margin-right: 0px;}

/* Footer Area Start */
.footer-logo {

  max-width: 40px;
}


.footer-area {
  position: relative;
  padding: 150px 0px 0px;
  background: #fff;
}

.footer-area .footer-titel {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: #333;
}

.footer-area .footer-link li {
  margin-bottom: 10px;
}

.footer-area .footer-link li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer-area .footer-link li a:hover {
  color: #ff5a2f;
}

.footer-area .address li {
  margin-bottom: 20px;
}

.footer-area .address li a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 5px;
  line-height: 32px;
}


#copyright .copyright-content {
  border-top: 1px solid #d5d4e9;
  padding: 15px 0;
  margin: 45px 0 0px;
}

#copyright p {
  line-height: 42px;
  color: #333;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #F63854;
}


.icon {
  max-width: 20px;
  margin-right: 20px;
}

.img-akawan{
  max-width: 100%;
  margin-right: 100px;
}


.img-expertise-d {
  max-width: 70%;
  margin-left: 100px;
}

.img-expertise-g {
  max-width: 70%;

}

.img-team {
  max-height: 120px;
  margin-bottom: 30px;
  margin-top: 10px;
}


.centrer {
  width: 60%;
  margin: auto;
}


.modal-dialog{
  background-color: white !important;
  border-radius: 25px !important;
  background-color: rgb(255, 255, 255)!important;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07)!important;
  z-index: 1;


}

.modal-content {
  background-color: transparent!important;
  border: none !important;
}

.modal-footer  {
  border: none !important;
  padding: 0 1rem 1rem 1rem !important;
}

.modal-header {
  border: none !important;
}

.modal-body {
  padding: 1rem 1rem 0 1rem !important;
}

.form-control {
  color: #3b3b3b!important;
  font-size: 12px;
  background-color: transparent!important;
  border: 1px solid #3b3b3b!important;
  border-radius: 30px!important;

}


#message {
  height: 100px;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}




/* style 2 */

.inputfile-2 + label {
  color: #3b3b3b;
  background-color: transparent;
  border: 1px solid #3b3b3b;
  border-radius: 30px;
  text-transform: uppercase;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
  color: #3b3b3b;
  background-color: transparent;
  border: 1px solid #3b3b3b;
  border-radius: 30px;
  text-transform: uppercase;
}










.slider{

}
.contenu-slider{

  background:#fff;
  top:0px;
  left:-10px;

  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  transition:all 1s ease;
  clear:both;
}
.slide{


  position:relative;
}
#article1, #article2, #article3, #article4{
  overflow:hidden;
  background:transparent;

  margin:0 auto;
  position:relative;
}
#article1:target .content{
  left:-10px;
}
.sliderContainer{
  position:relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border:10px solid #fff;

  overflow:hidden;
}
#article2:target .content, #article3:target .content, #article4:target .content{
  -webkit-transform: translate(-300px, 0px);
  -moz-transform: translate(-300px, 0px);
  -o-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}
#article3:target .content{
  -webkit-transform: translate(-600px, 0px);
  -moz-transform: translate(-600px, 0px);
  -o-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}
#article4:target .content{
  -webkit-transform: translate(-900px, 0px);
  -moz-transform: translate(-900px, 0px);
  -o-transform: translate(-900px, 0px);
  -ms-transform: translate(-900px, 0px);
  transform: translate(-900px, 0px);
}
.a-slider{
  margin: auto 10px;
  color:blue;
  text-decoration: none;
  text-indent:-5000px;
  background:blue;
  width:38px;
  height:18px;
  padding:8px;
  padding-top:0px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 390px;
  border-radius: 390px;
}
#article4 .a-slider,#article3 .a-slider, #article2 .a-slider, #article1 .a-slider{
  width:22px;
  height:15px;
  padding:8px 0;
  padding-top:0px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 390px;
  border-radius: 390px;
  position:absolute;
  bottom:10px;
  left:55px;
}
#article2 .a-slider{
  position:absolute;
  bottom:10px;
  left:105px;
}
#article3 .a-slider{
  position:absolute;
  bottom:10px;
  left:155px;
}
#article4 .a-slider{
  position:absolute;
  bottom:10px;
  left:205px;
}
#article1:target> .a-slider, #article2:target> .a-slider, #article3:target> .a-slider, #article4:target> .a-slider{
  background:#999;
  color:#999;
}
.a-slider:hover{
  background:#0077ff;
  color:#0077ff;
}
.slide div{
  margin:auto;
  width:100%;
  height:100%;
}

/* bloc */

#bloc-1
{
  position: absolute;
  width: 8%;
  left: -20px;
}

#bloc-1-1
{
  position: absolute;
  width: 6%;
  right: -20px;
}

#bloc-2
{
  position: absolute;
  width: 8%;
  right: -20px;
}

#bloc-2-2
{
  position: absolute;
  width: 8%;
  left: -10px;
}

#bloc-3
{
  position: absolute;
  width: 10%;
  left: -20px;
}

.about-area h4{
  padding-bottom: 0px !important;
}

.about-area p{
  line-height: 20px;
  margin-bottom: 40px;
}

.lni-menu {
  margin-right: 10px !important;
}

.img-team2  {
  max-height: 135px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.col-50{
  width: 50%;
}


.col-30{
  width: 30%;
}










#menuToggle input
{
  display: block;
  width: 60px;
  height: 20px;
  margin-top: 1px;
  position: absolute;


  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}


#menuToggle span
{ margin-top: 7px;
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 7px;
  position: relative;
  background: #3b3b3b;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


#menuToggle input:checked ~ span
{ margin-left: 200px;
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #3b3b3b;
}


#menuToggle input:checked
{
  margin-left: 200px;
}


#menuToggle input:checked ~ span:nth-last-child(3)
{ margin-left: 200px !important;
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{ margin-left: 200px !important;
  transform: rotate(-45deg) translate(0, -1px);
}


#menuToggle input:checked ~ ul
{
  transform: none;
}

.white {
  background-color: white;
  position: absolute;
  top: 0px;
  right: 20%;
  width: 150px;
  height: 35px;
  z-index: 9999;
}

form .fake{display:none}

#objet {
    -webkit-appearance:none;
}

.flag {
    padding-left: 10px;
    width: 30px;

}

.fr:hover {
    content: url(../../assets/img/france-o.svg);
    padding-left: 10px;
    width: 30px;
}

.en:hover {
    content: url(../../assets/img/united-kingdom-o.svg);
    padding-left: 10px;
    width: 30px;
}

.top-nav-collapse .navbar-nav .nav-link .fr{
    content: url(../../assets/img/france-g.svg);
    padding-left: 10px;
    width: 30px;
}

.top-nav-collapse .navbar-nav .nav-link .fr:hover{
    content: url(../../assets/img/france-o.svg);
    padding-left: 10px;
    width: 30px;
}

.top-nav-collapse .navbar-nav .nav-link .en{
    content: url(../../assets/img/united-kingdom-g.svg);
    padding-left: 10px;
    width: 30px;
}

.top-nav-collapse .navbar-nav .nav-link .en:hover{
    content: url(../../assets/img/united-kingdom-o.svg);
    padding-left: 10px;
    width: 30px;
}

.first-part {
    margin-top: 10%;
}

.img-article{
    width: 30%;
       display: block;
         margin-left: auto;
    margin-right: auto;
}




