@charset "utf-8";
/* CSS Document */
footer {
  /*margin-top: 30px;*/
  background: #fff;
}
/* Footer haut */
#footer_haut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 98%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: 0 auto;
  height: 80px;
  background: #213349;
  text-align: center;
}
#block-offre-footer {
  margin: 0 0 0 30px;
  width: 100%;
  text-align: left;
}
.frise-footer {
  width: 600px;
  height: auto;
}
#footer_haut h4 {
  float: left;
  /*font-family: "Azo Sans Bold";*/
  color: #fff;
  /*line-height: 1.2;*/
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 10px 0 0;
}
#footer_haut h4::before {
  content: "Α";
  font-family: "IMA Alt";
  color: #879baf;
}
#slash-footer::before {
  content: "Α ";
  font-family: "IMA Alt";
  color: #fff;
}
#footer_haut > a > img {
  height: 50px;
  margin: 15px 30px 15px 0;
}
#footer_reseaux {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98%;
  margin: 0 auto;
  height: auto;
  background: #293b51;
  text-align: center;
  padding: 20px 0;
}
/*#footer_reseaux > ul {
  margin-top: 20px;
  margin-right: 20px;
}*/
#footer_reseaux > p {
  color: #fff;
  margin: 0 10px 0 0;
}
#footer_reseaux > ul > li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
  vertical-align: middle;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
#footer_reseaux > ul > li > a > img {
  width: 30px;
  height: 30px;
  margin-top: 3px;
}
#footer_reseaux > ul > li > a > img.icon-x {
  max-width: 15px;
}
#footer_reseaux > ul > #logo_footer > a > img {
  width: auto;
  height: 50px;
}
#footer_reseaux > ul > li > a > img:hover {
  opacity: 0.50;
  filter: alpha(opacity=50);
}

#footer_reseaux > ul > li > a > img.icon-tiktok {
  max-width: 15px;
  filter: brightness(0) invert(1);
}
/* Footer bas */
.footer_desktop {
  display: inline-block !important;
}
.footer_smartphone {
  display: none !important;
}
#footer_bas {
  clear: both;
  width: 98%;
  /*border-bottom-left-radius : 15px;
	border-bottom-right-radius : 15px;*/
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom : 1%;*/
  height: auto;
  background: #293b51;
  text-align: center;
}
#footer_bas_externe {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  width: 960px;
  margin: 0 auto;
}
#boutons_footer > ul {
  margin-top: 30px;
  margin-bottom: 50px;
}
#boutons_footer > ul > li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
#footer_mentions {
  /*clear : both;*/
  width: 98%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  background: #213349;
}
.footer_mentions_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  width: 100%;
   font-size: 12px;    
   color: #fff;
}
.footer_mentions_copy {
    display: flex;
    align-items: center;
      width: 150px;
    text-align: left;

}
.footer_mentions_lien {
display: flex;
    align-items: center;
    height: 50px;
}
.footer_mentions_lien a {
  padding: 0 8px;
  color: #fff;
}
.footer_mentions_lien a:hover {
  opacity: 0.6;
}
/* Footer navigation */
.navigation_footer {
  float: left;
  width: 190px;
  text-align: left;
  margin: 50px 0px 30px 0px;
}
.navigation_footer > h3 {
  font-size: 13px;
  letter-spacing: 1px;
  color: #e0e0e6;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.navigation_footer > ul {
  margin-bottom: 25px;
}
.navigation_footer > ul > li {
  list-style: none;
  margin: 5px 5px 0px 0px;
}
.navigation_footer > ul > li > a {
  font-size: 13px;
  text-decoration: none;
  color: #7878A2;
}
.navigation_footer > ul > li > a:hover {
  color: #E0E0E6;
  cursor: pointer;
}
.navigation_footer_selected {
  color: #C8C8D2;
}
.bouton_footer {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 40px;
  filter: alpha(opacity=100); /* IE < 8 */
  opacity: 1;
  /*background-color:#E32CD1;*/
}
.bouton_footer img {
  /*margin-right:30px;*/
  width: 40px;
  height: 40px;
  border: none;
}
.bouton_footer a:hover {
  filter: alpha(opacity=50); /* IE < 8 */
  opacity: 0.5;
}
.linkedin {
  display: block;
  float: left;
}
.youtube {
  display: block;
  float: right;
}
/* Mentions */
#mentions {
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  color: #4c6270;
}
@media only screen and (max-width : 1023px) {
  /* FOOTER //////////////////////////////////////////////////////////// */
  /* Footer haut */
  #footer_haut {
    flex-direction: column-reverse;
    width: 95%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: auto;
    height: auto;
    background: #213349;
    text-align: center;
  }
  #footer_haut > a > img {
    height: 50px;
    margin: 15px 0;
    margin-left: 0;
  }
  #footer_haut > ul {
    padding: 20px 0;
    margin-top: 0;
    margin-right: 0;
    float: none;
    background: #213349;
  }
  #footer_haut > ul > li {
    display: inline-block;
    list-style: none;
    margin: 5px;
    vertical-align: middle;
    background: #293b51;
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  #footer_haut > ul > li > a > img {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
  #footer_haut > ul > li > a > img:hover {
    opacity: 0.50;
    filter: alpha(opacity=50);
  }
  #block-offre-footer {
    margin: 0 auto 20px;
    text-align: center;
    width: 90%;
  }
  .frise-footer {
    width: 100%;
    height: auto;
  }
  #footer_haut h4 {
    float: none;
  }
  /* Footer bas */
  .footer_desktop {
    display: none !important;
  }
  .footer_smartphone {
    display: inline-block !important;
  }
  #footer_bas {
    width: 95%;
    /*border-bottom-left-radius : 15px;
	border-bottom-right-radius : 15px;*/
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom : 2.5%;*/
    height: auto;
    background: #293b51;
    text-align: center;
  }
  #footer_bas_externe {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #boutons_footer > ul {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  #boutons_footer > ul > li {
    display: inline-block;
    list-style: none;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #footer_reseaux {
    flex-direction: column;
    width: 95%;
  }
  #footer_reseaux > p {
    margin: 0 0 10px;
  }
  #footer_mentions {
    /*clear : both;*/
    width: 95%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    height: auto;
    background: #213349;
  }
  .footer_mentions_container {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: auto;
    font-size: 13px;
  }
  .footer_mentions_copy {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    order: 2;
  }
  .footer_mentions_lien {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    order: 1;
  }
  .footer_mentions_lien a {
    padding: 0 8px;
  }
  /* Footer navigation */
  .navigation_footer {
    float: none;
    text-align: left;
    line-height: 1.4;
    width: auto;
    margin: 0;
  }
  .navigation_footer > div > div > h3 {
    font-size: 13px;
    color: #5b6e80;
  }
  .navigation_footer > div > ul > li {
    list-style: none;
  }
  .navigation_footer > div > ul > li > a {
    text-decoration: none;
    color: #787882;
    font-size: 13px;
  }
  .navigation_footer > div > ul > li > a:hover {
    color: #fff;
  }
  .navigation_footer_selected {
    color: #fff;
    text-decoration: none;
  }
  .bloc_footer_table {
    display: table;
    width: 100%;
    /*background: #f2f2f2 !important;*/
    margin-top: 10px !important;
    border-radius: 0px !important;
    padding: 0px !important;
  }
  .bloc_footer_table-cell-titre {
    display: table-cell;
    vertical-align: middle;
  }
  .bloc_footer_table-cell-bouton {
    display: table-cell;
    width: 60px;
    text-align: right;
    vertical-align: middle;
  }
  .bloc_footer_table-cell-titre > h4 {
    font-size: 20px;
    line-height: 30px;
    color: #191e23;
  }
  .bloc_footer_table-cell-bouton > button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: none;
    background: #293b51;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }
  .bloc_footer_table-cell-bouton > button:hover {
    background: #cbd8e0;
  }
  .bloc_footer_table-cell-bouton > button > img {
    width: 20px;
    height: 10px;
    margin-bottom: 2px;
  }
  .bouton_footer {
    /*   display : inline-block;
	zoom: 1;
	*display: inline;
	text-align:center;*/
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 50px;
    filter: alpha(opacity=100); /* IE < 8 */
    opacity: 1;
    /*background-color:#E32CD1;*/
  }
  .bouton_footer img {
    /*margin-right:30px;*/
    width: 50px;
    height: 50px;
    border: none;
  }
  .bouton_footer a:hover {
    filter: alpha(opacity=50); /* IE < 8 */
    opacity: 0.5;
  }
  .linkedin {
    display: block;
    float: left;
  }
  .youtube {
    display: block;
    float: right;
  }
  /* Mentions */
  #mentions {
    font-size: 12px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    color: #4c6270;
  }
}