?AlkantarClanX12
| Current Path : /home/r/a/n/rankinh/saintgilleslesbains/wp-content/themes/pressville/ |
| Current File : /home/r/a/n/rankinh/saintgilleslesbains/wp-content/themes/pressville/style.css |
/*!
* Theme Name: Saint-Gilles-Les-Bains
* Theme URI: https://www.saintgilleslesbains.com
* Text Domain: Saint-Gilles Les Bains
* Description: Saint-Gilles Les Bains, 97434 Ile de La Réunion
* Version: 1.2.4
* Author: LB / RANKING
* Tags: Saint-Gilles-Les-Bains, Réunion, 97434
* License: https://www.saintgilleslesbains.com
* License URI: https://www.saintgilleslesbains.com
*/
/*! -----------------------------------------------------------------------------
This theme's CSS is coded with SASS (http://sass-lang.com/).
DO NOT make changes to this file, nor to any other file in the theme.
Any sort of code customization should be done via Child Theme.
https://codex.wordpress.org/Child_Themes
SASS source files can be found in assets/sass folder.
However, the proper way to examine the CSS is to use
object inspector tool of your browser on the live site.
----------------------------------------------------------------------------- */
/* Ancien code couleur bleu vert : #3A90A4 */
:root{
--main-color: #0842a0;
--main-color: #2d93c5;
--main-color: #08028c;
}
.articles-grid .elementor-widget-wrap.elementor-element-populated {
margin: 5px !important;
margin-bottom: 30px !important;
border: 1px solid rgb(8 66 160 / 10%);
/* box-shadow: 2px 2px 10px rgb(8 66 160 / 50%); */
/* border-radius: 8px; */
}
.videos-articles .elementor-widget-container {
display: flex;
flex-direction: column;
min-height: 569px;
}
.videos-articles iframe {
margin-top: auto !important;
aspect-ratio: 16/9;
height: auto;
}
.articles-grid .elementor-widget-wrap.elementor-element-populated li {
width: fit-content !important;
margin-inline: auto !important;
}
p#breadcrumbs a {
color: white;
text-decoration: none;
}
.footer-social {
display: none;
}
.header-titlebar__logo {
max-width: 450px !important;
margin: 0 auto;
}
.header-titlebar__inner .lsvr-container {
display: flex;
}
.guide-search-form-container {
margin: 0;
padding: 30px;
background-color: #087fba;
/* border-radius: 5px; */
}
.guide-search-title {
text-align: left;
margin-bottom: 30px;
font-size: 30px;
font-weight: bold;
color: white;
}
.guide-icon-search:before {
font-family: "pressville-icons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f002';
}
.guide-search-form-group {
display: grid;
grid-template-columns: 50px auto;
}
.guide-search-form-group input:hover, .guide-search-form-group input:focus {
box-shadow: none !important;
}
.guide-search-form-group button, .guide-search-form-group input {
background: white;
border-radius: 0;
border: 2px solid white !important;
}
.guide-search-form-group input {
border-left: none !important;
/* border-top-right-radius: 8px;
border-bottom-right-radius: 8px; */
}
.guide-search-form-group button {
/* border-top-left-radius: 8px;
border-bottom-left-radius: 8px; */
border-right: none !important;
background: white;
color: var(--main-color);
}
#guideSearchResults {
margin: 20px 0;
}
#guideSearchNoResults {
margin: 30px;
position: relative;
}
.guide-search-no-results{
/* padding: 15px; */
background: #CE2A18;
color: white;
display: grid;
grid-template-columns: auto auto;
justify-content: flex-start;
align-items: center;
/* gap: 15px; */
border-radius: 8px;
box-shadow: rgba(206, 42, 42, 0.75) 0px 5px 15px;
}
.guide-search-no-results p {
margin: 0;
padding: 15px;
}
span.guide-search-no-results__icon {
height: 100%;
/* background: hsl(6 79% 35% / 1); */
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
display: flex
;
}
span.guide-search-no-results__icon svg {
--size: 50px;
height: calc(var(--size) + 16px);
width: calc(var(--size) + 16px);
fill: white;
padding: 16px;
display: block;
margin: auto 0;
}
#tooltip_no_results {
position: absolute;
z-index: 999;
padding: 15px;
background: white;
left: -30px;
width: calc(100% - 30px);
margin: 0 30px;
}
span#tooltip_no_results_toggler {
cursor: pointer;
}
#guideSearchResults .post-archive__grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
}
#guideSearchResults.lsvr_listing-post-archive--grid .post__meta {
right: 15px;
}
#guideSearchResults.lsvr_listing-post-archive--grid .post__bg{
position: relative;
}
#guideSearchResults.lsvr_listing-post-archive--grid .post__bg.has-guide-img:before,
#guideSearchResults.lsvr_listing-post-archive--grid .post__bg.has-guide-img:after{
content: "";
position: absolute;
inset: 0;
}
#guideSearchResults.lsvr_listing-post-archive--grid .post__bg.has-guide-img:before {
background: var(--guide-search-bg, transparent);
background-size: cover;
z-index: 1;
}
#guideSearchResults.lsvr_listing-post-archive--grid .post__bg.has-guide-img:after {
background-color: rgba(10,10,10,0.25);
z-index: 1;
}
#guideSearchResults.lsvr_listing-post-archive--grid .post__bg.has-guide-img .post__title-link,
#guideSearchResults.lsvr_listing-post-archive--grid .post__bg.has-guide-img .post__address{
color: white;
}
.guide-search-form-group input:disabled, .guide-search-form-group button:disabled {
cursor: not-allowed;
}
.guide-search-form-group input:disabled{
background: #e1e7ec;
}
#guideSearchLoading {
text-align: center;
background: #e1e7ec;
padding: 15px;
}
.icon-hourglass {
font-size: 24px;
color: var(--main-color);
}
#guideSearchLoading .icon-hourglass {
-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
animation: pulsate-bck 0.5s ease-in-out infinite both;
}
aside h3 {
padding: 15px 15px 0;
}
.contact-form-prestataire {
padding: 0px 15px 15px;
}
.contact-form-prestataire p {
margin-bottom: 10px;
}
button.post__contact-item--show-phone-number {
position: absolute;
z-index: 1;
background: var(--main-color);
color: white;
padding: 8px 25px;
transform: translate(-2px, -6px);
border-radius: 10rem;
transition: 0.5s;
opacity: 1;
}
button.post__contact-item--show-phone-number.hide {
opacity: 0;
}
/* ----------------------------------------------
* Generated by Animista on 2023-10-18 10:32:15
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */
/**
* ----------------------------------------
* animation pulsate-bck
* ----------------------------------------
*/
@-webkit-keyframes pulsate-bck {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulsate-bck {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.resize-elementor-container{
display: grid !important;
max-width: 90vw !important;
}
.dashboard-graphs, .dashboard-filters {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.dashboard-filters {
justify-content: flex-start;
gap: 15px;
}
.dashboard-graph {
width: 100%;
height: 400px;
flex: 0 0 400px;
}
.dashboard-graph canvas {
width: 100%;
height: 100%;
}
form.guide-search-form a {
color: white;
text-decoration: none;
}
.post-archive-categories__list{
padding: 0 !important;
}
.post-archive-categories__icon,
.post-category-description img{
display: none !important;
}
.post-archive-categories {
text-align: center;
}
.post-archive-categories, .post-category-description, .main__header {
margin: 0 0 30px 0 !important;
}
#qt_rem-content_toolbar {
display: flex;
flex-wrap: wrap;
}
#qt_rem-content_toolbar input {
width: fit-content;
}
#login-page .footer-form .remember + a {
margin-right: 15px;
}
body.page-id-13038 form.wpcf7-form select, body.page-id-13038 form.wpcf7-form input:not([type="checkbox"]) {
margin-bottom: 15px;
width: 100%;
max-width: 100%;
padding: 15px;
}
body.page-id-13038 form.wpcf7-form .wpcf7-list-item{
margin-left: 0;
}
body.page-id-13038 form.wpcf7-form p {
margin: 0;
}