/*
Theme Name: CNTS Guinée
Theme URI: http://intside.com/themes/bootship/
Author: Intside
Author URI: http://intside.com/
Description: CNTS Guinée is a official WordPress theme based on Bootstrap
Version: 0.1
Tags: blue, black, white, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: CNTS Guinée 0.1
*/


/**
 * Table of Contents:
 *
 * 1.0 - Basic Structure
 * 2.0 - Media Queries
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

html :where(.wp-block) {
	max-width: 100% !important;
}


.site-content>*:not(div) {
  margin-left: auto;
  margin-right: auto;
}

:root {
  --primary: #1a3a6c;
  --primary-light: #2a5298;
  --primary-dark: #152943;
  --accent: #c62828;
  --accent-hover: #b71c1c;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #1e3a5f;
  --slate-900: #0f172a;
}

html {
  font-size: 16px;
}

.site-content > *:not(div) {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 24px);
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: var(--slate-600);
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  display: inline-block;
  color: var(--color-secondary);
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
}

h1 {
  font-size: 2rem;
} 

h2 {
  font-size: 1.875rem;
}

.h3 {
  font-size: 1.5rem;
}

.h4 {
  font-size: 1.25rem;
}

.h5 {
  font-size: 1.125rem;
}

.h6 {
  font-size: .875rem;
}


.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.1s; }
.delay-3 { transition-delay: 0.15s; }
.delay-4 { transition-delay: 0.16s; }
.delay-5 { transition-delay: 0.2s; }
.delay-6 { transition-delay: 0.24s; }
.delay-7 { transition-delay: 0.3s; }
.delay-8 { transition-delay: 0.32s; }
.delay-9 { transition-delay: 0.4s; }


.desc-custom p {
  font-size: .875rem;
  margin-bottom: 0;
}

.section-tag {
  background: rgba(26, 58, 108, 0.08);
  position: relative;
  display: inline-block;
  font-size: .875rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: .25rem .75rem .25rem 1.25rem;
  border-radius: 50px;
  color: var(--primary);
}

.section-tag::before {
  content: '';
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: .5rem;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 100px;
}

.section-title {
  color: var(--primary);
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p {
  margin-bottom: 0;
}

.section-link {
  font-weight: 600;
  color: var(--primary);
}

.section-link:hover {
  color: var(--accent);
}


.btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: .75rem 1rem;
  line-height: 18px;
  border-radius: 6px;
  color: #fff;
  transition: all 0.25s;
}

.btn,
.btn:hover,
.btn:focus,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn:focus-visible {
	border-width: 1px;
	border-style: solid;
}

#custom-form form input[type="button"],
#custom-form form input[type="submit"],
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
:not(.btn-check)+.btn:active.btn-primary,
.btn:first-child:active.btn-primary,
.btn:focus-visible.btn-primary {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
:not(.btn-check)+.btn:active.btn-outline-secondary,
.btn:first-child:active.btn-outline-secondary,
.btn:focus-visible.btn-outline-secondary {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-secondary:hover {
  background: var(--primary);
  color: #fff;
}

.fade-up {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
  transform: translateY(0);
  opacity: 1;
}


/**
 * 1.0 Basic Structure
 * ----------------------------------------------------------------------------
*/

.topbar {
  background: var(--primary-dark);
  font-size: .75rem;
  color: #fff;
}
.topbar ul {
  display: inline-block;
}

.topbar ul li {
  display: inline-block;
}

.topbar .nav-contact li:last-child {
 margin-left: 1.375rem;
}

.topbar ul + ul {
  margin-left: .875rem;
}

.topbar ul + ul li:not(:first-child) {
  margin-left: .625rem;
}

.topbar ul li a {
  color: #fff;
}

.topbar ul li a:hover {
  color: var(--accent);
}

nav.navbar {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--slate-100);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  padding: 0;
}

.logo-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 32px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
}

nav .logo-icon {
  background-color: var(--primary);
  transition: background-color 0.3s;
}
nav .logo-icon:hover {
  background-color: var(--accent);
}

.logo-icon + ul li {
  font-weight: 700;
  text-transform: uppercase;
}

.logo-icon + ul li:first-child {
  font-size: 1.5rem;
  line-height: 1;
}

nav .logo-icon + ul li:first-child {
  color: var(--primary);
}

.logo-icon + ul li:last-child {
  font-size: .625rem;
}

nav .logo-icon + ul li:last-child {
  color: var(--slate-500);
}

.navbar-toggler {
  color: var(--slate-600);
}

.navbar-toggler:focus {
  box-shadow: none;
}

 nav .navbar-collapse .navbar-nav .menu-item:not(:last-child) {
  margin-bottom: 1rem;
}

nav .navbar-collapse .navbar-nav .menu-item a {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  padding: .5rem 0;
  color: var(--slate-600);
  transition: color 0.2s;
}

nav .navbar-collapse .navbar-nav .menu-item-has-children {
  position: relative;
  margin-right: 0;
}

nav .navbar-collapse .navbar-nav .menu-item-has-children > a::before {
  content: "";
  background: url(assets/images/down-black.svg) no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease-in-out;
}

nav .navbar-collapse .navbar-nav .menu-item .open {
  margin: 0 !important;
}

nav .navbar-collapse .navbar-nav .menu-item-has-children > a[aria-expanded=true]::before {
  transform: rotate(-180deg);
}

nav .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a {
  font-size: 0.875rem;
  padding: 0.5rem;
  margin: 0;
}

nav .navbar-collapse .navbar-nav .current-menu-ancestor a,
nav .navbar-collapse .navbar-nav .current-menu-ancestor a:hover,
nav .navbar-collapse .navbar-nav .menu-item a[aria-current=page],
nav .navbar-collapse .navbar-nav .menu-item a[aria-current=page]:hover,
nav .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a[aria-current=page],
nav .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a[aria-current=page]:hover {
  color: var(--accent);
}

nav .navbar-collapse .navbar-nav .menu-item a:hover,
nav .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a:hover {
  color: var(--slate-700);
}

nav .navbar-collapse .navbar-nav + .btn-primary {
  width: 100%;
}

.hero-section {
  background: var(--slate-50);
  overflow: hidden;
  position: relative;
  padding: 40px 0 80px;
}

.hero-blob-1,
.hero-blob-2 {
  position: absolute;
  border-radius: 1000px;
  filter: blur(60px);
}
.hero-blob-1 {
  background: rgba(26, 58, 108, 0.05);
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
}

.hero-blob-2 {
  background: rgba(229, 57, 53, 0.05);
  bottom: -80px;
  left: -80px;
  width: 400px;
  height: 400px;
}

.content-link li a {
  display: block;
}

.content-link li:first-child {
  margin-bottom: .875rem;  
}

.badge-urgent {
  display: inline-block;
  font-size: .875rem;
  padding: .5rem 1rem;
  border: 1px solid var(--slate-200);
  border-radius: 100px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.badge-urgent li,
.badge-urgent li ul {
  display: inline-block;
}

.badge-name {
  font-weight: 600;
  color: var(--primary);
}

.badge-separator {
  background: var(--slate-200);
  position: relative;
  top: 2px;
  width: 1px;
  height: 1rem;
  margin: 0 .75rem;
}

.badge-label {
  color: var(--accent);
}

.ping-dot {
  position: relative;
  width: .75rem;
  height: .75rem;
}

.ping-dot li {
  background-color: var(--accent);
  position: absolute;
  inset: 0;
  border-radius: 100px;
}

.ping-ring {
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
  opacity: 0.75;
}

@keyframes ping {
  75%,
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.hero-title h1,
.hero-title h2,
.hero-title h3,
.hero-title h4,
.hero-title h5,
.hero-title h6,
.hero-title p {
  color: var(--primary);
}

.hero-title h1 strong,
.hero-title h2 strong,
.hero-title h3 strong,
.hero-title h4 strong,
.hero-title h5 strong,
.hero-title h6 strong,
.hero-title p strong {
  color: var(--accent);
}


.hero-img-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 1.5rem 2rem 1rem;
}

.hero-img-inner {
  position: relative;
}

.hero-img-inner::before {
  content: '';
  background-color: rgba(30, 58, 95, 0.102);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  transform: rotate(3deg) translate(16px, 16px);
  border-radius: 24px;
}

.hero-img-deco {
  transform: rotate(-2deg);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
  transition: transform 0.5s;
}

.hero-img-deco:hover {
  transform: rotate(0deg);
}

.hero-img-deco::before {
  content: '';
  background: linear-gradient( to top, rgba(15, 35, 71, 0.7) 0%, transparent 60%);
  position: absolute;
  border-radius: 24px;
  inset: 0;
}

.hero-img-deco img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}



.hero-img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}

.icon-circle {
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 100px;
  color: var(--accent);
}

.hero-img-caption ul li:first-child {
  font-size: .875rem;
  font-weight: 500;
  color: #fffc;
}

.badge-don {
  background: var(--accent);
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 20;
  font-size: .875rem;
  font-weight: 700;
  padding: .5rem 1rem;
  box-shadow: 0 4px 16px rgba(229, 57, 53, 0.35);
  border-radius: 100px;
  color: #fff;
}


.badge-stats {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1rem;
  border: 1px solid var(--slate-100);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.badge-stats ul li:first-child {
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--slate-500);
}

.badge-stats ul li:last-child {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--primary);
}

.icon-green {
  background-color: #dcfce7;
  line-height: 40px;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #16a34a;
}

.badge-stats .icon-green {
  border-radius: 12px;
}


.stats-bar {
  background-color: #fff;
  border-top: 1px solid var(--slate-100);
  border-bottom: 1px solid var(--slate-100);
}

.stat-item {
  text-align: center;
}

.stat-icon {
  background-color: rgba(30, 58, 95, 0.102);
  display: inline-block;
  text-align: center;
  line-height: 56px;
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0 1rem;
  border-radius: 16px;
  color: var(--primary);
}


.stat-number {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--primary);
}

.stat-label {
  font-size: .875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--slate-500);
}


.assignment {
  background: var(--slate-50);
  position: relative;
  overflow: hidden;
}

.assignment-blob-1 {
  position: absolute;
  top: -80px;
  left: -80px;
  width: 350px;
  height: 350px;
  background: rgba(26, 58, 108, 1);
  filter: blur(80px);
  border-radius: 100px;
  opacity: 0.04;
}

.assignment-blob-2 {
  background: var(--accent);
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 220px;
  height: 220px;
  filter: blur(60px);
  border-radius: 100px;
  opacity: 0.04;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 0.875rem;
}

.feature-icon {
  background: #fff;
  flex-shrink: 0;
  padding: .75rem;
  border: 1px solid var(--slate-100);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  color: var(--accent);
}

.feature-item ul li:first-child {
  margin-bottom: .25rem;
  color: var(--primary);
}

.feature-item p {
  font-size: .875rem;
}

.assignment-img-wrap {
  position: relative;
  margin: 0 0 1.5rem 1.5rem;
}

.assignment-img-wrap img {
  border: 4px solid #fff;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.assignment-img-overlay {
  background: linear-gradient(to top, rgba(15, 35, 71, 0.8) 0%, transparent 55%);
  position: absolute;
  inset: 4px 4px 4px 4px;
  border-radius: 12px;
}

.assignment-img-caption {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: #fff;
}

.assignment-img-caption li:last-child {
  font-size: .875rem;
  color: #fffc;
}

.progress-card {
  background: #fff;
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  padding: 1.5rem;
  min-width: 220px;
  border: 1px solid var(--slate-100);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.progress-card .icon-green {
  border-radius: 100px;
}

.progress-label {
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--slate-500);
}

.progress-value {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
}

.progress-percent {
  font-size: .75rem;
  color: var(--slate-500);
}

.progress-track {
  background: var(--slate-100);
  height: .5rem;
  border-radius: 4px;
}

.progress-bar {
  background-color: #22c55e;
  width: 0;
  height: .5rem;
  border-radius: 4px;
  transition: width 1.2s ease;
}


.service-card {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  height: 100%;
  border: 1px solid var(--slate-100);
  border-radius: 16px;
  transition: all 0.3s;
}

.service-card::before {
  content: "";
  background: linear-gradient(135deg, rgba(26, 58, 108, 0.04), transparent);
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.service-card:hover {
  border-color: rgba(26, 58, 108, 0.18);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  background: var(--slate-50);
  text-align: center;
  line-height: 56px;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  border-radius: 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  color: var(--primary);
  transition: all 0.3s;
}

.service-card:hover .service-icon {
  background: var(--primary);
  color: #fff;
  transform: scale(1.1);
}

.service-card .h4 {
  margin-bottom: .75rem;
  color: var(--primary);
  transition: transform 0.3s;
}

.service-card:hover .h4 {
  transform: translateX(4px);
}

.service-card a {
  font-size: .875rem;
  font-weight: 600;
  transform: translateY(8px);
  color: var(--accent);
  opacity: 0;
  transition: all 0.3s;
}

.service-card:hover a {
  transform: translateY(0);
  opacity: 1;
}

.map-container {
  background: var(--slate-100);
  overflow: hidden;
  position: relative;
  height: 400px;
  border: 1px solid var(--slate-200);
  border-radius: 16px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.map-overlay {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  font-size: .875rem;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.map-overlay .map-icon {
  background: rgba(229, 57, 53, 0.1);
  text-align: center;
  line-height: 40px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100px;
  color: var(--accent);
}

.map-overlay ul li:first-child {
  margin-bottom: 0;
  color: var(--primary);
}

.map-overlay ul li:last-child {
  color: var(--slate-500);
}

.center-card {
  background: var(--slate-50);
  font-size: .875rem;
  padding: 1.25rem;
  border: 1px solid var(--slate-100);
  border-radius: 14px;
  transition: all 0.3s;
}

.center-card:not(:last-child) {
  margin-bottom: 1rem;
}

.center-card:hover {
  border-color: rgba(26, 58, 108, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.center-card ul li:first-child {
  margin-bottom: 0;
  color: var(--primary);
}

.center-card ul li:last-child {
  color: var(--slate-500);
}
 
.centre-pin {
  background: rgba(26, 58, 108, 0.06);
  text-align: center;
  line-height: 40px;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100px;
  color: var(--primary);
  transition: all 0.3s;
}

.center-card:hover .centre-pin {
  background: var(--primary);
  color: #fff;
}

.badge-region {
  background-color: rgba(229, 57, 53, 0.06);
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: .25rem .5rem;
  border-radius: 4px;
  color: var(--accent);
}

.centre-phone {
  color: var(--slate-500);
}
.cta-blob-1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  filter: blur(40px);
}

.cta-blob-2 {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: rgba(229, 57, 53, 0.2);
  border-radius: 50%;
  filter: blur(40px);
}

.cta-banner {
  overflow: hidden;
  position: relative;
  background-color: var(--slate-700);
  border-radius: 16px;
  color: #fff;
}

.cta-banner p:last-child {
  color: #bfdbfe;
}


.news {
  background: var(--slate-50);
}

.news-card {
  overflow: hidden;
  background: #fff;
  height: 100%;
  border: 1px solid var(--slate-100);
  border-radius: 16px;
  transition: all 0.3s;
}
.news-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.news-img-wrap {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.news-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-card:hover .news-img-wrap img {
  transform: scale(1.06);
}

.news-tag {
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: .25rem .75rem;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: var(--primary);
}

.news-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: .875rem;
  padding: 1.5rem;
}

.news-body span {
  display: inline-block;
  margin-bottom: .75rem;
  color: var(--slate-500);
}
.news-body .h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .75rem;
  color: var(--primary);
  transition: color 0.2s;
}

.news-card:hover .news-body .h4 {
  color: var(--accent);
}

.news-card .news-body a {
  font-weight: 600;
  margin-top: auto;
  color: var(--primary);
  transition: transform 0.3s;
}

.news-card:hover .news-body a {
  transform: translateX(6px);
}


footer {
  background: var(--primary-dark);
  font-size: .875rem;
}

footer p,
footer a {
  font-size: .875rem;
}

footer section:first-child {
  color: #cbd5e1;
}

footer section:first-child .navbar-brand .logo-icon {
  background-color: var(--accent);
}

footer section:first-child .navbar-brand .logo-icon + ul li:first-child {
  color: #fff;
}

footer section:first-child .navbar-brand .logo-icon + ul li:last-child {
  color: #bfdbfe;
}

footer section:first-child .navbar-networks li {
  display: inline-block;
}

footer section:first-child .navbar-networks li:not(:first-child) {
  margin-left: .875rem;
}

footer section:first-child .navbar-networks li a {
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
  line-height: 40px;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: #fff;
  transition: all 0.3s;
}


footer section:first-child .navbar-networks li a:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}

footer section:first-child .h5 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2.625rem;
  color: #fff;
}

footer section:first-child .h5::before {
  content: '';
  background-color: var(--accent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: .25rem;
  border-radius: 4px;
}

footer section:first-child .navbar-nav li:not(:last-child) {
  margin-bottom: .75rem;
}

footer section:first-child .navbar-nav li a {
  transition: all 0.2s;
  color: #cbd5e1;
}

footer section:first-child .navbar-nav li a:hover {
  transform: translateX(6px);
  color: #fff;
}

footer section:first-child .navbar-nav li a svg {
  color: var(--accent);
}

footer section:first-child .navbar-contact ul {
  position: relative;
  padding: .5rem 0;
}

footer section:first-child .navbar-contact ul:not(:last-child) {
  margin-bottom: 1rem;
}

footer section:first-child .navbar-contact ul li:last-child {
  display: inline-block;
  margin-left: 3.25rem;
}

footer section:first-child .navbar-contact ul li:first-child {
  background: rgba(255, 255, 255, 0.06);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 32px;
  padding: .125rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  color: var(--accent);
}

footer section:first-child .urgences-box {
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.18), transparent);
  padding: 1.5rem;
  border: 1px solid rgba(229, 57, 53, 0.2);
  border-radius: 16px;
}

footer section:first-child .urgences-box p {
  margin-bottom: 1rem;
  color: #e2e8f0;
}

footer section:last-child {
  color: #94a3b8;
}

footer section:last-child .footer-banner {
  border-top: 1px solid rgba(255, 255, 255, 0.102);
}

footer section:last-child ul li:first-child {
  margin-bottom: 1rem;
}

footer section:last-child ul li a {
  color: #94a3b8;
}

footer section:last-child ul li a:hover {
  color: #fff;
}

/**
 * 2.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* WordPress Media Queries */
@media (max-width: 600.98px) {
}
@media (min-width: 601px) and (max-width: 782.98px) {
}
@media (min-width: 783px) {
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.site-content>*:not(div) {
		max-width: calc(100% - 24px);
	}
}

@media (min-width: 576px) {
	.site-content>*:not(div) {
		max-width: 540px;
	}
}

/* Small devices (landscape phones, 576px, up to 768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 576px) and (max-width: 991.98px) {
}

@media (min-width: 768px) {
	.site-content>*:not(div) {
		max-width: 720px;
	}

    .content-link li {
    display: inline-block;
    margin-bottom: 0 !important;
  }

  .content-link li:last-child {
    margin-left: .875rem;
  }


  footer section:last-child ul li {
    display: inline-block;
    margin-bottom: 0 !important;
  }

  footer section:last-child ul li:not(:first-child) {
    margin-left: .875rem;
  }

}

/* Medium devices (tablets, 768px, up to 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (max-width: 991.98px) {
}

@media (min-width: 992px) {
	.site-content>*:not(div) {
		max-width: 960px;
	}

    h1 {
    font-size: 3.75rem;
  } 

  p {
    font-size: 1.125rem;
  }

  nav .navbar-collapse .menu-navigation-menu-container  {
    margin-left: auto;
  }

  nav .navbar-collapse .navbar-nav .menu-item {
    margin-bottom: 0 !important;
    padding: 0.625rem 1rem;
  }

  nav .navbar-collapse .navbar-nav .menu-item a {
    padding: 0;
  }

  nav .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item {
    margin-bottom: 0;
    padding: 0;
  }

  nav .navbar-collapse .navbar-nav .menu-item-has-children > a {
    padding-right: .5rem !important;
  }

  nav .navbar-collapse .navbar-nav .menu-item-has-children > a::before {
    top: 50%;
    right: 0;
    background: url(assets/images/down-white.svg) no-repeat;
    transform: translateY(-50%);
  }

  nav .navbar-collapse .navbar-nav .menu-item-has-children:hover > a::before {
    transform: translateY(-50%) rotate(-180deg);
  }

  nav .navbar-collapse .navbar-nav .menu-item .sub-menu {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    display: none;
    width: 12.5rem;
    border-radius: 8px;
    box-shadow: 1px 1px 6px rgba(34, 51, 102, 0.1);
  }

  nav .navbar-collapse .navbar-nav .menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  nav .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  nav .navbar-collapse .navbar-nav + .btn-primary {
    width: auto;
  }


  .hero-section {
    padding: 60px 0 100px;
  }


  footer section:last-child ul li:not(:first-child) {
    margin-left: 1.375rem;
  }

}

/* Large devices (desktops, 992px, up to 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
}

@media (min-width: 1200px) {

	.site-content>*:not(div) {
		max-width: 1140px;
	}

}

/* X-Large devices (large desktops, 1200px, up to 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.site-content>*:not(div) {
		max-width: 1320px;
	}
}