/*@import url(http://fonts.googleapis.com/css?family=Karla|Quicksand);*/
@import url('../Julien Rhinn / Eidon - Julien Rhinn_fichiers/styles/boots-bones.css');
/*
Theme Name: JulienRhinn 2020
Theme URI: http://www.julienrhinn.fr
Author: La Comm Nouvelle
Author URI: http://www.la-comm-nouvelle.com
Description: Theme for Juien Rhinn.
Version: 1.0
Text Domain: julienrhinn
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  /*content: '';
  content: none;*/
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 0px;
	background: #FFF;
	border: 1px solid #000;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */

	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */

	font-size: 12px;
	font-weight:600;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 14px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 14px;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
 /* -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {font-family: "Raleway", Helvetica, sans-serif; font-weight:600;
  /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {font-family: "Raleway", Helvetica, sans-serif;font-weight:400;
  color: #9d9d9d;
  border: 1px solid #000;
  border-radius: 0px;
padding:15px;
margin-bottom:14px;
width:98%;
}
.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item label span.wpcf7-list-item-label {font-size:14px; line-height:15px;}

span.wpcf7-not-valid-tip {
    color:  #e15226;
    font-size: 12px;padding-left:14px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.wpcf7-not-valid {border: 1px solid #e15226;}
 
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #000;
}
input[type=text],
input[type=email] {
  /*padding: 3px;*/
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  /*padding: 10px;*/
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

.obligatoire { font-size:11px; color:#9d9d9d; margin-left:6px; float:left;}

 input[type="submit"] {display: block;

margin: 0 auto}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Raleway", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
    font-family: "Raleway", Helvetica, sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  width:300px;
  text-align:center;
  margin-top:50px;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #000;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);text-decoration: underline;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 0px 0;
  background: transparent;
  margin: 0px auto;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header #brand {
  margin:1em 0;
}
header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
    font-family: "Raleway", Helvetica, sans-serif;
}
.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  /*margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;*/
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
    font-family: "Raleway", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
   font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
 /* padding-bottom: 40px;*/
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.bandomenu {float:left;/*padding-left: 20px;
padding-top: 20px; */height:78px; padding-top:6px;
}
/* MENU BURGER */

 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  left: 0;
  top: 0;
 /*  background-color: rgb(0,0,0); Black fallback color */
 /* background-color: rgba(0,0,0, 1);  Black w/opacity */
  
  background-color: rgb(255,255,255); /* w fallback color */
  background-color: rgba(255,255,255, 1); /* w w/opacity */
  
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  /*  width: 100%;100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {text-align: center; 
  
  text-decoration: none;
  font-size: 36px;
  /*color: #FFF;*/
  color: #000;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  /*background-color:#000;*/
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  /*color: #818181; */
}





/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 60px;
}

/* SLIDER HOME */

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
     background-position: bottom center;
      background-size: contain;
    }
	
	.tile {
	margin: 0;
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 0px;
flex: 1 1 0px;
padding: .625rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
background-position: 50%;
background-size: cover;
background-repeat: no-repeat;
	}
	
	.single .single__slide-container {
    height: calc(100vh - 8.375rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


.slider {width:100%; height:auto; }

.slidecont { width:100%; position: relative; bottom: 16px; right:50px; margin: 4.375rem -3.375rem;}

.titleslide  {  font-family: "Raleway", Helvetica, sans-serif;font-size:24px; color:#FFF; /*position: relative; bottom: 180px; right:50px; */ text-align: right; font-weight:900; text-transform :uppercase;/*margin-right:90px; */letter-spacing: 4px;line-height: 20px; z-index:100000; margin-left: 5px; width: 100%;}
.voirprojet {border:1px solid #FFF; padding : 0px; height:33px; width:128px; font-size:12px; color:#FFF; line-height:30px; /*position :relative; bottom :10px;right:50px; */text-align: center;text-transform :uppercase;/*margin-right:90px; */float:right;font-weight:bold; margin-top:20px;}
.voirprojet:hover{border:1px solid #000; color:#000!important; background-color:#FFF; }

.voirprojet a{color:#FFF!important; font-weight:bold!important;z-index:100000;}
.voirprojet a:hover{color:#000!important; background-color:#FFF;}


.voirprojetarchive {border:1px solid #000; padding : 0px; height:33px; width:128px; font-size:12px; color:#FFF; line-height:30px; /*position :relative; bottom :10px;right:50px; */text-align: center;text-transform :uppercase;/*margin-right:90px; */font-weight:bold; margin-top:10px;float:right; clear:right}
.voirprojetarchive:hover{border:1px solid #000; color:#FFF!important; background-color:#000; }
.voirprojetarchive a
{color:#000!important; font-weight:bold!important;z-index:100000;}
.voirprojetarchive a:hover{color:#FFF!important; background-color:#000; text-decoration:none;}



.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
}

/* SLIDER HOME */
.div100{width:100%;}
.div20{width:17.7%; float:left;}
.div60 {width:60.14%;float:left;}
.nofloat { float:none!important;}


/* FOOTER */
.menu ul li a, .site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li a,
.site-footer div.site-info div.menu-menu-footer-eng-container ul#menu-menu-footer-eng.menu li a {text-transform:uppercase;}
.site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li.nomaj a,
.site-footer div.site-info div.menu-menu-footer-eng-container ul#menu-menu-footer-eng.menu li.nomaj a {text-transform:lowercase;}

.site-footer a, .btback a, .partage, .langue a, .site-info .menu ul li a,
.site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li a {    font-family: "Raleway", Helvetica, sans-serif; font-size:12px; letter-spacing:2px;font-weight:lighter; color:#000;margin-right: 30px;}

.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li.instagram a,
div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li.instagram a i.instagram { background-image: url('../Julien Rhinn / Eidon - Julien Rhinn_fichiers/img/instagram.svg'); width:16px; height:16px;}


.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li#menu-item-201.rsover.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-201 a img:hover,
.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li#menu-item-201.rsover.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-201 a:hover,
.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li#menu-item-196.rsover.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-196 a img:hover,
.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li#menu-item-196.rsover.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-196 a:hover
 {background-color:#FFF;}


.instagram {width:16px; height:16px;}

.site-info a , .btback a , .site-info .menu ul li a:hover, .site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li a:hover {padding:2px;}
.site-info a:hover, .btback a:hover, .langue a:hover , .site-info .menu ul li a:hover, .site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li a:hover {background-color:#000; color:#FFF; text-decoration:none;}
.site-footer a:hover, .btback a:hover, .langue a:hover, .site-info .menu ul li a:hover, .site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li a:hover { color:#FFF; }

.site-info {width:100%; /*margin-left:auto!important; margin-right:auto!important; */padding-top:60px; 
position: relative;}

.site-info .menu ul li, 
.site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li, 
.site-footer div.site-info div.menu-menu-footer-eng-container ul#menu-menu-footer-eng.menu li, 
#menu-langues li, .langue li {list-style-type: none; display:inline;}


.langue a, .langue {text-align:right;}

.langue {position:absolute; top:23px; right:20px; float:left;z-index:0;}
.Burger {position:absolute; top:30px; left:15px; float:right; z-index:2;}


header#masthead.site-header div.row-fluid div.menu.span2 span img,
div.Burger span img
 {/*margin-top:20px;padding-left: 20px;*/ cursor:pointer;}
header#masthead.site-header div.row-fluid div.menu.span2 span img:hover,
div.Burger span img:hover,
a.burger:hover { transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */}
#myNav img{margin-top:20px; margin-left:20px;}

/* Menu overlay */
.menu-menu-container .menu li, .menu-menu-eng-container .menu li{
	list-style-type: none;
}
.menu-menu-container .menu li a ,
.menu-menu-eng-container .menu li a,
a.btoverlay  { padding: 8px;background-color:#FFF; width: max-content;
margin-left: auto;
margin-right: auto;}
a.btoverlay:hover,
.menu-menu-container .menu li a:hover, .menu-menu-eng-container .menu li a:hover{ background-color:#000; color:#FFF;}





.bordertop {border-top:1px solid #000;margin-top:60px;}
.home .bordertop {border-top:1px solid #FFF;margin-top:0px;}


.partage {text-align:center;}
.btnav { text-align:right;}
.btback a,.partage {text-transform:uppercase;}
.floatleft {float:left;}
.margemenufooter {margin-right:60px;}


.bandemenu {border-bottom:1px solid #000; padding-top: 13px;}
.home .bandemenu {border-bottom:1px solid #FFF;padding-top: 13px;}


header#masthead.site-header div.row-fluid div.menu.span2 div#myNav.overlay div.center.paddingmenu a img {padding-left: 20px;}

.paddingmenu { padding-top: 8px; }
.paddingmenu2 { padding-top: 20px; }
.overlay-rs {height:35px; width:110px; display:inline-block;}

.overlay-rs a, .overlay-rs img{width:35px; height:35px;display:inline-block;}
.site-footer img {width:16px; height:16px;}

div.the-content.aligncenter.span8 {margin-left:auto!important;margin-right:auto!important;}


video { 
  /* width:100%;
   max-width:1024px;
   height:auto;*/
}

video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
 /* background: url(assets/polina.jpg) no-repeat;*/
  background-size: cover;
}

/* NEW GRID */

.cards {
 /* max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;*/
  
  display: grid;
  /*grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));*/
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.card {
 /* background-color: dodgerblue;
  color: white;
  padding: 1rem;
  height: 4rem;*/
}
@media (max-width: 768px) {
 /**/ .cards { grid-template-columns: repeat(1, 1fr); }
}



.image-container {/*border: 1px solid #ccc;*/
    position: relative;
    /*width: 200px;
    height: 300px;
	 background: rgba(255, 255, 255, 1);
	 max-width: 770px;
	 max-height:504px;*/
	 overflow:hidden; object-position: center; /* Center the image within the element */
}
.image-container img{ width:100%; overflow:hidden; height:auto;/*max-height:504px;*/}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF;
}
.image-container:hover {
    display: block;
   /* background: rgba(0, 0, 0, 1)*/
}
.xoffset {margin-left:19%!important; margin-right:19%!important;}
.xcenter {margin-left:auto!important; margin-right:auto!important;}
/* avant apres */

.avaptitle {font-family: "Raleway", Helvetica, sans-serif; font-weight:900; letter-spacing: 4px;font-size:36px; margin-bottom:40px; text-align:center;}
.margerow {margin-bottom:130px; }
#container1 img {/*max-width:1250px; max-height:700px;*/}
.twentytwenty-wrapper {padding:26px;}
/*
#container1 { max-width:1250px;  margin-left:auto!important; margin-right:auto!important;margin-top:20px; width:1250px;}
#container1 { max-width:1180px;  margin-left:auto!important; margin-right:auto!important;margin-top:20px; width:1180px;}*/
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .archivetitle h2 a:hover {color:#FFF!important; background-color:#000;}
h1 {font-size:60px; margin-bottom:60px;text-align:center;}
.archivetitle h2{font-size:18px; font-weight:300;text-align:right;line-height: 26px; margin-top: 20px;}
.post.archivecolumns div.archivetitle h2 a:hover {text-decoration:none; color:#FFF!important;} 
.archivetitle {max-width:max-content; float:right;}

p { font-family: "Raleway", Helvetica, sans-serif; font-weight:300;font-size:16px; line-height:20px;}


.singleheader {width:100%;background-size: cover!important;margin-bottom:0px; margin-left:0px; margin-right:0px;background-repeat: no-repeat!important;/*height:1080px;*/
/*height: calc(100vh / 0.9);*/ height:1080px;transition-duration: 1s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
background-position: center center !important;

}

/* Archive 2 columns */
.archive2column {max-width:1760px;/**/ }
.max1280 { width:100%; max-width:1280px; margin-left:auto !important;margin-right:auto!important;}
.archivecolumns { float:left; width:48%; margin-right:10px;margin-left:10px;margin-bottom: 20px;max-width: 770px !important; /**/}

.archivecolumns img  { max-width:770px; max-height:504px;}
.footerpost { width:100%; margin-top:60px;}
#breadcrumbs {font-weight:100; text-transform:uppercase; font-size:11px; text-align:center;margin-top:30px;}
div.clear { clear: right; }

h1, h2, h3, h4, h5, h6, h2.archivetitle {font-family: "Raleway", Helvetica, sans-serif; font-weight:300; text-transform :uppercase;letter-spacing: 4px;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .archivetitle h2 a:hover {color:#FFF!important; background-color:#000;}
h1 {font-size:60px; margin-bottom:60px;text-align:center;font-weight: 300;}


.page h3, .page h2 {font-weight:300; margin-bottom:50px; margin-top:50px;}


.archivetitle h2{font-size:18px; font-weight:900;text-align:right;}
.post.archivecolumns div.archivetitle h2 a:hover {text-decoration:none; color:#FFF!important;} 
.archivetitle {max-width:max-content; float:right;}
.archivecattitle {width:100%;}
article.post.archivecolumns img.attachment-large.size-large.wp-post-image { background: rgba(255, 255, 255, 1);}
article.post.archivecolumns img.attachment-large.size-large.wp-post-image:hover {background: rgba(0, 0, 0, 1); opacity:0.4;}


article.row-fluid.post div.the-content.span6.center.nofloat blockquote p,
blockquote {
  margin: 0 1.5em;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight :400;
  text-align:center!important;
  font-size:18px;
}

/* Logo Footer */

.logo1, .logo2 {margin-top:30px;}
/* VIDEO */

.responsive-video .embed-responsive-zoom-to-fit iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: 
    #000;
}

.responsive-video .embed-responsive-zoom-to-fit {
    position: fixed;
    padding: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.responsive-video {
    position: relative;
    z-index: 0;
}
.tile > * {
    max-width: 100%;
}

  
 
  
.single .single__slide-container {
    
}

/* OVERLAY */

.overlay-content a { font-family: "Raleway", Helvetica, sans-serif; font-weight:300; text-transform :uppercase;font-size:30px; letter-spacing:2px; margin-bottom:20px; }
.o_pinterest { margin-right:20px;}
.site-header {height:78px; }



/* another grid */


/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto!important;
  margin-right: auto!important;
}

.justify {
  text-align: justify;
}

.site-header {
    height: 78px;
    position: fixed;
    margin-bottom: 112px;
    z-index: 1;
    background-color: #FFF;
	width:100%;
	overflow:hidden;
	top: 0;
}
.logoeidon {max-width:156px; max-height:56px;}
#content { margin-top: 112px;}
.langue, .Burger {
	position:fixed;
	z-index:3;
	}
.menu-menu-footer-container ul,
.menu-menu-footer-eng-container ul,
 ul#menu-menu-footer,
  ul#menu-menu-footer-eng {
	margin-top: 0;
	margin-right: 0;
	margin-left:0;
	margin-bottom: 1.5em;
}

.the-content p {padding-left:12px;padding-right:12px;}
/*div {border:1px solid red;}*/
/* #Media Queries
================================================== */

  @media only screen and (max-width: 1280px) {
	.singleheader {  
	height:720px;
	}
	
	
  }
  
    @media only screen and (max-width: 1340px) {
	.site-footer a, .btback a, .partage, .langue a, .site-info .menu ul li a, 
	.site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li a,
	.site-footer div.site-info div.menu-menu-footer-eng-container ul#menu-menu-footer-eng.menu li a {
    font-size: 11px;
    margin-right: 10px;
}
  }
  
 @media only screen and (min-width: 1281px) {
	.archivecolumns {
    float: left;
    width: 47%; 
	}
	.image-container {
	width: 100%;	
    max-width: 100%;
    height: auto;
	}
	.image-container img {
    height: auto;
	}
	
	.margemenufooter {
    margin-right: 30px;
}
 }


  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
      font-size: 2.5em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
	
	/*
	div.row-fluid.footerpost.span8.center.nofloat div.div20,
	div.row-fluid.footerpost.span8.center.nofloat div.div60
	
	 {width:100%!important;}
	*/
  }
 @media only screen and (max-width: 1080px) {

.row-fluid .span2, .row-fluid .span8 {width:100%}

.rowfluid .colbottom {position:relative,
  bottom:0;}
  
 .swiper-slide [style] {margin-right:0!important;} 

.site-info {
    padding-top: 24px;
  }

.colmobile2 {width:100%;}
.colmobile1, .colmobile3 {width:50%;}

  .logo1, .logo2 {margin-top:10px;}

.footermobile {display: flex; flex-direction: column;  }

 .colmobile1 {order: 2;}

 .colmobile2 {order: 1; }

 .colmobile3 { order: 3;} 
 }

 @media only screen and (max-width: 1024px) {
	.singleheader {  
	height:576px;
	}

 .image-container {
	/* max-width: 320px;
	 max-height:209px;*/
	 overflow:hidden;
}
.site-footer a, .btback a, .partage, .langue a, .site-info .menu ul li a, 
.site-footer div.site-info div.menu-menu-footer-container ul#menu-menu-footer.menu li a,
.site-footer div.site-info div.menu-menu-footer-eng-container ul#menu-menu-footer.menu li a {
    font-size: 10px;
    margin-right: 4px;
}
.div20, .div60 {
    width: 100%;
    float: left;
margin-bottom:20px;
}
}



  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }
    @media only screen and (max-width: 768px) {
  .titleslide {
    margin-left: auto;
    width: 84%;
    height: auto;
}
.archivetitle {
    max-width: none;
float:none;

}

.archivetitle h2{

    text-align: center!important;
}


  }
  
 
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
	  
	  
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
	
	/**/.logo img, .overlay .paddingmenu img {/*width:200px; height:auto;*/}
	/*.logo {padding-top:30px;}*/
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
	  
	 #myNav img {
max-width:200px;

} 
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
	
	#container1 {
max-width: 100%;
margin-left: auto!important;
margin-right: auto!important;
margin-top: 20px;
width: 100%;
height:auto;
}

#container1 img{ max-width: auto!important; max-height: auto!important;}

.margemenufooter {
    margin-right: 10px;
}

div.the-content.span4.col-4.center.nofloat
 { width:80%!important;}
 
 #content > article > div.span8.xcol-4.center.nofloat > video

 { width:80%!important; overflow:hidden;}
 
 
h1 {
    font-size: 40px;
}
hr {
width: 180px!important;
max-width: 180px;
}
h3 {
line-height: 32px;
font-size: 1.8rem;
}
html body.projets-template-default.single.single-projets.postid-22.logged-in main.main-fluid div#primary.row-fluid div#content.span12.xoffset2 article.row-fluid.post.xspan8.margerow div.span8.xcol-4.center.nofloat video
 { width:90%; overflow:hidden;}
  }

  @media only screen and (max-width: 320px) {
	  

 
	.singleheader {  
	height:180px;
	}
  }


/* div {border: 1px solid red;}*/


