/*
Theme Name: Olvi 
Theme URI: http://promo-theme.com/olvi/
Author: Promo Theme
Author URI: http://themeforest.net/user/ypromo
Description: Olvi  is the beautiful MultiPurpose Creative WordPress Theme for any businesses, freelancers, agences, consulting, photographers, portfolio, filmmakers and etc. Everyone can find a suitable page for itself. We have tried to create the big set of components and styles for your awesome website.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: olvi
Template: olvi

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*TEXTE NOUS CONTACT*/

/*

CUSTOM

*/

/* Edit home carousel Vidéo - GIP 08.03.2023 */
#modules .owl-item .item .content .link 
{
  margin-top: 10px;
  color: white;
  border: 1px solid #fff;
  padding: 5px 15px;
  display: block;
}
#modules .owl-item .item .content .link:hover
{
  background-color: #fff;
  color: #ec0928; 
}

#modules .owl-carousel .owl-stage-outer
{
  margin: 0 !important;
  padding: 25px 0 25px 0 !important;
}

/* Hide item menu - GIP - 17.06.2022 */
#menu-item-1579
{
  display: none;
}

/* Carousel - GIP - 24.03.2022 */

.wpcp-carousel-section .wpcp-single-item img
{
  max-height: 115px;
  object-fit: contain;
  margin-top: 20px; 
}


.video-button .v-text {
  bottom: 60% !important;
}

.banner_bottom_alwaysTop {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
}

#sp-wp-carousel-free-id-1806 {
  height: 281px;
  margin-top: -80px !important;
}
/*.wpcp-carousel-section .wpcp-single-item img {
  margin: 0 0 !important;
}*/

/* Pour placer la vidéo au bon endroit sur la page CONCEPT */

.banner .tal .video-button,
.banner .video-button,
.about-me-section .video-button {
  left: 60vw !important;
  top:180px !important;
}

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

  .banner div.video-button,
  .about-me-section div.video-button {
    display: block !important;
    right: auto !important;
    left: 40% !important;
    top: 0px !important;
    width: 300px !important;
  }
}



/* SUPPRIMER CERTAINS ELEMENETS MENU */

#menu-item-6002 {
  display: none;
}

.menu-item-6002:nth-child(2n+2){
  display: none !important;
}

/* #menu-item-6000 {
	display: none;
} */

/*  FIN SUPPRESSION MENU  */
.home_box_mobile {
  color: white !important;
  height: 100vh !important;
  display: flex;
  align-items: center;
}

.home_box_button {
  background-color: #111111 !important;
}

/* Pour que certains headings de programme aient une police spéciale */

.vc_custom_1639140725087 {
  font-family: "MADE Evolve Sans EVO" !important ;
}

.vc_custom_1639140807135 {
  font-family: "MADE Evolve Sans EVO" !important ;
}

.vc_custom_1639140811462 {
  font-family: "MADE Evolve Sans EVO" !important ;
}

.vc_custom_1639140816431 {
  font-family: "MADE Evolve Sans EVO" !important ;
}

.vc_custom_1639140821103 {
  font-family: "MADE Evolve Sans EVO" !important ;
}

/* Fin du CSS pour la police spéciale */

body {
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
}

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;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h6 {
  font-size: medium !important;
}

p {
  margin-bottom: 1em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0px 0 1.5em 0.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.img-border-radius {
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

@font-face {
  font-family: "MADE Evolve Sans EVO";
  src: url("fonts/MADEEvolveSansEVO-Light.woff2") format("woff2"),
    url("fonts/MADEEvolveSansEVO-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

.letter {
  font-family: "MADE Evolve Sans EVO";
}

.price-list .price-list-item .price-area .price {
  font-family: "MADE Evolve Sans EVO";
  letter-spacing: 0.4em !important;
}
.section-always-on-screen {
  height: 100px;
  z-index: 998;
  position: fixed !important;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.section-always-on-screen-vert {
  width: 100px;
  height: auto;
  z-index: 998;
  position: fixed !important;
  right: 0px;
  /*bottom:40px;*/
}
.banner .video-button a,
.about-me-section .video-button a {
  margin-bottom: 50px;
  margin-right: 50px;
}
.banner .video-button,
.about-me-section .video-button {
  position: absolute !important;
  /* top: -3vh; */
  bottom: 100px !important;
  z-index: 3;
  width: 300px !important;
  background: 100% no-repeat;
  background-size: auto !important;
  background-position: 0px 100px !important;
}
.banner .cell {
  width: 1800px !important;
  right: 10% !important;
  position: relative;
  z-index: 2;
  height: 100vh;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
  color: #e3032c !important;
  box-shadow: inset 0 -3px 0 #ee4266;
}
.button-style1:hover,
.sub-form .wpcf7-submit:hover {
  color: #fff;
  background: #787878 !important;
  border-color: #787878 !important;
}

.site-header.light.fixed {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.site-header.dark.fixed {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/*PAGE ENREGISTREMENT */
#user_canton_field {
  display: none;
}

/*DANS L'ADMIN*/
.wp-admin select#user_registration_user_category {
  display: none !important;
}

/*BARRE LOGO DEFILE*/
.wpb_content_element {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1600px) {
  .vc_custom_1578583926296 .wpb_wrapper {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1300px) {
  .vc_custom_1578583926296 .wpb_wrapper {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #text_contacter .banner-area .banner .item .h {
    font-size: 20vw !important;
    line-height: 20vw !important;
  }

  .vc_custom_1578583926296 .wpb_wrapper {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  #menu-trakx {
    color: black !important;
  }
}
.navigation .butter-button.active {
  color: white !important;
}

.navigation .butter-button {
  color: black !important;
}

@media screen and (max-width: 991px) {
  .butter-button.active {
    color: white !important;
  }
}

@media screen and (min-width: 768px) {
  /*
  .home {
	height:100%;
	overflow:hidden!important;
	overflow-y:hidden!important;
	}
	*/
}
/*
@media screen and (max-width: 1100px) {
	.vc_custom_1579250874464 {
		height:140px!important
	}
	.vc_custom_1579250881363{
		height:70px!important
	}
}
*/

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .banner .cell .h {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .video-button {
    top: 0px !important;
    left: 50% !important;
    transform: scale(0.8) translatex(-45%);
  }
}

@media screen and (max-width: 1280px) {
  .page-id-657 .banner .item .h {
    font-size: 25px !important;
  }
}

/*
.page-id-657 .banner-5be041f2564fd .banner{
	min-height:100vh!important;
	height:100vh!important;
}
*/

.button-style3.gray:hover {
  color: #d5102c !important;
  border-color: #d5102c !important;
}
/*
html {
  position: fixed;
  height: 100%;
  overflow: hidden;
}
*/
body {
  width: 100vw;

  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.butter-button.active {
  color: white !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .navigation.active img {
    height: 50px !important;
    width: auto !important;
  }

  .navigation.active {
    background-color: #191919;
  }

  .navigation {
    color: white !important;
    top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    left: 0px !important;
  }

  .butter-button {
    color: black !important;
  }

  .butter-button.active {
    color: white !important;
  }
}

@media screen and (max-width: 767px) {
  .banner .cell .h {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .vc_custom_1578583895752 wpb_wrapper {
    display: none !important;
  }
  .vc_custom_1578583895752 {
    display: none !important;
  }

  .vc_custom_1578583926296 .vc_item {
    height: 80px !important;
    width: 100px !important;
  }

  .navigation.active img {
    height: 50px !important;
    width: auto !important;
  }

  .navigation.active {
    background-color: #191919;
  }

  .site-header {
    z-index: 9999 !important;
  }

  .navigation {
    color: white !important;
    top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    left: 0px !important;
  }
  .butter-button {
    z-index: 10000 !important;
  }
  .butter-button.active {
    color: white !important;
  }

  .banner-area .cell {
    font-size: 50px;
    line-height: 20px !important;
    right: 0px !important;
    transform: scale(0.5);
  }

  .banner-area .cell {
    transform: scale(0.5);
    right: 0px !important;
    margin-top: 100px !important;
  }
  .banner-area .cell .h {
    font-size: 50px !important;
    line-height: 40px !important;
  }

  /*
	.video-button{
		top:20px!important;
		left:50%!important;
		transform:translatex(-35%);
		
	}
	*/

  .banner-5be041f2564fd .cell {
    height: 100vh !important;
  }

  .video-button {
    top: 0px !important;
    left: 65% !important;
    transform: scale(0.8) translatex(-45%);
  }

  .enov-articles-wrapper {
    height: 100% !important;
    padding-bottom: 20px !important;
  }

  .enov-articles-search-cat,
  .enov-articles-input-search,
  .enov-articles-search-canton {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}

.banner-5be041f2564fd .cell {
  font-size: 60px;
  line-height: 20px !important;
  right: 0px ;
  transform: scale(0.5);
}

/* .blog-item h6{
	height:100px;
} */

.blog-item .wrap .img > a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: unset !important;
}

.price-list-item .options {
  height: 530px;
}

.price-list-item .heading {
  height: 120px !important;
}

.page-title {
  display: none;
}

li:before {
  content: none !important;
}

input {
  font-size: 20px;
  color: #393939;
  outline: none;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  background-color: transparent;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.input-text {
  width: 100%;
  border: none;
  padding: 10px 30px;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 20px;
  color: inherit;
  border-radius: 25px !important;
  background: #fff;
}
.ur-label {
  font-weight: bold !important;
}

/*
.ur-field-item{
	background-color:#f5f5f5;
	margin-bottom:40px!important;
	height:85px!important;
	overflow-Y:auto
}

input:focus{
	color:white;
	background-color:#b0b0b0!important;
	margin-bottom:40px!important;
	height:55px!important;
}

.ur-field-item textarea{
	
	height:50px!important;
}

.ur-field-item:has(form-row){
	margin-bottom:40px!important;
	height:150px!important;
}
*/

#user_see_announces_field {
  padding-bottom: 0px !important;
}

.split-screen.items.item.cell {
  width: auto !important;
}

.split-screen .items .item .cell {
  width: auto !important;
}

.split-screen .text {
  max-width: none !important;
  padding-right: 50px;
}

.hr-wave {
  display: none;
}

.blog-item .wrap .text {
  line-height: 1.714em;
  font-size: 18px !important;
  color: #717171;
  letter-spacing: -0.025em;
  word-break: break-all;
}

.testimoniaux .blog-item h6 {
  height: 30px !important;
}

.icon-box-style1 .desc {
  font-size: 18px !important;
  line-height: 1.714em;
}

#table_map {
  border: none !important;
  padding: 0px !important;
}

#table_map td {
  border: none !important;
  padding: 0px !important;
}

#table_map pre {
  border: none !important;
  padding: 0px !important;
  background-color: transparent !important;
}

.navigation .fab {
  font-size: 20px !important;
}

::placeholder {
  color: #cccdcf !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccdcf !important;
}

::-ms-input-placeholder {
  color: #cccdcf !important;
}

.pt-special-heading-5e1db42df02d0 .sub-h {
  line-height: 16px !important;
}
.accordion-item .text {
  display: none;
  font-size: 18px !important;
  padding: 0px 30px 25px;
  line-height: 1.714em;
}

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  font-size: 16px;
}

#user-registration {
  background-color: transparent !important;
}
#user-registration.horizontal {
  box-shadow: none !important;
}
fieldset {
  border: none !important;
}
.ur-frontend-form {
  margin-bottom: 30px;
  border: none;
  padding: 20px;
  box-sizing: border-box;
}
.user-registration-form-row label {
  font-weight: bold;
}

.ur-form-grid .ur-grid-2 > div:first-of-type {
  display: none !important;
}

.ur-form-grid .ur-grid-2 > div:nth-of-type(2) {
  margin-top: 100px !important;
}

.button-style1 {
  color: white !important;
}

.options {
  font-weight: 700 !important;
  font-size: 16px !important;
  margin: 40px 0 0;
}

.vc_custom_1579250874464 {
  height: 100px !important;
}
.vc_custom_1579250881363 {
  height: 100px !important;
}

.vc_custom_1578583926296 .wpb_wrapper {
  height: 100px !important;
}

/*TYPO HOME*/
.split-screen .items .item .text {
  line-height: 1.1em !important;
  max-width: 350px;
}

#idquejeveux {
  display: none;
}

@media screen and (max-width: 767px) {
  .time_circles > div > h4 {
    font-size: 8px !important;
  }
}

.price-list .price-list-item .price-area .price {
  font-size: 45px !important;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0em !important;
  color: #ed4266;
}

.code .container {
  width: 100% !important;
}

.code #gform_submit_button_4 {
  background: white !important;
}

#input_4_1 {
  color: white !important;
}

/* - SLIDER - */
.slick-track {
  position: relative;
  top: -25px !important;
}

/** Home video poup*/
.wpcp-carousel-section.slick-initialized .slick-slide {
  position: relative;
  bottom: 20px;
}

#tr_floating_popup_video_btn {
  position: fixed;
  right: 0;
  bottom: 33%;
  height: 50px;
  width: 65px;
  z-index: 9999;
  border-bottom-left-radius: 33px;
  border-top-left-radius: 33px;
  background: white;
  cursor: pointer;
}

#post-1605 .enov-articles-container-image {
  padding-right: 5% !important;
  padding-left: 5% !important;
  background-color: white;
}

.pt-special-heading-track_v2_resto_heading span,
.pt-special-heading-track_v2_assist_heading span,
.pt-special-heading-track_v2_xpert_heading span,
.pt-special-heading-track_v2_klub_heading span,
.pt-special-heading-track_v2_time_heading span {
  font-size: 15px !important;
}

.pt-special-heading-track_v2_resto_heading span > p,
.pt-special-heading-track_v2_assist_heading span > p,
.pt-special-heading-track_v2_xpert_heading span > p,
.pt-special-heading-track_v2_klub_heading span > p,
.pt-special-heading-track_v2_time_heading span > p {
  font-size: 15px !important;
}

.pt-special-heading-track_v2_resto_heading {
}
/*
.trakx_col_paquets{
	height: 666px;
}*/
.trakx_col_paquets .pt-special-heading-track_v2_title > div > span {
  font-size: 12px;
  line-height: 12px;
}
.trakx_col_paquets .pt-special-heading-track_v2_title > div > span > p {
  font-weight: 400;
  line-height: 20px;
}
.trakx_col_paquets .pt-special-heading-track_v2_title {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .trakx_col_paquets .pt-special-heading-track_v2_title {
    height: 100px !important;
  }
  .trakx_col_paquets .pt-special-heading-track_v2_title_price {
    height: 70px;
  }
  .pt-special-heading-track_v2_toptitle > h3 {
    font-size: 25px !important;
  }
  .pt-special-heading-track_v2_topsubtitle > h3 {
    font-size: 16px !important;
  }
  .pt-special-heading-track_v2_topsubtitle2 > h3,
  .pt-special-heading-track_v2_topsubtitle3 > h3 {
    font-size: 15px !important;
  }
}
.trakx_col_paquets .pt-special-heading-track_v2_title_price {
  height: 100px;
}
.trakx_cta_col_paquets {
  height: 100px;
}
.trakx_cta_btn:hover > a {
  background: #787878 !important;
}

.modules_open_boxes .owl-carousel {
  margin-top: 30px;
}
.modules_open_boxes .owl-item {
  height: 285px !important;
}
.modules_open_boxes .owl-item .item {
  pointer-events: none !important;
}
.modules_open_boxes .wrap {
  height: 285px !important;
}
.modules_open_boxes .content {
  display: block !important;
}
.modules_open_boxes .content > a {
  display: none !important;
}
.modules_open_boxes .desc {
  clip-path: none !important;
  -webkit-clip-path: none !important;
}
.modules_open_boxes .owl-item .item .content {
  color: black !important;
}
.modules_open_boxes .owl-item .item .h {
  height: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pt-special-heading-track_v2_title_price h6 > i {
  font-size: 18px;
  display: block;
  height: 50px !important;
}
.pt-special-heading-track_v2_title_price h6 > p > i {
  font-size: 16px !important;
}

.pt-special-heading-track_v2_title2 span {
  font-weight: 400 !important;
  line-height: 20px !important;
  font-size: 16px !important;
  height: 130px !important;
}
.pt-special-heading-track_v2_suptitle span {
  font-size: 12px !important;
  height: 20px !important;
  line-height: 12px !important;
}

@import url("http://fonts.cdnfonts.com/css/made-evolve-sans");

.pt-special-heading-trakx_home_title_main h2 i {
  font-family: "MADE Evolve Sans EVO";
  font-style: normal;
  font-weight: 600;
}
