:root {
--rouge: #93190c;
--orange: #fd6445;
--vert: #74c88c;
--vert2: #092316;
}
html {
scroll-behavior: smooth;
overflow-y: scroll;
}
body, html {
height: 100% !important;
color:#222;
}
header#masthead {
margin-bottom: 0;
box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
padding: 0.35rem 1rem 1rem;
background:#fff;
position:relative;
z-index:1;
}
#masthead.sticky-masthead{
position:fixed !important;
top:0px;
margin:auto;
width:100%;
z-index:1000;
padding: 0.5rem 1rem;
}
#masthead .navbar-brand{
margin-bottom:-10px;
margin-left:-2px;
transition:margin 0.350s;
}
#masthead.sticky-masthead .navbar-brand{
margin-bottom:0;
}
#masthead .navbar-brand img{
height:80px;
transition:height 0.350s;
}
#masthead .navbar-brand > a:hover + .site-title > a{
color:var(--rouge) !important;
}
#masthead.sticky-masthead .navbar-brand img{
height:36px;
}
.admin-bar #masthead.sticky-masthead{
top:30px;
}
#masthead .site-title a{
display:block;
font-size:13px;
margin:0 5px 0 2px;
padding-top:9px;
width:280px;
white-space:normal;
line-height:1.2em; font-family: 'Catamaran', sans-serif;
text-transform:uppercase;
}
#masthead.sticky-masthead .site-title {
display:none;
}
.sticky-content{
padding-top:128px;
}
.sticky-content #menu-langues{
visibility:hidden;
}
.cible.sticky-content{
padding-top:0;
}
.single-publications #content.site-content,
.single-evenements #content.site-content
{
padding-top:0 !important;
}
.dropdown-menu{
top:90%;
}
@media (min-width: 992px) {
.dropdown:hover .dropdown-menu {
display: block;
}
}
h1, h2, h3, h4, h5, h6 { font-weight:500;
}
body {
font-family: 'Catamaran', sans-serif;
}
.navbar-brand a { }
a{
color:var(--orange);
transition: all 350ms;
}
.site-title a,
.card-title a{
color:#222;
}
a:hover{
color:var(--vert);
}
.btn{
text-transform:uppercase;
font-size:0.88em;
}
.btn-primary{
background:var(--orange);
border:0;
}
.btn-primary:active{
position:relative;
bottom:-1px;
}
.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
background: var(--vert) !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
outline: 0 !important;
outline-offset: 0  !important;
box-shadow: none  !important;
}
.btn-primary.disabled, .btn-primary:disabled{
background:#777;
}
.image-single{
width:100%;
padding-bottom:1.5em;
}
.single .entete{
margin-bottom:2em;
}
.single .entete h1{
margin-top:3em;
padding-bottom:0.5em;
font-size:1.56em;
border-bottom:10px solid #333;
}
.cible .container{
max-width:1080px;
}
.cible .fond{
background-position:center;
background-size:cover;
text-align:center;
height: 60vh;
min-height:300px;
position: relative;
}
.cible .fond h1{
position: absolute;
left: 50%;
top: 35%;
transform: translate(-50%, -50%);
color:#fff;
margin-top:3em;
padding-bottom:0.5em;
font-size:3em;
}
@media only screen and (max-width: 760px) {
.cible .fond h1 {
font-size:2.2em;
}
}
.cible #content.site-content{
padding-bottom: 4em;
}
#menu-langues{
background:var(--orange); font-size:0.96em;
}
#menu-langues a{
color:#fff;
}
#ml-contenant{
float:right;
position:relative;
left:-50%;
padding:4px;
}
#menu-langues ul{
list-style:none;
position:relative;
left:50%;
padding:0;
}
#menu-langues li{
float:left;
margin:0 1em;
padding:0;
font-size: 0.875em;
}
body .scriptlesssocialsharing{
margin-top:4px;
}
body .scriptlesssocialsharing__icon{
font-size:26px;
}
.single-campagnes .scriptlesssocialsharing__icon{
font-size:28px;
}
.bloc{
margin-top:1em;
}
.bloc.manuel{
margin-bottom:1em;
}
.eveninfo div{
border-bottom:1px solid #ccc;
padding:0.5em 0;
}
.eveninfo hr{
border-top:1px solid #ccc;
padding:0;
margin:0.5em 0;
}
a{
text-decoration:none !important;
}
.liste{
margin-bottom:1.8em;
}
.titre{
background:var(--vert);
color:#000;
overflow:hidden;
padding:40px 0 1px;
text-transform:uppercase;
position:relative;
z-index:0;
}
.carousel{
font-size:1.3em;
margin-bottom:1.3em;
}
.carousel .d-titre,
.carousel .d-descr,
.carousel .carousel-caption{
color:#f3f3f3;
opacity:0;
transition: opacity 0.5s;
}
.carousel .d-titre a{
color:#f3f3f3;
}
.carousel .d-titre a:hover{
color:#fff;
display:block;
}
.carousel h3{
font-size:2.2em;
text-align:left;
}
.carousel div{
text-align:left;
}
.carousel p{
margin:0;
}
.carousel-caption{
max-height:0;
transition: max-height 0.30s ease-out;
transition-delay: 0;
padding:1.8em 2.4em;
border-radius:5px;
background:rgba(0,0,0,0.5);
max-width:600px;
top: 50%;
bottom:auto;
margin: 0 auto;
transform: translateY(-50%);
}
.carousel .active .carousel-caption{
opacity:1;
max-height: 600px;
}
.carousel .slide {
height: 600px;
min-height:300px;
padding:0;
margin:0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.carousel .active .d-titre{
opacity:1;
transition-delay: 0.4s;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.carousel .active .d-descr{
opacity:1;
transition-delay: 0.8s;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.suivre {
font-size: 0.725em;
opacity: 0.2;
margin-left: 0.3em;
transition: opacity 500ms;
position:relative;
bottom:0.04em;
}
.carousel a:hover > .suivre {
opacity: 0.6;
}
ul.op_liste{
list-style: none;
padding:0;
}
.op_titre{
font-weight:600;
margin:1.6em 0 0.4em;
padding:0;
font-size:1.2em;
}
.blocs{
margin-top:3.3em;
position:relative;
top:-90px;
display:block;
}
.admin-bar .blocs{
top:-122px;
}
#ancres{
display:none;
width:100%;
padding-top:1em;
}
#ancres .ancre{
float:left;
padding:9px 15px 9px 0;
}
#ancres .ancre:first-child{
display:none;
}
.ancre a{
padding:0.6em 20px 0.6em;
text-transform: uppercase;
font-weight: 500;
font-size:0.8em;
text-decoration:none !important;
border-radius:3px;
color:#eee;
background-color: #666;
user-select: none;
}
.contenu {
z-index:20;
}
#ancresf{
position:absolute;
top:1px;
right:0;
height:1px;
overflow:visible;
z-index:1;
margin-bottom:39px;
}
#ancresf.anc-sticky{
position:fixed;
top:99px;
left: 0;
right: 0;
}
#ancresbloc{
transition: opacity 0.3s;
transition-delay: 0s;
}
#ancresbloc.afficher{
opacity:1;
}
#ancresf .col{
max-width:1100px;
}
#ancresf .ancre{
margin:5px 0;
padding:0 0 6px;
}
#ancresf .ancre a{
display:inline-block;
}
#ancresf #ancresbloc{
float:right;
max-width:230px;
}
.ancre a:hover,#ancresf .ancre.actif a{
background-color:var(--orange);
color:#fff;
}
@media only screen and (max-width: 990px) {
#ancresf{
display:none;
}
#ancres{
display:inline-block;
}
}
.searchandfilter{
color:#000;
font-size:15px;
width:100%;
overflow:hidden;
margin-bottom:3em;
padding:0;
}
.searchandfilter ul{
padding:0;
}
.searchandfilter ul li{
font-weight:500;
float:left;
margin:0 2.5em 0 0 ;
}
.searchandfilter h4{
font-size:0.8em;
}
.searchandfilter .sf-input-text{
min-width:150px;
}
.searchandfilter input[type="text"],
.searchandfilter select,
.searchandfilter select option{
background-color : #fff ;
color:#000;
padding:3px 6px;
}
.searchandfilter input[type="text"]{
padding:4px 6px;
border:1px solid var(--orange);
}
.searchandfilter input[type="text"]:focus{
border:1px solid #ccc;
outline: none !important;
}
.searchandfilter select.sf-input-select{
min-width:150px;
max-width:200px;
border-color:var(--orange);
}
.searchandfilter select:focus, .searchandfilter select{
border:1px solid #ccc;
outline: none !important;
}
.search-filter-reset{
background: var(--orange);
border:0;
border-radius: 5px;
padding:6px 12px;
color:#fff;
text-transform:uppercase;
font-size:0.88em;
}
.search-filter-reset:focus{
outline:0 !important;
}
.search-filter-reset:hover{
background: var(--vert);
}
@media only screen and (min-width: 770px) {
.search-filter-reset{
position:relative;
top:2.3em;
}
}
.search-form{
margin-bottom:2em;
}
.search-field{
width:300px !important;
}
.wpcf7-checkbox{
border:0;
padding:0;
}
.wpcf7-number{
max-width:100px;
}
span.wpcf7-list-item{
margin:0;
margin-right:1em;
}
.card,.card-img-top {
border-radius: 0;
border:none;
}
.card-body{
padding:0.5em 1px !important;
font-size:0.9em;
line-height:1.3em;
font-weight: 300;
}
h3.card-title{
margin-bottom:0.3em;
font-size:1.06rem;
line-height:1.3rem;
}
.card-title a{ display:block;
}
.card-body .meta{
display:block;
overflow:hidden;
padding-bottom:0.3em;
color: var(--rouge);
}
.card-body .meta-item{
display:block;
float:left;
}
.card-body .meta-item:after{
content: "\2022";
margin:0 4px;
}
.card-body .meta-item:last-child:after
{
content: '';
}
.card-body .meta.date{
color: #222;
margin-top:0.1em;
margin-bottom:0.3em;
text-transform:uppercase;
font-size:0.9em;
}
.card-img-top{
padding-top:60%;
overflow:hidden;
background-repeat: no-repeat;
background-position: center;
background-size:cover ;
}
#modalsearch .modal-dialog{
margin-top:200px;
border:0;
text-align:center;
}
#modalsearch .modal-content{
padding-top:30px;
}
#modalsearch .search-form .form-control{
background-color:rgba(0,0,0,0) !important;
}
body.modal-open {
overflow: visible;
}
.modal-open[style] {
padding-right: 0px !important;
}
.search-modal-active{
background:#fff;
top: 111px;
opacity:1 !important;
}
.wp-pagenavi {
clear: both;
margin:0 auto;
padding:3em 0;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 9px 16px;
margin: 2px 4px;
min-width:45px;
color:#333;
display:block;
text-align:center;
float:left;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color:  var(--orange);
}
.wp-pagenavi span.current {
font-weight: bold;
}
.wp-pagenavi .pages {
display:none;
}
@media screen and (max-width: 768px) {
.wp-pagenavi span.pages, a.first, span.extend,
a.page.smaller, a.page.larger, a.larger.page,
a.last { display: none; }
}
.equipe{
font-size:0.88em;
padding-right:30px;
margin-top:1.2em;
}
.equipe-meta{
font-size:1.0875em;
}
.equipe-meta,.equipe-meta div{
padding-bottom:0.5em;
}
.equipe img{
border-radius:50%;
display:block;
margin-bottom:1em;
}
#footer-widget{
font-size:0.88rem;
background:var(--vert);
color:#fff;
margin-top:4em;
padding-top: 3em;
padding-bottom:0;
}
#footer-widget a{
color:#fff;
}
#footer-widget p{
margin-bottom:0.8em;
}
#footer-widget a:hover{
color:#005448 !important;
}
h3.widget-title {
font-size: 1.1rem;
margin:2em 0 0.5em;
}
.reseaux-sociaux{
margin:0 0 2em;
}
.reseaux-sociaux a{
}
.reseaux-sociaux i{
font-size: 1.8rem;
display: inline-block;
background: rgba(255,255,255,0.8);
color: var(--vert2);
border-radius: 50%;
padding: 0.4em;
line-height: 0.94em;
height: 1.77em;
width: 1.77em;
text-align:center;
margin: 0 0.3em ;
transition:all 350ms;
}
.reseaux-sociaux i:hover{
background: var(--orange);
}
.reseaux-sociaux a:hover{
color:var(--rouge) !important;
}
#footer-widget .wpcf7-form{
font-size:0.86rem;
text-align:center;
}
#footer-widget .wpcf7-form input[type="submit"]{
margin:0;
display:block;
margin:0 auto;
font-size:1.1em;
}
*:focus {
outline: none !important;
}
#footer-widget .wpcf7-form input[type="email"]{
max-width: 25em;
background:none;
border:0;
border-radius:0;
border-bottom:1px solid rgba(255,255,255,0.8);
margin:0 auto;
padding:0.5em 0;
margin-bottom:2px;
text-align: center;
color:#fff;
caret-color: #fff;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline:none !important;
box-shadow:none !important;
}
#footer-widget .wpcf7-form input[type="email"]::placeholder{
color:rgba(255,255,255,0.6);
}
#footer-widget .wpcf7-form input[type="email"]:focus::placeholder {
color:transparent;
}
.error-404{
min-height:300px;
}
.btn.form-control{
width:auto;
}
.fab.fa-twitter::before {
display: inline-block;
width: 0.9em;
height: 0.9em;
content: "";
background-color: currentColor;
-webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -4 22 26" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -4 22 26" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
background-position: center 3px;
} body {
margin: 0;
-webkit-font-smoothing: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 2.5rem;
}
hr {
box-sizing: content-box;
height: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: 500;
margin-bottom: 15px;
line-height:1.4em;
}
h1 {
font-size: 32px;
padding-bottom: 10px;
}
h2 {
font-size: 24px;
padding-bottom: 0.3em;
}
h3 {
font-size: 1.36em;
font-weight:600;
}
h4 {
font-size: 1.3em;
font-weight:600;
}
h5 {
font-size: 14px;
}
.single #content h2,
.page #content h2{
display:inline-block;
border-bottom:2px solid var(--vert);
padding:7px 0 18px;
margin-bottom:1.2em;
}
p {
margin-bottom: 1.5em;
}
h1.entry-title {
font-size: 1.31rem;
border-bottom: 1px solid #eaecef;
}
h2.entry-title {
border-bottom: 1px solid #eaecef;
}
h3.bloc-titre{
font-size:1.76em;
text-transform:uppercase;
} body {
background: #fff; }
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
}  .navbar-brand > a {
color: rgba(0, 0, 0, 0.9);
font-size: 1.1rem;
outline: medium none;
text-decoration: none;
color: #fff;
font-weight: 700;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
text-decoration: none;
}
#page-sub-header {
position: relative;
padding-top: 5rem;
padding-bottom: 0;
text-align: center;
font-size: 1.25rem;
background-size: cover !important;
}
body #page-sub-header h1 {
line-height: 1.6;
font-size: 4rem;
color: #563e7c;
margin: 0 0 1rem;
border: 0;
padding: 0;
}
#page-sub-header p {
margin-bottom: 0;
line-height: 1.4;
font-size: 1.25rem;
font-weight: 300;
}
body #page-sub-header p {
color: #212529;
}
a.page-scroller {
color: #333;
font-size: 2.6rem;
display: inline-block;
margin-top: 2rem;
}
@media screen and (min-width: 768px) {
body #page-sub-header h1 {
font-size: 3.750rem;
}
body #page-sub-header {
font-size: 1.25rem;
}
}
@media screen and (min-width: 992px) {
#page-sub-header p {
max-width: 43rem;
margin: 0 auto;
}
}  #masthead nav {
padding-left: 0;
padding-right: 0;
}
body #masthead .navbar-nav > li > a {
color: #222;
padding: 0.5rem;
font-weight: 400;
font-size: 0.965em; }
body #masthead .navbar-nav > li.lang-item > a{
margin-left:2em;
margin-right:1em;
font-weight:700;
}
.search-button{
background:none;
border:0;
color:#222;
}
.search-button:focus{
outline:0;
}
body #masthead .navbar-nav > li > a:hover,
body #masthead .navbar-nav > li.current_page_item > a {
color:var(--orange); }
body #masthead .navbar-nav > li.recherche a{
font-size:0.96em;
}
.navbar-brand {
height: auto;
}
.navbar-toggle .icon-bar {
background: #000 none repeat scroll 0 0;
}
.dropdown-menu .dropdown-toggle::after {
border-bottom: 0.3em solid transparent;
border-left: 0.3em solid;
border-top: 0.3em solid transparent;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.dropdown-item {
line-height: 1.2;
padding-bottom: 0.313rem;
padding-top: 0.313rem;
}
.dropdown-menu {
min-width: 12.500rem;
}
.dropdown .open .dropdown-menu {
display: block;
left: 12.250em;
top: 0;
}
.dropdown-menu .dropdown-item {
white-space: normal;
background: transparent;
line-height: 1.3;
}
.dropdown-menu .dropdown-item:hover {
background: #eee;
}
@media screen and (max-width: 37.5em) {
#main-nav{
margin:1em 0;
position:relative;
}
body #masthead .navbar-nav > li.lang-item a{
margin:0;
position:absolute;
top:0;
right:5px;
}
.dropdown-menu{
margin-bottom:1em;
}
.dropdown-item{
margin: 4px 0;
}
.carousel .slide {
height: 400px;
font-size:0.76em;
}
.titre{
text-align:center;
}
#content.site-content{
padding-top:2em !important;
}
.equipe{
margin-bottom:2em !important;
}
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
}
@media screen and (min-width: 769px) {
.dropdown-menu li > .dropdown-menu {
right: -9.875rem;
top: 1.375rem;
}
}
@media screen and (max-width: 991px) {
.navbar-nav .dropdown-menu {
border: medium none;
margin-left: 1.250rem;
padding: 0;
margin-bottom:1em;
}
.dropdown-menu li a {
padding: 5px 0;
}
#masthead .navbar-nav > li > a {
padding-bottom: 0.625rem;
padding-top: 0.313rem;
}
.navbar-light .navbar-toggler {
border: medium none;
outline: none;
}
#main-nav{
padding-top:0.5em;
font-size:1.2em;
}
body #masthead .navbar-nav > li.lang-item > a{
margin-left:0;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}
.comment-content.card-block {
padding: 20px;
}
.navigation.post-navigation {
padding-top: 1.875rem;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
border: 1px solid #ddd;
border-radius: 0.938rem;
display: inline-block;
padding: 0.313rem 0.875rem;
text-decoration: none;
}
.post-navigation .nav-next a::after {
content: " \2192";
}
.post-navigation .nav-previous a::before {
content: "\2190 ";
}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
background: #eee none repeat scroll 0 0;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 0.313rem;
line-height: normal;
padding: 0.938rem 1.438rem 0.875rem;
text-decoration: none;
top: 0.313rem;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
a img.alignright {
float: right;
margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
float: left;
margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption.alignnone {
margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
margin: 0.313rem 0 1.25rem 1.25rem;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
display: none;
}
.nav > li > a:focus,
.nav > li > a:hover {
background-color: #eee;
text-decoration: none;
}
.half-rule {
width: 6rem;
margin: 2.5rem 0;
}
.widget_categories .nav-link {
display: inline-block;
}  #content.site-content {
padding-bottom: 1rem;
padding-top: 2.75rem;
}
.sticky .entry-title::before {
content: '\f08d';
font-family: "Font Awesome\ 5 Free";
font-size: 1.563rem;
left: -2.5rem;
position: absolute;
top: 0.375rem;
font-weight: 900;
}
.sticky .entry-title {
position: relative;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
margin-top: 0;
}
.post.hentry {
margin-bottom: 4rem;
}
.posted-on, .byline, .comments-link {
color: #9a9a9a;
}
.entry-title > a {
color: inherit;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-body .pull-left {
padding-right: 0.625rem;
}
.comment-list .comment {
display: block;
}
.comment-list {
padding-left: 0;
}
.comments-title {
font-size: 1.125rem;
}
.comment-list .pingback {
border-top: 1px solid rgba(0, 0, 0, 0.125);
padding: 0.563rem 0;
}
.comment-list .pingback:first-child {
border: medium none;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
background: #f1f1f1 none repeat scroll 0 0;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 0.313rem 0.313rem 0;
text-align: center;
}
.wp-caption img[class*="wp-image-"] {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption .wp-caption-text {
font-size: 0.688rem;
line-height: 1.063rem;
margin: 0;
padding: 0.625rem;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-item .gallery-columns-2 {
max-width: 50%;
}
.gallery-item .gallery-columns-3 {
max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
max-width: 25%;
}
.gallery-item .gallery-columns-5 {
max-width: 20%;
}
.gallery-item .gallery-columns-6 {
max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
max-width: 11.11111%;
}
.gallery-caption {
display: block;
}  .woocommerce-cart-form .shop_table .coupon .input-text {
width: 8.313rem !important;
}
.variations_form .variations .value > select {
margin-bottom: 0.625rem;
}
.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
max-width: 100%;
} .elementor-page article .entry-footer {
display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
padding-bottom: 0;
padding-top: 0;
}
.elementor-page .entry-content {
margin-top: 0;
} .vc_desktop article .entry-footer {
display: none;
}
.vc_desktop #content.site-content {
padding-bottom: 0;
padding-top: 0;
}
.vc_desktop .entry-content {
margin-top: 0;
} footer#colophon {
font-size: 85%;
background-color:var(--vert2);
color:#fff;
text-align:center;
}
.navbar-dark .site-info {
color: #fff;
}
.copyright {
font-size: 0.875rem;
margin-bottom: 0;
text-align: center;
}
.copyright a, footer#colophon a {
color: inherit;
}
@media screen and (max-width: 767px) {
#masthead .navbar-nav > li > a {
padding-bottom: 0.938rem;
padding-top: 0.938rem;
}
}  @media only screen and (max-width: 1280px) {
html {
font-size: 95%;
}
}
@media screen and (max-width: 960px) {
.navbar-dark .dropdown-item {
color: #fff;
}
.navbar-nav .dropdown-menu {
background: transparent;
box-shadow: none;
border: none;
}
} @media only screen and (max-width: 1024px) {
html {
font-size: 90%;
}
} @media only screen and (max-width: 960px) {
html {
font-size: 85%;
}
} @media only screen and (max-width: 768px) {
html {
font-size: 80%;
}
#footer-widget{
text-align:center;
}
} @media only screen and (max-width: 480px) {
html {
font-size: 75%;
}
#masthead .site-title {
display:none;
}
.single .entete h1 {
margin-top:1.2em;
}
}