/*!
Theme Name: Divi Child
Template: Divi
Description: Divi Child Theme
Author: Emmanuel GADEK
Author URI: http://www.waltair-pneumatique.com
*/
.main_searched_items ul {
	flex-direction: column !important;
}
.main_searched_items a, .coord a, .legal_infos a {
   position: relative;
   text-decoration: none;
}
.main_searched_items a:before, .coord a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.main_searched_items a:before, .coord a:before {
   bottom: 1px;
   background-color: #FDC303;
}
.legal_infos a:after {
   content:" | ";
}
.legal_infos a:last-child:after {
   content:"";
}
.main_searched_items a:hover:before, .coord a:hover:before {
   transform: scaleX(1);
}
.follow_us a {
	transition: transform .7s ease-in-out;
}
.follow_us a:hover {
	transform: rotate(360deg);
}
/* MEDIA QUERIES */
/*@media screen and (max-width: 480px) {
   .footer_row0 h5 {
      line-height: 0.3em !important;
   }
   .footer_row1 .et_pb_column_0_tb_footer,.footer_row1 .et_pb_column_3_tb_footer {
      width: 100% !important;
   }
   .footer_row1 .et_pb_column_2_tb_footer{
      display: none;
   }
   .legal_infos a:after {
      content: "\a";
      white-space: pre;
   }
}
@media screen and (min-width: 481px) and (max-width: 1000px) {
   .footer_row1 .et_pb_column_1_tb_footer,.footer_row1 .et_pb_column_3_tb_footer {
      width: 50% !important;
    }
   .footer_row1 .et_pb_column_2_tb_footer{
      display: none;
   }
}*/
@media screen and (max-width: 480px) {
   .footer_row0 h5 {
      line-height: 0.3em !important;
   }
   .footer_row1 .footer_col1,.footer_row1 .footer_col3 {
      width: 100% !important;
   }
   .footer_row1 .footer_col2 {
      display: none;
   }
   .legal_infos a:after {
      content: "\a";
      white-space: pre;
   }
}
@media screen and (min-width: 481px) and (max-width: 1000px) {
   .footer_row1 .footer_col1, .footer_row1 .footer_col3 {
      width: 50% !important;
    }
   .footer_row1 .footer_col2 {
      display: none;
   }
}