/*!
Theme Name: briand
Author: Agence Be
Author URI: https://www.agence-be.fr
Description: A clean and simple theme for Pharmacie briand.
Version: 1.0.0
Requires at least: WordPress 4.7
Tested up to: 5.5.1
Requires PHP: 7.3.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: briand
Tags: blog, custom-background, one-column, two-columns, left-sidebar, right-sidebar, custom-logo, custom-menu, featured-images, featured-image-header, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

briand is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Genericons Neue (https://genericons.com/) are used in the theme.
Genericons Neue are distributed under the terms of the GNU GPL v2 or later.

Social Logos (https://github.com/Automattic/social-logos) are used in the theme.
Social Logos are distributed under the terms of the GNU GPL v2 or later.

Screenshot image from StockSnap.io (https: //stocksnap.io/photo/AAJD6NGTZE) Licenced CC0 (https://creativecommons.org/publicdomain/zero/1.0/)
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Media
# Header
# Content
# Blocks
# Pagination
# Comments
# Footer
# Widgets
# Helpers
# Custom rules
--------------------------------------------------------------*/

/**************************
 * Typography
 **************************/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "ubuntuRegular", sans-serif;
  font-size: 16px;
  line-height: 19px;
}
dfn, cite, em, i {
  font-style: italic;
}
q {
  font-style: italic;
}
pre {
  background-color: #f1f5f8;
  border-left: 8px solid #3d4852;
  border-radius: 4px;
  font-family: "Oxygen Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace";
  font-size: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: 1rem;
  margin: 1.5rem 0;
}
code, kbd, tt, var {
  font-family: "Oxygen Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace";
}
abbr, acronym {
  cursor: help;
}
mark {
  background-color: #3d4852;
  color: #fff;
  text-decoration: none;
}
h1, .h1 {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
h2, .h2 {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
h3, .h3 {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.2rem;
}
h4, .h4 {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.1rem;
}
h5, .h5 {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1rem;
}
h6, .h6 {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1rem;
}
a {
  transition: 0.25s all ease-in-out;
}
blockquote {
  background-image: url("/wp-content/themes/briand/icons/blockquote.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-left: 8px solid #3d4852;
  font-size: 1.125em;
  margin: 1.5rem 0;
  padding: 2rem;
}
blockquote cite,
blockquote .wp-block-quote__citation {
  display: block;
  font-size: 0.9em;
  text-align: right;
}

/**************************
 * Basic HTML elements
 **************************/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: white;
  position: initial;
}

hr {
  color: #9AACB6;
  margin: 1.5rem 0;
}

ul, ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

li > ul,
li > ol {
  margin: 0;
}

li {
  margin-top: 0.25rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

img {
  height: auto;
  max-width: 100%;
}

svg {
  fill: currentColor;
}

figure, table {
  margin: 2rem 0;
}

figcaption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
}

table {
  border-collapse: collapse;
  border: 1px solid #58636F;
  width: 100%;
}

thead, tfoot, th {
  background-color: #3d4852;
  color: white;
  text-align: left;
}
thead a, tfoot a, th a {
  color: white;
}
thead a:visited, tfoot a:visited, th a:visited {
  color: white;
}
thead a:hover, thead a:focus, tfoot a:hover, tfoot a:focus, th a:hover, th a:focus {
  color: #3d4852;
  background-color: white;
}

th, td {
  border: 1px solid #58636F;
  padding: 0.5rem;
}

.table-wrapper {
  overflow: auto;
}

/**************************
 * Form elements
 **************************/
input,
textarea,
select {
  background-color: #f1f5f8;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  max-width: 100%;
  padding: 0.25rem 0.75rem;
  transition: all 0.25s ease-in-out;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #677783;
}
input:hover, input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  background-color: #dae1e7;
  box-shadow: 0 0 2px 2px #bac6d3;
  outline: none;
}
textarea {
  width: 100%;
}
button:hover {cursor: pointer}
.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #3d4852;
  color: #3d4852;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 0.25rem;
}

.big-button .wp-block-button__link {
  padding: 1rem 1.5rem;
}

/**************************
 * Media elements
 **************************/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.icon {
  height: 1.25rem;
  width: 1.25rem;
}

.gallery {
  display: grid;
  margin-bottom: 1.5em;
}

.gallery-columns-1 {
  grid-template-columns: 1fr;
}

.gallery-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.gallery-columns-3 {
  grid-template-columns: 1fr 1fr;
}

.gallery-columns-4 {
  grid-template-columns: repeat(2, 1fr);
}


.gallery-columns-5 {
  grid-template-columns: repeat(2, 1fr);
}


.gallery-columns-6 {
  grid-template-columns: repeat(2, 1fr);
}


.gallery-columns-7 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(2, 1fr);
}


.gallery-columns-9 {
  grid-template-columns: repeat(2, 1fr);
}


.gallery-item {
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}

.gallery-icon,
.gallery-caption,
.gallery-icon img {
  display: block;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption a img {
  display: block;
}

.wp-caption-text {
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
  text-align: center;
}

.wp-block-image .alignleft,
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.wp-block-image .alignright,
.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.alignwide,
.alignfull {
  width: auto;
  max-width: 100vw;
}

/**************************
 * Navigation bar
 **************************/
.site-header {
}
.default-navbar {
  width: 100%;
  max-height: 130px;
  background: url(/wp-content/themes/briand/assets/img/BG-footer.webp) no-repeat right -190px, linear-gradient(180deg, rgb(0, 98, 152) 0%, rgb(0, 147, 210) 100%);
}
.hero,
.site-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.navbar-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.site-branding {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  line-height: 1;
  max-width: 212px;
  margin: -170px auto 0 auto;
  justify-content: center;
}
.custom-logo-link {
  display: inline-block;
  line-height: 1;
  transition: all 0.25s ease-in-out;
  margin: 0 auto ;
}
.custom-logo-link:hover, .custom-logo-link:focus {
  background-color: transparent;
  transform: scale(1.1);
}
.custom-logo {
  width: auto;
}
.site-details {
  margin-left: 0.5rem;
}
.site-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
.site-title a {
  text-decoration: none;
}
.site-title a:hover, .site-title a:focus {
  color: #fff;
}
.site-description {
  color: #677783;
  font-size: 0.75rem;
  margin: 0.25rem 0 0;
}
.sidebar-menu-area {
  box-shadow: 0 4px 4px 1px #677783;
  background: #ffffff;
  height: 220pc;
  max-width: 450px;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 8px;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  width: 0;
  z-index: -10;
}
.sidebar-menu-area.open {
  visibility: visible;
  width: 80vw;
  z-index: 10;
}
.admin-bar .sidebar-menu-area {
  margin-top: 46px;
}

.main-navigation,
.footer-menu-section {
  margin: 0 auto;
  color: #677783;
}
.main-navigation a,
.footer-menu-section a {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  display: inline-block;
  font-size: 1.25rem;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "ubuntuRegular", -apple-system, sans-serif;
  margin: 8px 0 0 0;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item a,
.footer-menu-section a:hover,
.footer-menu-section a:focus,
.footer-menu-section .current-menu-item a {
  background-color: transparent;
}
.main-navigation a:visited,
.footer-menu-section a:visited {
}
#primary-menu .menu-item {
  padding: 15px 20px;
  min-width: 155px;
}
#primary-menu li {
  margin-top: 0;
}
#masthead .menu-item a span:before {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: auto 50px;
  display: block;
  height: 50px;
  opacity: 0.75;
  content: "";
  margin: -6px 0 6px 0;
}
.menu-item-28 a span:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-equipe_on.webp");
}
.menu-item-27 a span:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-services_on.webp");
}
.menu-item-26 a span:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-marques_on.webp");
}
.menu-item-355 a span:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-blog_on.webp");
}
.menu-item-27:hover:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-equipe.webp");
}

.menu-item-28:hover:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-services.webp");
}
.menu-item-26:hover:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-marques.webp");
}
.menu-item-355:hover:before {
  background-image: url("/wp-content/themes/briand/assets/img/icn-menu-blog.webp");
}

.menu-item-27 {
  border-top: 6px solid #ffa700;
  text-align: center;
  transition: 0.5s linear;
}
.menu-item-28 {
  border-top: 6px solid #009fe6;
  margin: 0 300px 0 0;
  text-align: center;
  transition: 0.5s linear;
}
.menu-item-26 {
  border-top: 6px solid #00c290;
  text-align: center;
  transition: 0.5s linear;
}
.menu-item-355 {
  border-top: 6px solid #ff006d;
  text-align: center;
  transition: 0.5s linear;
}
.menu-item-27:hover {
  border-top: 6px solid #ffa700;
  background-color: #ffa700;
  transition: 0.5s linear;
}
.menu-item-28:hover {
  border-top: 6px solid #009fe6;
  background-color: #009fe6;
  transition: 0.5s linear;
}
.menu-item-26:hover {
  border-top: 6px solid #00c290;
  background-color: #00c290;
  transition: 0.5s linear;
}
.menu-item-355:hover {
  border-top: 6px solid #ff006d;
  background-color: #ff006d;
  transition: 0.5s linear;
}
.menu-item-27:hover a {
  color: #FFFFFF;
}
.menu-item-28:hover a {
  color: #FFFFFF;
}
.menu-item-26:hover a {
  color: #FFFFFF;
}
.menu-item-355:hover a {
  color: #FFFFFF;
}
#site-navigation .sub-menu {
  margin: 0;
  padding: 20px 0 30px 0;
  width: max-content;
  min-width: 100%;
}
#site-navigation .sub-menu a span {
  text-shadow: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "ubuntuRegular", -apple-system, sans-serif;
}
.menu-item-41:hover, .menu-item-41:focus {
  color: #FFFFFF;
  background-color: #d3337b;
  transition: 0.5s linear;
}
.menu-item-46:hover, .menu-item-46:focus {
  color: #FFFFFF;
  background-color: #09afa2;
  transition: 0.5s linear;
}
.menu-item-39:hover, .menu-item-39:focus {
  color: #FFFFFF;
  background-color: #eb871d;
  transition: 0.5s linear;
}
.menu-item-42:hover, .menu-item-42:focus {
  color: #FFFFFF;
  background-color: #16bbff;
  transition: 0.5s linear;
}
.menu-item-40:hover, .menu-item-40:focus {
  color: #FFFFFF;
  background-color: #65bd00;
  transition: 0.5s linear;
}


.toggle {
  background: transparent;
  border: none;
  padding: 0.25rem;
}
.toggle:hover, .toggle:focus {
  background-color: #3d4852;
  color: white;
}
.toggle:hover svg, .toggle:focus svg {
  fill: currentColor;
}
.toggle svg {
  fill: #3d4852;
  margin: 0;
}


.menu-section {
  border-top: 1px solid #dae1e7;
  padding: 1rem;
}

.menu-header {
  align-items: center;
  border-top: none;
  display: flex;
  justify-content: space-between;
}

.menu-title {
  text-transform: uppercase;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu ul {
  list-style: none;
}

.menu-item,
.page_item {
  position: relative;
}

.sub-menu,
.menu-item-has-childen .children,
.page_item_has_children .children {
  font-size: 0.875rem;
}
.sub-menu .menu-item,
.sub-menu .page_item,
.menu-item-has-childen .children .menu-item,
.menu-item-has-childen .children .page_item,
.page_item_has_children .children .menu-item,
.page_item_has_children .children .page_item {
  margin-top: 0.25rem;
}

.menu-item-has-children,
.page_item_has_children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:hover .children, .menu-item-has-children:focus-within .sub-menu,
.menu-item-has-children:focus-within .children,
.page_item_has_children:hover .sub-menu,
.page_item_has_children:hover .children,
.page_item_has_children:focus-within .sub-menu,
.page_item_has_children:focus-within .children {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.topbar-nav {
  background-color: #3d4852;
}

.topbar-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1;
}
.topbar-menu .menu-item {
  margin-left: 1rem;
}
.topbar-menu a {
  color: white;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}
.topbar-menu a:hover, .topbar-menu a:focus {
  text-decoration: underline;
}

/**************************
 * Hero section
 **************************/
.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  overflow: hidden;
  text-align: center;
  word-break: break-word;
}

.hero img {
  display: block;
  margin: 0 auto;
}

.hero-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.main-info {
  margin: 4rem 0;
}

.main-title {
  margin: 0 0.25rem;
}

.main-meta {
  color: #677783;
  font-size: 0.875rem;
  margin: 1rem 0 0;
}

.hero-image-full .hero-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}
.hero-background.light-filter .main-meta,
.header-background.light-filter .main-meta {
  color: #58636F;
}
.hero-background.dark-filter .main-title,
.hero-background.dark-filter .main-meta,
.header-background.dark-filter .main-title,
.header-background.dark-filter .main-meta {
  color: #fff;
}
.hero-background.dark-filter .main-meta,
.header-background.dark-filter .main-meta {
  opacity: 0.9;
}

.header-background.light-filter .site-description {
  color: #58636F;
}
.header-background.dark-filter .site-title,
.header-background.dark-filter .site-description {
  color: #fff;
}
.header-background.dark-filter .site-description {
  opacity: 0.9;
}
.header-background.dark-filter .icon-menu {
  fill: #fff;
}

/**************************
 * Content area
 **************************/
.site {
  overflow: hidden;
}

.content-area {
  margin: 0 auto;
}
.sidebar-left .content-area {
  grid-template-columns: 1fr minmax(0, 2fr);
}
.content-wrapper {
  max-width: 1100px;
  margin: -100px auto 10px auto;
  background-color: #FFF;
  padding: 1.5rem;
}
.hentry,
.no-results,
.error-404 {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 3rem;
}


.single .hentry {
  margin-bottom: 0;
}

.post-thumbnail {
  display: block;
  margin: -1rem -1rem 1rem -1rem;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

.post-title {
  margin-top: 0;
  word-break: break-word;
}
.post-title a {
  text-decoration: none;
}
.post-meta {
  color: #677783;
  font-size: 0.75rem;
  margin: 0;
}
.post-meta a {
  color: inherit;
}
.post-meta a:hover, .post-meta a:focus {
  color: white;
}

.post-meta-item {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 1rem;
}
.post-meta-item .icon {
  margin-right: 0.5rem;
}

.published:not(.updated) {
  display: none;
}

.date-hidden .posted-on,
.author-hidden .byline,
.categories-hidden .categories,
.tags-hidden .tags,
.comment-hidden .comment-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.seperator {
  display: inline-block;
  margin: 0 0.25rem;
}

.small-thumbnail {
  border-top: none;
  border-left: 8px solid #3d4852;
}
.small-thumbnail .post-header {
  align-items: center;
  display: flex;
}
.small-thumbnail .post-thumbnail {
  flex-basis: 75px;
  flex-shrink: 0;
  margin: 0 1rem 0 0;
}
.small-thumbnail .post-thumbnail img {
  display: block;
  max-width: 75px;
}
.small-thumbnail.has-post-thumbnail .post-header {
  margin-bottom: 1.5rem;
}
.small-thumbnail.has-post-thumbnail .post-title {
  margin: 0;
}
.post-content {
  word-wrap: break-word;
}
.more-link {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.post-footer {
  border-top: 1px solid #dae1e7;
  clear: both;
  color: #677783;
  font-size: 0.75rem;
  padding: 1rem 0;
}
:not(.logged-in).comment-hidden.tags-hidden .post-footer {
  display: none;
}
.tags,
.edit-link,
.comment-link,
.reply-link {
  align-items: center;
  display: flex;
}
.tags .icon,
.edit-link .icon,
.comment-link .icon,
.reply-link .icon {
  margin-right: 0.5rem;
}
.tags {
  margin-right: auto;
}

.sticky {
  background-color: #3d4852;
  color: white;
}
.sticky .post-meta,
.sticky .post-footer,
.sticky a:visited {
  color: white;
}
.sticky a:hover, .sticky a:focus {
  background-color: white;
  color: #3d4852;
}

#infinite-handle span {
  font-size: inherit;
}

.infinite-scroll .posts-navigation {
  display: none;
}

/**************************
 * Gutenberg Blocks
 **************************/
p.has-background {
  padding: 1.5rem;
}

.has-darkest-grey-background-color {
  background-color: #3d4852;
}

.has-darkest-grey-color {
  color: #3d4852;
}

.has-dark-grey-background-color {
  background-color: #58636F;
}

.has-dark-grey-color {
  color: #58636F;
}

.has-grey-background-color {
  background-color: #677783;
}

.has-grey-color {
  color: #677783;
}

.has-light-grey-background-color {
  background-color: #bac6d3;
}

.has-light-grey-color {
  color: #bac6d3;
}

.has-lightest-grey-background-color {
  background-color: #f1f5f8;
}

.has-lightest-grey-color {
  color: #f1f5f8;
}

.has-small-font-size {
  font-size: 0.875rem;
}

.has-lead-font-size {
  font-size: 1.125rem;
}

.has-large-font-size {
  font-size: 1.25rem;
}

.has-very-large-font-size {
  font-size: 1.5rem;
}

.has-huge-font-size {
  font-size: 1.75rem;
}

.wp-block-media-text,
.wp-block-archives-dropdown {
  margin-bottom: 1.5rem;
}

.wp-block-column {
  margin-bottom: 1.5rem;
  padding: 1rem;
}

.wp-block-media-text {
  display: block;
}

.wp-block-spacer {
  clear: both;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 1.5rem 0;
  padding: 2rem;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.125em;
}

.wp-block-pullquote {
  border-bottom: 8px solid;
  border-top: 8px solid;
}
.wp-block-pullquote blockquote {
  border-left: none;
}

.wp-block-separator {
  max-width: 200px;
}
.wp-block-separator.is-style-wide {
  max-width: none;
}
.wp-block-separator.is-style-dots:before {
  letter-spacing: 1em;
  font-size: 2.75rem;
}

.wp-block-table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes tr {
  background: #f1f5f8;
}
.wp-block-table.is-style-stripes tr:nth-child(even) {
  background-color: transparent;
}

.video-player {
  margin: 1.5rem 0;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************
 * Pagination and posts navigation
 ***********************************/
.navigation,
.pagination {
  background-color: white;
}

.nav-links,
.page-links {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 1rem 0;
  text-transform: uppercase;
}

.comment-navigation .nav-links {
  padding-left: 0;
  padding-right: 0;
}

.page-links a,
.nav-links a,
.current {
  align-items: center;
  display: inline-flex;
  margin: 0 0.25rem;
  padding: 0 0.5rem;
}

.current {
  background: #3d4852;
  color: white;
}

.link-text {
  margin: 0 0.25rem;
}

.nav-previous,
.nav-next {
  align-items: center;
  display: flex;
}
.nav-previous a,
.nav-next a {
  margin: 0;
}

.nav-previous {
  margin-right: auto;
}

.nav-next {
  margin-left: auto;
}

/**************************
 * Comments area
 **************************/
.comments-area {
  background: white;
  border-top: 8px solid #3d4852;
}
.comment-reply-title,
.comments-title {
  margin-top: 0;
}
.comment-notes {
  color: #677783;
  font-size: 0.875rem;
}
.comment-form-comment label,
.comment-form-author label,
.comment-form-url label,
.comment-form-email label {
  display: block;
}
.comment-list {
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
}
.children {
  list-style: none;
}
.comment-body {
  border-left: 8px solid #3d4852;
  margin-bottom: 1.5rem;
}
.comment-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.comment-author .avatar {
  border-radius: 50%;
  max-width: 64px;
  margin-right: 1rem;
}
.bypostauthor .avatar {
  border: 4px solid #3d4852;
  max-width: none;
}
.comment-author-name {
  display: block;
  margin: 0 0 0.25em;
}
.comment-date {
  color: #677783;
  display: block;
  font-size: 0.875rem;
}
.comment-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/**************************
 * Footer
 **************************/
.modal {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.modal.open {
  visibility: visible;
  overflow: auto;
  opacity: 1;
}
.site-footer {
  background: url(/wp-content/themes/briand/assets/img/BG-footer.webp) no-repeat right -190px, linear-gradient(180deg, rgb(0, 98, 152) 0%, rgb(0, 147, 210) 100%);
  height: fit-content;
}
.footer-wrapper {
  padding: 20px;
  max-width: 1100px;
}
.footer-menu-section a {
  border-top: none;
  font-size: 0.75rem;
}
.footer-menu {}
.footer-menu .menu-item,
.footer-social-menu .menu-item {
  display: block;
  margin: 11px 0 0 0;
}
.footer-menu a,
.footer-social-menu a {
  display: inline-block;
  font-family: "interRegular", -apple-system, sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
  color: #FFFFFF;
  padding: 0 0 0 9px;
}
.footer-menu .current-menu-item a {
  border-bottom-color: transparent;
}
.footer-social-menu {
  margin: 0;
}

/**************************
* Widgets
**************************/
.widgets-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 1.5rem;
  max-width: none;
}
.footer-widgets-wrapper {
  max-width: 1600px;
}
.widget {
  background-color: #fff;
  border-top: 8px solid #3d4852;
  padding: 1rem;
}
.widget-title {
  display: block;
  word-break: break-all;
}
.widget_nav_menu .sub-menu,
.widget_nav_menu .children {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 0 0 0 1rem;
}

/**************************
 * Other helper classes
 **************************/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  border-radius: 4px;
  clip: auto !important;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 18px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.small-caps {
  color: #58636F;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
}
.caps {
  text-transform: uppercase;
}
.pt-xl {
  padding-top: 3rem !important;
}
.pb-xl {
  padding-bottom: 3rem !important;
}
.pt-2xl {
  padding-top: 4rem !important;
}
.pb-2xl {
  padding-bottom: 4rem !important;
}
.mt-lg {
  margin-top: 2rem !important;
}
.mb-lg {
  margin-bottom: 2rem !important;
}
.mt-2xl {
  margin-top: 4rem !important;
}
.mb-2xl {
  margin-bottom: 4rem !important;
}
.inline-block {
  display: inline-block;
}

/**
CUSTOM ADS
 */
.first-view {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 150px 0;
}
#home-focus {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-flow: row;
  max-width: 35%;
  grid-gap: 12px 0;
  padding: 12px;
  margin: 0 auto 0 0;
}
.page-id-9 #home-focus,
.page-id-11 #home-focus,
.page-id-19 #home-focus,
.page-id-23 #home-focus,
.privacy-policy #home-focus {
  display: none;
}
.page-id-9 .site-header,
.page-id-11 .site-header,
.page-id-19 .site-header,
.page-id-23 .site-header,
.privacy-policy .site-header {
  background-image: none;
}
.home-focus {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: fit-content(100%);
  grid-column-gap: 12px;
  align-items: center;
  padding: 6px;
  border-radius: 12px;
  background-color: white;
  max-width: 400px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  transition: 0.5s linear;
}
.home-focus:hover {
  cursor: pointer;
  box-shadow: none;
  transform: scale(0.98);
  transition: 0.5s linear;
}
#home-focus a {
  text-decoration: none;
}
#home-focus p {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4rem;
  color: #0076ac;
  margin: 0;
  text-transform: uppercase;
}
#home-focus .home-focus-little {
  font-family: "interLight", -apple-system, sans-serif;
  font-size: 1.1rem;
  color: #0076ac;
  text-transform: none;
}
#home-focus img {
  display: block;
  max-width: 80px;
  transition: 0.5s linear;
  border-radius: 140px;
  box-shadow: 0 0 60px -45px #000;
  margin: auto;
}
/*#home-focus-one:hover img,*/
/*#home-focus-two:hover img,*/
/*#home-focus-three:hover img {*/
/*  transition: 0.5s linear;*/
/*  box-shadow: none;*/
/*  margin: auto;*/
/*}*/
.page-template-homepage #home-focus-three,
.page-template-homepage #home-focus-five {
  display: none;
}
.page-id-2 #home-focus-one,
.page-id-2 #home-focus-two,
.page-id-2 #home-focus-four,
.page-id-2 #home-focus-six {
  display: none;
}
.page-id-21 #home-focus,
.page-id-17 #home-focus {
	display: none;
}
.home-focus .info-focus {
  display: block;
  width: 100%;
  transition: 0.5s linear;
  font-size: 0.80rem;
  text-decoration: none;
  color: #545454;
  font-family: "interLight", -apple-system, sans-serif;
  text-transform: none;
  line-height: 0.90rem;
  margin: 10px 0 0 0;
}
#home-focus-six {
  opacity: 0.50;
}
#home-focus-six:hover {
  opacity: 1;
}
#bloc-prez {
  display: block;
  width: 100%;
  background-color: #ebebeb;
  padding: 40px 0 20px 0;
  margin: 40px 0 20px 0;
}
.bloc-content {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.title-home {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 2rem;
  line-height: 1.6rem;
  color: #0076ac;
  margin: 0 auto 30px auto;
  text-align: center;
  font-weight: 900;
}
#bloc-prez p {
  font-family: "interRegular", -apple-system, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #0076ac;
  text-align: justify;
  text-align-last: center;
}
.link-more {
  text-decoration: none;
  font-family: "interLight", -apple-system, sans-serif;
  font-size: 1rem;
  border: none;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.green {
  color: #9dbf3a;
}
#bloc-fidelite {
  margin: 50px 0 70px 0;
}
#bloc-fidelite .fidelite-content {
  max-width: 860px;
  margin: 0 auto;
}
#bloc-fidelite .fidelite-content img {
  display: block;
  max-width: 860px;
}
.last-news-grid {
  display: grid;
  grid-template-columns: 1FR 1FR 1FR;
  grid-template-rows: 100%;
  grid-column-gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.news-link {
  text-decoration: none;
}
.news {
  display: block;
  width: 100%;
  padding: 10px;
  transition: 0.5s linear;
  border-radius: 5px;
}
.news:hover {
  -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
  transition: 0.5s linear;
}
.news-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.news-image img {
  display: block;
  width: 100%;
  filter: brightness(0.75);
  aspect-ratio: 1/1;
  transition: 0.5s linear;
}
.news:hover .news-image img {
  scale: 110%;
  rotate: 6deg;
  filter: brightness(1);
  transition: 0.5s linear;
}
.news-content {
  padding: 20px 0;
}
.news-title {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #0076ac;
  margin: 0 auto 10px auto;
  text-align: center;
}
.news-short-desc {
  font-family: "interRegular", -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.15;
  color: #0076ac;
  text-align: justify;
  text-align-last: left;
  margin: 0;
}
#bloc-groupement {
  max-width: 860px;
  margin: 30px auto 20px auto;
  display: flex;
  height: 75px;
  justify-content: center;
}
#bloc-groupement p {
  display: inline-block;
  font-family: "interRegular", -apple-system, sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  color: #0076ac;
}
#bloc-groupement img {
  display: inline-block;
  margin: 0 0 -19px 11px;
}
.footer-title,
.footer-menu-title {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.15rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.footer-adress {
  display: block;
  font-family: "interRegular", -apple-system, sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 15px 0 15px 0;
  padding: 0 0 0 46px;
}
.footer-open-week,
.footer-open-weekend {
  display: block;
  font-family: "interBold", -apple-system, sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 15px 0 15px 0;
  padding: 0 0 0 46px;
}
.footer-phone {
  display: block;
  font-family: "interBold", -apple-system, sans-serif;
  font-size: 1.35rem;
  line-height: 1.55;
  color: #FFFFFF;
  margin: 15px 0 15px 0;
  padding: 0 0 0 46px;
}
.footer-adress:before {
  content: url("/wp-content/themes/briand/assets/img/ICN_footer-adress.webp");
  margin: 0 10px -43px -46px;
  display: block;
}
.footer-phone:before {
  content: url("/wp-content/themes/briand/assets/img/ICN_footer-phone.webp");
  margin: 0 10px -43px -46px;
  display: block;
}
.footer-open-week:before,
.footer-open-weekend:before {
  content: url("/wp-content/themes/briand/assets/img/ICN_footer-time.webp");
  margin: 0 10px -43px -46px;
  display: block;
}
.footer-logo {
  display: block;
  margin: 0 0 20px -15px;
  height: 160px;
}
.footer-menu .menu-item a {
  display: block;
  font-family: "interRegular", -apple-system, sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 10px 0 0 0;
  padding: 0 0 0 12px;
}
.footer-menu .menu-item a:hover, {
	color: #FFFFFF;
}
.footer-menu .menu-item:before {
  content: url("/wp-content/themes/briand/assets/img/ICN_footer-link.webp");
  margin: 0 10px -34px -20px;
  display: block;
}
.footer-menu-section .menu {
  list-style: none;
  padding: 0 0 0 22px;
  margin: 0;
}
.signature {
  width: fit-content;
  display: block;
  float: right;
  margin: -50px 20px 20px 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  grid-auto-flow: row;
  grid-gap: 24px;
  width: 100%;
  justify-content: space-between;
}
.team-member {
  display: grid;
  grid-template-columns: 200px;
  grid-template-rows: 200px auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-content: start;
}
.team-member img {
  grid-column: 1;
  grid-row: 1;
}
.team-name {
  font-weight: 900;
  color: #009e21;
  font-size: 20px;
}
.team-desc {
  margin: auto auto auto 0;
  width: 100%;
  text-align: center;
}
#brand-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  grid-gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.brand-item {
  text-align: center;
  border: 1px solid #6ec881;
  border-radius: 10px;
  padding: 25px;
}
.brand-item img {
  max-width: 210px;
  height: 65px;
  margin: 0 auto 20px auto;
  display: block;
}
.brand-name {
  font-size: 18px;
  font-weight: 900;
}
.listing-blog {
  max-width: 1100px;
  margin: -100px auto 0 auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 -2px 15px 0 rgba(0,0,0,0.54);
  box-shadow: 0 -2px 15px 0 rgba(0,0,0,0.54);
  padding: 1.5rem;
}
.blog-return {
  font-family: ubuntuBold, -apple-system, sans-serif;
  font-size: 1.1rem;
  color: #0076ac;
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 6px 20px;
  border: 1px solid #0076ac;
  border-radius: 5px;
}

/* PRODUCTS BLOC */
#bloc-newproducts,
#bloc-priceproducts {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 48px auto;
}
.products {
  display: grid;
  max-width: 1100px;
  margin: 0 auto 24px auto;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 18px;
}
.product {
  display: block;
  width: 100%;
  padding: 12px;
  transition: 0.5s linear;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  background-color: white;
}
.product:hover {
  cursor: pointer;
  box-shadow: none;
  transform: scale(0.98);
  transition: 0.5s linear;
}
.product a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.product-img {
  display: block;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
}
.product-name {
  display: block;
  text-decoration: none;
  font-family: "interBold", -apple-system, sans-serif;
  font-size: 0.90rem;
  color: #0076ac;
  margin: 20px auto;
  height: 60px;
  overflow: hidden;
}
.product-price {
  padding: 12px 6px;
  color: white;
  background: brown;
  border-radius: 6px;
  margin: 0 auto -28px auto;
  display: block;
  width: fit-content;
}
.bandeau-info-container {
  display: block;
  width: 100%;
  margin: 0;
}
.bandeau-info-content {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 12px;
}
.bandeau-info-message,
.bandeau-info-horaire {
  display: block;
  font-family: "interBold", -apple-system, sans-serif;
  font-size: 1.1rem;
  color: #0076ac;
  margin: 0 auto 20px auto;
}
.carte-fidelite {
  position: absolute;
  top: 80px;
  right: -12px;
  width: 140px;
  height: 140px;
  z-index: 100;
  rotate: 12deg;
  transition: 0.5s linear;
}
.carte-fidelite:hover {
  cursor: pointer;
  right: 0;
  width: 180px;
  height: 180px;
  z-index: 100;
  rotate: 12deg;
  transition: 0.5s linear;
}
.social-links {
  position: absolute;
  top: 200px;
  right: 18px;
  width: 48px;
  height: 108px;
  z-index: 100;
  transition: 0.5s linear;
}
.social-facebook {
  margin: 0 0 18px 0;
  scale: 0.85;
  transition: 0.3s linear;
}
.social-instagram {
  scale: 0.85;
  transition: 0.3s linear;
}
.social-facebook:hover {
  scale: 1;
  transition: 0.3s linear;
}
.social-instagram:hover {
  scale: 1;
  transition: 0.3s linear;
}
.footer-logos {
  display: flex;
  width: fit-content;
  max-height: 60px;
  max-width: 1100px;
  margin: 0 auto 24px auto;
  align-content: space-around;
  justify-content: space-around;
  flex-flow: row;
}
.logo {
  display: inline-block;
  height: 60px;
  width: auto;
  margin: 0 12px 0 0;
  padding: 6px;
}
.logo a img {
  max-height: 48px;
  width: auto;
  display: block;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4,1FR);
  grid-gap: 24px;
  grid-auto-flow: row;
  justify-content: space-between;
  align-content: start;
}
.service-item {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 180px auto;
  gap: 12px;
  justify-items: center;
  align-items: start;
  padding: 12px;
  border-radius: 12px;
  align-content: start;
}
.service-pict {
  width: 100%;
  max-width: 180px;
  max-height: 180px;
  aspect-ratio: initial;
  margin: auto auto;
}
.service-name {
  text-align: center;
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1rem;
}
.service-desc p {
  margin: 0 0 6px 0;
}
.urgence-like-h1 {
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 2rem;
  line-height: 1.6rem;
  color: #0076ac;
  text-align: center;
  font-weight: 900;
  margin: 36px auto 24px auto;
  display: block;
}
#urgences {
  display: grid;
  grid-template-columns: repeat(3, 1FR);
  gap: 12px;
  max-width: 1100px;
  margin: 24px auto 24px auto;
}
.urgence-colone {
  grid-column: 1;
  grid-row: 1;
}
.urgence-coltwo {
  grid-column: 2;
  grid-row: 1;
}
.urgence-colthree {
  grid-column: 3;
  grid-row: 1;
}
.urgence-title {
  display: block;
  font-family: "ubuntuBold", -apple-system, sans-serif;
  font-size: 1.15rem;
  margin: 0 0 6px 0;
}
.margintop6px {
  margin: 6px 0 4px 0;
}
.urgence-content {
  display: block;
  font-family: "interRegular", -apple-system, sans-serif;
  font-size: 0.95rem;
}
#urgences a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
