/*
Theme Name: Premier Monde
Theme URI: https://loutreo.fr
Author: SAS LOUTREO
Author URI: https://loutreo.fr
Description: Theme conçu sur mesure pour le site Internet Premier Monde
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: premiermonde-theme
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Colors
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  border-bottom: 1px solid #778495;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  clear: both;
  color: #24292e;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}
h1 {
  font-size: 44px;
  font-weight: 600;
  padding-bottom: 10px;
}
h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
}
h3 {
  font-size: 22px;
  line-height: 25px;
}
h4 {
  font-family: "Muli";
  font-size: 20px;
  line-height: 20px;
}
h5 {
  font-size: 16px;
  line-height: 17.5px;
}

p {
    font-family: "Muli";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #778495;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.yellow{
    color: #E7C14D;
}

.orange{
    color: #EF7825;
}

.dark-blue{
    color: #14122B !important;
}

.blue{
    color: #0097D9 !important;
}

.white{
    color: white !important;
}

.dark-blue p{
  color: #14122B !important;
}

.blue p{
  color: #0097D9 !important;
}

.white p{
  color: white !important;
}

.bg-yellow{
    background-color: #E7C14D;
}

.bg-orange{
    background-color: #EF7825;
}

.bg-dark-blue{
    background-color: #14122B;
}

.bg-blue{
    background-color: #0097D9;
}

.bg-gray{
    background-color: #F3F3F3;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0 0;
  margin-bottom: 0px !important;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #14122B ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
  padding-top: 75px;
  padding-bottom: 50px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: white;
  font-family: "Muli";
  font-size: 17px;
  font-weight: 400;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #EF7825;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 2rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  position: relative;
  font-size: 85%;
  z-index: 100;
  transform: translate3d(0,0,0);
}
body:not(.theme-preset-active) footer#colophon {
  color: #778495;
  background-color: #14122B;
  margin-top: 12%;
  font-family: "Montserrat";
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

footer#colophon a.btn {
    color: white;
  }

footer#colophon a.btn:hover {
  color: #14122B;
}

footer#colophon a.btn:hover:before{
  background-image: url('./inc/assets/img/moreBlue.svg');
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

/*--------------------------------------------------------------
# SAS Loutreo
---------------------------------------------------------------*/
.navbar-expand-xl .navbar-collapse{
    display: block !important;
}

.navbar-expand-xl .navbar-nav{
    bottom: 0px;
    position: absolute;
    right: 0px;
}

#secondary-nav{
    float: right;
}

#secondary-nav ul{
    list-style: none;
}

#secondary-nav ul .nav-link{
    padding: .3rem .2rem;
}

#secondary-nav ul .nav-link:hover{
    color: #EF7825;
}

.footerTown{
    font-size: 10px;
    margin-bottom: 1.2em;
    line-height: 16px;
    /*float: right;*/
}

.titleFooterTown{
    font-weight: 500;
    text-transform: uppercase;
}

.buttonMentionLegales{
    font-size: 12px;
}

.btn{
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fefefe;
    text-transform: uppercase;
}

.btn:before{
    content: "";
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    width: 15px;
    background-image: url(./inc/assets/img/more.svg);
    background-size: 100% 100%;
}

.btn-primary{
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #14122B;
    text-transform: uppercase;
    background: none;
    border: none;
    text-align: right;
}

.btn-primary::before{
    content: "";
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    width: 15px;
    background-image: url(./inc/assets/img/moreBlue.svg);
    fill: #14122B;
    background-size: 100% 100%;
}

.btn-primary:hover, .btn-primary:active{
    background: none;
    color: #0097D9;
}

.btn-primary:hover .btn-primary{
    background: none;
    color: #0097D9;
}

.btn-primary:hover::before{
  background-image: url(./inc/assets/img/moreBlueLight.svg);
}

.btn-secondary{
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #0097D9;
    text-transform: uppercase;
    background: none;
    border: none;
    text-align: right;
}

.btn-secondary::before{
    content: "";
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    width: 15px;
    background-image: url(./inc/assets/img/moreBlueLight.svg);
    background-size: 100% 100%;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
  background-color: transparent;
  border-color: transparent;
  color: #14122B;
}

.btn-secondary:hover, .btn-secondary:active{
    background: none;
    color: #14122B;
}

.btn-secondary:hover::before{
    background-image: url(./inc/assets/img/moreBlue.svg);
}

.download::before{
    background-image: url('./inc/assets/img/downloadBlueLight.svg');
}

.download:hover::before{
    background-image: url('./inc/assets/img/downloadBlueLightHover.svg');
}

.villeOffre::before{
    content: "––";
    margin-right: 4px;
}

.greyHr{
    border-bottom: 4px solid #F3F3F3;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 0px solid #FFFFFF;
}

.pictoAvecFond h3{
    margin-bottom: 10px;
}

.wp-block-lazyblock-picto-activite{
    height: 285px;
}

.pictoSecteurs{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.pictoSecteurs img{
    margin-bottom: 1em;
}

.pictoSecteurs p{
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 1em;
    min-height: 65px;
}

.pictoSecteurs.bg-white p{
    color: #14122B;
}

.pictoSecteurs .open{
    position: absolute;
    top: 250px;
    right: 30px;
    background-image: url('./inc/assets/img/crossBlueLight.svg');
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}

.pictoSecteurs.bg-white .open{
    background-image: url('./inc/assets/img/crossYellow.svg');
}

.isOpen{
    cursor: pointer;
    transform: rotate(45deg);
    transition: transform .5s ease-in-out;
}


.btnRapports{
    font-size: 18px;
    text-align:left;
    margin-left: 25px;
}

.btnRapports:before{
    content: "";
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    margin-left: -30px;
    text-align: left;
    width: 15px;
    background-image: url(./inc/assets/img/flecheBas.svg);
    background-size: 100% 100%;
    transition: transform 0.8s;
}

.btnRapports.rotate:before{
    transform: rotate(180deg);
}

.btn-sm{
    font-family: "Muli";
    font-weight: 300;
    font-size: 18px;
    text-transform: none;
}

.contenuDecouvrezRapports{
    display: none;
}

.goUp{
    margin-top: -150px;
}

.goUpUp{
    margin-top: -300px;
}

.goDown{
    margin-bottom: -500px;
}

.h3marginBottom h3{
    margin-bottom: 0px;
    color: white;
    margin-top: 50px;
}

.h3marginBottom p{
    color: white;
}

.container-xtra{
    width: 90%;
    max-width: 1300px;
}

strong{
    font-weight: 700;
}

.form-control{
    font-size: 20px;
    font-family: "Muli";
    color: white;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.form-control::placeholder{
    color: white;
    font-weight: 700;
}

.form-control:focus{
    color: white;
    background-color: transparent;
}

.ajax-loader{
    display: block !important;
}

.wpcf7-submit{
    padding: 0px;
}

.contentPictoSecteurs{
    display: none;
    position: absolute;
    top: 285px;
    width: 100vw;
    z-index: 1000;
}

.contentPictoSecteurs p{
    font-family: "Muli";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #778495;
    text-align: left;
}

.contentPictoSecteurs p strong{
    color: #24292e;
}


.contentPictoSecteurs .bg-orange p{
    color: white;
}

.associe{
    background-position: center top;
    min-height: 650px;
    background-size: cover;
    background-color: transparent;
    background-blend-mode: overlay;
    transition: background-color 0.8s;
}

.associe::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('./inc/assets/img/more.svg');
    background-position: center center;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.8s;
}

.associe:hover{
    background-color: #00557B;
    cursor: pointer;
}

.associe:hover::after{
    opacity: 1;
}

.nextAssocie{
    cursor: pointer;
}

.nomAssocie p{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #0097D9;
    width: 75%;
    bottom: 9%;
    left: 20%;
    position: absolute;
}

.nomAssocie p:after{
    content:'';
    width: 10px;
    height: 7px;
    display: block;
    border-bottom: 1px solid #0097D9;
}

.associeDetails{
    display: none;
    opacity: 0;
}

.associeActivated .nomAssocieBig p{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: left;
    color: #0097D9;
    width: 75%;
    bottom: 9%;
    left: 20%;
    position: absolute;
}

.associeActivated .nomAssocieBig p:after{
    content:'';
    width: 10px;
    height: 7px;
    display: block;
    border-bottom: 1px solid #0097D9;
}

#anchorAssocie{
    position:relative;
}

.associeActivated{
    display: block;
    /*position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;*/
    min-height: 650px;
    height: 650px;
}

.associeActivated p{
    color: white;
    font-size: 16px;
    line-height: 17px;
    font-weight: 300;
}

.associeActivated h5{
    margin-bottom: 0px;
}

.associeActivated li{
    display: block;
    margin-bottom: 30px;
}

.associeActivated li::before{
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    background-color: #EF7825;
    margin-left: -35px;
    margin-bottom: -10px;
}

.associeActivated .bg-dark-blue{
    height: 65%;
}

.associeActivated .bg-orange{
    height: 35%;
    min-height: 11%;
}

.associeActivated .bg-dark-blue .closeButton{
    position: absolute;
    top: 25px;
    right: 25px;
    transform: rotate(45deg);
    width: 22px;
    height: 22px;
    background-image: url('./inc/assets/img/croixAssocie.svg');
    transition: ease transform .3s;
}

.associeActivated .bg-dark-blue .closeButton:hover{
    transform: rotate(90deg);
    cursor: pointer;
}

.nextAssocie{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: #00557B;
    background-blend-mode: overlay;
}

.nextAssocie p{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #0097D9;
    width: 75%;
    bottom: 9%;
    left: 20%;
    position: absolute;
}

.headerHomepage{
    margin-top: -350px !important;
}

#carouselFirst .carousel-item{
    min-height: 450px;
    height: 450px;
    background-size: cover;
}

#carouselFirst .carousel-item .titreSlider{
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #fff; 
    text-transform: uppercase;
    margin-top: 25px;
}

#carouselFirst .carousel-item .sousTitreSlider{
    font-family: "Muli";
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    max-width: 80%;
    margin: auto;
}

.wp-block-lazyblock-titre-fond-couleur a{
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #14122B;
  text-transform: uppercase;
  background: none;
  border: none;
  text-align: right;
}

.wp-block-lazyblock-titre-fond-couleur a::before{
  content: "";
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  width: 15px;
  background-image: url(./inc/assets/img/moreBlue.svg);
  background-size: 100% 100%;
}

.wp-block-lazyblock-titre-fond-couleur a:hover{
  background: none;
  color: #0097D9;
  text-decoration: none;
}

.wp-block-lazyblock-titre-fond-couleur a:hover::before{
  background-image: url(./inc/assets/img/moreBlueLight.svg);
}

.btn-white{
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background: none;
  border: none;
  text-align: right;
}

.btn-white::before{
  content: "";
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  width: 15px;
  background-image: url(./inc/assets/img/more.svg);
  background-size: 100% 100%;
}

.btn-white:hover{
  background: none;
  color: #0097D9;
  text-decoration: none;
}

.btn-white:hover::before{
  background-image: url(./inc/assets/img/moreBlueLight.svg);
}

.headerCarouselSecond{
  background-color: #14122B;
}

.headerCarouselSecond h3{
  color: white;
}

.tileSlider{
  min-height: 271px;
  height: 271px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tileSlider img{
  margin-bottom: 1em;
}

.tileSlider p{
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 1em;
}

.tileSlider:hover p{
    font-weight: 700 !important;
    cursor: pointer;
}

.wp-block-lazyblock-titre-fond-couleur h2{
  margin-top: 0px;
  margin-bottom: 0px;
}

.carousel-control-next {
  right: 0;
  top: -75px;
  height: 30px;
}

.carousel-control-prev {
  right: 40px;
  top: -75px;
  height: 30px;
  left: unset;
}

.carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    border: none;
}

.carousel-indicators li:hover{
    background-color: #14122B;
}

.carousel-indicators{
    margin-bottom: 15%;
}

#aCarousel .carousel-indicators{
    width: 30px;
    position: absolute;
    display: block;
    left: unset;
    margin: unset;
    margin-bottom: 25.2%;
    margin-right: 20px;
}

#aCarousel .carousel-indicators li{
    margin-bottom: 5px;
}

#aCarousel .carousel-indicators li:hover{
    background-color: ;
}

.imageHeader{
    min-height: 423px;
    background-size: cover;
    background-position: center;
}

.bg-equal{
    background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/equalFond.svg');
    background-size: 15% 15%;
    background-repeat: no-repeat;
    background-position: 104% 90%;
}

.bg-equal-left{
    background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/equalFondGauche.svg');
    background-size: 15% 15%;
    background-repeat: no-repeat;
    background-position: -6% 85%;
}

.texteFooterGauche{
    font-family: 'Muli';
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    text-align: le45;
    color: #778495;
}

.explicationsBloc p{
    margin-bottom: 35px;
}

.associeDetails .bg-orange p{
    padding-left: 36px;
    padding-top: 36px;
}

.associeDetails .bg-orange::before{
    content: '';
    background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/moreWhiteTransparent.svg');
    background-size: cover;
    width: 70px;
    height: 70px;
    position: absolute;
    opacity: 0.3;
    margin-left: -25px;
    margin-top: -25px;
}

.wp-block-lazyblock-offre-emploi p{
    margin-bottom: 0px;
}

.goUpFooter{
    margin-top:-115px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.btn:focus{
  box-shadow: none !important;
}

.btn-primary.focus, .btn-primary:focus{
    box-shadow: none !important;
}

.btn-secondary:focus{
  box-shadow: none !important;
}

#carouselSecond .carousel-control-next-icon{
    background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/flecheDroite.svg');
    transform: rotate(0deg);
}

#carouselSecond .carousel-control-prev-icon{
    background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/flecheDroite.svg');
    transform: rotate(180deg);
}

#carouselSecond .carousel-control-next:hover .carousel-control-next-icon{
    background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/flecheGaucheHover.svg');
    transform: rotate(180deg);
}

#carouselSecond .carousel-control-prev:hover .carousel-control-prev-icon{
    background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/flecheGaucheHover.svg');
    transform: rotate(0deg);
}

#carouselSecond .carousel-control-next, #carouselSecond .carousel-control-prev{
    width: 60px;
    margin-right: 20px;
    opacity: 1;
}

#carouselSecond .carousel-control-next-icon, #carouselSecond .carousel-control-prev-icon{
    width: 25px;
    height: 25px;
}

.wp-block-lazyblock-picto-activite .open:hover{
    cursor: pointer;
    transform: rotate(45deg);
    transition: transform .5s ease-in-out;
}

.scrollToBottom{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
}

.pictoCarouselHome{
    max-width: 105px;
    max-height: 105px;
}



/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 992px) {
  html {
    font-size: 85%;
  }

  h1{
    font-family: 'Montserrat';
    font-weight: medium;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color: #fff;
  }

  h2{
      font-size: 25px;
      line-height: 35px;
  }

  .p-5{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;  
  }

  .btn{
      margin-top: 10px;
  }

  .site-footer .container{
      max-width: 90%;
      margin: auto;
  }

  #menu-header-2{
      padding-inline-start: 0px;
      margin-top: 30px;
      margin-bottom: 30px;
      font-size: 20px;
  }

  #secondary-nav ul .nav-link{
      padding-left: 0px;
  }

  body:not(.theme-preset-active) footer#colophon{
      margin-top: 25%;
  }

  header#masthead{
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .buttonMenu{
      background-image: url('/wp-content/themes/premiermonde-theme/inc/assets/img/mobileMenuButton.svg');
      height: 29px;
      width: 33px;
      background-size: cover;
      float: right;
      margin-top: 5px;
  }

  .logoHeader{
      max-height: 40px; 
  }

  #menuToShow{
      display: none;
  }

  body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    font-size: 27px;
  }

  .headerHomepage{
      margin-top: 0px !important;
  }

  #secondary-nav{
    float: left;
  }

  .footerTown{
      font-size: 16px;
      line-height: 23px;
      float: left;
  }

  .buttonMentionLegales{
      font-size: 16px;
  }

  .texteFooterGauche{
      font-size: 13px;
  }

  .tileSlider p{
      font-size: 13px;
      line-height: 15px;
  }

  .tileSlider{
      height: 200px;
      min-height: 200px;
  }

  #carouselSecond .row{
      margin-right: 0px;
      margin-left: 0px;
  }

  .container-xtra{
      width: 100%;
  }

  .greyHr{
      width: 80%;
  }

  .imageHeaderMobile {
    min-height: 195px;
    background-size: cover;
    background-position: center;
  }

  .tileSlider img{
      max-width: 70px;
      max-height: 70px;
  }

  .wp-block-lazyblock-titre-fond-couleur a{
      font-size: 20px;
  }

  .site-footer .goUpFooter h2{
      margin-bottom: 0px;
  }

  .site-footer .goUpFooter .btn{
    margin-bottom: 20px;
  }

  .goUpFooter{
      margin-top: -95px;
  }

  .wp-block-lazyblock-picto-activite{
      height:50vw;
  }

  .wp-block-lazyblock-picto-activite img{
      max-width: 75px;
      max-height: 75px;
  }

  .pictoSecteurs p{
      font-size: 14px;
  }

  .pictoSecteurs .open{
    top: 43vw;
    right: 3vw;
  }

  .contentPictoSecteurs{
      top: 50vw;
  }

  .h3marginBottom h3{
      margin-top: 60px;
  }

  .wp-block-lazyblock-offre-emploi h3{
    margin-bottom: 5px;
  }

  .wp-block-lazyblock-offre-emploi .villeOffre{
    margin-bottom: 15px;
  }

  .wp-block-lazyblock-offre-emploi p{
    margin-bottom: 15px;
  }

  .spacer70{
      height: 35px !important;
  }

  .spacer250{
      height: 50px !important;
  }

  .spacerFooter{
      height: 200px !important;
  }

  .spacer300{
      height: 500px !important;
  }

  .pictoAvecFond img{
      max-width: 80px;
  }

  .spacerOrange{
      height: 50px;
  }

  .associeActivated .nomAssocieBig{
    min-height: 110vh;
  }
  .associeActivated .bg-dark-blue, .associeActivated .bg-orange{
      height: auto;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
## 4K Screens
---------------------------------------------------------------*/
@media only screen and (min-width: 1921px){
    .imageHeader{
        background-size: contain;
    }
}