/*!
Theme Name: themeSeica
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: themeseica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

themeSeica is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries

/**********************************/
@font-face {
  font-family: 'Notera';
  font-display: auto;
  src: local("Notera"), url(fonts/Notera2Medium_PERSONAL.ttf) format("woff2"); }
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

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

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Montserrat", sans-serif;
  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 https://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. */ }

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

ul, ol {
  margin: 0;
  padding-left: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.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%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  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;
    clip-path: none;
    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-right: 12px;
  margin-top: 2px; }

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

.post,
.page {
  /*margin: 0 0 1.5em;*/ }

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

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

/*--- helpers----------------------------------------------------*/
/*-----------------css footer------------*/
.site-footer {
  background-color: #0e0e0e !important; }
  .site-footer .part3 .vc_column-inner {
    padding-top: 0 !important; }
  .site-footer .part2 .wpb_content_element {
    margin-bottom: 20px !important; }
  .site-footer .part4 .vc_column-inner {
    padding-top: 22px !important; }
  .site-footer .part4 .wpb_content_element {
    margin-bottom: 22px !important; }

vc_row.wpb_row.vc_row-fluid {
  background-color: white !important; }

.marginfooterM ul, ol {
  margin: 15px 0 0em 0;
  padding: 0; }

.colormenu a:visited {
  color: white;
  font-size: 14px;
  font-family: montserrat; }

.lignemenu a:-webkit-any-link {
  text-decoration: none !important; }

.colorpuce ul {
  color: transparent !important;
  list-style: none; }

.site-footer ul > .current_page_item a {
  font-weight: bold; }

/*------- css infolettre ----------*/
.cssinfolettre {
  color: white !important;
  font-size: 18px;
  font-weight: bold;
  font-family: montserrat;
  background-color: #0053A0 !important;
  width: 270px;
  border: 1px solid #0053A0 !important;
  border-radius: 0px !important;
  padding: 10px !important;
  height: 60px; }
  @media (max-width: 767px) {
    .cssinfolettre {
      width: auto;
      font-size: 14px; } }

.cssbuttonInfolettre {
  color: #0053A0 !important;
  background-color: white !important;
  border: 2px solid;
  border-color: #0053A0 !important;
  border-radius: 0px !important;
  font-size: 20px;
  font-weight: bold;
  font-family: montserrat;
  padding: 19px 15px;
  padding-top: 17px; }
  @media (max-width: 767px) {
    .cssbuttonInfolettre {
      font-size: 16px;
      padding: 20px 15px;
      padding-top: 20px; } }

.styyyylinput::-webkit-input-placeholder {
  color: white; }

.styyyylinput::-moz-placeholder {
  color: white; }

/*------------------------------------------------------*/
/* -------------- color css ------------------- */
.light {
  font-weight: 300; }

.textJustify {
  text-align: justify; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.upperCase {
  text-transform: uppercase; }

.montserrat {
  font-family: 'Montserrat', sans-serif; }

.notera {
  font-family: 'Notera', sans-serif; }

.bold {
  font-weight: 700; }

.nowhitepace {
  white-space: nowrap; }

.white {
  color: #fff; }

.whitebackground {
  background-color: #fff; }

yellowbackground {
  background-color: #FFE100; }

.black {
  color: #000; }

.yellow {
  color: #ffe100; }

.bg-jaune {
  background-color: #ffe100; }

.scrolljs {
  padding-top: 0px !important; }

.scrolljs2 {
  margin: 0; }

.scrolljs3 {
  margin: 0; }

.blue {
  color: #0053A0; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.nounderline {
  text-decoration: none; }

.underline {
  text-decoration: underline !important; }

.italic {
  font-style: italic; }

.min-height350 {
  min-height: 350px !important; }
  @media (max-width: 767px) {
    .min-height350 {
      min-height: auto; } }

.min-height300 {
  min-height: 300px !important; }
  @media (max-width: 767px) {
    .min-height300 {
      min-height: auto !important; } }

.min-height250 {
  min-height: 250px !important; }
  @media (max-width: 767px) {
    .min-height250 {
      min-height: auto !important; } }

.min-height147 {
  min-height: calc(126vw / 13.66) !important; }
  .min-height147.wpb_content_element {
    margin-bottom: 20px !important; }
  @media (max-width: 767px) {
    .min-height147 {
      min-height: auto !important; } }

/* ---------------------- font size ------------------ */
.font14 {
  font-size: calc(14vw / 13.66); }
  @media (min-width: 1366px) {
    .font14 {
      font-size: calc(14vw / 13.66); } }
  @media (max-width: 1365px) and (min-width: 768px) {
    .font14 {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .font14 {
      font-size: 14px; } }

.font16 {
  font-size: calc(16vw / 13.66); }
  @media (min-width: 1366px) {
    .font16 {
      font-size: calc(16vw / 13.66); } }
  @media (max-width: 1365px) and (min-width: 768px) {
    .font16 {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .font16 {
      font-size: 16px; } }

.font18, h2, h3, h4, h5, h6, .sliderservice h2 {
  font-size: calc(18vw / 13.66); }
  @media (min-width: 1366px) {
    .font18, h2, h3, h4, h5, h6, .sliderservice h2 {
      font-size: calc(18vw / 13.66); } }
  @media (max-width: 1365px) and (min-width: 768px) {
    .font18, h2, h3, h4, h5, h6, .sliderservice h2 {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .font18, h2, h3, h4, h5, h6, .sliderservice h2 {
      font-size: 14px; } }

.font22 {
  font-size: calc(22vw / 13.66); }
  @media (min-width: 1366px) {
    .font22 {
      font-size: calc(22vw / 13.66); } }
  @media (max-width: 1365px) and (min-width: 768px) {
    .font22 {
      font-size: 21px; } }
  @media (max-width: 767px) {
    .font22 {
      font-size: 22px; } }

.font24 {
  font-size: calc(24vw / 13.66); }
  @media (min-width: 1366px) {
    .font24 {
      font-size: calc(24vw / 13.66); } }
  @media (max-width: 1365px) and (min-width: 768px) {
    .font24 {
      font-size: 23px; } }
  @media (max-width: 767px) {
    .font24 {
      font-size: 24px; } }

.font25 {
  font-size: calc(25vw / 13.66); }
  @media (min-width: 1366px) {
    .font25 {
      font-size: calc(25vw / 13.66); } }
  @media (max-width: 1365px) and (min-width: 768px) {
    .font25 {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .font25 {
      font-size: 25px; } }

.font35 {
  font-size: calc(35vw / 13.66); }
  @media (min-width: 1366px) {
    .font35 {
      font-size: calc(35vw / 13.66); } }
  @media (max-width: 1365px) and (min-width: 768px) {
    .font35 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .font35 {
      font-size: 35px; } }

.font24 {
  line-height: 1.2; }

.font25 {
  line-height: 1.2; }

.font35 {
  line-height: 1.2; }

/* -------------------------------------- */
/* ------------ padding ----------- */
.vc_row *:not(.important) > .vc_column-inner {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px; }

.paddt70 {
  padding-top: 70vw; }

.paddR45 {
  padding-right: calc(45vw/19.2); }

.paddTopRtxPomme {
  padding-top: 7vw; }

.paddImgaeblue {
  padding: calc(100vw / 13.66); }
  @media (max-width: 767px) {
    .paddImgaeblue {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.paddRLefttxtBlue {
  padding-left: 18vw;
  padding-right: 21vw; }

@media (max-width: 767px) {
  .a {
    padding-left: 37px !important;
    padding-right: 37px !important; } }

.padding50R {
  padding-right: calc(50vw / 13.66); }

.padding45x {
  padding-left: calc(45vw / 13.66);
  padding-right: calc(45vw / 13.66); }

.padding2xr {
  padding-right: calc(2vw / 13.66); }

.padding2xl {
  padding-left: calc(2vw / 13.66); }

.padding5xr {
  padding-right: calc(5vw / 13.66); }

.padding5xl {
  padding-left: calc(5vw / 13.66); }

.padding7xr {
  padding-right: calc(7vw / 13.66); }

.padding7xl {
  padding-left: calc(7vw / 13.66); }

.padding10xr {
  padding-right: calc(10vw / 13.66); }

.padding10xl {
  padding-left: calc(10vw / 13.66); }

.padding15x {
  padding-left: calc(15vw / 13.66);
  padding-right: calc(15vw / 13.66); }

.padding15xl {
  padding-left: calc(15vw / 13.66) !important; }

.padding25xl {
  padding-left: calc(25vw / 13.66) !important; }

.padding44xl {
  padding-left: calc(44vw / 13.66) !important; }

.padding25xr {
  padding-right: calc(25vw / 13.66) !important; }

.padding220x {
  padding-left: calc(220vw / 13.66);
  padding-right: calc(220vw / 13.66); }
  @media (max-width: 767px) {
    .padding220x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding135x {
  padding-left: calc(135vw / 13.66);
  padding-right: calc(135vw / 13.66); }
  @media (max-width: 767px) {
    .padding135x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding139x {
  padding-left: calc(139vw / 13.66);
  padding-right: calc(139vw / 13.66); }
  @media (max-width: 767px) {
    .padding139x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding307x {
  padding-left: calc(307vw / 13.66);
  padding-right: calc(307vw / 13.66); }
  @media (max-width: 767px) {
    .padding307x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding135xLef {
  padding-left: calc(135vw / 13.66); }
  @media (max-width: 767px) {
    .padding135xLef {
      padding-left: 37px !important; } }

.padding40xLef {
  padding-left: calc(40vw / 13.66) !important; }
  @media (max-width: 767px) {
    .padding40xLef {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.padding40xr {
  padding-right: calc(40vw / 13.66) !important; }

.padding30xr {
  padding-right: calc(30vw / 13.66) !important; }

.padding60xLef {
  padding-left: calc(60vw / 13.66); }

.padding235left {
  padding-left: calc(235vw / 13.66); }

.padding135R {
  padding-right: calc(135vw / 13.66); }
  @media (max-width: 767px) {
    .padding135R {
      padding-right: 37px !important; } }

.padding130x {
  padding-left: calc(130vw / 13.66);
  padding-right: calc(130vw / 13.66); }
  @media (max-width: 767px) {
    .padding130x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding140x {
  padding-left: calc(140vw / 13.66);
  padding-right: calc(140vw / 13.66); }
  @media (max-width: 767px) {
    .padding140x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding140xR {
  padding-right: calc(140vw / 13.66); }
  @media (max-width: 767px) {
    .padding140xR {
      padding-right: 37px !important; } }

.padding215x {
  padding-left: calc(215vw / 13.66);
  padding-right: calc(215vw / 13.66); }
  @media (max-width: 767px) {
    .padding215x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding230x {
  padding-left: calc(230vw / 13.66);
  padding-right: calc(230vw / 13.66); }
  @media (max-width: 767px) {
    .padding230x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding323x {
  padding-left: calc(323vw / 13.66);
  padding-right: calc(323vw / 13.66); }
  @media (max-width: 767px) {
    .padding323x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding300x {
  padding-left: calc(300vw / 13.66);
  padding-right: calc(300vw / 13.66); }
  @media (max-width: 767px) {
    .padding300x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding100left {
  padding-left: calc(100vw / 13.66); }
  @media (max-width: 767px) {
    .padding100left {
      padding-left: 37px !important; } }

.padding250left {
  padding-left: calc(250vw / 13.66); }
  @media (max-width: 767px) {
    .padding250left {
      padding-left: 37px !important; } }

.padding260x {
  padding-left: calc(260vw / 13.66);
  padding-right: calc(260vw / 13.66); }
  @media (max-width: 767px) {
    .padding260x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding323left {
  padding-left: calc(323vw / 13.66); }
  @media (max-width: 767px) {
    .padding323left {
      padding-left: 37px !important; } }

.padding332left {
  padding-left: calc(332vw / 13.66); }
  @media (max-width: 767px) {
    .padding332left {
      padding-left: 37px !important; } }

.padding45left {
  padding-left: calc(45vw / 13.66); }
  @media (max-width: 767px) {
    .padding45left {
      padding-left: 0 !important; } }

.padding15left {
  padding-left: calc(15vw / 13.66); }
  @media (max-width: 767px) {
    .padding15left {
      padding-left: 0 !important; } }

.padding70left {
  padding-left: calc(70vw / 13.66); }

.padding185r > .vc_column-inner {
  padding-right: calc(185vw / 13.66) !important; }
  @media (max-width: 767px) {
    .padding185r > .vc_column-inner {
      padding-right: 37px !important; } }

.padding180x {
  padding-left: calc(180vw / 13.66);
  padding-right: calc(180vw / 13.66); }
  @media (max-width: 767px) {
    .padding180x {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

.padding215R {
  padding-right: calc(215vw / 13.66); }
  @media (max-width: 767px) {
    .padding215R {
      padding-right: 37px !important; } }

.padding223R {
  padding-right: calc(223vw/13.66); }
  @media (max-width: 767px) {
    .padding223R {
      padding-right: 37px !important; } }

.padding136R {
  padding-right: calc(136vw / 13.66); }
  @media (max-width: 767px) {
    .padding136R {
      padding-right: 37px !important; } }

.padding150R {
  padding-right: calc(150vw / 13.66); }
  @media (max-width: 767px) {
    .padding150R {
      padding-right: 37px !important; } }

.padding120R {
  padding-right: calc(120vw / 13.66); }
  @media (max-width: 767px) {
    .padding120R {
      padding-right: 37px !important; } }

.padding125R {
  padding-right: calc(125vw / 13.66); }
  @media (max-width: 767px) {
    .padding125R {
      padding-right: 37px !important; } }

.padding91R {
  padding-right: calc(91vw / 13.66); }
  @media (max-width: 767px) {
    .padding91R {
      padding-right: 37px !important; } }

.padding65R {
  padding-right: calc(65vw / 13.66); }
  @media (max-width: 767px) {
    .padding65R {
      padding-right: 37px !important; } }

padding27R {
  padding-right: calc(27vw / 13.66);
  margin: 0px; }

.padding120B {
  padding-bottom: calc(120vw / 13.66); }

.padding130B {
  padding-bottom: calc(130vw / 13.66); }

.padding80B {
  padding-bottom: calc(80vw / 13.66); }

.padding90B {
  padding-bottom: calc(90vw / 13.66); }

.padding121B {
  padding-bottom: calc(121vw / 13.66); }

.padding20B {
  padding-bottom: calc(20vw / 13.66); }

.padding35B {
  padding-bottom: calc(35vw / 13.66); }

.padding77B {
  padding-bottom: calc(77vw / 13.66); }

.padding82T {
  padding-top: calc(82vw / 13.66); }

.padding90T {
  padding-top: calc(90vw / 13.66); }

.padding94T {
  padding-top: calc(94vw / 13.66); }

.padding20T {
  padding-top: calc(20vw / 13.66); }

.padding50T {
  padding-top: calc(50vw / 13.66); }

.padding40T {
  padding-top: calc(40vw / 13.66); }

.padding55T {
  padding-top: calc(55vw / 13.66); }

.padding70T {
  padding-top: calc(70vw / 13.66); }

.padding100T {
  padding-top: calc(100vw / 13.66); }

.padding45T {
  padding-top: calc(45vw / 13.66); }

.padding15T {
  padding-top: calc(15vw / 13.66); }

.padding150T {
  padding-top: calc(150vw / 13.66); }

.padding120T {
  padding-top: calc(120vw / 13.66); }

.padding130T {
  padding-top: calc(130vw / 13.66); }

.padding99T {
  padding-top: calc(99vw / 13.66); }

.padding95T {
  padding-top: calc(95vw / 13.66); }

.padding250T {
  padding-top: calc(250vw / 13.66); }

.padding215T {
  padding-top: calc(215vw / 13.66); }

.paddLeft {
  padding-left: 80px;
  padding-right: 20px; }

.paddright {
  padding-right: 80px; }

.paddingblocend {
  padding-block-end: 95px; }

.nopaddingleft {
  padding-left: 0px !important; }
  .nopaddingleft > .vc_column_container {
    padding-left: 0px !important; }

.nopaddingbottom {
  padding-bottom: 0px !important; }

.nopaddingtop {
  padding-top: 0px !important; }
  .nopaddingtop > .vc_column-inner {
    padding-top: 0px !important; }

.nopaddingright {
  padding-right: 0px !important; }
  .nopaddingright > .vc_column-inner {
    padding-right: 0px !important; }

.nobackgrounpos {
  background-position: inherit !important;
  background-size: auto !important; }
  .nobackgrounpos > .vc_custom_1554979506309 {
    background-position: inherit !important;
    background-size: auto !important; }

.blocConsultServices {
  padding-right: calc(290vw/13.66);
  padding-left: calc(290vw/13.66);
  text-align: center; }

/* ---------------------------- margin ------------------------- */
.vc_row {
  margin: 0px !important; }

.nomargin {
  margin: 0px; }

.nomarginbottom {
  margin-bottom: 0 !important; }

.tdt-slider h2 {
  margin: 0 !important; }

.nomargintop {
  margin-top: 0; }
  .nomargintop p {
    margin-top: 0; }
    @media (max-width: 767px) {
      .nomargintop p {
        margin-top: 20px; } }
  @media (max-width: 767px) {
    .nomargintop {
      margin-top: 20px; } }

.marginlogo {
  margin: 20px 77px; }

.marginImagelocation {
  margin: 0px -205px; }

.marginblochstart {
  margin-block-start: -100px; }

.marginblocblack {
  margin: 0px -80px; }

.marginbottom {
  margin-bottom: 0px !important; }

.margin7xl .vc_column-inner {
  margin-left: calc(7vw / 13.66); }

/*--------------------------- style button -----------------------*/
.button1 {
  background-color: #0053a0;
  color: white;
  border-color: white;
  border-radius: 0px !important;
  padding: 11px 40px; }

.buttonStyle {
  background-color: white;
  color: black;
  border-color: black;
  padding: 13px 45px;
  margin: -20px 0px;
  border-radius: 0px !important;
  height: 42px;
  width: 214px; }
  @media (max-width: 767px) {
    .buttonStyle {
      margin: 10px 0; } }

.buttonStyleY {
  background-color: #FFE100;
  color: black;
  border-color: #FFE100;
  margin: -20px 0px;
  border-radius: 0px !important;
  height: 40px;
  width: 236px;
  font-size: 14px;
  max-width: 100%;
  font-family: montserrat; }

.buttonStyleClinique {
  background-color: white;
  color: black;
  border-color: black;
  border-radius: 0px !important;
  height: 42px;
  width: 383px;
  max-width: 100%;
  font-family: montserrat medium;
  font-size: 14px; }
  @media (max-width: 767px) {
    .buttonStyleClinique {
      width: auto;
      max-width: 100%; } }

.buttonStyleB {
  background-color: black;
  color: white;
  border-color: black;
  border-radius: 0px !important;
  height: 42px;
  width: 270px;
  font-size: 14px;
  font-family: montserrat medium; }
  @media (max-width: 767px) {
    .buttonStyleB {
      width: auto; } }

.buttonStyleNoirFlecheprev {
  background-color: black;
  color: white;
  border-color: white;
  border-radius: 0px !important;
  width: 42%;
  font-size: 25px;
  border-left-color: black;
  border-bottom-color: black;
  border-top-color: black; }

.buttonStyleNoirFlechenext {
  background-color: black;
  color: white;
  border-color: white;
  border-radius: 0px !important;
  width: 42%;
  font-size: 25px;
  border-right-color: black;
  border-bottom-color: black;
  border-top-color: black; }

.buttonStyletechnologi2 {
  background-color: black;
  color: white;
  border-color: black;
  border-radius: 0px !important;
  height: 42px;
  width: 444px;
  font-size: 14px;
  max-width: 100%;
  font-family: montserrat medium; }

.buttonContact {
  background-color: #FFE100;
  color: black;
  border-color: #FFE100;
  padding: 10px 53px;
  margin: -20px 0px;
  border-radius: 0px !important;
  height: 40px;
  width: 214px;
  font-size: 14px;
  max-width: 100%; }

.buttonBluePRDV1 {
  height: 50px;
  min-width: 250px;
  max-width: 100%;
  border-radius: 0px !important;
  background-color: #0053A0;
  color: white;
  font-size: 14px;
  font-family: montserrat regular;
  margin: 15px 6px 0 6px;
  border: none; }

.buttonBluePRDV2 {
  height: 50px;
  width: 250px;
  max-width: 100%;
  border-radius: 0px !important;
  background-color: #0053A0;
  color: white;
  font-size: 14px;
  font-family: montserrat regular;
  margin: 0px 6px;
  border: none; }

.buttonStyleImpl {
  background-color: white;
  color: black;
  border-color: black;
  border-radius: 0px !important;
  height: 42px;
  width: 276px;
  max-width: 100%; }

.borderTexteY {
  border: 4px solid #FFE100;
  padding: calc(30vw/13.66); }
  .borderTexteY p {
    margin-top: 0 !important; }

.borderBlocyellow {
  border: 2px solid #FFE100;
  background-color: #FFE100;
  padding: 10px 20px; }
  .borderBlocyellow p {
    margin: calc(25vw / 13.66) 0 !important; }

.borderBlocyellowConseilDentaire {
  border: 2px solid #FFE100;
  background-color: #FFE100;
  padding: 10px 25px;
  padding-bottom: 25px; }

.borderBlocyellowApropos {
  border: 2px solid #FFE100;
  margin: 30px 0px;
  background-color: #FFE100;
  padding: 10px 30px; }
  .borderBlocyellowApropos p {
    margin: calc(20vw / 13.66) 0 !important; }

.borderBlocyellowPropos {
  border: 2px solid #FFE100;
  background-color: #FFE100;
  padding: 10px 22px; }
  .borderBlocyellowPropos p {
    margin: calc(25vw / 13.66) 0 !important; }

.borderblocpageservices {
  border: 5px solid #FFE100;
  margin: 119px 0px;
  padding: 0 35px 35px; }

.BlocyellowTech {
  border: 2px solid #FFE100;
  background-color: #FFE100;
  padding: 7px 8px; }

.borderBlocyellowclinique {
  border: 2px solid #FFE100;
  background-color: #FFE100;
  padding: 10px 25px; }
  .borderBlocyellowclinique p {
    margin: calc(25vw / 13.66) 0 !important; }

.borderContactyellow {
  border: 4px solid #FFE100;
  margin: -2px -22px;
  background-color: #FFE100;
  padding: 5px 13px;
  text-align: left; }

.blocyellow {
  border: 1px solid #FFE100;
  margin: 100px -77px;
  background-color: #FFE100;
  padding: 0 30px 15px 30px;
  text-align: left;
  position: relative;
  left: 20px;
  /*width: 235px;*/ }

.borderBlocyellowTechnologies {
  border: 2px solid #FFE100;
  background-color: #FFE100;
  padding: 10px 58px;
  padding-bottom: 30px; }

.blocyellowDRDV2 {
  border: 1px solid #FFE100;
  margin: 25px -100px;
  background-color: #FFE100;
  padding: 0px 31px;
  width: 223px;
  padding-bottom: 15px; }

.blocyellowpageservice {
  border: 1px solid #FFE100;
  background-color: #FFE100;
  padding: 12px 21px;
  padding-bottom: 25px; }

.blocyellowImplantologie {
  border: 1px solid #FFE100;
  background-color: #FFE100;
  padding: 10px 25px;
  color: #000; }
  .blocyellowImplantologie p {
    margin: calc(25vw / 13.66) 0 !important; }

.blocyellowImplantDentaire {
  border: 1px solid #FFE100;
  background-color: #FFE100;
  padding: 10px 25px;
  color: #000; }
  .blocyellowImplantDentaire p {
    margin: calc(25vw / 13.66) 0 !important; }

.borderblocpageEndodontie {
  border: 5px solid #FFE100;
  margin: 69px 0px;
  margin-right: -80px;
  padding-bottom: 15px;
  padding-left: 40px;
  color: #000; }

.borderyellowProtheseImp {
  border: 1px solid #FFE100;
  margin: 60px -59px;
  background-color: #FFE100;
  width: 260px;
  padding-left: 17px;
  padding-top: 15px;
  color: #000; }

.borderyellowPontImplant {
  border: 1px solid #FFE100;
  margin: 60px -59px;
  background-color: #FFE100;
  padding: 15px 15px;
  width: 260px;
  color: #000; }

.blocyellowProtheseDentaire {
  border: 1px solid #FFE100;
  margin: 60px -59px;
  background-color: #FFE100;
  padding: 20px 19px;
  width: 260px;
  color: #000; }

.blocyellowchirurgieDentaire {
  border: 1px solid #FFE100;
  margin: 65px -54px;
  background-color: #FFE100;
  padding: 12px 21px;
  width: 260px;
  color: #000; }

.blocyellowPageServices {
  border: 1px solid #FFE100;
  background-color: #FFE100;
  padding-left: 35px;
  padding-top: 20px;
  color: #000; }

.blocyellowpageservice2 {
  border: 1px solid #FFE100;
  margin: -13px -59px;
  background-color: #FFE100;
  padding: 12px 21px;
  width: 260px;
  color: #000; }

.borderblocpageimplantologie {
  border: 5px solid #FFE100;
  padding-bottom: 35px;
  margin: 63px 4px;
  color: #000; }

.blocyellowfacetteDentaire {
  border: 1px solid #FFE100;
  margin: 60px -59px;
  background-color: #FFE100;
  padding: 19px 19px;
  width: 260px; }

.borderblocpageDentistEs {
  border: 5px solid #FFE100;
  width: 576px;
  margin: 124px 0px; }

.borderblocpageservicesDentistGeneral {
  border: 5px solid #FFE100;
  margin: 125px 0px;
  padding-right: -109px;
  margin-right: -292px;
  padding-left: 20px;
  padding-bottom: 25px; }

.borderblocpageservicesChirurgieDent {
  border: 5px solid #FFE100;
  margin: 56px 0px;
  margin-right: -253px;
  margin-bottom: 20px;
  padding-bottom: 10px; }

.vc-hoverbox-block-inner.vc-hoverbox-back-inner {
  border: 5px solid #FFE100;
  height: 100%; }

.TVerticale {
  border-left: 4px solid #FFE100;
  height: calc(100% - 1em);
  position: absolute;
  margin-left: -40px; }
  @media (max-width: 767px) {
    .TVerticale {
      display: none; } }

.TVerticale2 {
  border-left: 4px solid #FFE100;
  height: 70%;
  position: absolute;
  margin-left: 40px; }
  @media (max-width: 767px) {
    .TVerticale2 {
      display: none; } }

.TVerticale2white1 {
  border-left: 1px solid white;
  height: 140px;
  position: absolute;
  margin-left: -22px; }

.TVerticale2white {
  border-left: 1px solid white;
  height: 140px;
  position: absolute;
  margin-left: -42px; }

.posblocblack {
  position: relative;
  top: -168px;
  height: 0; }
  @media (max-width: 767px) {
    .posblocblack {
      height: auto;
      /*argin: 0 -37px !important;*/
      padding: 0 37px !important;
      padding-bottom: 20px !important;
      background: #000; }
      .posblocblack .vc_column_container {
        /*padding:0 37px !important;*/ } }

.position2blocBlue {
  position: relative;
  z-index: -1;
  top: -75px; }

/*---------------- style contact form css ----------*/
div.wpcf7 .screen-reader-response {
  position: absolute;
  /* overflow: hidden; */
  clip: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  bottom: -75px;
  right: 0;
  width: 100%; }

.styleinput {
  margin: 6px 6px;
  padding: 0px 50px !important;
  display: inline-block;
  border: 0px solid yellow !important;
  background-color: #f2f2f2;
  width: 435px;
  height: 50px;
  border-radius: 0px !important; }

.inputcss {
  margin: 6px 6px;
  padding: 0px 50px !important;
  display: inline-block;
  border: 0px solid yellow !important;
  background-color: #f2f2f2;
  width: 333px;
  height: 60px;
  border-radius: 0px !important; }

.styleform {
  border: 4px solid #FFE100;
  background-color: white;
  padding-left: 35px;
  padding-right: 398px;
  padding-top: 70px;
  padding-bottom: 0px;
  margin-left: -85px;
  position: relative;
  /*top: 34px;*/
  z-index: 2; }

.styleformpagecontact {
  border: 4px solid #FFE100;
  background-color: white;
  padding-left: 45px;
  margin-left: -90px;
  width: 525px;
  padding-top: calc(40vw/13.66); }

.styleformpagecadrePagetechno1 {
  border: 4px solid #FFE100;
  margin-left: -142px;
  width: 470px;
  height: 320px;
  position: absolute;
  z-index: 1;
  left: 69px;
  top: 117px; }

.styleformpagecadrePagetechno {
  border: 4px solid #FFE100;
  margin-left: -25%;
  width: 100%;
  height: 320px;
  position: absolute;
  z-index: 0;
  left: 259px;
  top: -15px; }

.paddposition {
  background-position: left !important; }

.posBlocyellow {
  z-index: 3;
  height: 0; }

.paddblocjaune {
  padding-bottom: 57px;
  padding-top: 20px; }

.classnom {
  background: url(https://dentisteseica.com/wp-content/uploads/2019/04/Groupe-202.png) 5% no-repeat !important;
  background-color: #e3e3e3 !important; }

.classcourriel {
  background: url(https://dentisteseica.com/wp-content/uploads/2019/04/Groupe-201.png) 5% no-repeat !important;
  background-color: #e3e3e3 !important; }

.classtelephone {
  background: url(https://dentisteseica.com/wp-content/uploads/2019/04/Groupe-205.png) 5% no-repeat !important;
  background-color: #e3e3e3 !important; }

.classmessage {
  height: 112px;
  margin: 6px 6px;
  width: 435px;
  border-radius: 0px !important;
  background: url(https://dentisteseica.com/wp-content/uploads/2019/04/Groupe-350.png) 5% 5% no-repeat !important;
  background-color: #e3e3e3 !important;
  padding-top: 7px !important; }

/*.vc_row {

  margin-right: 0px !important;
  margin-left: 0px !important;
}*/
.vc-hoverbox {
  min-height: 400px !important; }
  .vc-hoverbox .vc-hoverbox-front-inner h2 {
    border-bottom: 3px solid;
    padding-bottom: 10px;
    padding-right: 50px;
    max-width: fit-content; }
  .vc-hoverbox .vc-hoverbox-front-inner {
    background-image: url(https://dentisteseica.com/wp-content/uploads/2019/05/plus-services.png);
    background-repeat: no-repeat;
    background-position: center; }

.vc_column-inner.vc_custom_1555517235569 {
  height: 430px;
  width: 1265px; }

/*.vc_column-inner.vc_custom_1555579931713{
  padding-left: 0px !important;
}*/
.wpb_single_image.wpb_content_element.vc_align_left {
  margin-bottom: 0px !important; }

.positionimagebackground {
  background-image: url(https://dentisteseica.com/wp-content/uploads/2019/06/Groupe-448.png) !important;
  background-size: auto !important;
  margin-right: 100px !important;
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .positionimagebackground {
      background-image: none !important;
      background-size: none !important;
      margin-right: 0 !important; } }

.bg-service-espace-seica {
  background-image: url(https://dentisteseica.com/wp-content/uploads/2019/06/bg-services-espace-seica.png) !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-repeat: no-repeat;
  padding-bottom: 35px; }

.positionimgbackgClinique {
  background-image: url(https://dentisteseica.com/wp-content/uploads/2019/04/Groupe-448-1.png?id=140) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.positionimgbackgTechnologie {
  background: #d1d1d1 url(https://dentisteseica.com/wp-content/uploads/2019/04/Groupe-450-1.png?id=145) !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: auto !important; }

.positionimgbackgTechnologie2 {
  background: #d1d1d1 url(https://dentisteseica.com/wp-content/uploads/2019/04/Groupe-451-1.png?id=146) !important;
  background-position: left !important;
  background-repeat: no-repeat !important; }

.alignnone.size-full.wp-image-388 {
  height: 31px !important;
  width: 18px !important; }

.paddingpos {
  padding-left: calc(323vw / 13.66);
  padding-right: calc(483vw / 13.66); }
  @media (max-width: 767px) {
    .paddingpos {
      padding-left: 37px !important;
      padding-right: 37px !important; } }

/*-------------- pos carousel image --------*/
/*.ultimate-slide-img{
  padding-top: 40px !important;
}*/
.sliderbutton button.slick-arrow {
  color: white !important;
  background-color: black !important;
  border: 3px solid black !important;
  width: 20% !important;
  bottom: -88px;
  padding: 20px;
  border-radius: 0px !important; }

.sliderimg .slick-prev {
  left: 35% !important;
  top: 110% !important; }

.sliderimg .slick-next {
  right: 35% !important;
  top: 110% !important; }

.sliderimg .slick-prev:before {
  font-weight: inherit !important;
  opacity: 1.75 !important;
  padding-right: 130px; }

.sliderimg .slick-next:before {
  font-weight: inherit !important;
  opacity: 1.75 !important;
  padding-left: 110px; }

.slick-slide img {
  width: 100%; }

.tdt-slider .carousel-caption {
  margin-bottom: 50px !important; }

.content-over-slider .slick-slide .content-section {
  position: initial !important;
  float: left;
  padding: 0 !important;
  height: 16px; }

.home .content-over-slider .slick-slide .content-section {
  height: auto; }

.sliderservice img {
  width: 100%; }

/*----------------- carousel du home page -----------------------*/
.posTexte .content-over-slider .slick-slide .content-section {
  position: relative !important; }

.flecheSlider .slick-prev, .slick-next {
  width: 2px !important;
  height: 28px !important; }

.flecheSlider .slick-prev {
  left: -60px !important; }
  @media (max-width: 767px) {
    .flecheSlider .slick-prev {
      left: -25px !important; } }

.flecheSlider .slick-prev:before {
  font-weight: 100 !important; }

.flecheSlider .slick-next {
  right: -40px !important; }
  @media (max-width: 767px) {
    .flecheSlider .slick-next {
      right: 3px !important; } }

.flecheSlider .slick-next:before {
  font-weight: 100 !important; }

/*-----------------------------*/
.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
  color: #fff;
  border-color: black !important;
  background-color: black !important;
  height: 42px !important;
  width: 218px !important; }

.vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
  color: #fff;
  border-color: black !important;
  background-color: black !important;
  height: 42px !important;
  width: 218px !important; }

.paddblocImageChiurgie .vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 6px;
  width: 100%; }

.styleDate {
  background-color: white !important;
  width: 65px !important;
  height: 95px !important;
  padding: 13px !important;
  font-weight: bold;
  right: 19px;
  top: 0;
  position: absolute; }

.stylelogo.attachment-full {
  min-width: 105px; }

/*--------css article page ---*/
.posted-on a {
  text-decoration: none;
  color: #464545;
  font-size: 18px;
  font-weight: bold; }

.byline {
  text-decoration: none;
  color: #464545;
  font-size: 18px;
  font-weight: bold; }

.url fn n {
  text-decoration: none !important;
  color: #464545 !important;
  font-size: 18px;
  font-weight: bold; }

.post-thumbnail {
  padding-top: 30px; }

/******--------------*********/
/*.vc_column_container>.vc_column-inner{
  padding-left: 0px !important;
}*/
.cssligne {
  border: 2px solid #FFE100;
  width: 30%;
  height: 0px;
  margin-bottom: 60px; }

.yellowscroll {
  background-image: linear-gradient(to bottom, #FFE100, #FFE100 50%, #fff 50%, #fff);
  background-size: auto 200%;
  background-position: 0 100%;
  transition: background-position 0.5s; }
  .yellowscroll img {
    margin-right: 20px; }

/*---------------- Helper ----------------------*/
.fullwidthimg, .fullwidthimg .vc_figure, .fullwidthimg .vc_figure .vc_single_image-wrapper, .fullwidthimg .vc_figure .vc_single_image-wrapper img {
  width: 100%; }

.marginb-1 img {
  margin-bottom: -2px; }

.floatr .wpb_wrapper {
  float: right; }
  @media (max-width: 767px) {
    .floatr .wpb_wrapper {
      float: none; } }

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .vc_message_box > p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
  margin-bottom: 15px !important; }

@media (max-width: 1000px) and (min-width: 768px) {
  .headerMobile .cssmenu, .headerMobile .cssmenu ul, .headerMobile .cssmenu ul li, .headerMobile .cssmenu ul li a, .headerMobile .cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: border-box; }

  .headerMobile .cssmenu:after, .headerMobile .cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

  .padding230x.paddtab140x {
    padding-left: calc(140vw / 13.66) !important;
    padding-right: calc(140vw / 13.66) !important; }

  .font35 {
    font-size: 30px !important; }
    .font35 br {
      display: none; }

  .TVerticale2 {
    margin-left: calc(19vw / 7.68); }

  .padding140x.bgn {
    padding-left: 0;
    padding-right: 0; }

  .main-navigation .menu > li:last-child {
    padding-right: 35px; }

  .bgyellowheader {
    display: none; }

  .main-navigation .menu > li:first-child {
    padding-left: 35px; }

  .headerMobile {
    width: 100%;
    background-color: #fff; }
    .headerMobile header {
      position: relative;
      width: 100%; }
    .headerMobile .site-branding {
      position: relative;
      z-index: 123;
      font: 18px verdana;
      color: #6ddb07;
      float: left;
      width: 0; }
      .headerMobile .site-branding a {
        color: #6ddb07;
        padding: 7px 0 7px 20px; }
        .headerMobile .site-branding a img {
          max-width: 200px; }
    .headerMobile .bgyellowheader {
      position: absolute;
      width: 100vw;
      height: auto;
      float: left;
      display: none; }
      .headerMobile .bgyellowheader a {
        padding: 11px; }
    .headerMobile nav {
      position: relative;
      width: 980px;
      margin: 0 auto; }
    .headerMobile .cssmenu {
      font-family: sans-serif; }
      .headerMobile .cssmenu > ul {
        margin: 0px !important; }
      .headerMobile .cssmenu ul {
        padding: 0px; }
      .headerMobile .cssmenu ul li.active {
        background: #1f1f27 !important;
        transition: background .3s ease; }
        .headerMobile .cssmenu ul li.active a {
          color: #fff; }
        .headerMobile .cssmenu ul li.active:hover {
          background: #1f1f27 !important;
          transition: background .3s ease; }
      .headerMobile .cssmenu ul li.has-sub.active:hover {
        background: #1f1f27 !important;
        transition: background .3s ease; }
      .headerMobile .cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636; }
      .headerMobile .cssmenu ul ul {
        position: absolute;
        left: -9999px; }
        .headerMobile .cssmenu ul ul li {
          padding: 0;
          height: 0;
          background: #000;
          transition: all .25s ease; }
          .headerMobile .cssmenu ul ul li a {
            border-bottom: 1px solid rgba(150, 150, 150, 0.15);
            padding: 11px 15px;
            width: 170px;
            font-size: 12px;
            text-decoration: none;
            color: #fff;
            font-weight: 400;
            margin: 1px 0; }
            .headerMobile .cssmenu ul ul li a:hover {
              color: #fff; }
          .headerMobile .cssmenu ul ul li.has-sub > a:after {
            position: absolute;
            top: 16px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #000;
            content: ''; }
          .headerMobile .cssmenu ul ul li.has-sub > a:before {
            position: absolute;
            top: 13px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #000;
            content: '';
            transition: all .25s ease; }
          .headerMobile .cssmenu ul ul li.has-sub:hover {
            background: #363636; }
          .headerMobile .cssmenu ul ul li:hover > a {
            color: #fff; }
          .headerMobile .cssmenu ul ul li:last-child > a {
            border-bottom: 0; }
          .headerMobile .cssmenu ul ul li.last-item > a {
            border-bottom: 0; }
        .headerMobile .cssmenu ul ul ul {
          margin-left: 100%;
          top: 0; }
          .headerMobile .cssmenu ul ul ul li.active a {
            border-left: 1px solid #000; }
        .headerMobile .cssmenu ul ul > li.has-sub:hover > a:before {
          top: 17px;
          height: 0; }
      .headerMobile .cssmenu #head-mobile {
        display: none; }
      .headerMobile .cssmenu > ul > li {
        float: left; }
        .headerMobile .cssmenu > ul > li > a {
          padding: 17px;
          font-size: 12px;
          letter-spacing: 1px;
          text-decoration: none;
          color: #000;
          font-weight: 700; }
        .headerMobile .cssmenu > ul > li:hover {
          background: #1f1f27 !important;
          transition: background .3s ease; }
          .headerMobile .cssmenu > ul > li:hover > a {
            color: #fff; }
        .headerMobile .cssmenu > ul > li.has-sub > a {
          padding-right: 30px; }
          .headerMobile .cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 22px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #000;
            content: ''; }
          .headerMobile .cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 19px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #000;
            content: '';
            transition: all .25s ease; }
        .headerMobile .cssmenu > ul > li.has-sub:hover > a:before {
          top: 23px;
          height: 0; }
        .headerMobile .cssmenu > ul > li.has-sub > ul > li.active > a {
          border-top: 1px solid #000; }
      .headerMobile .cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #000; }
      .headerMobile .cssmenu li:hover > ul {
        left: auto; }
        .headerMobile .cssmenu li:hover > ul > li {
          height: 35px; }
    .headerMobile .site-branding {
      text-align: center;
      float: none; }
    .headerMobile .logo2 {
      display: none; }
    .headerMobile nav {
      width: 100%; }
    .headerMobile .cssmenu {
      width: 100%; }
      .headerMobile .cssmenu .open {
        color: #FFE100 !important; }
      .headerMobile .cssmenu ul {
        background: #000;
        width: 100%;
        display: none;
        position: absolute;
        z-index: 3; }
        .headerMobile .cssmenu ul li {
          width: 100%;
          padding: 0 35px;
          margin-top: -1px; }
          .headerMobile .cssmenu ul li a {
            width: 100%;
            border-bottom: 0;
            color: #fff;
            font-size: 14px;
            border-top: 1px solid #fff;
            padding: 15px 0; }
          .headerMobile .cssmenu ul li ul li ul li a {
            border-top: none;
            padding: 5px 0 8px 50px; }
        .headerMobile .cssmenu ul ul {
          position: relative;
          left: 0;
          width: 100%;
          margin: 0;
          text-align: left; }
          .headerMobile .cssmenu ul ul li {
            height: auto;
            background: #000 !important; }
            .headerMobile .cssmenu ul ul li a {
              width: 100%;
              border-bottom: 0;
              padding-left: 25px;
              color: #fff;
              background: none; }
            .headerMobile .cssmenu ul ul li:hover > a {
              color: #fff; }
            .headerMobile .cssmenu ul ul li.active > a {
              color: #fff; }
          .headerMobile .cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left; }
            .headerMobile .cssmenu ul ul ul li a {
              padding-left: 35px; }
            .headerMobile .cssmenu ul ul ul li.active a {
              border-left: none; }
          .headerMobile .cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px; }
            .headerMobile .cssmenu ul ul .submenu-button:after {
              top: 15px;
              right: 13px; }
            .headerMobile .cssmenu ul ul .submenu-button:before {
              top: 12px;
              right: 16px; }
          .headerMobile .cssmenu ul ul > li.has-sub > a:after {
            display: none; }
          .headerMobile .cssmenu ul ul > li.has-sub > a:before {
            display: none; }
      .headerMobile .cssmenu > ul > li {
        float: none; }
        .headerMobile .cssmenu > ul > li.has-sub > a:after {
          display: none; }
        .headerMobile .cssmenu > ul > li.has-sub > a:before {
          display: none; }
        .headerMobile .cssmenu > ul > li.has-sub > ul > li.active > a {
          border-top: none; }
      .headerMobile .cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none; }
      .headerMobile .cssmenu #head-mobile {
        display: block;
        /*padding: 74px;*/
        color: #000;
        font-size: 12px;
        font-weight: 700; }
      .headerMobile .cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 16px;
        top: 0;
        display: block;
        height: 46px;
        width: 46px;
        cursor: pointer; }
        .headerMobile .cssmenu .submenu-button.submenu-opened:after {
          background: #fff; }
        .headerMobile .cssmenu .submenu-button.submenu-opened:before {
          display: none; }
        .headerMobile .cssmenu .submenu-button:after {
          position: absolute;
          top: 22px;
          right: 19px;
          width: 8px;
          height: 2px;
          display: block;
          background: #fff;
          content: ''; }
        .headerMobile .cssmenu .submenu-button:before {
          position: absolute;
          top: 19px;
          right: 22px;
          display: block;
          width: 2px;
          height: 8px;
          background: #fff;
          content: ''; }
      .headerMobile .cssmenu li:hover > ul > li {
        height: auto; }
    .headerMobile .button {
      width: 55px;
      height: 46px;
      position: absolute;
      right: 10px;
      top: -60px;
      cursor: pointer;
      z-index: 12399994; }
      .headerMobile .button:after {
        position: absolute;
        top: 10px;
        right: 20px;
        display: block;
        height: 4px;
        width: 35px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        content: ''; }
      .headerMobile .button:before {
        transition: all .3s ease;
        position: absolute;
        top: 6px;
        right: 20px;
        display: block;
        height: 2px;
        width: 35px;
        background: #000;
        content: ''; }
      .headerMobile .button.menu-opened:after {
        transition: all .3s ease;
        top: 6px;
        border: 0;
        height: 2px;
        width: 35px;
        background: #000;
        transform: rotate(45deg); }
      .headerMobile .button.menu-opened:before {
        top: 6px;
        background: #000;
        width: 35px;
        transform: rotate(-45deg); }

  .padding100left.bgmobilebl {
    padding-left: 0 !important; }
    .padding100left.bgmobilebl .padding185r > .vc_column-inner {
      padding-right: 0 !important; }
    .padding100left.bgmobilebl .vc_col-sm-4 {
      padding: 0 20px !important; }

  .positionimagebackground {
    background: none !important; }
    .positionimagebackground .vc_col-sm-7 {
      width: 100%; }

  .inputcss {
    font-size: 14px;
    height: 45px; }

  .buttonBluePRDV1 {
    font-size: 14px;
    margin: 8px 0 0 8px;
    height: 40px; }

  .yellowscroll {
    width: 100% !important; }

  .mc4wp-alert {
    margin: 0 auto;
    width: calc(332vw / 13.66);
    float: right;
    max-width: 35%;
    text-align: center; }

  .blocyellowDRDV2 {
    margin: -24px -77px;
    padding: 0px 25px;
    width: fit-content;
    padding-bottom: 5px; }

  .styleformpagecontact {
    max-width: 150%;
    margin-left: 0;
    padding: 0 10px; }
    .styleformpagecontact .styleinput {
      max-width: 100%;
      height: 40px;
      font-size: 14px; }
    .styleformpagecontact .buttonBluePRDV2 {
      height: 40px;
      width: 100%;
      font-size: 14px; }
    .styleformpagecontact .classmessage {
      height: 60px !important;
      font-size: 14px; }

  .borderBlocyellowTechnologies {
    padding-bottom: 10px;
    padding: 10px 17px; }

  footer .TVerticale2white, footer .TVerticale2white1 {
    display: none; }
  footer .vc_col-sm-3 .vc_col-sm-6 {
    padding-left: 8px !important; }
    footer .vc_col-sm-3 .vc_col-sm-6 p {
      white-space: nowrap; } }
@media (max-width: 1365px) and (min-width: 768px) {
  .main-navigation ul > .current_page_item a {
    color: #FFE100 !important; }

  .mc4wp-alert {
    width: auto;
    max-width: 60%; }

  .borderblocpageservices {
    margin: 0; }

  .vc-hoverbox-back p {
    font-size: 12px; }
  .vc-hoverbox-back .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
    max-width: 100%;
    height: auto !important;
    font-size: 12px; }

  .vc-hoverbox-block-inner {
    font-size: 12px; }

  .styleTitle2Techno, .styleTitle2PageHome, .styleTitle2Contact, .styleTitle2 {
    font-size: calc(35vw / 13.66) !important;
    line-height: 1.2; }

  .sliderimg .slick-prev:before, .sliderimg .slick-next:before {
    padding: 0 !important; }

  .button1 {
    padding: 11px 20px;
    margin-top: 10px; }

  .bgyellowheader {
    width: 40%;
    height: 43%; }

  .bgyellowheader2 {
    width: 40% !important; }

  .styleTitre1 {
    margin-bottom: calc(100vw / 7.69) !important; }

  .marginblocblack {
    margin: 0; }

  .TVerticale {
    margin-left: 0; }

  .styleform {
    padding: 0 20px 0 0;
    margin-left: 0;
    position: relative;
    top: calc(-80vw / 7.69);
    z-index: 2; }

  .paddposition form {
    height: 0; }

  .inputcss {
    max-width: 100%; }

  .buttonBluePRDV1 {
    min-width: 100%; }

  .posblocblack {
    position: relative;
    top: -8vw;
    height: 2em; }

  .blocyellow {
    margin: 0 !important;
    position: unset;
    width: fit-content;
    padding: 0 25px;
    white-space: nowrap; }

  .positionimagebackground {
    background-size: 70% !important; }

  .padding150T {
    padding-top: calc(150vw / 7.69); }

  .yellowscroll img {
    /* float: none;
     display: block;
     clear: both;
     margin-bottom: 1vw;*/ }
  .yellowscroll br {
    display: none; }

  .posblocblack .vc_col-sm-5 {
    background-color: #000; }

  .vc_grid .vc_col-sm-9.vc_gitem-col, .vc_grid .vc_col-sm-6.vc_gitem-col {
    width: 100%;
    padding: 0; }
    .vc_grid .vc_col-sm-9.vc_gitem-col h3, .vc_grid .vc_col-sm-6.vc_gitem-col h3 {
      margin-bottom: 0;
      min-height: 54px; }
  .vc_grid .vc_col-sm-3.vc_gitem-col {
    padding: 0;
    width: 100%; }
    .vc_grid .vc_col-sm-3.vc_gitem-col .vc_separator {
      margin: 15px 0;
      padding: 0; }

  .borderblocpageservices {
    margin: 0; }

  .vc-hoverbox .vc-hoverbox-front-inner h2 {
    padding-top: 0;
    padding-right: 25px;
    bottom: 50px;
    position: absolute;
    max-width: 80%; }

  footer .padding215x {
    padding-left: 25px;
    padding-right: 25px; } }

/*# sourceMappingURL=style.css.map */