h2 {
margin-bottom: 1em !important;
}
.h1 {
font-size: 0.1px;
position: absolute;
left: -999px;
}
ul {
margin: 0 !important;
}
.boxed {
max-width: 1140px;
margin: auto;
margin-bottom: 2em;
}
.flexrow50 > div {
padding: 1em;
}
.site-title {
line-height: 0;
}
.site-title a {
font-size: 24px;
letter-spacing: 4px;
text-transform: uppercase;
}
.margin-bottom {
margin-bottom: 2em;
}
.site-description {
text-transform: uppercase;
letter-spacing: 4px;
font-size: 12px !important;
text-align: center;
display: block;
margin-top: -0.2em;
}
#primary-menu li a {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.pageitem {
margin: 0 1.5%;
-webkit-box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 7px 0px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-bottom: 2em;
}
.pageitem > a {
width: 100%;
height: 210px;
overflow: hidden;
position: relative;
display: block;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.thumbicon:hover {
transform: scale(1.2);
transition: all 1s cubic-bezier(0.07, 0.72, 0.24, 1);
}
.thumbicon {
width: 100%;
height: 210px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-size: cover;
background-position: center;
transition: all 1s cubic-bezier(0.07, 0.72, 0.24, 1);
background-size: 100%;
}
.contenu {
padding: 1em;
}
h1.page-title {
color: black !important;
}
h1 {
text-align: center;
}
article h1 {
margin-top: 1em;
}
h1, h2 {
text-transform: uppercase;
font-weight: 300;
font-family: Lato, sans-serif;
}
h1 span, h2 span {
font-family: baskerville, sherif;
font-weight: 500;
}
h3 {
font-size: 1.3em !important;
font-weight: 300;
}
.contenu h3 {
font-weight: 400 !important;
}
p {
line-height: 1.3em !important;
font-family: Lato, sans-serif;
}
p.read-more {
display: none;
}
.current_page_item a {
color: black !important;
}
#primary-menu .current_page_item a li a:after {
width: 100% !important;
} nav ul li a, nav ul li a:after, nav ul li a:before {
transition: all 0.5s;
}
nav ul li a:hover {
color: #555;
} #primary-menu li a:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 0%;
content: ".";
color: transparent;
background: black;
height: 1px;
}
#primary-menu li a:hover {
color: black !important;
}
#primary-menu li a:hover:after {
width: 100%;
}
.categories a {
font-weight: 700;
text-decoration: underline;
color: #727272;
}
.header {
background-color: #727272;
position: relative;
background-size: cover;
background-position: center;
height: 95vh;
}
.header img {
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
-webkit-animation: fadein 3s; -moz-animation: fadein 3s; -ms-animation: fadein 3s; -o-animation: fadein 3s; animation: fadein 3s;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-moz-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
} @-ms-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.footer {
background: black;
}
.bottom_footer {
background: black;
color: white;
padding: 1.5em;
padding-top: 4em;
max-width: 1200px;
margin: auto;
}
.bottom_footer > div {
padding: 0.9em;
flex-grow: 1;
}
.bottom_footer h4 {
color: white;
text-transform: uppercase;
font-size: 1.1em;
font-weight: 700;
letter-spacing: 2px;
}
.bottom_footer ul {
list-style: none;
margin: 0 !important;
}
.bottom_footer a {
color: white;
}
.bottom_footer li {
line-height: 1.3em;
}
.bottom_footer li a {
text-decoration: underline;
}
.menu-toggle-icon {
color: black;
}
.showcase {
position: relative;
}
.showcase img {
background: black;
padding: 0.5em;
width: 69px;
border-radius: 50%;
margin: auto;
display: block;
position: relative;
bottom: -2.5em;
position: absolute;
left: 0;
right: 0;
}
.ast-footer-overlay {
background: black;
padding: 0.5em 0 !important;
}
@media screen and (min-width: 1000px) {
.flexrow50 {
display: flex;
}
.flexrow50 > div {
width: 50%;
padding-top: 0;
}
.pageitem {
width: 30%;
}
.bottom_footer {
display: flex;
}
.flexrow {
display: flex;
}
.flexwrap {
display: flex;
flex-wrap: wrap;
}
.header img {
width: 29%;
}
}
@media screen and (max-width: 999px) {
.header img {
width: 60%;
}
nav li {
text-align: center !important;
}
.bottom_footer {
text-align: center;
}
form {
padding: 1em;
}
}
@media screen and (min-width: 481px) and (max-width: 999px) {
.pageitem {
width: 47%;
}
[class~="pageitem"]:last-of-type {
display: none;
}
.flexrow {
display: flex;
flex-wrap: wrap;
}
}
@media screen and (max-width: 480px) {
.pageitem {
width: 96%;
}
.ast-site-title-wrap {
display: none;
}
.bottom_footer * {
text-align: center;
}
}
.center {
text-align: center;
margin: 1.5em 0;
} .portfolio-header {
height: 50vh;
background-size: cover;
position: relative;
background-position: center;
}
.portfolio-header .overlay {
width: 100%;
height: 100%;
position: absolute;
background: rgba(0, 0, 0, 0.5);
}
.portfolio-header h1 {
color: white;
position: absolute;
top: calc(50% - 1em);
width: 100%;
}
.footergrey {
background-color: #f5f5f5;
}
.footergrey .flexrow {
max-width: 1200px;
margin: auto;
}
.footergrey h2 {
text-align: center;
padding-top: 1em;
}
.vp-filter {
display: none !important;
}
.wrap {
flex-wrap: wrap;
}
.grey {
background-color: #f5f5f5;
padding-bottom: 3em;
}
.boxed {
max-width: 1140px;
margin: auto;
}
.overlay {
position: absolute;
background-color: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
}
.titrefooter {
text-transform: uppercase;
font-weight: 700 !important;
font-family: Lato, sans-serif;
letter-spacing: 2px;
}
.ast-small-footer-section {
color: grey;
font-size: 0.8em;
}
.vp-pagination {
display: none !important;
}
.cat {
margin-bottom: 4em;
margin-top: 1em;
}
.portfolio_cat {
text-align: center;
}
.portfolio_cat li {
display: inline;
text-transform: uppercase;
font-weight: 700;
margin: 0.5em;
}
.portfolio_cat li a {
color: black;
}
.post-categories {
text-align: center;
}
.post-categories li {
display: inline;
text-decoration: underline;
margin: 1em;
}
.post-categories li a {
color: black;
}
.flexcenter {
justify-content: center;
text-align: center;
}
.flexcenter > div {
margin: 1em 2em;
}
.flexcenter img {
width: 95px;
margin-bottom: 1em;
}
.single-post article {
max-width: 1200px;
margin: auto !important;
}
.single-post article h1 span {
display: block;
}
input[type="text"], input[type="email"], textarea {
border: 0;
background: transparent;
border-bottom: 1px solid black;
}
.form {
text-align: center;
max-width: 800px;
margin: auto;
margin-top: 4em;
}
.img-round img {
border-radius: 10px !important;
}
.loc {
display: block;
}
.loc > span {
font-weight: 700;
color: black;
}
.details {
margin-top: 1em;
}
.footer #menu-top li a {
text-transform: uppercase;
font-weight: 700;
text-decoration: none;
letter-spacing: 2px;
}
.elementor-tabs-wrapper .elementor-active {
text-decoration: underline;
}
#primary > .flexrow50 > div {
padding-left: 0 !important;
}
.retour-p {
text-align: center;
padding: 4em;
}
@media screen and (max-width: 999px) {
.cnss-social-icon, .icons_soc {
text-align: center !important;
}
}
@media screen and (min-width: 1000px) {
.portfolio-content {
max-width: 80%;
margin: auto;
text-align: center;
margin-top: 6em;
margin-bottom: 6em;
}
.single-portfolio .boxed.flexrow50 {
margin-bottom: 6em;
}
}
@media screen and (max-width: 999px) {
.portfolio-content {
padding: 2em;
}
.single-portfolio .boxed.flexrow50 {
padding: 2em;
}
}
.grecaptcha-badge, .fancybox-caption__body {
display: none !important;
}
.post-thumb img {
width: 100%;
margin-top: 2em;
}
.ast-post-format- {
margin-top: 2em;
}
.single .entry-meta, .single .entry-title {
display: none !important;
}