/*
Theme Name: Nordique France
Theme URI: http://www.spin-interactive.com/
Author: Spin Interactive
Author URI: http://www.spin-interactive.com/
Description: Theme by Spin Interactive
Version: 1.0
Tags: spintheme
*/

/*
Theme Name: Nordique France
*/

@import url("assets/css/variables.css");

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

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

h1 {
  font-size: 2.5rem;
  color: #213047;
}
@media (min-width: 992px) {
  h1 {
    font-size: 4rem;
  }
}

.bloc-bg__title {
  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-weight: 500 !important;
}

p.sous_titre {
  font-size: 1.2rem;
}
h3 {
  font-size: 1.2rem;
  font-weight: normal;
}

p,
pre {
  color: #213047;
  font-size: 0.8rem;
}

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

button {
  font-size: 0.8rem;
  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;
  white-space: nowrap;
}

.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;
  line-height: 15px;
}
.btn-white-transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #213047;
  padding: 12px 24px;
  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;
}

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


