/**
 * @file
 * Subtheme specific CSS.
 */

 /*
  Turquoise : #009EC0
  https://pinetools.com/darken-color
  http://colorsafe.co/
 */
 
 
/* Text */
   .primary-color{color: #009EC0;}
    h1{display:none;}
	#page #main-wrapper #block-fiadcover{background: #e9ecee;}
	#page #main-wrapper #main #content {padding-bottom: 0;min-height: 0;}
  
/* Link */
  a{color: #009EC0;}
  a:hover, 
  a:focus, 
  a:active{color: #009EC0;}
  .link{color: #009EC0;}
  .link:hover, 
  .link:focus, 
  .link:active{color: #009EC0;}
  
/* Cookie */
  div#sliding-popup{background:#009EC0;}
  .eu-cookie-compliance-default-button {color: #009EC0;}
  .eu-cookie-compliance-default-button:hover {color: #009EC0;}
  
/* Footer */
  footer.site-footer{background: #ffffff;border-top: 5px solid #009EC0;}
  footer.site-footer h4:before{content: "";position: absolute;width: 50%;height: 1px;bottom: 0;left: 0;border-bottom: 2px solid #009EC0;color:#000000;}
  footer.site-footer .block p {color: #495057;}
  footer.site-footer > .container{display: block;position: relative;min-height: 230px;}
  footer.site-footer .content a:hover, 
  footer.site-footer .content a:focus {color: #000000;}
  footer.site-footer .content a,
  footer.site-footer .content a.is-active{color: #495057;}
  footer.site-footer [id^="block-footer"][id*="socialmedia"] .fontawesome-icon-inline a{border-color:#009EC0;color:#009EC0;}
  footer.site-footer [id^="block-footer"][id*="socialmedia"] .fontawesome-icon-inline a:hover {color: #495057;border-color: #495057;}
  footer.site-footer [id^="block-footer"][id*="socialmedia"] h4{color:#495057;}
  footer.site-footer .container_footer_end .site-footer__bottom {border:none;margin-top: 0;position: relative;text-align: center;}
  footer.site-footer .container_footer_end {background-color: #ffffff;color: #000;clear: both;}
  footer.site-footer .container_footer_end .block p,
  footer.site-footer .container_footer_end .content a, 
  footer.site-footer .container_footer_end .content a.is-active,
  footer.site-footer .container_footer_end ul .nav-item a {color:#495057;}
  footer.site-footer .container_footer_end a:hover, 
  footer.site-footer .container_footer_end a:focus{color:#000000;}


  /* code aymane */
  .eu-cookie-compliance-save-preferences-button {
    display: none;
  }
  .eu-cookie-compliance-buttons {
    width: auto !important;
  }
  .site-footer .content a:hover, .site-footer .content a:focus {
    color: #009EC0 !important;
  }
  

