/*
Theme Name: Nordique France
*/

@import url("assets/css/variables.css");
@import url("assets/css/fonts.css");
@import url("assets/css/post-content.css");
@import url("assets/css/cookies.css");
@import url("assets/css/spa.css");
@import url("assets/css/wp.css");

/* @import url(/assets/css/header.css);
*/ /* @import url(/assets/utilities.css);
 @import url(/assets/carousel.css);*/
/******************************/

/* Header */

/******************************/

/* Document level adjustments */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

a {
  color: var(--bleu);
}

.my-img {
  height: 250px;
  max-width: 100%;
}
h1 {
  font-size: 2.5rem;
  color: #213047;
  font-family: "Optima";
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}

.bloc-bg__title {
  font-family: "Optima";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}
.bloc-bg__title--blue {
  color: #213047;
}
.bloc-bg__title--white {
  color: #fff;
}
h2 {
  font-size: 2rem;

  color: #213047;
  font-family: "Optima";
  font-weight: 500 !important;
}

p.sous_titre {
  font-size: 1.2rem;
}
h3 {
  font-size: 1.2rem;
  font-family: "Optima";
  font-weight: normal;
}
.post-content h3 {
  font-size: 1.5rem;
  font-family: "Optima";
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.post-content h2 {
  margin-bottom: 30px;
}

.post-content p + h2,
.post-content img + h2,
.post-content video + h2 {
  margin-top: 30px;
}

.last-articles__title-h3 {
  font-size: 1rem;
  text-transform: uppercase;
}
.last-articles__texte {
  text-align: justify;
}

p,
pre {
  font-family: "Cormorant Garamond";
  color: #213047;
  font-size: 1rem;
}

.last-articles--border {
  border-top: 1px solid #213047;
  border-bottom: 1px solid #213047;
}

button {
  font-size: 1rem;
  text-transform: uppercase !important;
  padding: 12px 24px;
}

button:focus {
  outline: none;
}
/* Boutons */
.custom-toggler.navbar-toggler {
  border: none !important;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32'\
   xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' \
   stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.btn-1 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 24px;
  /*font-size: 17px;*/
  font-family: "Cormorant Garamond";
  white-space: nowrap;
}
.carousel-boutons-conteneur > div {
  z-index: 1000;
}

.btn-1:hover {
  color: #213047;
  border: 1px solid #fff;
  background-color: #fff;
}
.btn-blue {
  background-color: transparent;
  border: 1px solid #213047;
  color: #213047;
  padding: 12px 24px;
  /*font-size: 17px;*/
  line-height: 15px;
}
.btn-white-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #213047;
  padding: 12px 24px;
  /*font-size: 17px;*/
  line-height: 15px;
}
.btn-white-transparent:hover {
  background-color: #fff;
  color: #213047;
}
.btn-blue:hover {
  background-color: #213047;
  color: #fff;
}

a:hover {
  text-decoration: none;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#navbarNavDropdown a:hover,
footer a:hover {
  color: #8b9996;
}
/******************************/
/*// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/

.zoom-hover:hover > .zoom,
.zoom-hover:focus > .zoom {
  transform: scale(1.05);
}
.zoom-hover > .zoom {
  /*width: 100%;*/
  transition: all 0.6s;
}

@media (min-width: 992px) {
  .postion-absolute-lg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

/*.carousel-control-prev-icon, #carousel_actu .carousel-control-prev-icon{
		background-image: url('assets/img/fleche_gauche.png') !important;
		width: 110px !important;
     	height: 100px !important;
}
.carousel-control-next-icon, #carousel_actu .carousel-control-next-icon {
		background-image: url('assets/img/fleche_droite.png') !important;
		width: 110px !important;
     	height: 100px !important;
}*/

@media (min-width: 768px) {
  /*.carousel-item{
		background-image: url('assets/img/carousel1.png');
		background-position: center center;
  		background-repeat: no-repeat;
}*/
  /*	.carousel-control-prev-icon, .carousel-control-next-icon, 
	#carousel_actu .carousel-control-next-icon, 
	#carousel_actu .carousel-control-prev-icon {
   /* max-width: 100%;
    height: auto;*/
  /*	width: 65px !important;
	     	height: 65px !important;
	}*/

  /*	.carousel-control-next-icon {
			width: 110px !important;
	     	height: 100px !important;
	}*/
}

/***********************\
 /***** Image en-tête *****\ 
/**************************/
.category-title {
  background-size: cover;
  width: 100%;
  height: 700px;
  background-position: center;
}

@media (min-width: 768px) {
  .category-title {
    /*height: 600px;*/
  }
}
@media (min-width: 992px) {
  .category-title {
    /*height: 700px;*/
  }
}

.mc-embedded-subscribe-form__response a:hover {
  color: white;
}

/*video[poster]{
height:100%;
width:100%;
}*/

.bouton-retour {
  left: -120px;
}
@media (min-width: 1200px) {
  .bouton-retour {
    left: -140px;
  }

  .last-articles__texte,
  .last-articles__title-h3 {
    font-size: 16px;
  }
}
/* POST CONTENT */
.post-content p {
  text-align: justify;
}

/*.wp-block-button__link {
    color: #213047 !important;
    font-family: "Akkurat";
}*/

@media (min-width: 1450px) {
  .carousel-boutons-conteneur {
    margin-top: 600px !important;
  }
}
@media (min-width: 1180px) {
  .carousel-boutons-conteneur {
    margin-top: 560px !important;
  }
}
@media (max-width: 1450px) {
  .revendeurs-nordique-france {
    max-width: 100% !important;
    flex: auto !important;
    text-align: center !important;
  }
}
