/*!
Theme Name: CNR Laplane 2026
Author: Kissagram
Description: Description
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cnr-laplane
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.

CNR Laplane is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments


	--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  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;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    visibility: hidden;
    z-index: 99999;
    background-color: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
    left: -9999px;
  }
  .main-navigation ul ul ul {
    position: relative;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 15px;
    margin-bottom: 5px;
    left: auto;
  }
  .main-navigation ul ul ul li {
    font-size: 0.9em;
  }
  .main-navigation ul ul a {
    min-width: 300px;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .main-navigation li {
    position: relative;
  }
  .main-navigation a {
    display: block;
    text-decoration: none;
  }
}

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

@media screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

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

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

.page-links {
  clear: both;
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* CUSTOM CNRLAPLANE */
/* FONTS */
@font-face {
  font-family: "RobotoCondensed-Light";
  src: url("fonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCondensed-Light.woff") format("woff"), url("fonts/RobotoCondensed-Light.ttf") format("truetype"), url("fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Regular";
  src: url("fonts/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCondensed-Regular.woff") format("woff"), url("fonts/RobotoCondensed-Regular.ttf") format("truetype"), url("fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed-Bold";
  src: url("fonts/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/RobotoCondensed-Bold.woff") format("woff"), url("fonts/RobotoCondensed-Bold.ttf") format("truetype"), url("fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular.woff") format("woff"), url("fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto-Bold.woff") format("woff"), url("fonts/Roboto-Bold.ttf") format("truetype"), url("fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?q7guzd");
  src: url("fonts/icomoon.eot?q7guzd#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?q7guzd") format("truetype"), url("fonts/icomoon.woff?q7guzd") format("woff"), url("fonts/icomoon.svg?q7guzd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "\e900";
}

.icon-chevron-down:before {
  content: "\e901";
}

.icon-chevron-right1:before {
  content: "\e902";
}

.icon-linkedin a,
.icon-facebook a {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin a:before {
  content: "\e905";
}

.icon-facebook a:before {
  content: "\e904";
}

.clear {
  clear: both;
}

.wp-block-image .alignleft {
  float: none;
}

body {
  font-family: "Roboto-Regular";
  font-weight: normal;
  overflow-x: hidden;
  max-width: 100%;
  font-size: 15px;
}

section {
  margin: 30px auto;
  padding: 15px 0;
}

main {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
}

.row {
  margin: 0 -4px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 4px;
}

/* GRID */
.colgrid {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .grid {
    display: grid;
    grid-template-columns: 20% 60% 20%;
  }
  .grid .colgrid:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .grid .colgrid:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .grid .colgrid:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .single-formation .grid .colgrid:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-formation .grid .colgrid:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .single-formation .grid .colgrid:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .colgrid {
    padding: 0 4px;
  }
}
h1,
h2,
h3 {
  font-family: "RobotoCondensed-Bold";
}

p,
a,
a:visited {
  color: #000;
}

/*.entry-content {
	a{@include robbold(); color: $pink;}
}
*/
h1.entry-title {
  text-align: center;
  text-transform: uppercase;
  color: #e73c4e;
  font-size: 2.7em;
}
@media screen and (min-width: 992px) {
  h1.entry-title {
    font-size: 2.7em;
  }
}

.smallTitle {
  font-size: 0.7em;
}

/* PICTOS */
.pictos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.picto {
  display: block;
  height: 30px;
  width: 1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
}

.picto.lsf {
  width: 50px;
  background-image: url(img/lsf.svg);
}

.picto.famille {
  width: 50px;
  background-image: url(img/famille.svg);
}

.picto.recherche {
  width: 50px;
  background-image: url(img/recherche.svg);
}

/* HEADER */
#masthead {
  padding: 10px 15px;
}
#masthead .headerMob {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#masthead .site-description {
  font-family: "RobotoCondensed-Bold";
  color: #3c5694;
  display: none;
  font-size: 0.85em;
  line-height: 1em;
  margin: 0 0 0 60px;
  text-transform: uppercase;
}
#masthead .custom-logo-link img {
  width: auto;
  height: 80px;
}
#masthead .custom-logo-link + .site-title {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
#masthead {
  /* NAV */
}
#masthead #site-navigation {
  font-family: "RobotoCondensed-Bold";
  font-size: 1.2em;
}
#masthead #site-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#masthead #site-navigation ul li::after {
  content: "";
  display: table;
  width: 100%;
  height: 1px;
  clear: both;
}
#masthead #site-navigation ul li a {
  padding: 0 15px;
}
#masthead #site-navigation ul li ul {
  display: block;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
#masthead #site-navigation #tools {
  display: none;
  line-height: 27px;
  margin: 5px 0;
}
#masthead #site-navigation #tools .zeno_font_resizer {
  margin: 0 5px;
}
#masthead #site-navigation #tools .zeno_font_resizer span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#masthead #site-navigation #tools .zeno_font_resizer span a {
  padding: 0 5px;
}
#masthead #site-navigation #tools .zeno_font_resizer span .zeno_font_resizer_minus:after {
  content: "-";
}
#masthead #site-navigation #tools .zeno_font_resizer span .zeno_font_resizer_add:after {
  content: "+";
}
#masthead #site-navigation #tools .zeno_font_resizer span .zeno_font_resizer_reset {
  display: none;
}
#masthead #site-navigation #tools .search-form {
  margin-right: 5px;
}
#masthead #site-navigation #tools .search-submit {
  width: 27px;
  height: 27px;
  text-indent: -999px;
  padding: 3px;
  overflow: hidden;
  border: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/search-ico.svg);
}
#masthead #site-navigation #tools .search-field {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
#masthead #site-navigation #tools .falc a {
  color: #e73c4e;
}
#masthead #site-navigation #tools .lsf {
  display: block;
  height: 23px;
  width: 23px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(img/lsf-black.svg);
  margin: 2px 10px;
}
@media screen and (max-width: 991px) {
  #masthead #site-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 142px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #masthead #site-navigation ul li a {
    display: block;
    text-align: center;
    line-height: 60px;
  }
  #masthead #site-navigation ul li ul {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #masthead .headerMob {
    width: auto;
  }
  #masthead .site-description {
    font-size: 0.7em;
    display: block;
  }
  #masthead #site-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #masthead #site-navigation #tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  #masthead #site-navigation #tools ul a:before {
    display: none;
  }
  #masthead #site-navigation ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #masthead #site-navigation ul .current-menu-item:before,
  #masthead #site-navigation ul .current-page-ancestor:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 20px);
    height: 3px;
    background-color: #e73c4e;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  #masthead #site-navigation ul a {
    padding: 0 0.5em;
  }
  #masthead #site-navigation ul a::before {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    background-color: #e73c4e;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  #masthead #site-navigation ul a:hover::before {
    width: calc(100% - 20px);
  }
  #masthead #site-navigation ul ul {
    font-size: 1em;
  }
  #masthead #site-navigation ul ul .current-menu-item a {
    color: #cd1619;
  }
  #masthead #site-navigation ul ul .current-menu-item:before {
    display: none;
  }
  #masthead #site-navigation ul ul a:hover {
    color: #cd1619;
  }
  #masthead #site-navigation ul ul a:before {
    display: none;
  }
  #masthead #site-navigation ul ul .current-page-ancestor:before {
    display: none;
  }
  #masthead #site-navigation ul .menuSection {
    border-top: solid 1px #d4d4d4;
    padding: 5px 0;
    display: block;
    position: relative;
  }
  #masthead #site-navigation ul .menuSection:nth-child(1) {
    border-top: none;
  }
  #masthead #site-navigation ul .menuSection a {
    font-size: 0.9em;
    font-family: "RobotoCondensed-Bold";
    text-transform: uppercase;
  }
  #masthead #site-navigation ul .menuSection ul {
    padding: 0 10px 5px 10px;
    display: block;
    background-color: transparent;
  }
  #masthead #site-navigation ul .menuSection ul li a {
    font-family: "RobotoCondensed-Regular";
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
  }
  #masthead #navbarLaplane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  #masthead #site-navigation {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1366px) {
  #masthead .site-description {
    font-size: 0.85em;
  }
  #masthead #site-navigation {
    font-size: 1.2em;
  }
}
#masthead .navbar-toggler {
  height: 56px;
}
#masthead .navbar-toggler .navbar-toggler-icon {
  background-image: url(img/menu.svg);
}

/* FOOTER */
.site-footer {
  background-color: #cccccc;
  padding: 60px 0;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
.site-footer #footer-menu {
  font-family: "RobotoCondensed-Bold";
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer #footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer #footer-menu ul li {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
.site-footer #footer-menu ul li a {
  text-transform: uppercase;
  font-size: 0.9em;
  font-family: "RobotoCondensed-Bold";
}
.site-footer #footer-menu ul li ul li a {
  text-transform: none;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .site-footer #footer-menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer #footer-menu {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.site-footer strong {
  font-family: "RobotoCondensed-Bold";
  font-weight: normal;
}
.site-footer .custom-logo-link {
  padding: 0 15px;
  background-color: #fff;
}
.site-footer .widget_text {
  margin: 0;
  padding-bottom: 0;
}
.site-footer .widget_text p:nth-last-child(1) {
  margin: 0;
}
.site-footer .menu-reseaux-sociaux-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .menu-reseaux-sociaux-container ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  background-color: #3c5694;
  border-radius: 50%;
  position: relative;
}
.site-footer .menu-reseaux-sociaux-container ul li a {
  color: #3c5694;
}
.site-footer .menu-reseaux-sociaux-container ul li a::before {
  color: #fff;
  width: 30px;
  height: 30px;
  padding: 0 7px;
}

/* MENU LATERAL */
#menuLateral {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 999;
  background-color: #fff;
  width: 50px;
  padding: 12px;
  border-radius: 25px;
  -webkit-box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}
#menuLateral ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menuLateral ul li {
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/skype.svg);
  text-indent: -999px;
  overflow: hidden;
  margin: 5px auto;
  position: relative;
}
#menuLateral ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#menuLateral ul .skype {
  background-image: url(img/skype.svg);
}
#menuLateral ul .mail {
  background-image: url(img/mail.svg);
}
#menuLateral ul .tel {
  background-image: url(img/tel.svg);
}

/* HOME */
.carousel {
  height: 350px;
  overflow: hidden;
}

.carousel,
.bandeau {
  overflow: hidden;
}
.carousel .slide,
.bandeau .slide {
  height: 350px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: black;
  overflow: hidden;
}
.carousel .slide .bg-txt-carrousel,
.bandeau .slide .bg-txt-carrousel {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.carousel .slide .bg-txt-carrousel:nth-child(1),
.bandeau .slide .bg-txt-carrousel:nth-child(1) {
  /*transform: skew(10deg); transform-origin: top left;*/
  border-width: 0 125px 350px 0;
  border-style: solid;
  height: 0;
  width: 50%;
}
.carousel .slide .bgCoul,
.bandeau .slide .bgCoul {
  border-width: 0 125px 350px 0;
  border-style: solid;
  height: 0;
  width: 60%;
}
@media screen and (min-width: 992px) {
  .carousel .slide .bgCoul,
  .bandeau .slide .bgCoul {
    width: 50%;
  }
}
.carousel .slide .bg-img,
.bandeau .slide .bg-img {
  overflow: hidden;
  -webkit-transform: skew(20deg) translateX(-10%);
          transform: skew(20deg) translateX(-10%);
}
.carousel .slide .bg-img img,
.bandeau .slide .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
.carousel .slide .txt-carrousel,
.bandeau .slide .txt-carrousel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "RobotoCondensed-Light";
  font-weight: normal;
  font-size: 2em;
  line-height: 1em;
  width: 30%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (min-width: 992px) {
  .carousel .slide .txt-carrousel,
  .bandeau .slide .txt-carrousel {
    font-size: 2.5em;
    width: 35%;
  }
}
.carousel .slide .txt-carrousel strong,
.carousel .slide .txt-carrousel b,
.bandeau .slide .txt-carrousel strong,
.bandeau .slide .txt-carrousel b {
  font-family: "RobotoCondensed-Bold";
  font-weight: normal;
}
.carousel .slide .txt-carrousel p,
.bandeau .slide .txt-carrousel p {
  margin: 0;
  color: white;
}
.carousel .slide a,
.bandeau .slide a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel:hover .bg-txt-carrousel:nth-child(1),
.bandeau:hover .bg-txt-carrousel:nth-child(1) {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.carousel:hover .txt-carrousel,
.bandeau:hover .txt-carrousel {
  -webkit-transform: translateY(-50%) translateX(5%);
          transform: translateY(-50%) translateX(5%);
}
.carousel:hover .bg-txt-carrousel:nth-child(3),
.bandeau:hover .bg-txt-carrousel:nth-child(3) {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (max-width: 767px) {
  .carousel .slide .bg-txt-carrousel,
  .bandeau .slide .bg-txt-carrousel {
    width: 70%;
  }
  .carousel .slide .txt-carrousel,
  .bandeau .slide .txt-carrousel {
    font-size: 1.5em;
    width: 50%;
  }
}

.carousel .bandeauImgContainer,
#bandeau .bandeauImgContainer {
  width: 75%;
  height: 100%;
  position: absolute;
  right: 0;
}
.carousel .bandeauImgContainer img,
#bandeau .bandeauImgContainer img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1240px) {
  .carousel .bandeauImgContainer,
  #bandeau .bandeauImgContainer {
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .bandeau {
    height: 350px;
    overflow: hidden;
  }
  .bandeau .bandeauImgContainer {
    width: 75%;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .bandeau .bandeauImgContainer img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 992px) and (min-width: 1240px) {
  .bandeau .bandeauImgContainer {
    width: 60%;
  }
}
.home h2 {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  color: #e73c4e;
}
.home #section-3 {
  background-color: #d4d4d4;
}

.vignette .vignetteImgSizer {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.vignette .vignetteImgSizer .txtVignette {
  position: absolute;
}
.vignette .vignetteImgSizer img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.vignette .vignetteImgSizer .pictos {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  padding: 0 10px;
}
.vignette h3 {
  font-size: 1em;
  margin: 0;
}
.vignette p {
  margin: 0;
}

.vignette.actu .vignetteImgSizer {
  border: solid 1px #939291;
  background-color: #000;
}
.vignette.actu .vignetteImgSizer div.txtVignette {
  font-size: 36px;
  font-family: "RobotoCondensed-Bold";
  text-transform: uppercase;
  top: 5%;
}
.vignette.actu .vignetteImgSizer div.txtVignette p {
  color: white;
  margin: 0;
  line-height: 36px;
}
.vignette.actu .vignetteImgSizer .pictos {
  right: 0;
}

.vignette.ressource .vignetteImgSizer h3 {
  position: absolute;
  color: white;
  font-size: 22px;
  left: 15px;
  width: calc(100% - 30px);
  top: 20%;
}
.vignette.ressource .vignetteImgSizer .pictos {
  right: 0;
}
.vignette.ressource .excerpt {
  font-family: "RobotoCondensed-Bold";
  font-size: 1em;
  line-height: 1em;
}

.vignette.video .vignetteImgSizer {
  padding-bottom: 100%;
  border: solid 1px #939291;
  background-color: #000;
}
.vignette.video .vignetteImgSizer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 60%;
  -webkit-transform: skew(10deg) translateX(-15%);
          transform: skew(10deg) translateX(-15%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #e73c4e;
  opacity: 0.7;
  z-index: 1;
}
.vignette.video .vignetteImgSizer div.txtVignette {
  width: 50%;
  padding: 0 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 15%;
  z-index: 2;
  font-family: "RobotoCondensed-Bold";
}
.vignette.video .vignetteImgSizer div.txtVignette .nomIntervenant {
  color: white;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  text-transform: capitalize;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.vignette.video .vignetteImgSizer div.txtVignette h3 {
  color: white;
  font-size: 22px;
  text-transform: none;
  word-break: keep-all;
  margin: 0;
}
.vignette.video .vignetteImgSizer div.txtVignette .fullTitle {
  display: none;
}
.vignette.video .vignetteImgSizer div.txtVignette p {
  color: white;
  margin: 0;
}
.vignette.video .vignetteImgSizer div.txtVignette .excerpt {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.vignette.video .vignetteImgSizer div.txtVignette .duree {
  font-family: "RobotoCondensed-Bold";
  font-size: 22px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
.vignette.video .vignetteImgSizer:hover::before {
  background-color: #3c5694;
  width: 120%;
  -webkit-transform: skew(10deg) translateX(-10%);
          transform: skew(10deg) translateX(-10%);
}
.vignette.video .vignetteImgSizer:hover .txtVignette {
  width: 100%;
}
.vignette.video .vignetteImgSizer:hover .txtVignette .nomIntervenant {
  display: none;
}
.vignette.video .vignetteImgSizer:hover .txtVignette .cutTitle {
  display: none;
}
.vignette.video .vignetteImgSizer:hover .txtVignette .fullTitle {
  display: block;
}
.vignette.video .vignetteImgSizer:hover .txtVignette .excerpt,
.vignette.video .vignetteImgSizer:hover .txtVignette .duree {
  opacity: 1;
  visibility: visible;
}

.vignette.histoires .vignetteImgSizer {
  padding-bottom: 60%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow: visible;
}
.vignette.histoires .vignetteImgSizer img {
  width: 60%;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.vignette.histoires h3 {
  text-transform: uppercase;
  line-height: 1em;
  font-size: 1.1em;
}
.vignette.histoires p {
  font-family: "RobotoCondensed-Bold";
  font-size: 1em;
  line-height: 1em;
}
.vignette.histoires:hover .vignetteImgSizer img {
  -webkit-box-shadow: 0 0 5px #3c5694;
          box-shadow: 0 0 5px #3c5694;
}
.vignette.histoires:hover h3 {
  color: #cd1619;
}
.vignette.histoires .txtVignette {
  padding: 0 5px;
}

.container .container {
  padding: 0;
}

.vignette.formation .vignetteImgSizer {
  background-color: #e6d9cb;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.vignette.formation .vignetteImgSizer .txtVignette {
  top: 35%;
  left: 15px;
}
.vignette.formation .vignetteImgSizer .txtVignette .catFormation {
  font-family: "RobotoCondensed-Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #cd1619;
}
.vignette.formation .vignetteImgSizer .txtVignette h3 {
  font-size: 16px;
}
.vignette.formation .vignetteImgSizer .txtVignette h3 span {
  text-transform: uppercase;
  font-size: 22px;
}
.vignette.formation .vignetteImgSizer .pictos {
  right: 0;
}
.vignette.formation :hover .vignetteImgSizer {
  background-color: rgba(230, 217, 203, 0.5);
}

h2.histoires,
h2.formation,
h1.formation {
  position: relative;
}

h2.histoires:before,
h2.formation:before,
h1.formation:before {
  content: "";
  display: inline-block;
  margin-right: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
}

h2.histoires:before {
  background-image: url(img/histoires-picto.svg);
  width: 54px;
  height: 52px;
  -webkit-transform: translate(-130%, -60%);
          transform: translate(-130%, -60%);
}

h2.formation:before,
h1.formation:before {
  background-image: url(img/formation-picto.svg);
  width: 80px;
  height: 70px;
  -webkit-transform: translate(-120%, -50%);
          transform: translate(-120%, -50%);
}

@media screen and (min-width: 1200px) {
  #widgetsHome2 .agenda {
    margin-top: 90px;
  }
}
/* BANDEAU */
#bandeau {
  height: 350px;
  background-color: black;
  padding: 0;
}
#bandeau .slide .bg-txt-bandeau {
  width: 50%;
  -webkit-transform: skew(20deg) translateX(-20%);
          transform: skew(20deg) translateX(-20%);
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#bandeau .slide .bg-txt-bandeau img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: skew(-20deg) translateX(20%);
          transform: skew(-20deg) translateX(20%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
#bandeau .slide:hover .bg-txt-bandeau {
  -webkit-transform: skew(20deg) translateX(-15%);
          transform: skew(20deg) translateX(-15%);
}
#bandeau .slide:hover .bg-txt-bandeau img {
  -webkit-transform: skew(-20deg) translateX(15%) scale(1.5);
          transform: skew(-20deg) translateX(15%) scale(1.5);
  opacity: 0.5;
}

#freeContent .container {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

/* OWL */
.owl-dots {
  margin: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

.owl-dot span {
  overflow: hidden;
  text-indent: -999px;
}

/* SIDEBAR */
@media screen and (min-width: 1200px) {
  .make-me-sticky {
    position: sticky;
    top: 0;
  }
}
/* WIDGETS */
.agenda.widget {
  font-family: "RobotoCondensed-Bold";
}
.agenda.widget h2 {
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Light";
  font-weight: normal;
  color: #3c5694;
  padding: 2em 0 0.5em 0;
  margin-bottom: 0.5em;
  background-image: url(img/bg-agenda.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.agenda.widget article {
  padding: 0 30px 15px 30px;
  border: none;
  margin-bottom: 15px;
}
.agenda.widget article .entry-custom-fields {
  margin: 0;
}
.agenda.widget article .entry-custom-fields .custom-field-date_evenement {
  font-size: 32px;
  line-height: 32px;
  color: #cd1619;
  text-transform: uppercase;
  margin-bottom: 0;
}
.agenda.widget article h3 {
  font-size: 32px;
  margin: 0;
  line-height: 32px;
}
.agenda.widget article h3 a {
  color: #e73c4e;
}
.agenda.widget article .entry-summary p {
  font-size: 20px;
  line-height: 25px;
  color: #3c5694;
}

.agendaFormation .widget {
  margin-top: 45px;
}
.agendaFormation .widget h2 {
  display: none;
}

/* NEWSLETTER */
#newsletter {
  background-color: #e73c4e;
  margin: 0px;
  padding: 30px 0 15px 0;
}
#newsletter h2 {
  color: white;
  text-align: left;
  line-height: 1em;
  font-size: 2.5em;
}
#newsletter p {
  color: white;
  font-family: "RobotoCondensed-Bold";
  font-size: 2em;
  line-height: 1em;
  margin: 0;
  font-size: 1.8em;
}
#newsletter .mailpoet_paragraph.formEmail {
  width: calc(100% - 100px);
}
#newsletter .mailpoet_paragraph.formEmail,
#newsletter .mailpoet_paragraph.validate {
  display: inline-block;
  word-wrap: normal;
}
#newsletter .mailpoet_paragraph.formEmail input,
#newsletter .mailpoet_paragraph.validate input {
  font-size: 18px;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px #fff;
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  border-radius: 0;
  border-color: #fff !important;
  line-height: 36px;
}
#newsletter .mailpoet_paragraph.formEmail input::-webkit-input-placeholder {
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
#newsletter .mailpoet_paragraph.formEmail input::-moz-placeholder {
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
#newsletter .mailpoet_paragraph.formEmail input:-ms-input-placeholder {
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
#newsletter .mailpoet_paragraph.formEmail input::-ms-input-placeholder {
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
#newsletter .mailpoet_paragraph.formEmail input::placeholder {
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
}
#newsletter .mailpoet_paragraph.validate input {
  font-family: "RobotoCondensed-Bold";
  margin-left: -3px !important;
}
#newsletter .mailpoet_paragraph.legalNotice {
  color: #fff;
  font-size: 0.9em;
}

/* ACTUALITES */
.date {
  font-family: "RobotoCondensed-Bold";
  text-transform: uppercase;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.actu .cat {
  font-family: "RobotoCondensed-Bold";
  font-size: 40px;
  text-transform: uppercase;
}
section.actu h2 {
  font-family: "RobotoCondensed-Bold";
  font-size: 30px;
}
section.actu a:hover {
  color: #e73c4e;
}
section.actu {
  border-bottom: solid 1px #d4d4d4;
}

section#videos {
  background-color: #d4d4d4;
}
section#videos h2 {
  color: #e73c4e;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.7em;
}

#pagination {
  text-align: center;
}
#pagination .page-numbers {
  font-family: "RobotoCondensed-Bold";
  color: #3c5694;
  font-size: 1.2em;
}

/* PAGE */
#menuPages li a,
#menuDocs li a {
  display: block;
}
#menuPages li.current_page_item a,
#menuDocs li.current_page_item a {
  color: #cd1619;
}
#menuPages li.page_item_has_children,
#menuDocs li.page_item_has_children {
  text-transform: uppercase;
  font-family: "Roboto-Bold";
  font-weight: normal;
  margin-bottom: 15px;
}
#menuPages li.page_item_has_children li,
#menuDocs li.page_item_has_children li {
  text-transform: none;
  padding-left: 15px;
  font-family: "Roboto-Medium";
  font-weight: normal;
}

/* SINGLE ACTU */
.entry-content a {
  color: #e73c4e;
  font-family: "Roboto-Bold";
  font-weight: normal;
}

.bg-txt-carrousel.bgPink {
  border-color: #e73c4e;
}

.bandeau .bandeauImgContainer {
  text-align: center;
}
.bandeau .bandeauImgContainer img {
  max-width: 510px;
  margin: 0 auto;
}
.bandeau .txt-bandeau {
  padding: 15px 0;
}
.bandeau .txt-bandeau h1 {
  margin: 0;
  font-size: 2em;
}
.bandeau .txt-bandeau h1.entry-title {
  text-align: left;
}

@media screen and (min-width: 768px) {
  article.category-actualites,
  article.page {
    padding: 30px 0;
  }
  .bandeau {
    height: 350px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
  }
  .bandeau .bandeauImgContainer {
    width: 75%;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .bandeau .bandeauImgContainer img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (min-width: 1240px) {
  .bandeau .bandeauImgContainer {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .bandeau .bg-txt {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-width: 0 125px 350px 0;
    border-style: solid;
    height: 0;
    width: 50%;
  }
  .bandeau .container .txt-bandeau {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 30%;
  }
  .bandeau .container .txt-bandeau h1 {
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  .bandeau .container .txt-bandeau h1 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  .bandeau .container .txt-bandeau .date {
    color: #fff;
  }
  .single-post .menuGauche {
    display: block;
  }
}
.widget_recent_entries ul li,
.widget_recent_entries ul .page_item,
#menuPages ul li,
#menuPages ul .page_item,
#menuDocs ul li,
#menuDocs ul .page_item {
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: solid 1px #d4d4d4;
}
.widget_recent_entries ul li a,
.widget_recent_entries ul .page_item a,
#menuPages ul li a,
#menuPages ul .page_item a,
#menuDocs ul li a,
#menuDocs ul .page_item a {
  font-family: "Roboto-Medium";
  font-weight: normal;
}
.widget_recent_entries ul li .post-date,
.widget_recent_entries ul .page_item .post-date,
#menuPages ul li .post-date,
#menuPages ul .page_item .post-date,
#menuDocs ul li .post-date,
#menuDocs ul .page_item .post-date {
  font-size: 0.9em;
}
.widget_recent_entries ul li .post-date::before,
.widget_recent_entries ul .page_item .post-date::before,
#menuPages ul li .post-date::before,
#menuPages ul .page_item .post-date::before,
#menuDocs ul li .post-date::before,
#menuDocs ul .page_item .post-date::before {
  content: " / ";
}

.widget_recent_entries a {
  font-family: "Roboto-Medium";
  font-weight: normal;
}

span.nav-subtitle {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  color: #cd1619;
}

span.nav-title {
  font-family: "RobotoCondensed-Bold";
}

.entry-footer {
  clear: both;
  padding: 15px 0;
  margin: 15px 0;
  border-top: solid 1px #d4d4d4;
}

/* FORMATIONS */
.catFormation {
  font-family: "RobotoCondensed-Bold";
  font-size: 1.5em;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .structFormations .col-xl-9,
  .customGrid .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .structFormations .col-xl-6,
  .structFormations .col-md-6,
  .customGrid .col-xl-6,
  .customGrid .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .structFormations .col-xl-3,
  .structFormations .col-md-3,
  .customGrid .col-xl-3,
  .customGrid .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .structFormations .col-xl-9 .col-md-6,
  .customGrid .col-xl-9 .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.entry-content h2 {
  font-size: 1.5em;
}
.entry-content h3 {
  color: #e73c4e;
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: "Roboto-Bold";
  font-weight: normal;
}
.entry-content p {
  font-size: 15px;
}
.entry-content .chapeau {
  font-size: 1.3em !important;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .entry-content .chapeau {
    font-size: 1.6em !important;
  }
}

.single-formation .entry-title,
.single-ressource .entry-title {
  color: #3c5694;
  text-align: left;
}
.single-formation .entry-content h2,
.single-ressource .entry-content h2 {
  color: #e73c4e;
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: "Roboto-Bold";
  font-weight: normal;
}
.single-formation .entry-content p,
.single-ressource .entry-content p {
  font-size: 15px;
}
.single-formation .entry-content .chapeau,
.single-ressource .entry-content .chapeau {
  font-size: 1.3em !important;
  line-height: 1.2em;
}
@media screen and (min-width: 992px) {
  .single-formation .entry-content .chapeau,
  .single-ressource .entry-content .chapeau {
    font-size: 1.6em !important;
  }
}

.cats-formations {
  border-bottom: solid 1px #d4d4d4;
}
.cats-formations .descFormation {
  font-family: "RobotoCondensed-Bold";
  padding: 0 30px;
}

.cat-formation {
  background-color: #e6d9cb;
  padding: 20px;
  margin: 5px;
  width: 100%;
  display: block;
  min-height: 250px;
}
.cat-formation h2 {
  text-transform: uppercase;
  max-width: 75%;
  font-size: 2rem;
  line-height: 2rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cat-formation .img-formation {
  text-align: right;
}
.cat-formation .img-formation img {
  max-width: 100px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cat-formation .toutesFormations {
  text-transform: uppercase;
  color: #e73c4e;
  font-family: "RobotoCondensed-Bold";
  font-size: 1.3rem;
  margin: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.cat-formation:hover {
  text-decoration: none;
}
.cat-formation:hover h2,
.cat-formation:hover p {
  text-decoration: none !important;
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}
.cat-formation:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.menuLateral h2 {
  color: #e73c4e;
  text-transform: uppercase;
}
.menuLateral ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuLateral #menu-menu-formations,
.menuLateral #menu-ressources-par-themes-1,
.menuLateral #menu-ressources-par-media-1 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuLateral #menu-menu-formations li,
.menuLateral #menu-ressources-par-themes-1 li,
.menuLateral #menu-ressources-par-media-1 li {
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: solid 1px #d4d4d4;
  font-family: "RobotoCondensed-Bold";
  text-transform: uppercase;
}
.menuLateral #menu-menu-formations li a,
.menuLateral #menu-ressources-par-themes-1 li a,
.menuLateral #menu-ressources-par-media-1 li a {
  color: #3c5694;
  font-size: 20px;
}
.menuLateral #menu-menu-formations li ul,
.menuLateral #menu-ressources-par-themes-1 li ul,
.menuLateral #menu-ressources-par-media-1 li ul {
  padding-top: 5px;
}
.menuLateral #menu-menu-formations li ul li,
.menuLateral #menu-ressources-par-themes-1 li ul li,
.menuLateral #menu-ressources-par-media-1 li ul li {
  margin-bottom: 5px;
  font-size: 15px;
}
.menuLateral #menu-menu-formations li ul li a,
.menuLateral #menu-ressources-par-themes-1 li ul li a,
.menuLateral #menu-ressources-par-media-1 li ul li a {
  color: #000;
  font-family: "Roboto-Medium";
  font-weight: normal;
  font-size: 15px;
  text-transform: none;
  line-height: auto;
  display: block;
}
.menuLateral #menu-menu-formations li ul li a::before,
.menuLateral #menu-ressources-par-themes-1 li ul li a::before,
.menuLateral #menu-ressources-par-media-1 li ul li a::before {
  content: "> ";
}
.menuLateral #menu-menu-formations ul,
.menuLateral #menu-ressources-par-themes-1 ul,
.menuLateral #menu-ressources-par-media-1 ul {
  padding: 0;
  margin: 0;
}
.menuLateral #menu-menu-formations ul li,
.menuLateral #menu-ressources-par-themes-1 ul li,
.menuLateral #menu-ressources-par-media-1 ul li {
  border-bottom: none;
}
.menuLateral .menu-item-has-children {
  position: relative;
  padding-right: 30px !important;
}
.menuLateral .menu-item-has-children .toggleLmenu {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background-image: url(img/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}
.menuLateral .menu-item-has-children .menu-item-has-children .toggleLmenu {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .menuLateral {
    padding-top: 90px;
  }
  .menuGauche {
    padding-right: 30px;
  }
  .menuDroite {
    padding-left: 30px;
  }
}
#modalitesFormation {
  background-color: #e6d9cb;
  padding: 30px;
  margin-top: 90px;
}
#modalitesFormation img {
  width: 90px;
  margin: 0 auto 15px auto;
  display: block;
}
#modalitesFormation h2 {
  font-family: "RobotoCondensed-Light";
  font-weight: normal;
  text-transform: uppercase;
  color: #3c5694;
  font-size: 2.5em;
}
#modalitesFormation h3 {
  font-family: "Roboto-Bold";
  font-weight: normal;
  color: #e73c4e;
  font-size: 1.1em;
  text-transform: uppercase;
}
#modalitesFormation p {
  font-size: 15px;
  line-height: 15px;
}

.chapeau {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 1.3em !important;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 992px) {
  .chapeau {
    font-size: 1.6em !important;
  }
}

#listeFormations {
  border-top: solid 1px #d4d4d4;
}
#listeFormations h2 {
  color: #e73c4e;
  text-transform: uppercase;
  margin: 15px 0 30px 0;
}

/* RESSOURCES */
.lienExterneCR,
.docPdf,
.lienArt,
.lireSuite,
.ficheTech,
.lienBoutique {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 38px;
  display: inline-block;
  position: relative;
}
.lienExterneCR:hover,
.docPdf:hover,
.lienArt:hover,
.lireSuite:hover,
.ficheTech:hover,
.lienBoutique:hover {
  text-decoration: none;
  color: #cd1619;
  border-color: #cd1619;
}

.lienArt,
.ficheTech,
.lienBoutique {
  padding-right: 60px;
}
.lienArt::after,
.ficheTech::after,
.lienBoutique::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.lienArt:after {
  background-image: url(img/lire-article.svg);
}

.ficheTech:after {
  background-image: url(img/fiche-technique.svg);
}

.lienBoutique:after {
  background-image: url(img/caddy.svg);
}

.archive article {
  padding: 30px 0;
  border-bottom: solid 1px #000;
}
.archive .entry-title {
  text-transform: uppercase;
}
.archive .entry-title a {
  color: #3c5694;
}
.archive .entry-content a {
  font-family: "Roboto-Regular";
  font-weight: normal;
  color: #000;
}
.archive .entry-content a:hover {
  color: #e73c4e;
}

/* page ressources 1 */
.purple.blocRessources {
  background-color: #b00835;
  padding: 30px;
}
.purple.blocRessources p {
  color: #fff;
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 1.7em !important;
  margin-bottom: 0.5em;
}
.purple.blocRessources p:nth-last-child(1) {
  margin: 0;
}
.purple.blocRessources a {
  padding: 5px 30px;
  background-color: #fff;
  color: #b00835;
  text-transform: uppercase;
  font-size: 0.8em;
}

.surtitrePink {
  color: #e73c4e;
  text-transform: uppercase;
  font-family: "RobotoCondensed-Bold";
  font-size: 1.5em !important;
  margin: 0;
}

#mainRessources section {
  border-bottom: solid 1px #000;
}
#mainRessources section:nth-last-child(1) {
  border: none;
}
#mainRessources section .ficheTech {
  margin-bottom: -1px;
}
#mainRessources section .lienBoutique {
  margin-top: -1px;
}
#mainRessources section .lienArt,
#mainRessources section .ficheTech,
#mainRessources section .lienBoutique {
  min-width: 180px;
}

.focusRessource a {
  color: #000;
  font-family: "Roboto-Regular";
  font-weight: normal;
}
.focusRessource a::hover {
  color: #cd1619;
}
.focusRessource h2 {
  font-size: 2rem;
}

/* RECHERCHE */
.search article {
  border-bottom: solid 1px #d4d4d4;
  padding: 30px 0;
}

/* template equipe */
#tabEquipe {
  margin-bottom: 30px;
}

.rangeeMembre {
  border: solid 1px black;
  border-bottom: none;
}

.rangeeMembre .card {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rangeeMembre .col-md-7 {
  padding: 12px;
}

.rangeeMembre h2 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
}

.rangeeMembre h3 {
  font-family: "RobotoCondensed-Regular";
  font-weight: normal;
  font-size: 0.97rem;
  font-weight: normal;
  color: black;
  text-transform: uppercase;
}

.rangeeMembre .citation {
  font-family: "Baskerville Old Face";
  color: #e73c4e;
  font-size: 1.27rem;
  margin-bottom: 0.3em;
  line-height: 1em;
}

.rangeeMembre:nth-last-child(1) {
  border-bottom: solid 1px black;
}

.rangeeMembre .photoGif {
  display: none;
}

.rangeeMembre:hover .portrait {
  display: none;
}

.rangeeMembre:hover .photoGif {
  display: block;
}

.rangeeMembre .croquis {
  display: none;
  max-width: 90%;
}

.rangeeMembre .btn {
  width: 31px;
  height: 15px;
  background-image: url(img/chevron-down-pink.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.rangeeMembre .btn.open {
  background-image: url(img/chevron-up-pink.svg);
}

.rangeeMembre .btn:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .rangeeMembre {
    padding-bottom: 15px;
  }
  .rangeeMembre .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  .rangeeMembre .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .rangeeMembre .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .rangeeMembre .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    max-width: 17%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rangeeMembre .croquis {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */