/*
Theme Name: Conseils de Journalistes
Author: La Confiserie
Version: 1.0
*/


/* COLORS
-------------------------------------------------------------- */
:root {
  --bleu: #2d2e83; 
  --rose: #e00069; 
  --vert: #8abd24; 
  --turquoise: #00adc6;
  --noir: #1d1d1d;
  --gris: #FBFAF9;
  --blanc: #fff;
}

/* RESET CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button,
input,
select,
textarea {
	font-family: 'HelveticaNeue Regular', sans-serif;
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}
select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
small {
  font-size: 85%;
}

/* GLOBAL
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
 }
html {width: 100%;height: 100%;margin:0;padding:0;scroll-behavior: smooth;} 
body {
	-webkit-font-smoothing: antialiased;
	background: #FBFAF9;
	font-family: 'HelveticaNeue Regular', Helvetica, Arial, sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	position: relative;
}

p, ul, ol, li, table,label {
	color: #7a7a7a;
	font-weight: 400;
	font-size: 17px;
	line-height: 28px;
	margin: 15px 0px;
}
strong, b {
	font-family: 'HelveticaNeue Bold', Helvetica, Arial, sans-serif;
	color:#1d1d1d;
	line-height: normal;
}
ul li{
	line-height: 28px;
	margin-left: 15px;
	list-style-type: none;
}

ol li{
	margin: 0;
	margin-bottom: 5px;
	margin-left: 30px;
}

blockquote {
	margin: 0 50px 30px 50px;
	border: none;
	padding-left: 30px;
}
blockquote p { 
	color: #1d1d1d;
	font-weight: 700;
	line-height: 34px;
	font-size: 24px;
	margin-top: 0;
}
blockquote em {
	font-weight: 400;
	color: #999
}
button {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    user-select: none;
}
button:focus {
    outline: 0 none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
table {
	width: 100%;
	margin: 25px 0;
}
tr, td, th {
	padding: 10px 15px;
	border: 1px solid #eee;
	text-align: left;
	background:#fff;
}
tr {
	background:#ccc;
}
th {
	background: #333;
	color: #fff;
}
tr h3 {
	line-height: 22px;
}
a {
	text-decoration: none;
	color:#2d2e83;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
a:visited, a:active, a:focus {
	text-decoration: none;
	color:#2d2e83;
}
a:hover {
	color:#e00069;
	text-decoration: none;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'HelveticaNeue Black', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

h1 {font-size: 46px;line-height: 46px;font-weight: 700;margin: 20px 0;}
h2 {font-size: 36px;line-height: 38px;font-weight: 700;color:#2d2e83;margin: 20px 0}
h3 {font-size: 24px;line-height: 34px;font-weight: 700;color:#e00069;margin: 15px 0}
h4 {font-size: 20px;line-height: 30px;font-weight: 700;color:#00adc6;margin:15px 0}

input {
 	-moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="submit"] {
	background: #2d2e83;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	text-shadow:none;
	padding: 5px 25px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
input[type="submit"]:hover{
	background: #1d1d1d;
	color:#fff;
}
i {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}
.alignright {
    float:right;
    margin: 0px 0 20px 40px;
}
.alignleft {
	float:left;
    margin: 0px 40px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0px auto 10px auto;
}
a img.alignright {
    float: right;
    margin: 0px 0 20px 40px;
}
a img.alignnone {
    margin: 0px 40px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 0px 40px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}
hr {
	border: 0;
	background-color: #ececec;
	height: 1px;
	margin: 30px 0;
}

#page404, #page-search {
	padding: 70px 0;
}
.sous-titre-search {
	font-size: 20px;
	color: #e00069;
	text-align: center;
}
.titre-search {
	text-align: center;
	font-size: 38px;
	margin: 0 0 30px 0;
}
a.recherche {
	color: #1d1d1d;
	border-radius: .5rem;
	display: block;
	background: #fff;
	padding: 30px 25px 20px 25px;
	border-left: 2px solid transparent;
	box-shadow: 0 5px 12px 0 rgba(33,43,54,.07),0 10px 30px 0 rgba(33,43,54,.085);
	transform: scale(1);
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
a.recherche:hover {
	border-left: 2px solid #e00069;
	color: #2d2e83;
	box-shadow: 0 5px 12px 0 rgba(33,43,54,.03),0 10px 30px 0 rgba(33,43,54,.03);
	transform: scale(1.02);
}

a.recherche .nom-collec {
	color: #e00069;
	text-transform: uppercase;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
}
a.recherche h2 {
	font-size: 24px;
	line-height: 22px;
	margin: 10px 0;
}
#mobile-header {
	display: none;
}
body.no-scroll {
	overflow: hidden;
}

#main {
	padding-top: 90px;
}

/* HEADER
-------------------------------------------------------------- */

#logo {
	margin: 0;
	position: absolute;
	left: 10px;
	top: 33px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#logo img {
	width: 150px;
	height: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#logo.logo-uk img, #logo.logo-ar img {
	width: 140px;
}
#header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 90px;
	z-index: 999;
	width: 100%;
	background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#header nav {
	right: 80px;
	position: absolute;
	top: 30px;
	text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#header nav ul {
	margin: 0;
	display:inline-block;
	border-right: 1px solid #1d1d1d;
	padding-right: 20px;
}
#header nav ul li{
	display:inline-block;
	position: relative;
	list-style: none;
	margin: 0;
	font-weight: 700;
	font-style: normal;
}
#header nav a {
	font-family: 'HelveticaNeue Black', Helvetica, Arial, sans-serif;
	display: inline-block;
	vertical-align: middle;
	color: #1d1d1d;
	font-size: 14px;
	padding: 0px 10px;
	text-align: left;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: -0.2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#header nav a span {
	font-size: 12px;
	font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#header nav a:active, #header nav a:visited, #header nav a:focus  {
	color:#1d1d1d;
	text-decoration: none;
}
#header nav a:hover{
	color: #00adc6;
}

#header nav ul li.current_page_item > a, 
#header nav ul li.current_page_parent > a,
#header nav ul li.current-menu-ancestor > a,
#header nav ul li.current-menu-item > a,
#header nav ul li.current-menu-parent > a {
	color: #00adc6;
}
#btn-langue, #btn-langue-resp {
	margin: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 999;
	right: 13px;
	top: 30px;
	cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#btn-langue-resp {
	top: 18px;
}
#btn-langue:before, #btn-langue-resp:before{
	font-family: 'Font Awesome 5 Pro';
	content:"\f0ac";
	font-weight: 300;
	position: relative;
	font-size: 25px;
	color: #e00069;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#btn-langue:hover:before, #btn-langue-resp:hover:before {
	color: #00adc6;
}
#btn-langue.open:before, #btn-langue-resp.open:before{
	content:"\f057";
	color: #00adc6;
}

#menu-langue, #menu-langue-resp {
	margin: 0;
	background-color: #1d1d1d;
	padding: 50px 15px 15px 15px;
	border-radius: 5em;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 20px;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#menu-langue-resp {
	top: 10px;
}
#menu-langue.open, #menu-langue-resp.open {
	opacity: 1;
	visibility: visible;
}
#menu-langue li, #menu-langue-resp li{
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	line-height: 28px;
}
#menu-langue li a, #menu-langue-resp li a{
	color: #fff;
	display: block;
}
#menu-langue li a:hover, #menu-langue-resp li a:hover{
	color:  #e00069;
}
#header.sticky {
	height: 60px;
}
#header.sticky #logo {
	top: 17px;
}
#header.sticky #logo img {
	width: 150px;
}
#header.sticky #logo.logo-ar img, #header.sticky #logo.logo-uk img {
	width: 130px;
}
#header.sticky nav {
	top:13px;
}
#header.sticky nav a{
	font-size: 14px;
	line-height: 16px;
}
#header.sticky nav a span{
	font-size: 12px;
}
#header.sticky #btn-langue {
	top: 15px;
}

#header.sticky #menu-langue {
	top: 5px;
}
.hamburger{
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 0;
	margin: 0;
	overflow: visible; 
	position: relative;
	z-index: 99991;
	top: -7px;
	left: 0px;
}
.hamburger:hover .hamburger-inner, .hamburger:hover .hamburger-inner::before, .hamburger:hover .hamburger-inner::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.hamburger-box {
	width: 35px;
	height: 20px;
	display: inline-block;
	top: 25px;
	left: 22px;    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: relative; 
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
	height: 2px;
	background-color: #1d1d1d;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease; 
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px; 
}
.hamburger--slider .hamburger-inner {
	top: 5px; 
}
.hamburger--slider .hamburger-inner::before {
	top: 10px;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: ease;
	transition-duration: 0.2s; 
}
.hamburger--slider .hamburger-inner::after {
	top: 20px; 
}
.hamburger--slider.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg); background-color: #fff;
}
.hamburger--slider.is-active .hamburger-inner::before {
	-webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);background-color: #fff;
	opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
	-webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
	transform: translate3d(0, -20px, 0) rotate(-90deg); background-color: #fff;
}
#hambmenu {
  position: fixed;
  z-index: 9999;
  background: #1d1d1d;
  top: 0;
  left: -100px;
  width: 90%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
#hambmenu.open {
  opacity: .97;
  visibility: visible;
  left: 0;
}
#hambmenu .overlay-menu {
	padding: 60px 20px 20px;
}
#hambmenu .overlay-menu div {
	position: relative;
	text-align: left;
}
#hambmenu ul {
  list-style: none;
  padding: 0; 
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
#hambmenu ul li {
  display: block;
  position: relative;
  margin: 0px 0;
  line-height: 20px;
  font-size: 17px;
  font-family: 'HelveticaNeue Bold', Helvetica, Arial, sans-serif;
}
#hambmenu ul li a {
	padding: 15px 0 10px 0;
  	color: #fff;
  	display: block;
}
#hambmenu ul ul {display: none;}
#hambmenu i{
	font-size: 20px;
	margin-top: 20px;
}
#hambmenu ul li a:hover,
#hambmenu ul li a:focus,
#hambmenu ul li a:active {
  color: #e00069;
}
#hambmenu .reso-menu-second li {
	display: inline-block;
}
#hambmenu .reso-menu-second a{
	display: inline-block;
	margin: 3px;
	color: #2d2e83;
}
#hambmenu .reso-menu-second a:hover{
	color: #fff;
}

/* FONTS
-------------------------------------------------------------- */
.black {font-family: 'HelveticaNeue Black', Helvetica, Arial, sans-serif;}
.bold {font-family: 'HelveticaNeue Bold', Helvetica, Arial, sans-serif;}
.regular {font-family: 'HelveticaNeue Regular', Helvetica, Arial, sans-serif;}
.italic {font-family: 'HelveticaNeue Italic', Helvetica, Arial, sans-serif;}
.light {font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;}


/* COMMON
-------------------------------------------------------------- */
.image {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	line-height: 0 !important;
}
.image img {
	width: 100%;
	height: auto;
}
.transition {
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.transition2 {
     -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.transition2:hover {
     -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.marge-haut {
	margin-top: 30px;
}
.marge-bas {
	margin-bottom: 30px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;

	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*ELEMENTOR 
----------------------------------------------------- */
.elementor-text-editor ul , #main .rangee ul {
   padding: 0;
}
.elementor-text-editor ul li,#main .rangee ul li{
	list-style: none;
	padding-left:0.6em;
}
.elementor-text-editor ul li::before,#main .rangee ul li::before {
	content: "\f178"; /* FontAwesome Unicode */
	font-family: 'Font Awesome 5 Pro';
	font-weight:300;
	font-size:18px;
	margin-right:10px;
	color:#2d2e83;
	position:relative;
	top:1px;
	left: -15px;
	display: inline-block;
	margin-left: -0.6em; /* same as padding-left set on li */
	width: 0em; /* same as padding-left set on li */
}
#main .elementor-text-editor p:first-of-type {
    margin-top: 0
}
#main .elementor-editor-element-settings li {
	padding: 0!important;
}
#main .elementor-preset:before,#main .elementor-editor-element-settings li:before {
	display: none !important;
}
.elementor-text-editor p:first-of-type {
    margin-top: 0
}
.elementor-text-editor p:last-of-type {
    margin-bottom: 0
}
/* GRILLE
-------------------------------------------------------------- */
.rangee {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 90%;
	margin: 0 auto;
	position: relative;
	flex-flow: row wrap;
}
.elementor-section.elementor-section-boxed > .elementor-container {
	width: 90% !important;
}
.rangee.container, .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1280px !important;
}
.rangee.direction-column {
	flex-direction: column;
	flex-wrap: wrap;
}
.rangee.largeur-courte {
	width: 70%;
	max-width: 960px;
}
.fullwidth, .full, .rangee.full {
	width: 100%;
	max-width: 100%;
}
.col {
	position: relative;
	z-index: 9;
}
.col10 {
	flex-basis:10%;
	width: 10%;
}
.col20 {
	flex-basis:20%;
	width: 20%;
}
.col30 {
	flex-basis:30%;
	width: 30%;
}
.col40 {
	flex-basis:40%;
	width: 40%;
}
.col48 {
	flex-basis:48%;
	width: 48%;
}
.col50 {
	flex-basis:50%;
	width: 50%;
}
section .col50.deux-tiers:first-of-type,section .col50.un-tiers:last-of-type  {
	flex-basis:65%;
	width: 65%;
}
section .col50.deux-tiers:last-of-type, section .col50.un-tiers:first-of-type {
	flex-basis:35%;
	width: 35%;
}
.col60 {
	flex-basis:60%;
	width: 60%;
}
.col70 {
	flex-basis:70%;
	width: 70%;
}
.col80 {
	flex-basis:80%;
	width: 80%;
}
.col90 {
	flex-basis:90%;
	width: 90%;
}
.col100 {
	flex-basis:100%;
	width: 100%;
}
.col25 {
	flex-basis:25%;
	width: 25%;
}
.col45 {
	flex-basis:45%;
	width: 45%;
}
.col55 {
	flex-basis:55%;
	width: 55%;
}
.col65 {
	flex-basis:65%;
	width: 65%;
}
.col35 {
	flex-basis:35%;
	width: 35%;
}
.col75 {
	flex-basis:75%;
	width: 75%;
}
.col33 {
	flex-basis:33.3%;
	width: 33.3%;
}
.ecart-normal {
	flex: 0 0 auto;
	padding: 0 20px;
}
.aucun-ecart {
	padding:0;
}
.ecart-large {
	flex: 0 0 auto;
	padding: 0 30px;
}
.ecart-full .aucun-ecart:first-of-type {
	flex: 0 0 auto;
	padding: 0 0 0 20px;
}
.ecart-full .aucun-ecart:last-of-type {
	flex: 0 0 auto;
	padding: 0 20px 0 0;
}
.fullwidth.ecart-full .aucun-ecart {
	padding:0;
}
.colpadleft {
	flex: 0 0 auto;
	padding: 0 0 0 40px;
}
.colpadright {
	flex: 0 0 auto;
	padding: 0 40px 0 0;
}
.colcenter {
	margin: 0 auto;
}
.decalage {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.justify-center {
	justify-content:center;
}
.align-center {
	align-items:center;
}
.blanc {
	background-color: #fff;
}
.gris {
	background-color: #FBFAF9;
}
.noir {
	background-color: #1d1d1d;
}
.bleu {
	background-color: #2d2e83;
}
.rose {
	background-color: #e00069;
}
.turquoise {
	background-color: #00adc6;
}
.font-bleu {color: #2d2e83;}
.font-rose {color: #e00069;}
.font-turquoise {color: #00adc6;}
.font-noir {color: #1d1d1d;}
.font20 {font-size: 20px;}
.font25 {font-size: 25px;}
.font30 {font-size: 30px;}

.noir p, .bleu p, .rose p, .turquoise p, .bleu strong, .rose strong, .turquoise strong, .noir strong,.noir li, .bleu li, .rose li, .turquoise li {color: #fff}
.noir .blanc p, .bleu .blanc p, .rose .blanc p, .turquoise .blanc p, .bleu .blanc strong, 
.rose .blanc strong, .turquoise .blanc strong, .noir .blanc strong,.noir .blanc li, .bleu .blanc li, .rose .blanc li, .turquoise .blanc li {color: #565656}

.bleu a {
	color: #1d1d1d;
}
.bleu a:hover {
	color: #e00069;
}
.rose a:hover {color:#1d1d1d;}
.shadow {
	-webkit-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	-moz-box-shadow: 0 19px 25px rgba(50,50,50,0.05);
	box-shadow: 0 19px 25px rgba(50,50,50,0.05);
}
.shadow2 {
   	-webkit-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	-moz-box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
	box-shadow: 0px 0px 20px 5px rgba(45,45,45,0.15);
}
.bouton{
	display: block;
	margin: 30px 0px 20px 0;
	padding: 0;
}
.bouton a, button, input[type=submit] {
	cursor: pointer;
	font-family: 'HelveticaNeue Bold', Helvetica, Arial, sans-serif;
	display: inline-block;
	padding: 18px 25px 15px 25px;
	background: #e00069;
	border-radius: 50px;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.bouton a:hover, button:hover, input[type=submit]:hover {
	background: #2d2e83;
}
.bouton i, .bouton2 i{
	margin-right: 10px;
}
.rond img {
	border-radius: 50%;
}

/* -------------------------------------------------------------- */
/* THEME
/* -------------------------------------------------------------- */
.gradient-rose {
	 background-image: linear-gradient(to left top, #ff00aa, #ff0090, #ff0077, #ff005e, #f90847);
}
.gradient-bleu {
	 background-image: linear-gradient(to right bottom, #2bff8b, #00fbb9, #00f5dd, #00ecf5, #00e1ff);
}
.line-h {
	width: 40px;
	height: 1px;
	margin-bottom: 30px;
}
.line-h.line-center {
	margin: 0 auto;
	margin-bottom: 30px;
}
.text-center {
	text-align: center;
}
.share {
	margin-top: 35px;
}
.share a{
	margin:0 10px;
	color: #e00069;
}
.share a:hover{
	margin:0 10px;
	color: #00adc6;
}
/* -------------------------------------------------------------- */
/* HOME
/* -------------------------------------------------------------- */
#intro .col55{
	overflow: hidden;
}
#intro .rangee {
	position: relative;
	background-image: url('img/bg-intro-gradient.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	background-color: #FBFAF9;
}

#intro .arrow-down {
	margin-top: 40px;
}
#intro .arrow-down a img{
	position: relative;
	top: 0;
}
#intro .arrow-down a:hover img{
	top: 10px;
}
#intro .texte-intro{
	padding: 80px 50px;
	position: relative;
	z-index: 9;
}
#intro .texte-intro h1 {
	margin: 0;
	font-size: 38px;
	line-height: 38px;
	color: #2d2e83
}
#intro .texte-intro h1 span {
	margin: 15px 0;
	font-size: 28px;
	display: block;
	letter-spacing: 0px;
	line-height: 28px;
}
#intro .texte-intro p {
	color: #7a7a7a;
}
#intro .image-intro {
	position: relative;
	right: -50px;
	top: -30px;
}
#intro .round {
	margin: 0;
	position: absolute;
	bottom: -130px;
	left: -30px;
	opacity: .3;
}
#intro .round img {
	width: 300px;
}
#search-intro {
	margin-top: 40px;
}
#search-intro .text-form {
	background-color:#fff;
	box-shadow: 0 5px 12px 0 rgba(33,43,54,.07),0 10px 30px 0 rgba(33,43,54,.085) !important;
	height: 50px;
	color: #7a7a7a;
	font-size: 14px;
	line-height:20px;
	padding: 2px 25px 0 25px;
	border:none;
	width: 65%;
	border-radius: 50px;
	margin: 0;
}
#search-intro #submit-form {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	left: -50px;
	background-image: url('img/search-blanc.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e00069;
	background-size: 20px auto;
}
#search-intro #submit-form:hover {
	background-color: #2d2e83
}

#presentation {
	padding: 70px 0 40px 0;
}
#presentation h2 {
	color: #1d1d1d;
	margin: 10px 0;
	font-size: 36px;
}
#presentation .col40 {
	padding-right: 40px;
}

#presentation-collections {
	position: relative;
	padding-bottom: 100px;
	background-image: url('img/bg-rect-vert.svg');
	background-repeat: no-repeat;
	background-position: left bottom 25% ;
	background-color: transparent;
	background-size: 70% auto;
}
#presentation-collections .col33 {
	    margin: 35px 0 0 0;
}
#presentation-collections .card {
	height: 100%;
}
#presentation-collections .image-presentation {
	height: 500px;
	width: 20%;
	position: absolute;
	background: url('img/image-pres.jpg') no-repeat center center ;
	background-size: cover;
	right: 0;
	bottom: -100px;
	box-shadow: 0 5px 12px 0 rgba(33,43,54,.07),0 10px 30px 0 rgba(33,43,54,.085);
}
.sur-titre {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #2d2e83;
}
.card, .bloc-contenu {
	display: block;
    background-color: #fff;
    padding: 40px;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: 0 5px 12px 0 rgba(33,43,54,.07),0 10px 30px 0 rgba(33,43,54,.085);
    transform: scale(1);
}
.card:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 15px 0 rgba(33,43,54,.2),0 10px 30px 0 rgba(33,43,54,.2);
}
.card h3 {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
}
.card h3 span {
	font-size: 22px;
	font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;
}
.icon img {
	width: 50px;
}
#intervenants {
	padding-bottom: 70px;
	background-image: url('img/bg-triangle-small.svg');
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: right bottom;
}
#intervenants-single {
	padding: 70px 0;
}
.col-intervenant {
	flex-basis:25%;
	width:25%;
	margin-top: 35px;
}
.intervenant {
	height: 100%;
}
.intervenant h3{
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-size: 20px;
	line-height: 20px;
	margin: 15px 0 10px 0;
	color: #1d1d1d
}
.intervenant p {
	margin: 5px 0;
	line-height: 20px;
}
.photo-intervenant img {
	position: relative;
	z-index: 99;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	top: -5px;
	left: -5px;
	padding: 5px;
}
.photo-intervenant span {
	display: block;
	position: relative;
	z-index: 8;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: linear-gradient(to left top, #ff00aa, #ff0090, #ff0077, #ff005e, #f90847);
	padding: 5px;
}
.detail-intervenant .photo-intervenant img, .detail-intervenant .photo-intervenant span {
	width: 160px;
	height: 160px;
}
.detail-intervenant .photo-intervenant span {
	background: linear-gradient(to right bottom, #2bff8b, #00fbb9, #00f5dd, #00ecf5, #00e1ff);
}
.photo-intervenant span:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: linear-gradient(to right bottom, #2bff8b, #00fbb9, #00f5dd, #00ecf5, #00e1ff);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
   	-webkit-transition: all .5s ;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
}
.intervenant:hover span:after{
	opacity: 1;
	visibility: visible;
}
#btn-intervenants {
	position: relative;
	cursor: pointer;
	display: block;
	text-align: center;
	background-color: #e00069;
	color: #fff;
	letter-spacing: -0.5px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'HelveticaNeue Black', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	
	height: 100%;
}
#btn-intervenants span {
	position: absolute;
	padding: 20px;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#btn-intervenants span i {
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
}
#btn-intervenants span.active i {
	transform: rotate(45deg);
}
#all-intervenants {
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	height:0;
	-webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s ;
}
#all-intervenants.open {
	opacity: 1;
	visibility: visible;
	height:auto;
	padding-bottom: 40px;
}
#popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	width: 100%;
	height:100%;
	background: linear-gradient(to left top, #ff00aa, #ff0090, #ff0077, #ff005e, #f90847);
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
	opacity: 0;
	visibility:hidden;
}
#popup.open {
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	opacity: 1;
	visibility:visible;
}
.detail-popup{
	display: block;
    padding: 40px;
    border-radius: .5rem;
    box-shadow: 0 5px 12px 0 rgba(33,43,54,.07),0 10px 30px 0 rgba(33,43,54,.085);
	width: 700px;
	background-color: #fff;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
#popup.open .detail-popup {
	top: 50%;
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.detail-popup p {
	margin: 0;
}
.detail-popup p.titre-popup, #mc_embed_signup label{
	font-family: 'HelveticaNeue Black', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-size: 20px;
	line-height: 20px;
	margin: 25px 0 5px 0;
	color: #1d1d1d
}
#mc_embed_signup #mce-EMAIL{
	padding: 5px 10px 0px 10px !important;
	font-family: 'HelveticaNeue Regular', Helvetica, Arial, sans-serif;
	height: 40px;
	color: #565656;
	background-color: #FBFAF9;
}
#mc_embed_signup input.button {
	background:#2d2e83;
	line-height: 24px;
	height: 40px;
	padding: 5px 15px 0px 15px;
}
#mc_embed_signup input.button:hover {
	background:#e00069;	
}
.detail-popup .close {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-image: url('img/close-blanc.svg');
	background-position: center center ;
	background-color: #e00069;
	background-repeat:no-repeat ;
	position: absolute;
	background-size: 15px auto;
	right: -20px;
	top: -20px;
	cursor: pointer;
}
#popup .close:hover {
	background-color: #2d2e83;
}
.detail-popup .line-h {
	margin-top: 25px;
}

/* -------------------------------------------------------------- */
/* SINGLE
/* -------------------------------------------------------------- */
#single {
	padding: 70px 0 100px 0;
	background-image: url('img/bg-intro-gradient.svg');
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: right -620px bottom;
}
#single h1, #page-collection h1 {
	font-size: 52px;
	line-height: 48px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #2d2e83;
}
#single h2 {
	font-size: 24px;
	line-height: 32px;
	margin: 20px 0 0px 0; 
}
#single .theme {
	display: block;
	margin-bottom: 10px;
}
#single .theme a{
	display: inline-block;
	margin:0 10px 0 0;
	font-size: 11px;
	line-height:24px;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px 5px 15px;
	text-transform: uppercase;
	background: #00adc6;
	border-radius: 3px;
}
#single .theme a:hover{
	background: #2d2e83;
}
#single .bloc-contenu {
	padding: 50px 65px;
}
.col-sidebar {
	padding-left: 40px;
}
#single .col-sidebar .sous-titre {
	font-size: 22px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 25px;
	color: #e00069;
	text-transform: uppercase;
}
#single .col-sidebar .element-sidebar {
	margin: 30px 0 40px 0;
}
#single .encadre {
	margin-top: 40px;
	padding: 30px 40px;
	border-top: 2px solid #e00069;
	border-bottom: 2px solid #e00069;
	background-color: #FBFAF9;
}
#single .encadre h2 {
	color: #e00069;
}
#page-defaut {
	padding:70px 0;
}
/* -------------------------------------------------------------- */
/* PAGE COLLECTION
/* -------------------------------------------------------------- */
#page-collection {
	padding: 70px 0 100px 0;
	background-image: url('img/bg-intro-gradient.svg');
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: right -620px bottom;
}
#page-collection h2 {
	color: #e00069;
	font-size: 32px;
	margin-bottom: 25px
}
#page-liste-fiches {
	padding-top: 70px;
}
.liste-fiches {
	margin-bottom: 20px;
}

.titre-liste-fiches {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
}
.titre-liste-fiches a {
	 border-radius: .5rem;
	color: #1d1d1d;
	display: block;
	background: #fff;
	padding: 22px 25px 20px 25px;
	border-left: 2px solid transparent;
	box-shadow: 0 5px 12px 0 rgba(33,43,54,.07),0 10px 30px 0 rgba(33,43,54,.085);
	transform: scale(1);
	-webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.titre-liste-fiches a:hover {
	border-left: 2px solid #e00069;
	color: #2d2e83;
	box-shadow: 0 5px 12px 0 rgba(33,43,54,.03),0 10px 30px 0 rgba(33,43,54,.03);
	transform: scale(1.02);
}
.titre-liste-fiches a.current-liste {
	border-left: 2px solid #2d2e83;
	color: #2d2e83;
	background: #f7f7f7;
}
.titre-liste-fiches a.current-liste:hover {
	transform: none;
	box-shadow: 0 5px 12px 0 rgba(33,43,54,.07),0 10px 30px 0 rgba(33,43,54,.085);
}
.titre-liste-fiches a .numero {
	color: #e00069
}
#page-liste-fiches .titre-liste-fiches {
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}
#page-liste-fiches .titre-liste-fiches a {
	padding: 24px 30px 20px 30px;
}
#page-contact {
	padding: 60px 0;
}
#page-contact #form-contact {
	padding: 40px;
	position: relative;
	background:#fff; 
	top: -110px;
	margin-bottom: -80px;
}
#page-contact #form-contact input[type='text'], #page-contact #form-contact input[type='email'] {
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding: 0 5px;
	border-radius: 5px;
	background:#FBFAF9;
}
#page-contact #form-contact p {
	margin-top: 0;
}
#page-contact #form-contact label {
	font-size: 12px;
	text-transform: uppercase;
	font-family:'HelveticaNeue Bold', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
}
#page-contact #form-contact textarea {
	width: 100%;
	max-width: 100%;
	padding: 5px;
	height: 150px;
	border-radius: 5px;
	background:#FBFAF9;
}
/* -------------------------------------------------------------- */
/* PAGE PROJET
/* -------------------------------------------------------------- */
#page-projet .presentation-page-projet{
	padding: 70px 0 70px 0;
	background-image: url('img/bg-intro-gradient.svg');
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position: right -620px bottom;
}
#page-projet .chiffre {
	font-family:'HelveticaNeue Black', Helvetica, Arial, sans-serif;
	color: #e00069;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 26px;
	margin-bottom: 35px;
}
#page-projet .chiffre span{
	display: block;
	color: #1d1d1d;
	font-size: 24px;
	margin-top: 5px;
}
#page-projet .temoignage {
	padding: 40px 0 0 0;
}
#page-projet blockquote {
	margin: 0px 0 40px 50px;
}
#page-projet blockquote p{ 
	color: #2d2e83;
	font-family:'HelveticaNeue Bold', Helvetica, Arial, sans-serif;
	font-style: italic;
	line-height: 32px;
	font-size: 22px;
	margin-top: 0;
}
#page-projet blockquote p em {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-style: normal;
	font-family:'HelveticaNeue Black', Helvetica, Arial, sans-serif;
	color: #e00069;
	margin-top: 15px;
	line-height: 26px;
}
#page-projet blockquote em span{
	display: block;
	font-family:'HelveticaNeue Regular', Helvetica, Arial, sans-serif;
	color: #1d1d1d;
	font-size: 17px;
}
#page-projet blockquote:before {
	font-family: 'Font Awesome 5 Pro';
  	font-weight: normal;
  	font-style: normal;
  	display: inline;
  	content: "\f10d";
  	font-weight: 700;
  	text-decoration: inherit;
  	position: relative;
  	left: -60px;
  	color: #e00069;
  	top: 20px;
  	font-size: 35px;
}
#page-projet blockquote p img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
#page-projet .apropos {
	padding: 70px 0;
}
/* -------------------------------------------------------------- */
/* FOOTER
/* -------------------------------------------------------------- */
#cfi-fmm {
	padding: 40px 0;
	background: #fff;
}
#cfi-fmm p {
	text-transform: uppercase;
}
#cfi-fmm p.logos-cfi-fmm {
	margin-top: 30px;
}
#cfi-fmm p.logos-cfi-fmm img {
	width: 500px;
}
#footer {
	position: relative;
	z-index: 99;
	padding:70px 0 50px 0;
	background: #1d1d1d;
}
#footer .titre-footer {
	color: #e00069;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 26px;
	margin: 5px 0;
}
#footer ul{
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style-type: none;
	padding: 0!important;
	margin: 10px 0;
	font-size: 14px;
	font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;
	line-height: 26px;
	letter-spacing: 0.5px;
	margin: 5px 0;
}
#footer ul li:before {
	display: none!important;
}
#footer li a, #footer li a:active, #footer li a:visited, #footer li a:focus {
	color: #efefef;
}
#footer li a i {
	margin-right: 10px;
}
#footer li a:hover {
	color: #e00069;
}
#footer .bouton {
	margin-top: 0;
	text-align: right;
}
.reso-footer a:hover {
	color: #e00069;
}
#credits {
	background: #232323;
	padding: 20px 0 20px 0;
}
#credits p{
	font-family: 'HelveticaNeue Light', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 10px;
	margin: 0;
	font-weight: 300;
}
p.reso-footer {
	text-align: right;
	margin-top: 45px;
}
p.reso-footer a {
	display: inline-block;
	margin-left: 30px;
	color: #efefef;
}
p.reso-footer a i {
	font-size: 20px;
}
#credits .col60 p a{
	margin-right: 25px;
}
#credits p a {
	cursor: pointer;
	color: #efefef;
}
#credits p a:hover {
	color: #e00069;
}
#credits .col40 p {
	color: #efefef;
	text-align: right;
}

/*///////////////////////// RTL //////////////////*/
body.rtl #logo {
	right: 10px;
	left: inherit;
}
body.rtl #header nav {
	left: 80px;
	right: inherit;
}
body.rtl #header nav ul {
	border-left: 1px solid #1d1d1d;
	border-right: 0px ;
	padding-left: 20px;
}
body.rtl #btn-langue, body.rtl #btn-langue-resp {
	left: 13px;
	right: inherit;
}
body.rtl #menu-langue, body.rtl #menu-langue-resp {
	left: 5px;
	right: inherit;
}
body.rtl #search-intro #submit-form {
	right: -50px;
}
body.rtl #intro .image-intro {
	left: 50px;
	right: inherit;
}
body.rtl #intro .round {
	display: none !important;
}
body.rtl #intro .rangee {
	background-image: url('img/bg-intro-gradient-rtl.svg');
	background-position: left center;
}
body.rtl #single {
	background-image: url('img/bg-intro-gradient-rtl.svg');
	background-position: left -620px bottom;
}
body.rtl #presentation-collections {
	background-position: right bottom 25% ;
}
body.rtl #presentation-collections .image-presentation {
	right: inherit;
	left: 0;
}
body.rtl #single {
	background-image: url('img/bg-intro-gradient-rtl.svg');
	background-position: left -620px bottom;
}
body.rtl #page-collection {
	background-image: url('img/bg-intro-gradient-rtl.svg');
	background-position: left -620px bottom;
}
body.rtl #credits .col40 p {
	text-align: left;
}
body.rtl #page-projet .presentation-page-projet{
	background-image: url('img/bg-intro-gradient-rtl.svg');
	background-position: left -620px bottom;
}
body.rtl #page-projet blockquote {
	margin: 0px 50px 40px 0px;
}
body.rtl #page-projet blockquote:before {
  	right: -60px;
}
body.rtl #page-projet blockquote p img{
	margin-left: 15px;
}
body.rtl .photo-intervenant img {
    right: -5px;
}
body.rtl .hamburger{
	left: auto;
	right:0;
}
body.rtl .hamburger-box {
	left:auto;
	right:22px;
}
body.rtl #hambmenu {
	left: auto;
	right:-100px;
}
body.rtl #hambmenu.open {
  right: 0;
}
body.rtl #hambmenu .overlay-menu div {
	text-align: right;
}