.footer
{
  width: 100%;
  background-color: black;
  position: relative;
  z-index: 4;
}
.gauche,
.droite
{
  width:50%;
  padding: 2% 5%;
}
.logo
{
  padding: 5%;
}
.logo img
{
  width:17%;
}
.footer hr
{
  margin:auto;
  width:90%;
}
.footer .sub_footer >.gauche,
.footer .sub_footer >.droite,
.footer .sub_footer
{
  display: flex;
}

h4
{
  color:white;
  margin-bottom: 10%;
}
.footer .sub_footer >.gauche p,
.footer .sub_footer >.droite p
{
  color:white;
  font-size: 17px;
}
.footer .sub_footer >.gauche a:hover,
.footer .sub_footer >.droite a:hover
{
	color:#c29139!important;
	cursor:pointer;
}
.footer .sub_footer >.gauche p a:visited,
.footer .sub_footer >.droite p a:visited
{
	color:white;
}
.global_footer
{
  display:flex;
  margin-bottom: 5%;
}
.logo_footer
{
  margin-right:5%;
}
.global_footer a,
.global_footer span
{
  text-decoration: none;
  color:white;
  font-size: 17px;
}
.numero
{
  margin-bottom: 5%;
}

.orange_barre
{
  width:100%;
  height:5vh;
  background-color: #c29139;
}
@media screen and (max-width:1365px) and (orientation: portrait)
{
  .sub_footer
  {
    display: block!important;
  }
  .sub_footer > .gauche,
  .sub_footer > .droite
  {
    width: 100%;
    padding: 0;
    font-size: 27px;
  }
  .global_footer
  {
    margin-left: 0!important;
  }
  .logo_footer img
  {
    width:27px;
  }
  .gauche a img
  {
    width: 40px;
  }
  .gauche a:nth-child(3) > img
  {
    width: 21px!important;
  }
  .global_footer a, .global_footer span {
    font-size: 25px;
  }
  .footer .sub_footer > .gauche p, .footer .sub_footer > .droite p
  {
    font-size:27px;
  }
  .swal-text,
  .swal-button
  {
    font-size: 20px;
  }
  .logo img {
    width: 25%;
}
.orange_barre
{
  height:2vh;
}
}
