/*!
Theme Name: liberation
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: liberation
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-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.

liberation 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
  /* 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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  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;
}

/*--------------------------------------------------------------
# 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;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* CSS personnalisé */

/*header*/

.new span {
  position: relative;
}

.new span:after {
  content: "";
  position: absolute;
  background-image: url(img/nouveau-vert.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 73px;
  height: 19px;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
}

.header,
.footer {
  background-color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

#ubermenu-main-2-menu-1-2 a,
.recherche_header span,
#ubermenu-main-2-menu-1-2 .ubermenu-submenu a {
  color: #fff !important;
  font-size: 17px !important;
  padding: 0 !important;
  margin-left: 30px !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

footer a {
  color: #fff !important;
  font-size: 17px !important;
  padding: 0 !important;
  margin-left: 18px !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.recherche_header span {
  font-size: 25px !important;
  color: #fff !important;
  margin-bottom: 5px !important;
}

header .menu_header,
header .container-logo,
header .recherche_header,
footer .container-logo,
footer .menu_footer,
footer .logo-ekypia-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .button-header {
  background-color: #c5426c;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 40px;
  padding-left: 40px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

header .button-header:before {
  content: url(img/picto-profil.png);
  position: absolute;
  left: 12%;
  top: 20%;
}

header .logo,
footer .logo {
  max-width: 80%;
}

header .header,
footer .footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

header .button-header img {
  margin-right: 15px;
}

#ubermenu-main-3-menu-recherche-2 {
  display: inline-block !important;
  padding-right: 30px !important;
}

body {
  margin-bottom: 0px !important;
}

footer .logo-ekypia {
  max-width: 50%;
}

footer #menu-footer {
  justify-content: left !important;
}

footer #menu-footer a {
  text-decoration: none;
}

.deux-roue {
  background-color: blue;
  background-size: 50%;
}

.bloc_formation {
  height: 200px;
  border-radius: 10px;
}

.colgauche p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
}

@media (max-width: 500px) {
  .colgauche p {
    font-size: 15px;
  }

  .bloc_formation .colgauche:after {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 15px;
  }

  .colgauche p {
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .bloc_formation .colgauche:after {
    top: 0;
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 15px;
  }

  .colgauche p {
    margin-top: 50px;
  }
}

@media (max-width: 425px) {
  .recherche_carte p {
    text-align: center;
    width: 100% !important;
    margin: 100px 0 0 0 !important;
  }

  .recherche_carte .horaire p:before,
  .recherche_carte .telephone p:before,
  .recherche_carte .email p:before {
    left: 50% !important;
    top: -60px !important;
    transform: translateX(-50%) !important;
  }
}

/*@media (max-width: 400px) {
    .recherche_carte p {
        margin: 30px;
        margin-left: 50px !important;
    }
}
*/

@media (min-width: 992px) and (max-width: 1350px) {
  .bloc_formation .colgauche:after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-top: 15px;
    top: 0 !important;
  }

  .colgauche p {
    margin-top: 30px;
  }
}

@media (max-width: 1550px) {
  .colgauche p {
    font-size: 20px;
  }
}

.bloc_formation .coldroite a {
  border-color: #f2f2f2 !important;
  border-radius: 40px !important;
  padding: 10px 20px !important;
}

.bloc_formation .panel-grid-cell {
  width: 50% !important;
  height: 100%;
}

@media (max-width: 992px) {
  .bloc_formation {
    flex-direction: row !important;
  }

  .container-formation-droite {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }

  .container-formation-gauche {
    margin-right: 5% !important;
    margin-left: 5% !important;
  }
}

.container-formation,
h2,
.title_actus {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

.container-formation {
  margin-top: 80px;
  background-color: #efefef;
}

.container-formation .titre_formation-pro h2,
.container-formation .titre_formation-particulier h2,
.titre-offres h2 {
  font-size: 35px;
  color: #000000;
  font-weight: 700 !important;
  position: relative;
  z-index: 500 !important;
  display: inline-block;
  padding: 0 10px;
}

.title_actus {
  font-size: 35px;
  color: #000000;
  font-weight: 700 !important;
  position: relative;
  z-index: 500 !important;
  display: inline-block;
  padding: 0 10px 0 0 !important;
}

.titre-offres h2 {
  margin-top: 35px !important;
}

.titre_formation-particulier h2:after,
.titre-offres h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #c5426c;
  /* top: 0; */
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1 !important;
}

.titre_formation-pro h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #48bfa9;
  /* top: 0; */
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1 !important;
}

.title_actus p:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #c5426c;
  position: absolute;
  bottom: 18%;
  left: 0;
  z-index: -1 !important;
}

.titre-offres p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 0 !important;
}

.bloc_formation .panel-grid-cell div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-formation-droite {
  margin-left: 5%;
  margin-right: 10%;
  margin-top: 35px;
  margin-bottom: 40px;
}

.container-formation-gauche {
  margin-right: 5%;
  margin-left: 10%;
  margin-top: 35px;
  margin-bottom: 40px;
}

.sa_hover_container {
  border-radius: 30px;
  margin: 30px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 16px 4px rgba(200, 196, 196, 0.3);
  min-height: 250px !important;
}

.sa_hover_container:hover {
  transform: scale(1.05);
}

.white .sa_owl_theme .owl-nav .owl-prev:hover,
.white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}

.owl-prev,
.owl-next {
  outline: none !important;
}

.sa_hover_container:hover a {
  bottom: -5%;
  background-color: #c5426c;
}

.sa_hover_container:hover div img {
  top: -40px;
  z-index: 10000000;
}

.slider-offres .white {
  padding-top: 30px !important;
}
.sa_hover_container h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px;
}

.sa_hover_container p:last-child {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 30px;
}

.sa_hover_container p {
  margin-bottom: 0px !important;
  font-family: "Open Sans", sans-serif;
}

.owl-carousel .owl-item img {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

img.picto-slider {
  width: 80px !important;
  height: auto;
}

.sa_hover_container a {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  background-color: #000000;
  padding: 10px 20px !important;
  border-radius: 40px;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.slider-offres,
.container_actu,
.container_actualite {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.container_actualite {
  margin: 85px auto 35px !important;
}

@media (max-width: 768px) {
  .container_actualite {
    margin: 85px auto 0 !important;
  }

  .container-formation-droite {
    margin-top: 40px !important;
  }

  .container-formation {
    margin-top: 60px !important;
  }
}

.container_actualite .wpnaw-news-image-bg {
  height: 100% !important;
}

.container_actualite .wpnews-columns {
  padding: 40px !important;
}

@media (max-width: 768px) {
  .container_actualite .wpnews-columns {
    padding: 10px 40px !important;
  }
}

@media (max-width: 425px) {
  .container_actualite .wpnews-columns {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .wpnews-medium-5 {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .wpnews-medium-7 {
    width: 100% !important;
  }
}

/*.container_slider_offres {
    background-image: linear-gradient(to top, #f2f2f2 40%, #fff 30%);
}*/

.titre-1-slider div,
.titre-2-slider div,
.sous-titre-slider p,
.bouton_slider a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

.p-slider p {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

.sa_owl_theme .owl-nav .owl-next {
  right: -10px !important;
}

.sa_owl_theme .owl-nav .owl-prev {
  left: -10px !important;
}

.container-formation-gauche .colgauche {
  position: relative;
  background: #c5426c;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.container-formation-droite .colgauche {
  position: relative;
  background: #000000;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: center;
}

.coldroite {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
}

#bloc1 .coldroite {
  background: url(https://www.la-liberation.fr/wp-content/uploads/2021/05/permis-B.jpg);
}

#bloc2 .coldroite {
  background: url(https://www.la-liberation.fr/wp-content/uploads/2019/06/header-scooter3.jpg);
}

#bloc3 .coldroite {
  background: url(https://www.la-liberation.fr/wp-content/uploads/2021/05/permis-A2.jpg);
}

#bloc4 .coldroite {
  background: url(https://www.la-liberation.fr/wp-content/uploads/2019/06/header-post.jpg);
}

#bloc5 .coldroite {
  background: url(https://www.la-liberation.fr/wp-content/uploads/2021/05/permis-remorque-b96.jpg);
}

#bloc6 .coldroite {
  background: url(img/bloc4-liberation2.png);
}

#bloc7 .coldroite {
  background: url(img/bloc7-liberation.png);
}

#bloc8 .coldroite {
  background: url(img/bloc8-liberation.png);
}

#bloc9 .coldroite {
  background: url(img/bloc5-liberation.png);
}

#bloc10 .coldroite {
  background: url(img/bloc6-liberation.png);
}

#bloc11 .coldroite {
  background: url(img/bloc5-liberation.png);
}

#bloc12 .coldroite {
  background: url(https://www.la-liberation.fr/wp-content/uploads/2021/02/header-sst.jpg);
}

.bloc_formation .colgauche:after {
  position: absolute !important;
  left: 100%;
  transform: translateX(-50%);
}

#bloc1 .colgauche:after {
  content: url(img/logo/auto.png);
}

#bloc2 .colgauche:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(img/scoot_quad.png) no-repeat center;
  background-size: contain;
}

#bloc3 .colgauche:after {
  content: url(img/a2a.png);
}

#bloc4 .colgauche:after {
  content: url(img/post-permis.png);
}

#bloc5 .colgauche:after {
  content: url(img/remorques.png);
}

#bloc6 .colgauche:after {
  content: url(img/logo/recup.png);
}

#bloc7 .colgauche:after {
  content: url(img/logo/fimo.png);
}

#bloc8 .colgauche:after {
  content: url(img/logo/taxi.png);
}

#bloc9 .colgauche:after,
#bloc11 .colgauche:after {
  content: url(img/logo/c.png);
}

#bloc10 .colgauche:after {
  content: url(img/logo/commun.png);
}

#bloc12 .colgauche:after {
  content: url(img/sst.png);
}

#bloc1,
#bloc2,
#bloc3,
#bloc4,
#bloc5,
#bloc6,
#bloc7,
#bloc8 {
  transition: box-shadow 0.35s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
}

#bloc1:hover,
#bloc2:hover,
#bloc3:hover,
#bloc4:hover,
#bloc5:hover,
#bloc6:hover,
#bloc7:hover,
#bloc8:hover {
  transform: scale(1.05);
}

/*puces slider*/

.nextend-bullet-bar {
  justify-content: flex-start !important;

  position: absolute !important;

  width: 400px !important;
  border-color: #000000 !important;
  margin: 0 auto !important;
  transform: translateY(-50%) !important;
  overflow: hidden !important;
  z-index: 1 !important;
  bottom: 20% !important;
}

.nextend-bullet-bar .n2-ow {
  width: 5px !important;
  height: 5px !important;
  float: left !important;
  margin-right: 10px !important;
  background-color: black !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  transition: 0.3s ease width !important;
  border-color: black !important;
}

@media (max-width: 900px) {
  .nextend-bullet-bar .n2-ow {
    width: 5px !important;
    height: 5px !important;
  }

  .nextend-bullet-bar {
    width: 300px !important;
  }
}

.nextend-bullet-bar .n2-ow:last-child {
  margin-right: 0 !important;
}

.nextend-bullet-bar .n2-active {
  width: 40px !important;
  cursor: auto !important;
}

.recherche_carte {
  background-color: #c5426c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.recherche_carte p {
  position: relative;
  margin-bottom: 0px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.recherche_carte .horaire p:before {
  content: "";
  display: block;
  background: url(./img/calendrier.png) no-repeat;

  position: absolute;
  left: -60px;
  width: 50px;
  height: 50px;

  background-position: center;
  background-size: contain;
}

.recherche_carte .telephone p:before {
  content: "";
  display: block;
  background: url(./img/tel.png) no-repeat;
  position: absolute;
  left: -60px;
  width: 50px;
  height: 50px;
  bottom: -15px;
  background-position: center;
  background-size: contain;
}

.recherche_carte .email p:before {
  content: "";
  display: block;
  background: url(./img/mail.png) no-repeat;
  position: absolute;
  left: -60px;
  width: 50px;
  height: 30px;
  bottom: -5px;
  background-position: center;
  background-size: contain;
}

.partenaires {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.partenaires img {
  height: 80px;
  width: auto;
  margin-right: 30px;
}

.container_partenaire,
.title_actus {
  margin-top: 70px;
}

.container_slider_offres {
  margin-top: 30px !important;
}

.partenaires .partenaire-row {
  justify-content: center !important;
}

@media (max-width: 1355px) {
  footer #menu-footer {
    justify-content: center !important;
    margin-bottom: 50px;
  }

  .menu_header {
    justify-content: center !important;
  }

  .menu_header ul {
    display: inline-block;
  }

  .menu_header nav {
    text-align: center;
  }
}

@media (max-width: 550px) {
  footer #menu-footer {
    display: inline-block !important;
    margin-bottom: 30px;
  }

  .titre_formation-pro h2:after,
  .titre-offres h2:after {
    width: 100% !important;
  }

  footer #menu-footer div {
    text-align: center;
    margin-bottom: 10px;
  }

  footer #menu-footer a {
    margin-left: 0px !important;
  }
}

@media (max-width: 900px) {
  #ubermenu-main-2-menu-1-2 a {
    margin-left: 15px !important;
  }
}

/* actualité accueil */

.container_actualite .wpnaw-news-date:before {
  content: "Le";
  color: #d16889;
  text-transform: capitalize;
}

.container_actualite .wpnaw-news-date {
  color: #d16889;
  text-transform: lowercase;
  margin-top: 35px;
}

.wpnaw-news-short-content,
wpnaw-news-date {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

.container_actualite .title_actus {
  margin-top: 0 !important;
}

.container_actualite .wpnaw-news-short-content,
.container_actualite .wpnaw-news-title {
  color: #000000 !important;
}

.container_actualite .readmorebtn {
  background: #000000;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border-width: px;
  border-style: solid;
  border-color: #000000;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 40px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.container_actualite .readmorebtn:hover {
  background: #c5426c;
  border-color: transparent;
  transform: scale(1.05);
  transition: all 0s ease-out 0s !important;
}

.container_actualite .readmorebtn:after {
  content: "\f061";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}

.wpnaw-news-pagination,
.wpnaw-clearfix::after {
  display: none !important;
}

.wpnaw-news-list {
  border: none !important;
}

.selectric {
  width: 60%;
  margin: 0 auto;
  padding: 5px;
}

.box div {
  align-items: center;
  display: flex;
}

.box {
  display: none;
  font-size: 14px !important;
}

@media (max-width: 768px) {
  .box {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 425px) {
  .box {
    width: 100%;
    margin: 0 auto;
  }
}

.recherche_carte {
  margin-top: -30px;
  margin-bottom: 45px;
}

#menu-item-26 {
  width: 100% !important;
}

div#acheter .tarif a {
  background: #c5416c;
  padding: 20px;
  border-radius: 40px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  width: 100% !important;
  display: block;
  text-align: center;
}

div#acheter-tarif-bateau .tarif a {
  background: #3b9cce;
  padding: 20px;
  border-radius: 40px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  width: 40% !important;
  display: block;
  text-align: center;
}

div#acheter-tarif-bateau img {
  width: 44px;
  margin-right: 17px;
}

div#acheter img {
  width: 44px;
  margin-right: 17px;
}

.sivous {
  width: 100%;
  border-left: 2px solid #c5416c;
  padding-left: 20px;
  margin-bottom: 40px;
  line-height: 25px;
  font-weight: 200;
}

.avant-eval {
  line-height: 19px;
  margin-bottom: 30px;
}

/* responsive menu 1000px > 1920px */

@media (max-width: 990px) {
  .recherche_carte p {
    margin: 30px;
  }

  #ubermenu-main-3-menu-recherche-2 {
    padding-right: 0px !important;
  }
}

.recherche_carte {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.shiftnav-searchbar-toggle {
  height: auto !important;
}

@media (max-width: 1000px) {
  #site-navigation2 ul #menu-item-27,
  .header .menu_header {
    display: none !important;
  }

  .header .recherche_header {
    margin-top: 40px !important;
  }

  .container_actualite .wpnews-columns {
    padding-left: 0.9375em !important;
    padding-right: 0.9375em !important;
  }
}

@media (min-width: 960px) and (max-width: 1810px) {
  #ubermenu-main-2-menu-1-2 a {
    margin-left: 15px !important;
  }

  .menu_header {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (min-width: 960px) and (max-width: 1515px) {
  #ubermenu-main-2-menu-1-2 a,
  .recherche_header span,
  footer a {
    font-size: 15px !important;
  }
}

@media (min-width: 960px) and (max-width: 1355px) {
  .header .container-logo {
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    max-width: 70% !important;
    justify-content: left !important;
    padding-left: 40px;
  }

  .header .menu_header {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 30px !important;
  }

  .header .menu_header {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .header .recherche_header {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .header .recherche_header {
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }

  .header .container-logo {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .header .row_header {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}

/*menu mobile */

#shiftnav-toggle-main {
  background-color: transparent !important;
}

#shiftnav-toggle-main .fa-bars:before {
  content: "\f0c9";
  color: #c5426c;
  font-size: 35px;
}

.body-bateau #shiftnav-toggle-main .fa-bars:before {
  content: "\f0c9";
  color: #3b9cce;
  font-size: 35px;
}

.selectric .label {
  font-size: 15px !important;
  opacity: 0.33;
  font-family: "Open Sans";
}

/* css sous menu */

.header .menu_header .ubermenu-submenu {
  background-color: #000000 !important;
  border-color: #000000 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.header
  .ubermenu
  .ubermenu-item-type-column
  > .ubermenu-submenu-type-stack
  > .ubermenu-item-normal {
  font-weight: 400;
  margin-bottom: 10px !important;
}

.header
  .ubermenu
  .ubermenu-item-type-column
  > .ubermenu-submenu-type-stack
  > .ubermenu-item-normal {
  margin-right: 15px;
  margin-left: 20px;
}

.header .ubermenu #menu-item-37:before,
.header .ubermenu #menu-item-1304:before,
.header .ubermenu #menu-item-1303:before,
.header .ubermenu #menu-item-187:before,
.header .ubermenu #menu-item-195:before,
.header .ubermenu #menu-item-207:before,
.header .ubermenu #menu-item-212:before,
.header .ubermenu #menu-item-220:before,
.header .ubermenu #menu-item-219:before,
.header .ubermenu #menu-item-1763:before,
.header .ubermenu #menu-item-172:before,
.header .ubermenu #menu-item-251:before,
.header .ubermenu #menu-item-250:before,
.header .ubermenu #menu-item-254:before,
.header .ubermenu #menu-item-253:before,
.header .ubermenu #menu-item-252:before,
.header .ubermenu #menu-item-248:before,
.header .ubermenu #menu-item-249:before,
.header .ubermenu #menu-item-317:before,
.header .ubermenu #menu-item-388:before,
.header .ubermenu #menu-item-586:before,
.header .ubermenu #menu-item-731:before,
.header .ubermenu #menu-item-753:before,
.header .ubermenu #menu-item-760:before,
.header .ubermenu #menu-item-786:before,
.header .ubermenu #menu-item-1534:before,
.header .ubermenu #menu-item-1654:before,
.header .ubermenu #menu-item-2131:before,
.header .ubermenu #menu-item-1730:before,
.header .ubermenu #menu-item-2193:before{
  content: "";
  display: block;
  /*background: url(./img/logo_sous_menu1.png) no-repeat;*/
  position: absolute;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  left: 5%;
}

#menu-item-37:before,
#menu-item-1304:before,
#menu-item-2131:before,
#menu-item-1654:before,
#menu-item-2193:before{
  background: url(./img/menu-c.png) no-repeat;
}

#menu-item-1534:before {
  background: url(./img/menu-bateau.png) no-repeat;
}

#menu-item-1303:before {
  background: url(./img/sst.png) no-repeat;
}

#menu-item-187:before {
  background: url(./img/menu-c1.png) no-repeat;
}

#menu-item-760:before {
  background: url(./img/menu-c1.png) no-repeat;
}

#menu-item-195:before {
  background: url(./img/menu-ec.png) no-repeat;
}

#menu-item-207:before {
  background: url(./img/menu-commun.png) no-repeat;
}

#menu-item-212:before {
  background: url(./img/menu-fimo.png) no-repeat;
}

#menu-item-220:before,
#menu-item-1730:before {
  background: url(./img/menu-moniteur.png) no-repeat;
}

#menu-item-219:before,
#menu-item-1763:before {
  background: url(./img/menu-taxi.png) no-repeat;
}

#menu-item-172:before {
  background: url(./img/menu-auto.png) no-repeat;
}

#menu-item-786:before {
  background: url(./img/menu-auto.png) no-repeat;
}

#menu-item-251:before {
  background: url(./img/menu-accompagne.png) no-repeat;
}

#menu-item-250:before {
  background: url(./img/menu-accompagne.png) no-repeat;
}

#menu-item-254:before {
  background: url(./img/scoot_quad.png) no-repeat;
}

#menu-item-253:before {
  background: url(./img/menu-125.png) no-repeat;
}

#menu-item-731:before {
  background: url(./img/menu-125.png) no-repeat;
}

#menu-item-252:before {
  background: url(./img/menu-a.png) no-repeat;
}

#menu-item-753:before {
  background: url(./img/menu-a.png) no-repeat;
}

#menu-item-248:before {
  background: url(./img/menu-remorque.png) no-repeat;
}

#menu-item-249:before {
  background: url(./img/menu-tests.png) no-repeat;
}

#menu-item-317:before {
  background: url(./img/menu-recup.png) no-repeat;
}

#menu-item-388:before {
  background: url(./img/menu-code.png) no-repeat;
}

#menu-item-586:before {
  background: url(./img/menu-post.png) no-repeat;
}

#ubermenu-main-2-menu-1-2 .ubermenu-submenu a {
  font-weight: 400 !important;
}

.grid-accueil .title_actus p {
  margin-bottom: 0px !important;
}

.grid-accueil .readmorebtn {
  margin-top: 50px !important;
}

.recherche_carte a {
  text-decoration: none !important;
  color: #fff !important;
}

/*menu-mobile*/

.button_menu_mobile {
  background-color: #c5426c !important;
  text-decoration: none !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 41px !important;
  padding-left: 40px !important;
  position: relative !important;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.button_menu_mobile:before {
  content: url(img/picto-profil.png) !important;
  position: absolute !important;
  left: 12% !important;
  top: 20% !important;
}

.shiftnav-nav {
  margin-bottom: 30px !important;
}

.shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > .shiftnav-target {
  background-color: #c5426c !important;
}

.shiftnav.shiftnav-skin-standard-dark
  li.menu-item
  .shiftnav-submenu-activation {
  background: transparent !important;
}

/* menu pro*/

header #menu_pro .button-header {
  background-color: #1aaf94 !important;
}

header #menu_bateau .button-header {
  background-color: #3b9cce !important;
}

/* page pros */

.body-pro #shiftnav-toggle-main .fa-bars:before {
  content: "\f0c9";
  color: #c5426c;
  font-size: 35px;
}

.body-pro
  .shiftnav.shiftnav-skin-standard-dark
  ul.shiftnav-menu
  li.menu-item.current-menu-item
  > .shiftnav-target {
  background-color: #1aaf94 !important;
}

.body-pro .button_menu_mobile {
  background-color: #1aaf94 !important;
}

.body-bateau .button_menu_mobile {
  background-color: #3b9cce !important;
}

.container-bandeau {
  margin-top: -30px !important;
}

.titre-page-pro {
  position: relative;
}

.titre-page-pro h1 {
  position: absolute;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -140%);
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  color: #000000;
  display: inline-block;
}

.titre-page-pro h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #c5426c;
  /* top: 0; */
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1 !important;
}

titre-page-pbateau {
  position: relative;
}

.titre-page-bateau h1 {
  position: absolute;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -140%);
  padding: 10px 20px;
  border-radius: 50px;
  background-color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  color: #000000;
  display: inline-block;
}

.titre-page-bateau h1:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #3b9cce;
  /* top: 0; */
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1 !important;
}

@media (max-width: 768px) {
  .titre-page-bateau h1:after {
    bottom: 5%;
  }
}

@media (max-width: 768px) {
  .titre-page-pro h1:after {
    bottom: 5%;
  }
}

.body-pro .titre-page-pro h1:after {
  border-top: solid 10px #1aaf94;
}

.body-bateau .titre-page-bateau h1:after {
  border-top: solid 10px #3b9cce;
}

.container-page {
  width: 85%;
  margin: 0 auto;
  position: relative;
  max-width: 1380px;
}

.container-page .col-gauche p {
  text-align: justify;
  margin-bottom: 0 !important;
}

@media (max-width: 1600px) {
  .container-page {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 1400px) {
  .container-page {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
}

.container-page .explication_permis {
  padding: 30px;
  border-radius: 30px;
  background-color: #f2f2f2;
}

.container-page .explication_permis p {
  margin-bottom: 0 !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px;
}

.Rectangle_646_copie_2 {
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 58.8px 11.2px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 1756px;
  top: 1126px;
  width: 688px;
  height: 227px;
  z-index: 182;
}

.container-page .col-droite .requis-un,
.container-page .col-droite .requis-deux,
.container-page .col-droite .requis-trois {
  padding: 50px 30px !important;
  box-shadow: 0px 0px 58.8px 11.2px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  /*position: relative;*/
  margin-top: 50px;
  margin-bottom: 30px;
}

.container-page .col-droite .requis-un p,
.container-page .col-droite .requis-deux p,
.container-page .col-droite .requis-trois p {
  margin-bottom: 0px !important;
}

.container-page .col-droite .requis-un p:after,
.container-page .col-droite .requis-deux p:after,
.container-page .col-droite .requis-trois p:after {
  position: absolute;
  /*top: -50%;*/
  top: -70px;
  left: 50% !important;
  transform: translate(-50%, 15%);
  margin-top: 15px;
}
.col-droite .so-panel {
  position: relative;
}

.body-pro .container-page .col-droite .requis-un p:after {
  content: "";
  background: no-repeat url(img/logo/profil-vert.png);
  display: block;
  width: 50px;
  height: 100px;
  background-size: contain;
}

.body-bateau .container-page .col-droite .requis-trois p:after {
  content: "";
  background: no-repeat url(img/logo/profil-bleu.png);
  display: block;
  width: 50px;
  height: 100px;
  background-size: contain;
}

.body-pro .container-page .col-droite .requis-deux p:after {
  content: "";
  background: no-repeat url(img/logo/conditions-vert.png);
  display: block;
  width: 50px;
  height: 100px;
  background-size: contain;
}

.container-page .col-droite .requis-un p:after {
  content: "";
  background: no-repeat url(img/logo/profil-rose.png);
  display: block;
  width: 50px;
  height: 100px;
  background-size: contain;
}

.container-page .col-droite .requis-deux p:after {
  content: "";
  background: no-repeat url(img/logo/conditions-rose.png);
  display: block;
  width: 50px;
  height: 100px;
  background-size: contain;
}

.container-page .col-droite .tarif {
  padding: 30px;
  background-color: #c5426c !important;
  border-radius: 30px !important;
  color: #fff;
  margin-bottom: 30px;
}

.container-page .col-droite .tarif-bateau {
  padding: 30px;
  background-color: #3b9cce !important;
  border-radius: 30px !important;
  color: #fff;
  margin-bottom: 30px;
}

.container-page .col-droite .tarif-bateau a {
  color: white;
  text-decoration: underline;
}

.body-pro .container-page .col-droite .tarif {
  background-color: #1baf8e !important;
}

.container-page .col-droite,
.container-page .col-gauche {
  font-family: "Open Sans", sans-serif !important;
}

.container-page .col-gauche h3 {
  font-weight: 700 !important;
  font-size: 16px;
}

.container-page .col-gauche {
  padding: 50px;
  line-height: 1.9;
}

.container-page .titre-reservation {
  position: relative;
}

.titre-reservation h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #c5426c;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1 !important;
}

@media (max-width: 768px) {
  .titre-reservation h2:after {
    bottom: 5%;
  }
}

.body-pro .titre-reservation h2:after {
  border-top: solid 10px #1aaf94;
}

.background-reservation {
  background-image: linear-gradient(to bottom, #f2f2f2 50%, #fff 50%);
}

.background-deroule {
  background-image: linear-gradient(to bottom, #f2f2f2 50%, #fff 50%);
}

.bloc-reservation {
  background-color: #fff;
  padding: 30px 80px;
  border-radius: 30px;
  box-shadow: 0px 0px 83.22px 30.78px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}

.bloc-reservation h3 {
  font-weight: bold;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.bloc-reservation p {
  text-align: justify;
  /*    margin-bottom: 0 !important;*/
  font-family: "Open sans", sans-serif;
}

#bloc-resa-gauche h2 {
  font-size: 20px !important;
}

@media (max-width: 768px) {
  .bloc-reservation {
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  .bloc-reservation {
    padding: 50px 30px !important;
  }
}

.titre-reservation h2 {
  position: relative;
  z-index: 500 !important;
  margin-top: 30px !important;
  display: inline-block;
  padding: 0 10px;
}

.container-page .tarif p {
  font-size: 14px;
  font-weight: 400;
}

.container-page .tarif {
  font-family: "Poppins", sans-serif !important;
}

.container-page .tarif div {
  font-weight: 700;
  font-size: 20px;
}

/*responsive page pro */

@media (max-width: 1000px) {
  .titre-page-pro h1 {
    padding: 0 !important;
  }

  .titre-page-bateau h1 {
    padding: 0 !important;
  }
  .container-bandeau .so-widget-image {
    height: 160px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 800px) {
  .titre-page-pro h1 {
    padding: 0 !important;
  }

  .titre-page-bateau h1 {
    padding: 0 !important;
  }

  .titre-page-pro h1 {
    position: relative !important;
    transform: translate(0%, -0%) !important;
    left: 0 !important;
  }

  .titre-page-bateau h1 {
    position: relative !important;
    transform: translate(0%, -0%) !important;
    left: 0 !important;
  }

  .container-page .col-gauche {
    padding: 30px 30px;
  }

  container-bandeau .so-widget-image {
    height: 160px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 500px) {
  .container-page .col-gauche {
    padding: 0 10px;
  }

  .container-page .explication_permis {
    padding: 30px 10px;
  }

  .titre-page-pro h1:after {
    width: 100% !important;
  }

  .titre-page-bateau h1:after {
    width: 100% !important;
  }
}

.container-page .col-gauche h2 {
  font-size: 25px !important;
}

.container-bandeau img {
  object-fit: cover !important;
  width: 100% !important;
  max-height: 250px !important;
}

/*POP UP BULLS MARQUEURS MAP*/

.gm-style-iw.gm-style-iw-c {
  padding: 12px !important;
}

/*FIN POP UP BULLS MARQUEURS MAP*/

/*PAGE CONTACT*/

.container_contact {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.contact-title h1 {
  font-size: 35px;
  color: #000000;
  font-weight: 700;
  position: relative;
  z-index: 20;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
}

.contact-title h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #c5426c;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1 !important;
}

.container_barre {
  width: 80%;
  margin: 0 auto;
}

.barre {
  padding: 0 0 30px 0 !important;
}

.barre .recherche_carte {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/*FORMULAIRE*/

/*typo*/
#cf7md-form .cf7md-item,
#cf7md-form input,
#cf7md-form label,
#cf7md-form textarea,
#cf7md-form p,
#cf7md-form .mdc-select,
#cf7md-form.cf7md-form + .wpcf7-response-output,
#cf7md-form .wpcf7-not-valid-tip,
#cf7md-form .cf7md-card-title,
#cf7md-form .cf7md-card-subtitle,
#cf7md-form .mdc-button,
#cf7md-form .mdc-floating-label,
#cf7md-form .mdc-text-field-helper-text,
#cf7md-form .mdc-text-field__input,
#cf7md-form .mdc-select__native-control,
#cf7md-form .mdc-form-field {
  font-family: "Open Sans", sans-serif !important;
}

/*fonds input*/
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: #f2f2f2 !important;
}

/*bordure bas*/
#cf7md-form
  .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: transparent !important;
  border-bottom-color: transparent !important;
}

#cf7md-form
  .mdc-text-field:not(.mdc-text-field--disabled):not(
    .mdc-text-field--outlined
  ):not(.mdc-text-field--textarea)
  .mdc-text-field__input {
  border-bottom-color: transparent !important;
}

/*border-radius*/

#cf7md-form .mdc-text-field {
  border-radius: 0 0 0 0 !important;
}

/*focus couleur bordure*/
#cf7md-form
  .mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-line-ripple {
  background-color: #c5426c;
  background-color: #c5426c;
}

/*barre texte focus*/
#cf7md-form .mdc-text-field .mdc-text-field__input {
  caret-color: #c5426c !important;
}

/*bloc msg bordure*/

#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  )
  .mdc-notched-outline__leading,
#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  )
  .mdc-notched-outline__notch,
#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  )
  .mdc-notched-outline__trailing {
  border-color: #c5426c !important;
  border-color: #c5426c !important;
}

#cf7md-form
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__leading {
  border-radius: 0 0 0 0 !important;
}

#cf7md-form
  .mdc-text-field--textarea
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
  border-radius: 0 0 0 0 !important;
}

#cf7md-form
  .mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
#cf7md-form
  .mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
#cf7md-form
  .mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
  border-color: transparent !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  )
  .mdc-notched-outline__leading,
#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  )
  .mdc-notched-outline__notch,
#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--invalid:not(
    .mdc-text-field--disabled
  )
  .mdc-notched-outline__trailing {
  border-color: transparent !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-color: transparent !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}

/*check*/

#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--focused:not(
    .mdc-text-field--disabled
  ),
#cf7md-form
  .mdc-text-field--textarea.mdc-text-field--focused:not(
    .mdc-text-field--disabled
  )
  .mdc-text-field__input:focus,
#cf7md-form
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:checked
  ~ .mdc-checkbox__background,
#cf7md-form
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background,
#cf7md-form
  .mdc-radio
  .mdc-radio__native-control:enabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
#cf7md-form
  .mdc-radio
  .mdc-radio__native-control:enabled
  + .mdc-radio__background
  .mdc-radio__inner-circle,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form
  .mdc-text-field--outlined:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
#cf7md-form
  .mdc-text-field--outlined:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
#cf7md-form
  .mdc-text-field--outlined:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing,
#cf7md-form
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__leading,
#cf7md-form
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__notch,
#cf7md-form
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__trailing,
#cf7md-form
  .mdc-text-field--textarea:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__leading,
#cf7md-form
  .mdc-text-field--textarea:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__notch,
#cf7md-form
  .mdc-text-field--textarea:not(
    .mdc-text-field--disabled
  ).mdc-text-field--focused
  .mdc-notched-outline__trailing {
  border-color: #c5426c !important;
}

#cf7md-form .mdc-text-field .mdc-line-ripple,
#cf7md-form
  .mdc-select:not(.mdc-select--disabled)
  .mdc-select__native-control:focus
  ~ .mdc-line-ripple,
#cf7md-form
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:checked
  ~ .mdc-checkbox__background,
#cf7md-form
  .mdc-checkbox
  .mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background,
#cf7md-form .mdc-checkbox::before,
#cf7md-form .mdc-checkbox::after,
#cf7md-form .mdc-radio::before,
#cf7md-form .mdc-radio::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before,
#cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after,
#cf7md-form
  .mdc-switch:not(.mdc-switch--checked)
  .mdc-switch__thumb-underlay::before,
#cf7md-form
  .mdc-switch:not(.mdc-switch--checked)
  .mdc-switch__thumb-underlay::after {
  background-color: #c5426c !important;
}

/*btn envoyer*/

#cf7md-form .mdc-button::before,
#cf7md-form .mdc-button::after,
#cf7md-form .mdc-button--raised:not(:disabled),
#cf7md-form .mdc-button--unelevated:not(:disabled) {
  background-color: black !important;
}
/*FIN FORMULAIRE*/

/*FIN PAGE CONTACT*/

/*PAGE NOS AGENCES*/

.container_agences {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.blocs-agences {
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  box-shadow: 0px 0px 16px 4px rgba(200, 196, 196, 0.3);
  padding: 4%;
}

div#pgc-14-0-1 {
  padding-left: 2%;
}

.agence-title h2 {
  font-size: 26px;
  color: #444444;
  font-weight: 700;
  position: relative;
  z-index: 500;
  font-family: "Poppins", sans-serif;
}

/*.agence-title h2::after {
    content: "";
    display: block;
    width: 280px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 10px #c5426c;
    position: absolute;
    bottom: 10%;
    left: 0%;
    z-index: -1 !important;
}*/

.infos-agences {
  display: flex;
}

.infos-agences img {
  height: 35px;
  width: auto;
  padding-right: 13px;
}

.infos-agences p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px !important;
}

.infos-agences p a {
  text-decoration: none;
  color: black;
}

.infos-agences p a:hover {
  text-decoration: none;
  color: black;
  font-weight: 600;
}

.image-agence img.so-widget-image {
  max-height: 330px;
  margin: auto;
}
/*FIN PAGE NOS AGENCES*/

.container_tarifs {
  width: 90%;
  margin: 0 auto;
  /* overflow: hidden;*/
}

.tablepress-id-1 .column-2 h3 {
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  padding: 30px 5px !important;
}

.tablepress-id-1 .column-2 a {
  color: black;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.tablepress-id-1 .column-2 a:hover {
  color: black;
  text-decoration: none;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.tablepress-id-1 .column-3 p {
  padding: 30px 0 !important;
  font-family: "Open Sans" !important;
  font-weight: bold !important;
  color: black;
}

.tablepress-id-1 .column-1 img {
  padding: 15px !important;
}

.tablepress-id-2 .column-2 h3 {
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  padding: 30px 5px !important;
}

.tablepress-id-2 .column-2 a {
  color: black;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.tablepress-id-2 .column-2 a:hover {
  color: black;
  text-decoration: none;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.tablepress-id-2 .column-3 p {
  padding: 30px 10px !important;
  font-family: "Open Sans" !important;
  font-weight: bold !important;
  color: black;
}

.tablepress-id-2 .column-1 img {
  padding: 15px !important;
}

.tablepress-id-1 .column-1 {
  width: 20% !important;
  padding: 0;
}

.tablepress-id-1 .column-2 {
  width: 50% !important;
  padding: 0;
}

.tablepress-id-1 .column-3 {
  width: 30% !important;
  padding: 0;
}

.tablepress-id-2 .column-1 {
  width: 20% !important;
  padding: 0;
}

.tablepress-id-2 .column-2 {
  width: 50% !important;
  padding: 0;
}

.tablepress-id-2 .column-3 {
  width: 30% !important;
  padding: 0;
}

.titre-tarifs-particuliers h2 {
  font-size: 26px;
  color: black;
  font-weight: 700;
  position: relative;
  z-index: 20;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

/*.titre-tarifs-particuliers h2::after {
    content: "";
    display: block;
    width: 350px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 10px #c5426c;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1 !important;
}
*/

.titre-tarifs-pros h2 {
  font-size: 26px;
  color: black;
  font-weight: 700;
  position: relative;
  z-index: 20;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

/*.titre-tarifs-pros h2::after {
    content: "";
    display: block;
    width: 350px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 10px #48bfa9;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1 !important;
}*/

.article-title h1 {
  font-size: 35px;
  color: #000000;
  font-weight: 700;
  position: relative;
  z-index: 20;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 10px;
}

.article-title h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 10px #c5426c;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1 !important;
}

.article-image img {
  margin: auto;
}

h1.entry-title {
  display: none !important;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  display: none !important;
}

.container_article {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}

.container_article div#panel-51-0-0-0 {
  margin: 0 !important;
}

.container_article .siteorigin-widget-tinymce.textwidget {
  text-align: center;
}

.container-logo img {
  margin: auto;
  text-align: center;
  display: block;
}

@media (max-width: 425px) {
  .container-logo img {
    padding-top: 25px;
  }
}

.container_article p {
  font-family: "Open Sans", sans-serif;
}

/*ANNEXES */

.mentions p {
  text-align: justify;
  font-family: "Open Sans";
}

.mentions h2 {
  font-size: 26px;
  color: #444444;
  font-weight: 700;
  position: relative;
  z-index: 500;
  font-family: "Poppins", sans-serif;
}

.mentions a {
  color: #c5426c;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.mentions a:hover {
  color: #c5426c;
  text-decoration: none;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.donnees p {
  text-align: justify;
  font-family: "Open Sans";
}

.donnees h2 {
  font-size: 26px;
  color: #444444;
  font-weight: 700;
  position: relative;
  z-index: 500;
  font-family: "Poppins", sans-serif;
}

.donnees a {
  color: #c5426c;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.donnees a:hover {
  color: #c5426c;
  text-decoration: none;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.labels a {
  color: #444444;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.labels a:hover {
  color: #444444;
  text-decoration: none;
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif;
}

.labels a img {
  height: 25px;
  width: auto;
  padding-right: 10px;
  margin-bottom: 10px;
}

/*FIN ANNEXES */

.btn-formations:hover {
  transform: scale(1.05);
}

.fa-arrow-right:before {
  margin-left: 10px;
}

.slider-accueil a:hover {
  background: #c5426c !important;
  transform: scale(1.02);
}

.readmorebtn {
  -moz-transition: all 0s ease-out 0s !important;
  -ms-transition: all 0s ease-out 0s !important;
  -o-transition: all 0s ease-out 0s !important;
  transition: all 0s ease-out 0s !important;
}

.espace-eleve h3 {
  color: red !important;
}

.shiftnav-searchbar-drop .shiftnav-search-input {
  color: white !important;
}

.shiftnav-searchbar-drop .shiftnav-search-submit {
  display: none;
}

.shiftnav-searchbar-toggle {
  display: none;
}

.shiftnav-searchbar-toggle .fa {
  display: none !important;
}

a.shiftnav-target {
  font-family: "Open Sans" !important;
  font-weight: 600 !important;
}

/*PAGE RECHERCHE*/

h1.page-title {
  margin-bottom: 50px;
  margin-top: 35px;
  font-size: 30px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  color: #000000;
  text-transform: uppercase;
}

.entry-title a {
  font-size: 26px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  color: #c5426c;
  position: relative;
  z-index: 5;
  border-bottom: 2px solid black;
}

.entry-title a:hover {
  font-size: 28px;
  text-decoration: none;
}

section.no-results.not-found img {
  display: block;
  margin: auto;
  padding-top: 70px;
}

section.no-results.not-found p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

form.search-form {
  padding-bottom: 90px;
}

section.no-results.not-found input.search-submit {
  background: #000000;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border-style: solid;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 40px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

section.no-results.not-found input.search-submit:hover {
  background: #c5426c;
  border-color: transparent;
  transform: scale(1.05);
  transition: all 0s ease-out 0s !important;
}

section.no-results.not-found input.search-field {
  border: 2px solid black !important;
}

/*FIN PAGE RECHERCHE*/

/*BANDEAU COOKIES*/
#cookie-law-info-bar span {
  font-family: "Open sans", sans-serif !important;
}

#cookie-law-info-bar span a {
  font-family: "Open sans", sans-serif !important;
  font-weight: bold;
}

/*FIN BANDEAU COOKIES*/

/*404*/
section.error-404.not-found img {
  display: block;
  margin: auto;
  padding-top: 70px;
}

section.error-404.not-found p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

section.error-404.not-found input.search-submit {
  background: #000000;
  opacity: 1;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border-style: solid;
  border-color: RGBA(0, 0, 0, 1);
  border-radius: 40px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

section.error-404.not-found input.search-submit:hover {
  background: #c5426c;
  border-color: transparent;
  transform: scale(1.05);
  transition: all 0s ease-out 0s !important;
}

section.error-404.not-found input.search-field {
  border: 2px solid black !important;
}

.m-content {
  overflow-x: scroll;
}

@media screen and (min-width: 1344px) {
  .nextend-bullet-bar {
    width: 1100px !important;
  }
}

.shiftnav-retract a {
  font-size: 0 !important;
}
.shiftnav-retract a {
  font-size: 0px !important;
}
.shiftnav-retract a i {
  font-size: 20px !important;
}

/*GOTRM*/

a.btn-pro {
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  background-color: #1baf8e;
  padding: 10px 20px !important;
  border-radius: 40px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  display: inline-block;
}

a.btn-pro:hover {
  background-color: #000000;
}

@media (max-width: 1238px) {
  a.btn-pro:first-child {
    margin-bottom: 30px;
  }
}

/*LOCATION TAXI */

.loc-taxi .titre-page-pro h1:after {
  border-top: solid 10px #ffbe2e;
}

.loc-taxi .explication_permis a {
  background-color: #ffbe2e;
  text-decoration: none;
  color: black;
  padding: 5px 15px;
  border-radius: 40px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.explication_permis {
  line-height: 30px;
}

.container-page .col-droite .requis-deux.col-loc p:after {
  background: no-repeat url(img/logo/location@2x.png);
  width: 71px;
  height: 54px;
  background-size: contain !important;
}

.container-page .col-droite .requis-deux.col-form p:after {
  background: no-repeat url(img/logo/fomation@2x.png);
  background-size: contain !important;
  width: 71px;
  height: 54px;
  top: -50px;
}

.loc-taxi h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.rounded-border-block {
	border-radius: 2rem;
	align-items: flex-end !important;
}


.rounded-border-block * {
	color: white;
}

.rounded-border-block a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.rounded-border-block a:hover {
	text-decoration: underline;
}

.rounded-border-block .textwidget img {
	width: 125px;
}

.rounded-border-block .sow-image-container img {
	width: 200px !important;
}

.rounded-border-block p:last-child {
	font-style: italic;
	font-size: 14px;
}
.liens-cpf .sa_hover_container{
    position: relative;
    margin-bottom: 20px;
    background: #eee;
}

.sa_hover_container{
    border-radius: 30px;
}

.liens-cpf-contain{
    margin-top: 20px;
}

.liens-cpf {
    background-color: #c5426c;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    padding-left: 40px;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
.liens-cpf-contain a,
.liens-cpf-contain a:visited,
.liens-cpf-contain a:hover,
.liens-cpf-contain a:focus,
.liens-cpf-contain a:active{
    color:#ffffff!important;
    text-decoration:none!important;
}