@charset "utf-8";
/* CSS Document 

pantone 186 C rouge #C8102E
pantone 2955 C bleu accent #005487
logo pantone 2965 C #00263E
*/
:root {
	--noir : #00263e;
	--rouge : #C8102E;
	--bleuciel : #005487;
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-v30-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-v30-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-v30-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-v30-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v27-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-condensed-v27-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-condensed-v27-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('fonts/roboto-condensed-v27-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.color-logo {
  color: #00263E;
}
.color-accent {
  color: #005487;
}
.color-rouge {
  color: #C8102E;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, .blog-page .post h1 a, .blog-page .post h2 a {
  color: #00263E;
}
.home h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.home h2 a, .h1 a {
  color: #00263E;
}
h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, .blog-page .post h1 a:hover, .blog-page .post h2 a:hover {
  color: #C8102E;
}
.entry-image .entry-overlay {
  background: transparent !important;
}
blockquote {
  color: #00263E;
  font-weight: 600;
}
blockquote p {
  border-left: 1px solid #C8102E;
}
.readmore {
  margin: 20px 0px;
  padding: 10px;
  border: 1px solid #C8102E;
  list-style: none;
  font-weight: 600;
  font-size: 13px;
}
.readmore li a::after {
  content: "\f178";
  font-weight: normal;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-left: 5px;
}
/*
Base Grid
@media only screen and (min-width: 1199px) {
	.container {
		width: 97%;
		margin: 0 1.5%;
	}
	#page-wrap.container, #fullimagecentertitle .container, #page-wrap.blog-masonry {
		width: 97%;
		margin: 0 auto;
		max-width: 1200px;
	}
	.single-auteur #page-wrap.container, .single-auteur #fullimagecentertitle .container, #page-wrap.blog-masonry {
		max-width: 1200px;
	}
	#fullimagecentertitle .container-fullwidth {max-width: unset; }

	
	.container .column, .container .columns {
		float: left;
		display: inline;
		margin-left: 1.5%;
		margin-right: 1.5%;
	}
	.container .one.column, .container .one.columns {
		width: 3.25%;
	}
	.container .two.columns {
		width: 9.5%;
	}
	.container .three.columns {
		width: 17%;
	}
	.container .four.columns {
		width: 22%;
	}
	.container .five.columns {
		width: 28.25%;
	}
	.container .six.columns {
		width: 29.3%;
	}
	.container .seven.columns {
		width: 40.75%;
	}
	.container .eight.columns {
		width: 47%;
	}
	.container .nine.columns {
		width: 53, 25%;
	}
	.container .ten.columns {
		width: 59.5%;
	}
	.container .eleven.columns {
		width: 65.75%;
	}
	.container .twelve.columns {
		width: 72%;
	}
	.container .thirteen.columns {
		width: 79.25%;
	}
	.container .fourteen.columns {
		width: 84.5%;
	}
	.container .fifteen.columns {
		width: 90.75%;
	}
	.container .sixteen.columns {
		width: 97%;
		margin: 0 1.5%;
	}
	.container .one-third.column, .container .one-third.columns {
		width: 360px;
	}
	.container .two-thirds.column, .container .two-thirds.columns {
		width: 780px;
	}
	.page-section .standard-section .span_12 {
		width: 97%;
		margin: 0 1.5%;
		max-width: unset;
	}
		.container-fullwidth .sixteen.columns {margin-left:0;}
}*/
.auteur-single {
  padding-bottom: 40px;
}
/* Navigation */
#header {
  box-shadow: none;
}
.header-v1 .header-icons-divider {
  display: none;
}
#navigation .wotr-logo {
  background: url(https://lerubicon.org/wp-content/uploads/2021/07/warontherock-logo.png) no-repeat 17px 14px;
  background-size: 161px 45px;
}
#mobile-navigation .wotr-logo {
  background: url(https://lerubicon.org/wp-content/uploads/2021/07/warontherock-logo.png) no-repeat 2px 10px;
  background-size: 108px 30px;
}
#navigation > ul > li.wotr-logo a, #navigation > ul > li.wotr-logo a:hover, #mobile-navigation ul li.wotr-logo a, #mobile-navigation ul li.wotr-logo a:hover {
  color: transparent
}
#mobile-navigation form::before {
  top: 12px;
}
.header-v1 #navigation > ul > li > a {
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width:960px) and (max-width: 1199px) {
  #navigation .wotr-logo {
    background: url(https://lerubicon.org/wp-content/uploads/2021/07/warontherock-logo.png) no-repeat 17px 18px;
    background-size: 126px 35px;
  }
  .header-v1 #navigation > ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }
  #navigation .sub-menu li a {
    font-size: 16px;
  }
}
#search-top input {
  text-transform: none;
  font-weight: 400;
}
/* Titlebar */
/* 1 pixel black shadow to left, top, right and bottom */
#fullimagecenter h1, #transparentimage h1, #fullimagecenter .title-h1, #transparentimage .title-h1 {
  padding: 30px 0 0 0;
  line-height: normal;
}
@media only screen and (max-width: 959px) {
  #fullimagecenter h1, #transparentimage h1, #fullimagecenter .title-h1, #transparentimage .title-h1 {
    line-height: 60px;
    font-size: 50px;
  }
}
.code-morse {
  margin-top: 10px;
}
.lerubicon-morse {
  width: 423px;
  height: 6px;
}
/* Single and Default width page */
/* LIENS */
.page #content.sixteen.columns a, .single #content.sixteen.columns a {
  text-decoration: underline;
}
input[type="submit"]:hover, button:hover, .button:hover, a.button:hover, a.button.color-1:hover, a.button.color-2:hover, a.button.color-3:hover, a.button.color-4:hover, a.button.color-5:hover, #reviews .add_review .button:hover, .pp_woocommerce .pp_content #submit, a.button.color-2.accent-2:hover, a.button.color-3.accent-2:hover {
  background: #00263E;
  border-color: #00263E;
  color: #ffffff;
}
#content.sixteen.columns a.button, #content.sixteen.columns .portfolio-item a {
  text-decoration: none;
}
/* Single */
.single #content {
  padding-top: 0;
}
.single .entry-image {
  padding-bottom: 20px;
}
.single h2.auteurs {
  font-size: 22px;
}
.single h2.auteurs a {
  text-decoration: none !important;
}
.bibliographie {
  margin-bottom: 20px;
  color: #005487;
}

.blog-single .entry-meta, .blog-masonry .post .entry-meta {
  font-size: 16px;
}
.entry-meta-portfolio {
    position: relative;
    margin-top: -21px;
}

.blog-single .meta-type-publication a, .entry-meta-portfolio .term-item a {
    background-color: var(--rouge);
    padding: 3px 8px;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-single .meta-type-publication a:hover, .entry-meta-portfolio .term-item a:hover {
    background-color: var(--noir);
}
.entry-meta-portfolio .term-entretiens a {
    background-color: var(--bleuciel);
    padding: 3px 8px;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
@media only screen and (min-width: 959px) {
  .single .entry-content p {
    text-align: justify;
  }
  .page p {
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  .single .entry-content > p, .single .entry-content li {
    text-align: left !important;
  }
}
@media only screen and (max-width: 959px) {
  .single #fullimagecentertitle .container h1 {
    font-size: 30px;
  }
}
.single-auteur .expert_affiliation {
  text-align: center;
  font-weight: normal;
}
.single-auteur #fullimagecentertitle .button {
  float: right;
}
.single-auteur .entry-content {
  padding-top: 53px;
}
.single-auteur .widget_contact address {
  font-size: 16px;
}
.container .twelve.alt.sidebar-left {
  border: none;
}
.entry-video iframe, .entry-audio iframe, .blog-masonry .entry-audio iframe, .blog-masonry .entry-video iframe {
  height: auto;
}
.page .entry-video, .page .entry-audio, .page .entry-video iframe, .page .entry-audio iframe, .archive .entry-video iframe, .archive .entry-audio iframe, .archive .entry-video, .archive .entry-audio {
  aspect-ratio: 3 / 2;
}
/* Single */
.box {
  border: 2px solid #00263E;
  padding: 20px 30px;
  margin-top: 60px;
}
.box h2, .box h3 {}
.box div.texte {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}
.box svg {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}
.meta-doc svg {
  width: 13px;
  height: 13px;
  fill: #C8102E;
}
.box #copier-btn {
  float: right;
  margin-top: 8px;
}
.box .single-event-more-info {
  padding-bottom: 15px;
}
.box span.adresse-courriel.email {
  word-break: break-all;
}
.citation {
  background: #F6F6F6;
  padding: 1px 10px;
}
button.copier-citation svg {
  fill: #ffffff;
}
a.meta-doc {
  margin-left: 5px;
  margin-right: 5px;
}
a.meta-doc:hover svg {
  fill: #000000;
}
/* SHAREBOC */
.sharebox {
  display: block;
  padding: 0;
  margin: 40px 0 20px 0;
  padding-top: 20px;
}
#related-posts {
  padding-top: 40px;
}
.entry-sharebox .sharebox {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}
/* HOME ACCUEIL */
.page-id-2 .wpb_content_element, .page-id-19 .wpb_content_element {
  margin-bottom: 20px;
}
.page-id-2 .portfolio-element, .page-id-19 .portfolio-element {
  margin-top: 0;
}
.colonne-a-la-une {
  padding-left: 0;
}
/* EXPERTS */
#sidebar.sidebar-left #sidebar-widgets {
  border-right: none;
}
#sidebar .widget {
  color: #00263E;
}
.blog-single .post.auteur {
  margin-bottom: 0;
}
.single-auteur .portfolio-element.publications {
  clear: both;
  padding-top: 30px;
  margin-top: 0;
}
.portfolio-element .entry-video, .portfolio-element .entry-audio, .portfolio-element .entry-gallery, .portfolio-element.entry-image {
  margin-bottom: 0;
}
/* Large Desktop */
.portfolio-element .one-third.columns .entry-video, .portfolio-element .one-third.columns .entry-video iframe {
  width: 360px;
  height: 202.5px;
}
.portfolio-element .four.columns .entry-video, .portfolio-element .four.columns .entry-video iframe {
  width: 260px;
  height: 146.25px;
}
.portfolio-item.four.columns {
  min-height: 354px;
}
.publications .portfolio-item.four.columns {
  height: 394px;
  overflow: hidden;
}
.portfolio-item.one-third.columns {
  min-height: 440px;
}
/* Experts */
.portfolio-element.auteurs .portfolio-item.four.columns {
  height: 410px;
}
.portfolio-element.auteurs .portfolio-item .portfolio-image {
  margin-bottom: 0;
}
/* À la une 2 */
.a-la-une2 .portfolio-item, .blog-masonry .post {
  min-height: 339px;
}
@media only screen and (min-width: 1199px) {
  .term-le-collimateur .blog-masonry .type-publication-le-collimateur {
    min-height: 346px;
  }
}
.portfolio-item h2, .blog-masonry .post h2 {
  text-align: center;
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.portfolio-item h2 a, .blog-masonry .post h2 a, .blog-masonry #content.sixteen.columns .post h2 a {
  text-decoration: none;
}
.portfolio-item h2 a:hover, .blog-masonry .post h2 a:hover, .blog-masonry #content.sixteen.columns .post h2 a:hover {
  color: #C8102E;
}
.portfolio-item .entry-meta, .blog-masonry .post .entry-meta {
  font-size: 15px;
}
/* Largeur sur gros écran */
@media only screen and (min-width: 1599px) {
  .container {
    width: 1600px;
  }
  .single .container .sixteen.columns {
    width: 1160px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .single .titlebar .container .sixteen.columns {
    width: 1160px;
  }
  .header .container .sixteen.columns, .titlebar .container .sixteen.columns, .container .sixteen.columns {
    width: 1560px;
  }
  .page-section .standard-section .span_12 {
    max-width: 1600px;
  }
  .container .four.columns {
    width: 360px;
  }
  .container .one-third.column, .container .one-third.columns {
    width: 30%;
  }
  #search-top {
    width: 1560px;
  }
  .a-la-une .portfolio-items, .a-la-une .portfolio-items .portfolio-item {
    width: 100%;
  }
  .publications .portfolio-item.four.columns, .blog-masonry .post {
    height: 382px;
    overflow: hidden;
  }
  .a-la-une2 .portfolio-item {
    min-height: 373px;
  }
}
/* Desktop */
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .portfolio-element .one-third.columns .entry-video, .portfolio-element .one-third.columns .entry-video iframe {
    width: 280px;
    height: 157.5px;
  }
  .portfolio-element .four.columns .entry-video, .portfolio-element .four.columns .entry-video iframe {
    width: 200px;
    height: 112.5px;
  }
  .portfolio-item.one-third.columns {
    min-height: 300px;
  }
  /* Experts */
  .portfolio-element.auteurs .portfolio-item.four.columns {
    min-height: 371px;
  }
  .a-la-une2 .portfolio-item, .blog-masonry .post {
    min-height: 303px;
  }
  .a-la-une2 .portfolio-item h2 {
    font-size: 20px;
  }
  .a-la-une2 .portfolio-item {
    margin-bottom: 20px;
  }
  .a-la-une2 .portfolio-item h2, .portfolio-item.four.columns h2 {
    font-size: 20px;
  }
  .portfolio-item .entry-meta, .blog-masonry .post .entry-meta {
    font-size: 15px;
  }
}
/* iPad */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .portfolio-element .one-third.columns .entry-video, .portfolio-element .one-third.columns .entry-video iframe {
    width: 236px;
    height: 132.75px;
  }
  .portfolio-element .four.columns .entry-video, .portfolio-element .four.columns .entry-video iframe {
    width: 172px;
    height: 96.75px;
  }
  .portfolio-item.four.columns {
    min-height: 320px;
  }
  .portfolio-item.one-third.columns {
    min-height: 345px;
  }
  .a-la-une2 .portfolio-item {
    min-height: unset;
  }
  .portfolio-element.auteurs .portfolio-item.four.columns {
    min-height: 325px;
  }
  .a-la-une2 .portfolio-item h2, .portfolio-item.four.columns h2 {
    font-size: 18px;
  }
  .portfolio-item .entry-meta, .blog-masonry .post .entry-meta {
    font-size: 13px;
  }
}
/* < iPhone Landscape */
@media only screen and (max-width: 767px) {
  .portfolio-element .one-third.columns .entry-video, .portfolio-element .one-third.columns .entry-video iframe, .portfolio-element .four.columns .entry-video, .portfolio-element .four.columns .entry-video iframe {
    width: 300px;
    height: 168.75px;
  }
  .portfolio-item.four.columns, .portfolio-item.one-third.columns, .portfolio-element.auteurs .portfolio-item.four.columns, .a-la-une2 .portfolio-item {
    min-height: unset;
    overflow: visible;
  }
  .a-la-une .portfolio-default .portfolio-item {
    margin-bottom: 0 !important;
  }
  .entry-meta ul li::after, .entry-meta .meta-author, .entry-meta .meta-edit, .entry-meta .meta-category::after {
    display: inline;
  }
}
/* iPhone Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .portfolio-element .one-third.columns .entry-video, .portfolio-element .one-third.columns .entry-video iframe, .portfolio-element .four.columns .entry-video, .portfolio-element .four.columns .entry-video iframe {
    width: 420px;
    height: 236.25px;
  }
  .portfolio-item.four.columns.portfolio-item.one-third.columns, .portfolio-element.auteurs .portfolio-item.four.columns {
    min-height: unset;
  }
}
@media only screen and (min-width: 1200px) {
  h2.publications {
    margin-left: 20px;
  }
}
/* SIngle auteur */
.single-auteur .container #sidebar-widgets {
  margin-left: 0;
}
.auteur-single h2 {
  font-size: 20px;
}
.single-auteur #breadcrumbs a.button.color-2.small {
  color: #C8102E;
  border-color: #C8102E;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}
.single-auteur #breadcrumbs a.button.color-2.small:hover {
  background: #00263E;
  border-color: #00263E;
  color: #ffffff;
}
.social-network {
  font-size: 27px;
  padding-right: 5px;
}
.social-network-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.social-network a[href*="scholar"] .fa {
  width: 25px;
  height: 26px;
}
.social-network a[href*="orcid"] .fa {
  width: 26px;
  height: 26px;
}
.social-network a[href*="twitter"] .fa:before {
  content: "\f099";
  color: #00acee;
}
.social-network a[href*="researchgate"] .fa:before {
  content: url("img/researchgate.png");
  top: 3px;
  position: relative;
}
.social-network a[href*="orcid"] .fa:before {
  content: url("img/orcid.svg");
  top: 3px;
  position: relative;
}
.social-network a[href*="scholar"] .fa:before {
  content: url("img/scholar.svg");
  top: 2px;
  position: relative;
}
.social-network a[href*="academia"] .fa::before {
  content: "A";
  font-family: 'Times New Roman', serif;
  color: #333;
  font-weight: bold;
  font-size: 32px;
  top: 1px;
  position: relative;
}
.social-network a[href*="linkedin"] .fa::before {
  content: "\f0e1";
  color: #0e76a8;
}
.social-network a[href*="facebook"] .fa:before {
  content: "\f082";
  color: #3b5998;
}
.social-network a[href*="youtube"] .fa:before {
  content: "\f16a";
  color: #ff0000;
}
.social-network a[href*="feed"] .fa:before, .social-network a[href*="rss"] .fa:before {
  content: "\f09e";
  color: #f26100;
}
/* SEARCH AND FILTER */
form.searchandfilter {
  text-align: center;
}
.searchandfilter ul {
  margin-left: 0;
}
.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.searchandfilter > ul > li.sf-field-reset {
  padding-right: 5px;
}
.searchandfilter > ul > li:last-of-type {
  padding-right: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], a.button, input[type="submit"], button {
  border-radius: 2px;
  padding: 15px 25px 14px 25px;
  font-size: 18px;
  line-height: 18px;
}
a.button.color-8, .button.color-8 {
  border: 2px solid #fff;
  background-color: transparent;
}
a.button.color-8:hover, #footer a.button.color-8:hover, #footer .button.color-8:hover {
  border: 2px solid #fff;
  background-color: #fff;
  color: #00263E !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  input[type="email"] {
    width: 110px;
  }
}
textarea {
  border-radius: 2px;
  padding: 15px 25px;
  border: 2px solid #00263E;
}
.searchandfilter select.sf-input-select {
  min-width: 190px;
}
a.button, input[type="submit"], button, .minti_button {
  border-radius: 2px;
  padding: 15px 25px;
  text-decoration: none;
}
.searchandfilter select, select {
  padding: 10px 7px;
  border: 2px solid #00263E;
  color: #00263E;
  border-radius: 2px;
}
#search-filter-form-12480 select.sf-input-select, #search-filter-form-12480 .sf-field-search input.sf-input-text {
  max-width: 180px;
}
.sf-field-submit input[type="submit"], .sf-field-reset input[type="submit"] {
  background: #fff;
  border: 2px solid #00263E;
  color: #00263E;
  border-radius: 2px;
  line-height: 20px !important;
  font-size: 17px;
  font-family: 'FontAwesome', 'PT Sans' !important;
}
.sf-field-submit input[type="submit"]:hover, .sf-field-reset input[type="submit"]:hover {
  color: #fff;
  border: 2px solid #00263E;
  background: #00263E;
  line-height: 20px !important;
}
input[type="number"] {
  width: 90%;
}
.searchandfilter input[type="text"] {
  background: #fff;
  border: 2px solid #00263E;
  color: #00263E;
  border-radius: 2px;
}
.search-filter-results-list {
  padding-bottom: 30px;
  font-size: 90%;
}
/* Search Page */
.text-search {
  text-align: center;
  margin-bottom: 40px;
}
.search-page #content #searchform input#searchsubmit, .search-page #content #searchform input {
  float: none;
}
.search-page #content #searchform input {
  background: #fff;
  border: 2px solid #00263E;
  color: #00263E;
  border-radius: 2px;
  padding: 15px 25px 14px 25px;
  font-size: 18px;
  line-height: 18px;
}
.search-page #content #searchform input#searchsubmit {
  font-size: 17px;
  font-family: 'FontAwesome', 'PT Sans' !important;
  line-height: 21px !important;
}
.search-page #content #searchform input#searchsubmit:hover {
  color: #fff;
  border: 2px solid #00263E;
  background: #00263E;
}
/* Portfolio */
.portfolio-element {
  margin-top: 30px;
}
.portfolio-item {
  border: none;
  visibility: visible;
}
.entry-video, .entry-audio, .entry-gallery, .entry-image {
  margin: 0 0 0 0;
}
.a-la-une2 .entry-meta, .a-la-une .entry-meta {
  padding-bottom: 10px;
}
.a-la-une .code-morse, .a-la-une2 .code-morse {
  background: url("img/lerubicon-morse.png") no-repeat center center;
  background-size: auto;
  background-size: 423px 6px;
  height: 6px;
  text-align: center;
  width: 100%;
}
.blog-medium .entry-meta, .blog-medium .entry-meta ul {
  margin: 10px 0 0px 0;
}
.portfolio-item .entry-meta, .portfolio-item .entry-meta ul, .portfolio-item .entry-meta .meta-date, .portfolio-item .entry-meta .meta-category, .blog-masonry .post .entry-meta {
  text-align: center;
}
.entry-meta, .entry-meta ul, .blog-masonry .post .entry-meta {
  font-weight: normal;
  text-transform: none;
  margin: 10px 0 0px 0;
}
#content.sixteen.columns .entry-meta a {
  text-decoration: none;
}
.entry-meta .meta-date {
  font-weight: 400;
}
.entry-meta .meta-date, .entry-meta .meta-category {
  text-transform: none;
}
.entry-meta a, .entry-meta .meta-date a, .entry-meta .meta-category, .entry-meta .meta-category a, .entry-meta ul {
  color: #005487;
  text-decoration: none;
}
.entry-meta a:hover, .entry-meta .meta-date a:hover {
  color: #C8102E;
}
h3.meta-auteur a {
  color: #005487;
  text-decoration: none;
}
h3.meta-auteur a:hover {
  color: #C8102E;
}
.entry-meta .meta-auteur, .entry-meta .meta-auteur a, .blog-masonry .post .entry-meta {
  color: #005487;
  text-decoration: none;
}
.entry-meta .meta-auteur a:hover {
  color: #C8102E;
}
.entry-meta .meta-doc a {
  font-size: 13px;
  color: #C8102E;
}
.entry-meta .meta-doc a:hover {
  color: #005487;
}
@media only screen and (max-width: 767px) {
  .entry-meta ul li {
    display: inline-block;
    border-bottom: none;
    padding: 0;
  }
}
/* Publications */
.publications .portfolio-default .portfolio-item .portfolio-image {
  margin: 0;
}
.subheader-medium {
  background: #C8102E;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
}
.subheader-medium a, .subheader a {
  color: #fff;
}
.subheader {
  position: relative;
  top: -12px;
  background: #C8102E;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
}
.doc {
  padding-bottom: 60px;
}
/* ICONBOX */
.iconbox {
  border: 1px solid #f2f3f4;
}
.iconbox *:hover {
  color: #C8102E;
}
/* Table */
.blog-single #content .post table {
  margin: 20px auto;
  text-align: left;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  border-collapse: collapse;
  border-spacing: 0;
}
.blog-single #content .post thead th {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 20px;
  background-color: #fcfcfc;
}
.blog-single #content .post tr:nth-child(2n) {
  background: #f9f9f9;
}
.blog-single #content .post tr:nth-child(2n+1) {
  background: #fff;
}
.blog-single #content .post th, .blog-single #content .post td {
  padding: 10px 20px;
  vertical-align: middle;
}
/* Correction Contact7 */
.wpcf7-not-valid {
  border-color: #C8102E !important;
}
.wpcf7 span.wpcf7-not-valid-tip, .wpcf7-validation-errors {
  display: block !important;
  color: #C8102E;
}
.wpcf7-not-valid .wpcf7-list-item-label {
  color: #C8102E;
}
.wpcf7-response-output {
  font-weight: bold;
  display: block;
}
/* Cookie */
@media only screen and (max-width: 767px) {
  .cli-bar-message {
    display: none;
  }
  .cli-style-v2 .cli-bar-btn_container {
    margin-top: 0;
  }
  #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 5px 25px;
  }
}
/* SendInBlue */
@media only screen and (min-width: 810px) {
  #sib-form.abonnement {
    background-color: #fbfbfb;
  }
  #sib-form.abonnement {
    display: flex;
    justify-content: center;
  }
  #sib-form.abonnement .sib-form-block {
    margin: 20px 10px 0 10px;
  }
  #sib-form.abonnement h3 {
    margin: 10px 0px;
  }
}
@media only screen and (max-width: 810px) {
  #sib-form.abonnement {
    background-color: #fbfbfb;
    padding: 20px 0;
  }
  #sib-form.abonnement .sib-form-block {
    text-align: center;
  }
  #sib-form .sib-form-block .button {
    width: 250px;
    margin-right: 0;
  }
  #sib-form.abonnement .sib-input input {
    margin-left: auto;
    margin-right: auto;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/* FOOTER */
#footer {
  font-weight: normal;
} /*
@media only screen and (min-width: 1200px) {
	#footer .container {
		width: 98%;
	}
	#footer .container .four.columns {
		width: 22%;
	}
}*/
#footer .widget {
  margin-bottom: 30px;
}
#footer .textwidget a:hover {
  color: #C8102E;
}
#footer #text-8 a, #footer .social-icons a i {
  color: #C8102E;
}
#footer #text-8 a:hover, #footer .social-icons a i:hover {
  color: #fff;
}
#footer .widget ul li {
  border-bottom: none;
  padding: 2px 0;
}
#footer .widget ul li::after {
  display: none;
}
#footer #mc_embed_signup .mc-field-group {
  min-height: auto;
}
#footer input[type="checkbox"], #footer .input-group label {
  display: inline-block;
}
#footer .input-group {
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 960px) {
  img.logo-footer {
    margin-bottom: 100px;
  }
}
#footer a.button {
  font-size: 17px;
}
/* COPYRIGHT */
.single-format-audio #copyright .creativecommons, .term-le-collimateur #copyright .creativecommons {
	display:none;
}
#copyright {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
#copyright div {
  float: none !important;
  display: inline-block !important;
}
.social-icons ul li a, #footer .social-icons ul li a {
  opacity: 1;
  color: #C8102E;
  font-size: 1.6em;
}
.social-icons ul li a:hover, #footer .social-icons ul li a:hover {
  color: #C8102E;
}
.social-icons ul li a:first-child {
  width: auto;
}
@media print {
  .header-v1 .logo {
    float: none;
    text-align: center;
  }
  #navigation, .entry-sharebox, form#sib-form, #copier-btn, .sharebox, #footer, #copyright {
    display: none !important;
  }
  .container .sixteen.columns {
    width: 1024px;
  }
	.box, .bibliographie {
    page-break-inside: avoid; /* Legacy property */
    break-inside: avoid;      /* Modern property */
  }
}