/*!
Theme Name: NTTRB
Theme URI: http://underscores.me/
Author: xmichaut.be
Author URI: http://xmichaut.be
Description: New theme for NTTRB website
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nttrb
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.

NTTRB 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 {
	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;
	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 {
	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"] {
	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 {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


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


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


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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	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 {
	display: block;
	left: auto;
}

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

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

.main-navigation li {
	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: flex;
	}
}

.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: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* 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;
	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;
}

/*
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
_____________________________________________________________
AJOUT XMICHAUT_____________________________________________________________
_____________________________________________________________
*/
body,
html{
  background-color:#FFFFFF;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
	font-family: 'Source Serif Pro', serif;
	font-weight:300;
  font-size:14px;
}
a{
  text-decoration: none !important;
}
p{
  margin:0;
  padding:0;
}
.txt-centre{
  text-align: center;
}
.txt-right{
  text-align:right;
}
.txt-justify{
  text-align:justify;
}

.display-table{
  display: table;
}
.display-table .display-cell{
  display:table-cell;
  vertical-align: middle;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.vcenter{
      display:flex;
  flex-direction:column;
  justify-content:center;
  }
h1,h2,h3,h4,
h1 p,h2 p,h3 p,h4 p{
  font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700 !important;
}
.bg_header{
	background-color: #000;
	text-align: center;
	height:56vw;
	width:100%;
}
/*.darker{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
}*/
.darker_hover{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,0);
}
.darker_hover:hover{
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5);
}
.darker_hover span{
	display:none;
}
.darker_hover:hover span{
	display:block;
}
.blanc,
.blanc a{
	color:#FFFFFF;
}
h1{
	text-align: center;
	color:#FFFFFF;
	padding-top: 45vh;
	margin-top:0;
}
h1 .titre_page{
	font-weight:700;
	letter-spacing: 3px;
}
h1 .titre_page::after{
	content: "";
  border-top: 1px solid #FFFFFF;
  display: block;
  width: 65px;
	margin:5px auto;
}
h1 .sous_titre_page{
	font-family: 'Source Serif Pro', serif;
	font-weight:300;
}
h1 .sous_titre_page::after{
  content:"";
  display: block;
  height: 45px;
	width:45px;
	margin:40vh auto;
  background-size: contain;
	cursor: pointer;

}
h2{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
.pas-centre h2{
	text-align: left;

}
.pas-centre p{
	text-align: justify;
}
.texte_justif{
	text-align: justify;
	text-justify:inter-word;
}
.droite,
.droite h2,
.droite p{
	text-align: right;
}
h2::after{
	content: "";
  border: 2px solid #f00;
  display: block;
  width: 65px;
	margin:5px auto;
}
.pas-centre h2::after{
	content: "";
  border: 2px solid #f00;
  display: block;
  width: 45px;
	margin:5px 0;
}
.droite h2::after{
	content: "";
  border: 2px solid #f00;
  display: block;
  width: 45px;
	margin:5px 0;
	margin-left: calc(100% - 45px);
}
.sep{
	width: 20%;
  margin: 15px 40%;
  border-top: 1px solid #FFFFFF;
  display: block;
}
.section{
	padding-top:5vh ;
	padding-bottom:5vh ;
}
.section_blocs_media{
	padding-top:5vh;
	padding-bottom:5vh;
}
.no_padding_top{
	padding-top: 0 !important;
}
.no_padding_top_video{
	margin-top: -5vh !important;
}
.paragraphe p{
	margin-bottom:15px;
	font-size: 16px;
}
	.bloc-contain{
	  background-repeat: no-repeat;
	  background-position:center;
	  background-size: contain;
	}
	.bloc-cover{
	  background-repeat: no-repeat;
	  background-position:center;
	  background-size: cover;
	}
	.bloc_gradient{
		background-repeat: no-repeat;
		background-position:top;
		background-size: cover;

	}
	.margin_top_5vh{
		margin-top:5vh;
	}
	.margin_top_15vh{
		margin-top:15vh;
	}
	.margin_bottom_15vh{
		margin-bottom:15vh;
	}
	.margin_bottom_5vh{
		margin-bottom: 5vh;
	}
	.no_margin_bottom{
		margin-bottom: 0 !important;
	}
	.paddingzero{
		padding-top:0;
		padding-bottom:0;
	}
	.padding_bottom_zero{
		padding-bottom:0;
	}
	.padding_bottom15{
		padding-bottom:15vh;
	}

.scaled {
	transition: all .2s ease-in-out;
	transform-origin: center;
}
.scaled:hover {
	transform: scale(1.1);
}
.bouton{
	display:inline-block;
	color:#FFFFFF;
	border-radius: 15px;
	padding:15px 30px;
	margin:5vh auto;
	cursor: pointer;
	text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size:18px;

}
.parallax {
  /* Set a specific height */
  min-height: 30vw;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.paddingtop5{
	padding-top:5vh;
}
/*CAROUSEL*/
.carousel-indicators button {
    width: 10px !important;
   height: 10px !important;
   border-radius: 100% !important;
 }
 .section_carrousel .illu_carroussel{
 	height:20vh;
 }
 .section_carrousel .carousel-item{
 	font-size:17px;
 }

/*ANIM DE CHARGEMENT*/
#anim_chargement_homepage,
#anim_chargement{
	width:100vw;
	height:100vh;
	display:block;
	position: fixed;
	top:0;
	left:0;
	background-color:#FFFFFF;
	z-index:1000;
}

	/*----------------------------------------------------------------------------------MENU*/
	a#toggle_menu{
	  position: fixed;
	  z-index: 100;
	  top: 20px;
	  right: 20px;
	  font-size: 35px;
	  padding: 8px 10px;
	  line-height: 35px;
	  color: #FFFFFF;
	  border-radius: 5px;
	}
	.close_menu{
	  position: absolute;
	  top: 30px;
	  right: 30px;
	  font-size: 30px;
	  line-height: 30px;
	}
	.vertical_menu_hidden aside.vertical_menu_area {
	    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
	    box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
	    right: -285px;
	    padding: 0 0 0 45px;
	    -webkit-transition: right .15s ease-out;
	    -moz-transition: right .15s ease-out;
	    -o-transition: right .15s ease-out;
	    -ms-transform: right .15s ease-out;
	    transition: right .15s ease-out;
	}
	aside.vertical_menu_area.with_scroll {
	    overflow: hidden;
	}
	aside.vertical_menu_area {
	    position: fixed;
	    width: 285px;
	    top: 0;
	    right: 0;
	    padding: 10px 30px;
	    background-color: rgba(255,255,255,0.9);
	    height: 100%;
	    z-index: 101;
	    -webkit-backface-visibility: hidden;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-transition: background-color .3s ease;
	    -moz-transition: background-color .3s ease;
	    -o-transition: background-color .3s ease;
	    -ms-transition: background-color .3s ease;
	    transition: background-color .3s ease;
	    outline: 0;
	}
	aside .vertical_area_background_slim{
		background-color:#FFFFFF;
		width:85px;
		height:100%;
		float: right;
		padding-left: 15px;
	}
	aside .vertical_area_background_slim .liste_rezo{
		margin-top:30vh;
	}
	aside .vertical_area_background_slim .liste_rezo li{
		display:inline;
	}
	aside .vertical_area_background_slim .liste_rezo li a{
		background-color: #000000;
		    height: 40px;
		    width: 40px;
		    border-radius: 100%;
		    margin: 10px 15px;
		    background-size: contain;
		    background-repeat: no-repeat;
		    background-position: 1px 4px;
		    display: inline-block;
				}

	aside .vertical_area_background_slim .icon_facebook{
		background-image:url(image/icon_facebook-02.svg);
	}
	aside .vertical_area_background_slim .icon_linkedin{
		background-image:url(image/icon_linkedin-02.svg);
	}
	aside .vertical_area_background_slim .icon_vimeo{
		background-image:url(image/icon_vimeo-02.svg);
	}
	aside .vertical_area_background_slim .icon_insta{
		background-image:url(image/icon_insta-02.svg);
	}

	aside .vertical_menu_area_inner{
		margin-top: 35vh;
		    text-align: right;
		    padding-right: 145px;
				}
	aside .vertical_menu_area_inner .titre_menu{
		text-transform: uppercase;
	  font-family: 'Source Sans Pro', sans-serif;
		font-size: 24px;
		    font-weight: 900;
		    margin-bottom: 30px;
		    display: block;
				letter-spacing: 2px;
	}
	aside.vertical_menu_area a {
	    color:#666666;
	  }
	.vertical_menu_area {
	    text-align: left;
	}
	.vertical_menu_area ul,
	.vertical_menu_area ul > li > a
	{
		font-family: 'Source Serif Pro', serif;
		    font-weight: 400;
		    list-style-type: none;
		    font-size: 15px;
		    letter-spacing: 1px;
		    line-height: 35px;
	}
	.vertical_menu_area ul > li > ul > li > a span{
	  text-transform: none;
	}
	.vertical_menu_area ul
	{
	    padding:0;
	}
	.vertical_menu_area ul li ul.sub-menu
	{
	    padding-left:15px;

	}
	.vertical_menu_area ul li ul.sub-menu li > a
	{
	    text-transform: none !important;
	    font-size:14px;

	}
	#menu-menu-1 li ul{
	  display:none;
	}

	#menu-menu-1 li .menu-plus{
	  float: right;
	  cursor: pointer;
	  line-height: 35px;
	  font-size:10px;
	}

	.contener_langue{
		margin-top: 75px;
	}
	/*.lang_active::after{
		content: "";
	  border: 2px solid #f00;
	  display: block;
	  width: 18px;
		margin:5px 0;
	}*/

/*----------------------------------------------------------------------------------HEADER*/
/*VIDEO*/
header {
  position: relative;
  background-color: black;
  height: 56vw;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
	opacity: 0.5;
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.logo_header{
	height:5vh;
	width:5vh;
	position: absolute;
	top:20px;
	left:20px;
}

/*----------------------------------------------------------------------------------HOMEPAGE*/
#homepage h2{
	font-size:36px;
}
#homepage h2::after {
    margin: 15px auto;
}
#homepage h2 span.sous_titre p{
	font-family: 'Source Serif Pro', serif;
	font-style: italic;
	display: block;
	text-transform: none;
	font-weight: 300;
	font-size: 24px;
}
.bloc_portfolio_home{
	display: block;
  height: 33vh;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 12vh;
  font-size: 16px;
	font-weight:400;
	transition: all .2s ease-in-out;
}
.bloc_portfolio_home:hover{
	color: #FFFFFF;
}

.bloc_portfolio_client{
	font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 3px;
	font-weight:700;

}
.bouton_red{
	height: 40vh;
	display: block;
}
#domaines.section_carrousel .carousel-inner{
	height:40vh;
	font-size:17px;
}

.col-20pourcent{
	width:20%!important;
}
.bloc_client_contenu,
.bloc_client,
a.bloc_client_lien
{
	border-radius: 10px;
}
a.bloc_client_lien{
	margin-top:30px;
	display:block;
}

a.bloc_client_lien div{
	height:100%;
	width:100%;
}
.bloc_client .bloc_client_contenu{
	height:100%;
	width:100%;
	opacity:0;
}
.bloc_client:hover .bloc_client_contenu{
	opacity:1;
	transition: all .2s ease-in-out;
	background-color:#FFFFFF!important;
	border-color: #FFFFFF!important;
}

.section_carrousel{
	padding-top:5vh;
	padding-bottom:5vh;
	background-repeat: no-repeat;
	background-size: cover;
}
.section_carrousel h3{
	margin-bottom: 5vh;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section_carrousel .carousel-inner{
	height:25vh;
}
.section_carrousel h4{
	font-weight:400;
	font-size:17px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section_carrousel h4::first-letter{
	font-size:18px;
}
.section_carrousel h4::after{
	content: "";
  border-top: 1px solid #FFFFFF;
  display: block;
  width: 100px;
	margin:5px auto 15px auto;
}
.section_carrousel .bouton{
	border:1px solid #FFFFFF;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;

}
.section_carrousel .bouton:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.section_carrousel{
	color:#FFFFFF;
	background-position: bottom;
}
.wp-gr.wpac a.wp-google-name{
	color:#ffffff!important;
}
.wp-gr .wp-google-text {
    font-size: 16px!important;
}
/*----------------------------------------------------------------------------------PORTFOLIO*/
#massonery_portfolio{
	padding-top:30px;
	padding-bottom:15vh;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10vw, 1fr));
    grid-gap: 1px;
    grid-auto-rows: minmax(10vw, auto);
    grid-auto-flow: dense;
    padding: 1px;
}

.grid-item {
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background-color: #FFFFFF;
	  text-align: center;
	  color: #FFFFFF;
	  font-size: 16px;
		font-weight:400;
		transition: all .2s ease-in-out;
}
.grid-item:hover{
	color: #FFFFFF;
}
.remplissage{
	display:none;
	cursor:auto;
}
.bloc_portfolio{
height:100%;
/*padding-top:15%;*/
padding-top:5vh;
}
.remplissage .bloc_portfolio{
	padding-top:40%;
}

.span-2 {
    grid-column-end: span 2;
    grid-row-end: span 2;
}
.span-3 {
    grid-column-end: span 1;
    grid-row-end: span 2;
}
.span-4 {
    grid-column-end: span 2;
    grid-row-end: span 1;
}
.span-2 .bloc_portfolio{
/*	padding-top:35%;*/
padding-top:15vh;
}

.span-3 .bloc_portfolio{
/*	padding-top:60%;*/
padding-top:15vh;

}

.liste_filtre{
	list-style: none;
	padding:0;
	margin-top:10vh;
}
.liste_filtre li{
		position: relative;
		display: inline-block;
		padding:0 15px 0 0;
		margin-left: 45px;
		font-weight:700;
		cursor: pointer;
		font-size:16px;
		text-align: left;
	  font-family: 'Source Sans Pro', sans-serif;
}
.liste_filtre li:after {
  content: "";
  position: absolute;
  left:0;
  top: 100%;
  width: 0;
  height: 2px;
  transition: width .3s ease-in-out;
}
.liste_filtre li:hover:after,
.liste_filtre li.active:after
 {
  width: 100%;
}
/*----------------------------------------------------------------------------------SINGLE PORTFOLIO*/
.image_single_portfolio{
	height:40vh;
	border-radius: 25px;
}
.section_blocs_media .paragraphe{
	font-style: italic;
	font-size: 16px;
	padding: 5vh 0;
}
.section_blocs_media .paragraphe h2{
	font-style:normal;
}
.galerie.section_blocs_media{
	padding-top: 0;
}
.section_blocs_media .vignette_galerie{
	height:25vh;
	border-radius: 25px;
}

/*----------------------------------------------------------------------------------SERVICES*/
#services h3{
	font-family: 'Source Serif Pro', serif;
	font-weight:300;
	font-style: italic;
}
.contener_services .paragraphe{
	padding:5vh;
	border-left:2px solid #000000;
	min-height:50vh;
}
.contener_services:first-of-type .paragraphe{
	border-left:none;
}
.contener_services p{
	font-style: italic;
}
.contener_services strong{
  font-family: 'Source Sans Pro', sans-serif;
	font-weight:900;
	font-style: normal;
}

.bloc_image_service{
	height:15vh;
}
.image_processus{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	height: 200px;
	width: 200px;
}
.contener_services .paragraphe {
    padding-top: 0;
    margin-top: 7vh;
}
/*----------------------------------------------------------------------------------STUDIO*/
#valeurs.section_carrousel{
	background-position: center;
}
#valeurs.section_carrousel .carousel-inner{
	height:40vh;
}
#valeurs.section_carrousel .carousel-inner p{
	padding-left: 30vw;
	padding-right: 30vw;
}
#valeurs.section_carrousel h3 {
    margin-bottom: 0;
}
a.bouton_vous,
.bloc_collab_contener,
.bloc_collab,
.bloc_collab_contenu{
	border-radius: 10px;
	cursor: pointer;
}

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

.bloc_collab_contener div{
	height:100%;
	width:100%;
}
.bloc_collab .bloc_collab_contenu{
	height:100%;
	width:100%;
	opacity:0;
}
.bloc_collab_contenu.switch,
.bloc_collab:hover .bloc_collab_contenu{
	opacity:1;
	transition: all .2s ease-in-out;
}
#team .bouton_red{
	background-position: right;
	float: right;
  margin-right: 15px;
	cursor: pointer;
}
a.bouton_vous,
a.bouton_vous:hover{
	color:#FFFFFFFF;
	display: block;
	font-size: 28px;
}
/*----------------------------------------------------------------------------------PAGE JOBS*/
.lien_breezy,
.lien_breezy:hover{
	color:#FFFFFF;
}
/*----------------------------------------------------------------------------------PAGE BLOGS*/
.card_blog .vignette_blog{
	height:25vh;
	width:100%;
}
.card_blog .card{
	border-radius: 10px;
}
.card_blog .card-body {
    padding: 5vh;
}
.card_blog .card-body .card-title{
	margin-top:2vh;
}
/*----------------------------------------------------------------------------------SINGLE BLOGS*/
.single-blog_article .section_blocs_media .paragraphe{
	font-style:normal;
}
.single-blog_article .section_blocs_media .paragraphe img{
	width:100%;
}
.equilibre-visuel {
  display: flex;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 4em;
}
/*----------------------------------------------------------------------------------PAGE CONTACT*/
.bloc_image_contact{
	height:50vw;
	text-align: center;
	padding-top:22vw;
	color:#FFFFFF;
	font-size: 24px;
	font-style: italic;
}
.bloc_image_contact .icon_contact{
	height:8vw;
	width:8vw;
	border-radius: 4vw;
	background-color:#FFFFFF;
	margin:0 auto 2vw auto;
	background-image:url(image/tel-02.svg);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}
.bloc_image_contact .icon_contact.enveloppe{
	background-image:url(image/enveloppe-02.svg);
}
.form_contact{
	padding-bottom:5vh;
}
.form_contact h3{
	text-transform: uppercase;
	text-align: center;
	margin:5vh auto 3vh auto;
	letter-spacing: 2px;
}
.form_contact textarea,
.form_contact input[type=text],
.form_contact input[type=email]{
	border-radius:10px;
	background-color: #ccc;
	width:100%;
	padding:10px;
}
.form_contact label{
	margin-top:10px;
	text-align: left;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}
.form_contact label::first-letter{
	font-size:16px;
}
.form_contact input[type=submit]{
	border-radius:10px;
	padding:10px 15px;
	color:#FFFFFF;
	float:right;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin-top:15px;

}

#contact .liste_rezo{
	margin-top:5vh;
}
#contact .liste_rezo li a{
	color:#FFFFFF;
	height:60px;
	width:60px;
	border-radius: 30px;
	margin:30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#contact .icon_facebook{
	background-image:url(image/icon_facebook-02.svg);
}
#contact .icon_linkedin{
	background-image:url(image/icon_linkedin-02.svg);
}
#contact .icon_vimeo{
	background-image:url(image/icon_vimeo-02.svg);
}
#contact .icon_insta{
	background-image:url(image/icon_insta-02.svg);
}
/*----------------------------------------------------------------------------------WELCOME*/
#welcome .image_galerie_welcome{
	height: 35vh;
	width:100%;
}
.page-template-page-welcome video{
	opacity: 1;
}
/*----------------------------------------------------------------------------------SEO*/
#single_seo h1{
	padding-top: 0;
	color:#000000;
}
#decouvrir ul{
	list-style-type: none;
}
#decouvrir ul li{
	margin-bottom: 5vh;
}
/*----------------------------------------------------------------------------------CGV*/

.privacy-policy .paragraphe h1,
.privacy-policy .paragraphe h2,
.privacy-policy .paragraphe h3,
.privacy-policy .paragraphe h4,
.privacy-policy .paragraphe h5,
.privacy-policy .paragraphe h6{
	margin:0;
	margin-top:5vh;
	padding:0;
}
/*----------------------------------------------------------------------------------FOOTER*/
footer,
footer a,
footer a:hover{
	color:#FFFFFF;

	}
footer h3{
	font-size:18px;
	margin-bottom:30px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
footer h3::first-letter{
	font-size:24px;
}
.contener_footer{
	background-color:rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	padding: 30px;
}
.logo_footer{
	height:5vh;
	width:100%;
	margin-top:2vh;
}
.liste_rezo{
	list-style: none;
	margin: 0;
  padding: 0;
}
#menu-menu-footer,
#menu-menu-2{
	list-style: none;
	padding-left: 0;
}
#menu-menu-footer li,
#menu-menu-2 li{
	font-family: 'Source Serif Pro', serif;
	font-weight:300;
	font-style: italic;
}
.liste_rezo li{
	display:inline-block;
}
.icon_rezo{
	height: 40px;
  width: 50px;
  display: block;
  background-position-x: 0;
}
.bouton_footer{
	background-color: #FFFFFF;
  border-radius: 15px;
  text-transform: lowercase;
  font-family: 'Source Serif Pro', serif;
  padding: 10px 15px;
  font-weight: 700;
  margin-top: 30px;
  display: block;
  width: fit-content;
}
/*footer .icon_facebook{
	background-image:url(image/icon_facebook-01.svg);
}
footer .icon_linkedin{
	background-image:url(image/icon_linkedin-01.svg);
}
footer .icon_vimeo{
	background-image:url(image/icon_vimeo-01.svg);
}
footer .icon_insta{
	background-image:url(image/icon_insta-01.svg);
}*/
