/*
Theme Name: portes-anciennes
Theme URI: https://www.tongui.com
Template: hello-elementor
Author: Tongui
Author URI: https://www.tongui.com
Description: Exclusif porte-ancienne.live
Version: 2.1.2.1561366011
Updated: 2019-06-24 08:46:51
*/

/* Begin — Force weight p */
@import url('https://fonts.googleapis.com/css?family=Noticia+Text&display=swap');

p > b{
	font-family: 'Noticia Text', serif;
	font-weight : bold;
	font-style: italic;
	color: #004544;
}

/* Begin — Animate links */
.elementor-location-footer p > a {
  position: relative;
  text-decoration: none;
  padding-bottom: 10px;
}

.elementor-location-footer p > a:hover {
  color: #004544;
}

.elementor-location-footer p > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #004544;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.elementor-location-footer p > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/* marge header bloc */

.HeaderBloc{
transition: margin-left 4s ease-in-out !important;
}
@media screen and (min-width:1025px) and (max-width:1249px){
        .HeaderBloc{
            margin-left: 10% !important;
			transition: all 0.3s ease-in-out 0s;

        }
}

@media screen and (min-width:1250px){
        .HeaderBloc{
            margin-left: 40% !important;
			transition: all 0.3s ease-in-out 0s;
        }
}

/* consent */
.cookie-notice-container {padding: 30px;}
#cookie-notice .button {margin-left: 10px;background: #ffffff;border: 0px;border-radius:0px;padding: 10px 20px;}