/*
Theme Name: Sparkling mod by D Masson
Theme URI:
Author:
Author URI: http://colorlib.com/
Description: Thème pour Technicien de santé
Version: 41.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments


This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Gallery
13. Footer
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
body {
  color: black;
  background-color: #004f8c;
    background: #a7d3f5;
    background-size: cover;

   word-wrap: break-word;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  font-size: 14px;
}
html, body {
    min-height: 100%; /* IMPORTANT!!! stretches viewport to 100% */
}
a {
color:#124093;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #A0ABB1;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

 font-family: 'Roboto', sans-serif;
}

h1,
.h1 {
  font-size: 28px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:  content-box;
  box-sizing:     content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing floats */
.clear:before,
.clear:after,
.gallery:before,
.gallery: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,
.home-widget-area:before {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.gallery:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.home-widget-area:before {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.main-content-area {


}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
  color: #6B6B6B;
}
.entry-meta {
  margin-bottom: 30px;
}
footer.entry-meta {
  margin-bottom: 0;
}
.page-header {
  border-bottom: 0;
margin:0;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  color: #444;
  margin-bottom: 30px;
  font-size:45px;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #DA4453;
}
.btn.btn-default.read-more {
  float: right;
  margin-top: 10px;
  font-size: 12px;
  padding: 11px 13px;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}
/* author */
.author-bio {
  clear: both;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.author-bio .avatar {
  float: left;
}
.author-bio-content h4 {
  font-size: 14px;
  margin-top: 0;
}
.author-bio .author-bio-content {
  margin-left: 74px;
}
.secondary-content-box {
  padding-top: 0;
  padding-bottom: 0;
}
.single-view,
.blog-item-wrap {
  margin-bottom: 50px;
}
.post-inner-content {
  padding: 45px 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
}

.entry-title {
  margin-top: 0;
}
.more-link,
.says {
  display: none;
}
.comment-author .fn,
.author-bio h4,
.comment-reply-title {
  text-transform: uppercase;
  font-weight: 700;
}
.comment-reply-title {
  font-size: 14px;
}
.comment-reply-link {
  background: #C1C0C0;
  border: #C1C0C0;
  font-size: 10px;
  text-transform: uppercase;
}




/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #DA4453;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #DA4453;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
.page-links a:hover span {
  background-color: #DA4453;
  border: 1px solid #DA4453;
  color: #fff;
}
.pagination .fa-chevron-left,
.pagination .fa-chevron-right {
  font-size: 12px;
}
.pagination li a {
  color: #DA4453;
}
.pagination li:hover a {
  color: #DA4453;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #FFF;
  background-color: #DA4453;
  border-color: #DA4453;
}
.pagination>li>a,
.pagination>li>span {
  padding: 9px 14px;
  border-color: #dadada;
}
.bottom-pagination {
  text-align: center;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.single-featured {
  -webkit-transition: opacity 0.3s linear;
     -moz-transition: opacity 0.3s linear;
       -o-transition: opacity 0.3s linear;
          transition: opacity 0.3s linear;
  display: block;
  margin: auto;
}
.single-featured:hover {
  opacity: 0.8;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget ul {
  padding: 0;
  line-height: 18px;
  font-size: 14px;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
#secondary .widget {
  margin-bottom: 50px;
  color: #C1C0C0;
  overflow: hidden;
}
#secondary .widget:last-child {
  margin-bottom: 0px;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.well {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #DADADA;
  overflow: hidden;
  clear: both;
}
.well.light { padding:3px; color:#144194; }


.widget ul ul {
  padding: 10px;
}
.widget #social ul li {
    border-bottom: 0;
}
.not-found-widget {
  margin-top: 30px;
}
.container { width:1160px; }



/* Custom Category Widget */
.cats-widget ul li span {
  float: right;
}
/* Recent Post widgets */
.popular-posts-wrapper .post {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.popular-posts-wrapper .post .post-image {
  width: 60px;
  height: 60px;
  float: left;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #DADADA;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.popular-posts-wrapper .post .post-image img {
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity  0.5s;
     -moz-transition: opacity  0.5s;
       -o-transition: opacity  0.5s;
          transition: opacity  0.5s;
}
.popular-posts-wrapper .post .post-image img:hover {
  opacity: 0.6 !important;
}
.popular-posts-wrapper .post .post-content {
  margin-left: 80px;
}
.widget .post-content > span {
  display: block;
}
#secondary .widget .post-content a {
  color: #DA4453;
}
#secondary .widget .post-content a:hover {
  color: #DADADA;
}
.widget .post-content span {
    font-size: 12px;
}
.tagcloud {
  margin-top: 25px;
}
.tagcloud a {
  padding: 6px 7px;
  margin-right: 0;
  margin-bottom: 4px;
  line-height: 100%;
  display: inline-block;
  color: #FFF !important;
  background-color: #DADADA;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 12px !important;
}
.tagcloud a:hover {
  background-color: #DA4453;
  border-color: #DA4453;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default,   {
  background-color: #DA4453;
  border-color: #DA4453;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.btn-default:hover,
.label-default[href]:hover,
.label-default[href]:focus,
.btn-default:hover, .btn-default:focus,
.btn-default:active,
.btn-default.active,
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover {
  background-color: #363636;
  border-color: #363636;
}
.btn.btn-default {
  color: #FFF;
}
.input-group-btn:last-child>.btn {
  margin-left: 0;
}
button {
  background-color: #DA4453;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
button:hover {
  background-color: #363636;
}
#subscription-toggle {
    float: right;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}
#infinite-handle span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 4px;
  padding: 20px;
  background: transparent;
  border: 1px solid #DADADA;
  background: #fff;
  color: #DA4453;
  -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}
#infinite-handle span:hover {
  background-color: #DA4453;
  color: #fff;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .pre-menu
  {
    margin-bottom: 40px;
    text-align: center !important;
  }
}

/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] a {
  border: 1px solid #DADADA;
  background-color: #fff;
  padding: 8px 14px;
  font-size: 12px;
  border-radius: 4px;
  display: block;
  margin: 0 0 1.5em;
  overflow: hidden;
}
.paging-navigation {
  text-transform: uppercase;
}
.site-content [class*="navigation"] a:hover {
  color: #fff;
  background: #DA4453;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.single .nav-links {
    margin-top: 30px;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}

.navbar.navbar-default {
  background-color: #363636;

  margin-bottom: 0;
  font-weight: 500;
}
.navbar-default .navbar-nav > li > a  {
  color: #F5F7FA;
  line-height: 30px;

  font-size: 12px;
}
.navbar > .container .navbar-brand {
  color: #DADADA;
  font-size: 20px;
  margin: 13px 0;
  font-family: 'Roboto Slab', serif;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 color: #004D9F;
  background-color: transparent;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #0095D7;
  background-color: white;
}
.dropdown-menu {
  font-size: 13px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a  {
  color: #0095D7;
  font-weight: 300;
}

.demo-close
{
cursor:pointer  ;
  position: absolute;
  top: -25px;
  right: -25px;
  padding: 0.6rem;
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index:  100;
}
.demo-close svg {
  width: 24px;
  fill: #fff;
  pointer-events: none;
  vertical-align: top;
}
.iframe_youtube_home {    border:solid 15px white; border-radius:20px; }
.iframe_youtube_home iframe { width:100%; min-height: 250px}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #DADADA;
  }
.iframe_youtube_home { width:100%; position:relative; top:20px;}
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 767px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    /*display: block;
Affichage menu en cas de hover
    */
  }
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #04B2E7;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #DA4453;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a , .navbar-nav .sub-menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  background:transparent;

}

#logo {
  float:left; margin:0 auto; margin-left:10px; background:url('https://www.techniciendesante.fr/wp-content/uploads/2020/04/logo-lueur-separe_395x120px.png');
background-size:160px;
  width:160px;
background-repeat: no-repeat;
}
#logo:hover {
  transform:scale(1.05);

}












.navbar-nav .sub-menu { display: none; position: static; float: left; z-index: 20;}
.navbar-nav .sub-menu a { padding:4px; width:300px; }

.menu-item-has-children { position: relative; }
.menu-item-has-children:before {

/*
  content: ' '; position: absolute; right:49%; bottom:5px; color:white;

   border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
    */
 }


#menu-item-278 a { content:' ';

background-size: 100px;

 display: inline-block;}

@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;

  }
  .nav.navbar-nav a { width:100%; }
  .nav.navbar-nav li { display: block; }
}

/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}

p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment-list,
.comment-list .children {
    list-style: none;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.comment-author.vcard {
  font-size: 12px;
}
.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}
#submit {
  font-size: 12px;
}
.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px;
}
.socialTW, .sbtwitter {
    background-color: #43b3e5;
}
.socialGP, .sbgplus {
    background-color: #da4a38;
}
.socialFB {
    background-color:#3B5998;
}
.socialGP, .socialFB, .socialTW {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 250px auto;
    display: inline-block;
    height: 250px;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.3s ease 0s;
    width:100%;
}
.socialGP:hover, .socialFB:hover, .socialTW:hover {
    background-size: 50% auto;
    transition: all 0.3s ease 0s;
}
.socialGP > a, .socialFB > a, .socialTW > a {
    bottom: 0;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 1;
    width:100%; height:100%;
}
/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #DA4453;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* =Footer
----------------------------------------------- */

.menu-home-accueil  {  visibility: hidden; display: none; }



#footer-area {
  background-color: #313233;
  color: #999;
}
#footer-area a {
  color: #DADADA;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
.widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
  color: inherit;
}
#footer-area .widget ul li {
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.footer-widget {
  overflow: hidden;
}
.copyright {
  margin-top: 10px;
 font-size:14px;
  text-align: left;
}
#colophon {
 background:#5A90A8;
     color:white;
}
#colophon .site-info
{
  color:white !important; text-align: center;
}
#footer-rubrique
{
  background: #26353A;
  min-height:80px;
}
#colophon,#footer-rubrique
{
      padding-top: 30px;
    padding-bottom: 30px;color:white;
}
#footer-rubrique h6
{
  font-size:16px; color:white;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
  background-color: transparent;
}
.scroll-to-top {
  background: #363636;
  background: rgba(100, 100, 100, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s linear;
     -moz-transition: background-color 0.3s linear;
       -o-transition: background-color 0.3s linear;
          transition: background-color 0.3s linear;
}
.scroll-to-top:hover {
  background: #DA4453;
  opacity: .8;
}
.container,.container_full_page { }

}



@media screen and  (max-width: 768px) {
.menu-home-accueil  { visibility: initial; display: block; }

  .site-info, .copyright {
    text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
      .tds_barre_main { display:none;}

}

@media screen and (min-width: 1000px) {
  .navbar-brand {
    float: left;
    margin-right: 5px;
    margin-left: -15px;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 992px) {
.container { width:100%;}
.nm { margin:0;}
      .tds_barre_main { display:none;}

#menu-default li a { padding:5px;}

}
/* =Social icons
----------------------------------------------- */
#secondary .widget .social-icons a {
  color: #fff;
}
.social-icons {
  position: relative;
  text-align: center;
}
#secondary .widget .social-icons {
  text-align: left;
}
.social-icons a {
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #DADADA;
  -webkit-transition: background-color  0.5s;
     -moz-transition: background-color  0.5s;
       -o-transition: background-color  0.5s;
          transition: background-color  0.5s;
}
#footer-area .social-icons a {
  margin-right: 7px;
  background-color: #363636;
  color: #fff;
}

.social-icons a.facebook:hover {
  background-color: #4265b9 !important;
}
.social-icons a.twitter:hover {
  background-color: #55ACEE !important;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89 !important;
}
.social-icons a.flickr:hover {
  background-color: #ff0084 !important;
}
.social-icons a.googleplus:hover {
  background-color: #d62408 !important;
}
.social-icons a.skype:hover {
  background-color: #0bbff2 !important;
}
.social-icons a.pinterest:hover {
  background-color: #c31e26 !important;
}
.social-icons a.linkedin:hover {
  background-color: #005987 !important;
}
.social-icons a.vimeo:hover {
  background-color: #1bb6ec !important;
}
.social-icons a.tumblr:hover {
  background-color: #35506b !important;
}
.social-icons a.youtube:hover {
  background-color: #df3333 !important;
}
.social-icons a.instagram:hover {
  background-color: #F95B60 !important;
}
.social-icons a.rss:hover {
  background-color: #f39c12 !important;
}
.social-icons a.foursquare:hover {
  background-color: #2398C9 !important;
}
.social-icons a.soundcloud:hover {
  background-color: #F50 !important;
}
.social-icons a.github:hover {
  background-color: #4183C4 !important;
}
.fa-googleplus:before {
  content: "\f0d5";
}
.fa-vimeo:before {
  content: "\f194";
}
@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */
.cfa {
  padding: 30px 0px;
  background: #FFF;
  border-bottom: 1px solid #DADADA;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #DA4453;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #DA4453;
  padding: 15px 30px;
  border-color: #DA4453;
}
.cfa-button a {
  color: #DA4453;
}
.cfa-button:hover {
  background-color: #DA4453;
  color: #fff;
}
@media (max-width: 767px) {
  .cfa {
    padding: 0 0 20px;
  }
  .cfa-button {
    padding: 10px 16px;
    margin-top: 10px;
  }
}

/* =Elements when no javaScript is present
----------------------------------------------- */
#submit,
.tagcloud,
.comment-reply-link,
.widget_rss ul,
button[type=submit],
.postform,
table#wp-calendar {
  display: none;
}
.no-js #submit,
.no-js .tagcloud,
.no-js .comment-reply-link,
.no-js .widget_rss ul,
button[type=submit],
.no-js .postform,
.no-js table#wp-calendar {
  display: block;
}


/* Zab */


/*Anime*/

.slow {
  animation-duration: 3s !important;

}


@keyframes blur_it {
     from  {

      filter: blur(3px);
  -webkit-filter: blur(3px);
   }
    to {
  filter: blur(0px);
  -webkit-filter: blur(0px);

    }
}


@keyframes scale_it {
     from  {

 	   transform: scale(1.05);

   }
    to {
	   transform: scale(1.00);


    }
}
#menu-default { margin:0 auto; }
header .navbar-collapse { padding:0 !important; }
#logo {  transition:ease 0.5s all; }
.navbar-default .t_logo{
 width:150px; /* Transition */
display:block;

margin:0 auto;
z-index:10;

 }
.t_logo:hover {
	   transform: scale(1.05);
	  -webkit-animation-play-state: paused; /* Chrome, Safari, Opera */
    animation-play-state: paused;
}

/* Transition ligne droite */

#masthead.shrink .navbar_main_box
{

}
#masthead.shrink .navbar
{


}
.navbar, .navbar_main_box,.t_logo {
  transition:ease 0.5s all;
}
.container.max { width:100%; margin:0 auto; float:left;  overflow: hidden;  }
.first { padding-top:80px;}

.fond_page {

position:relative;
min-height:100vh;
}
.fond_page a { color:white;}

.fond_page .container { padding-top:100px;}
.pattern {
      background: url('inc/img/pattern.png') repeat scroll 0 0 rgba(0,0,0,0);
height: 100%;
    left: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    width: 100%;
}
.fond_page_blur {
background:#295FAA;
  height:100%;
  width:100%;
  position:absolute;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */

  border-bottom:solid 1px lightgrey;
top:0;
    animation: 15s linear 0s normal none infinite growimageHome;
animation-direction:alternate;

}


@keyframes growimageHome {
0% {
    transform: translate3d(0px, 0px, 0px) scale(1);
}
100% {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
}
}
@-webkit-keyframes growimageHome {
0% {
    transform: translate3d(0px, 0px, 0px) scale(1);
}
100% {
    transform: translate3d(0px, 0px, 0px) scale(1.05);
}
}

.fond_page_blur:after { display:block; content ''; bottom:-80px; position:absolute; width:100%; transform:rotate(45deg); height:89px; background:white;}

.hentry { margin-top:0;}
.type-page { margin-top:0;padding-top: 145px; }
.type-post { padding-top: 90px }
.post-inner-content { background:none; padding:0; border:none; padding-right:5px; }
.post-inner-content .entry-title { margin-bottom:0;}
.post-inner-content .entry-title , .tds,.bloc_main {     background: rgba(211, 209, 211, 0.7) none repeat scroll 0 0;
 display:block; width:100%; padding:10px; border-radius:5px; color:#2C539D; }
 .nobg { background:none;}
.entry-content { border-radius:10px; padding:15px;
color:#33539C;
transition:ease 0.5s all;
font-size:16px;
z-index: 3;
background: white;

}
.entry-content:hover {  }
.entry-content  a { text-decoration: underline;}
.bloc_main,.bloc_main:hover {background:rgba(255,255,255,1); color:#2D2927 !important;}
.bloc_main a, .tds a { color:#124093; font-weight: bold; text-decoration:underline;}
.bloc_main a.btn { color:white;}
.bloc_main .bloc { background:none; border:none;}

.scroll_down {
    border: 2px solid #000;
    border-radius: 14px;
    bottom: 2.6em;
    color: #000;
    height: 48px;
    left: 50%;
    margin-left: -14px;
    opacity: 0.5;
    outline: 0 none;
    position: absolute;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 30px;
    z-index: 3;
}
.scroll_down:after {
    animation: 1.7s ease 0s normal none infinite running scrollfade;
    content: "";
    font-family: "Ricca Icons";
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: -2px;
    line-height: 1;
    opacity: 0.3;
    position: absolute;
    text-transform: none;
    top: 40px;
}
.no_padding { padding:0;}
.no_margin { margin:0;}
.iconcircle {
    background-color: transparent !important;
    border-radius: 50%;
    height: 100px;
    line-height: 90px;
    width: 100px;
    text-align:center;
}
.iconcircle {
    margin: 30px auto;
}
.icon_bg {
    font-size: 40px;
    color:#2a4290 !important;
}
.tds_barre_main { background:#FCFBF6; position:relative;
  height:100vh;
height: 100%;
    position: fixed;
width:150px;
right:0;
top:0;
padding-top:70px;

 }
.tds_barre_icone {

color:white;
font-size:55px;
 padding-top: 5px;
 margin-bottom:5px;
 line-height: 55px;
 height:55px;
}
.colonne_icone { color:white;   font-family: "Oswald",sans-serif; font-size:16px;}
.form-control { height:44px;  }
.tds_divider {position:absolute; height:2000px; top:-100px; left:-80px}
.tds_barre { color:; z-index: 100; position:relative;}
#tds_barre a {text-decoration:  none;}
.underline { text-decoration:underline !important;}
.colonne_icone:hover .tds_barre_icone { color:white;     -webkit-animation: bounce 1s;
    animation: bounce 1s;}
.colonne_icone {  border-bottom:solid 1px #D4D7DB; text-align:center;}
.navbar-nav .sub-menu li { margin:0; list-style: none; }
.navbar-nav .sub-menu { margin:0; padding-left:0; list-style: none; width:100%;  }
.navbar-nav > li { float:none; display: inline-block; }
.navbar-nav .sub-menu a {  padding:10px 15px; background:white; line-height: 30px;  display: inline-block; }
#menu-left { text-align: right; }
#menu-right { text-align: left; }
.navbar-default .navbar-nav > li > a:hover {
background:rgba(105,172,225,0.8);
	}
	.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }

}

@keyframes multicolor{
    0% { background-color:#0C64D1; }

    50% { background-color:#0A4287; }
    100% { background-color:#0C64D1; }

}
@-webkit-keyframes multicolor{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}








#nous_sommes { font-size:20px; min-height: 78px; }
#nous_sommes b { color:black;}

.cercle_category { border-radius:50%; width:100px; height:100px; background:rgba(0,0,0,0.7); display:inline-block;}





.ronds {

  width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color:#094A97;
    background-image:linear-gradient(to right, rgba(73, 155, 234, 1) 0%, rgba(60, 107, 177, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
    overflow: hidden;
    vertical-align:middle;
    padding:4px;
max-width: 130px;
border:solid 5px white;
 min-height:100px;
  line-height:110px;
  margin:5px;
  float:left;
  padding:5px;
}
.ronds a {
  display:inline-block;
line-height: 15px;
vertical-align: middle;

color:white;
}
.ronds_main,#miniloops-2 {
  border-collapse: separate;
  border-spacing: 10px;
  columns:2;
}
.ronds:hover { background:#E2000F; animation: rubberBand 400ms;}

.rondszolia {
    animation:rondszoli 10250ms infinite;
  -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;

}

.miniloops:hover .rondszolia {
animation-play-state:paused;

}

@keyframes rondszoli {
     0  {
  background-color:#0083C7;

 border-radius: 100px;

   }


50% {
border-radius:0;
background-color:black;

}




   100% {



  background-color:#0083C7;

 border-radius: 100px;
    }







}
.loading_tds {
position:fixed; width:400px;height:400px; top:300px; left:50%;margin-left:-250px;
   animation:loading_tds 2200ms infinite;


}
@keyframes loading_tds {

0 {
   -webkit-transform:rotate(0);
transform:rotate(0);
}
100% {
   -webkit-transform:rotate(360deg);
transform:rotate(360deg);
}


  }





.site-header {


    left: 0;
    top: 0;
    width: 100%;
    z-index: 300;
    position: fixed;
    height:80px;
    margin-bottom:80px;





}
.header_wp_admin { top:0px;}
.menu-main { background:#40A4D3;; text-align: center; width:42%; margin-top:5px;}
.nav.menu-main.in {
background:red;
width:100%;
margin:0;
}


#masthead .navbar {

 background: none repeat scroll 0 0 #40A4D3;
background: linear-gradient(to right, #43A3DF 0%,#98CCF2 50%,#4AA6E0 100%);


height:80px;



  border-bottom: solid 5Px #039EDE;


  position: relative;}
.navbar_main_box {
  position:absolute;
  display:none;
}
.navbar-default .navbar-nav > li > a , .navbar-default .sub-menu > li > a{
font-size: 16px;
text-decoration: none;
text-align: center;
}
.header_fixe { position:absolute; top:80px;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
 , .pre-menu a:hover
 {
    background-color:transparent;
    color: #004D9F;
}
.center-block { float:none;}
.info_content { font-size: 34px; color:white; }
.button {

    box-shadow: 0 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0;
    padding: 0.675em 40px;
    position: relative;
    text-align: center;
    transition: color 0.2s linear 0s;
    z-index: 0;
        border: 4px solid white;

}
.button.color-white {
    color:white;
}

.button.color-red:before {
    border-color: #a04d47;
}


/* Bounce To Bottom */
.bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.bounce:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.bounce:hover, .bounce:focus, .bounce:active {
  color: white;
}
.bounce:hover:before, .bounce:focus:before, .bounce:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.t_transition {
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;

}


.img_question { max-height: 200px;}





.btn-radio {
  width: 100%;
}
.img-radio {
  opacity: 0.5;
  margin-bottom: 5px;
}

.space-20 {
    margin-top: 20px;
}


.radio_hide { position:relative;}

.radio_hide .indicator { position: absolute; bottom:0; left:0; min-height: 50px; background:rgba(74,75,76,0.7); color:white; font-weight: bold; width:100%; text-align: center; }
.radio_hide input { display: none; }
.radio_hide img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  opacity: 0.7;
}
.radio_hide input:checked + img{ /* (CHECKED) IMAGE STYLES */
  border:2px solid #14CE90;
  opacity: 1;
}



.box,#tab-description,.widget,.woocommerce div.product {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    text-align: left;
    display: block;
    background: white;
    margin-bottom:10px;
}
.m_main, .woo_main {      border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: white;

      }


.box-icon {
    background-color: #57a544;
    border-radius: 50%;
    display: table;291
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}
.box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.info h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.info > p {
    color: #717171;
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
}
.info > a {
    background-color: #03a9f4;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}
.info > a:hover {
    background-color: #0288d1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.lvm {
  background: none repeat scroll 0 0 #0064b2;
    border: 10px solid white;
    border-radius: 20px 20px 0;
    color: white;
    font-size: 12px;
    list-style: outside none none !important;
    margin-bottom: 5px;
    margin-left: 0;
    overflow: hidden;
    padding: 10px;


}
.lvm_mag { min-height: 220px}

.divimgadh {
    background: none repeat scroll 0 0 white;
    border: 1px solid grey;
    border-radius: 10px 10px 0;
    color: #08519b;
    float: right;
    font-size: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 6px;
    text-align: center;
    width: 85%;
}
.block { display: block;}
#content { margin-top:90px;}
#page { height: 100%;}


.row-table { display:table;    width: 100%;
   table-layout: fixed;}
   .col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width:768px) {
.post-inner-content {
    padding: 0
;}

    .my-row {
        position: relative;
        height: 100%;
        border: 1px solid red;
        overflow: hidden;
    }
    .img-fluid {
        width: 100%
    }
    .row.my-row > [class*="col-"] {
        position: relative
    }
    .background {
        position: absolute;
        padding-top: 200%;
        left: 0;
        top: 0;
        width: 100%;
        background: #ccc;
    }
    .content {
        position: relative;
        z-index: 1;
        width: 100%;
        text-align: center;
        padding: 10px;
    }

}


.tds_barre a { color:;}
blockquote {
  background: #f9f9f9;

  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  color:#3D3C3C;
}
blockquote:before {
  font-family:  Arial;
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
}
.fond_type { color:white; font-size:  16px; height:100%;}
.f_blue_l { background:#63ADDC;}
.f_blue_f { background:#3E6CAF; }
.f_blue_m { background:#378CCD;}
.padding_tds { padding-top:130px;}

.row_no_padding .col-md-4 { padding:0;}
.full_height { height:100%; display:table;}

.full_height .col-md-4 { display:table-cell; float:none;}
.body {
    display: table;
    background-color: green;
}

.left-side {
    background-color: blue;
    float: none;
    display: table-cell;
    border: 1px solid;
}

.right-side {
    background-color: red;
    float: none;
    display: table-cell;
    border: 1px solid;
}



#bonhomme_tds { max-width:80px; margin:30px auto; }
.row_table { display:table; width:100%;}
.row_table .col-md-4 { display:table-cell; width:33%; text-align:center; padding:0; position: relative}
.row_table.nos_engagements { }
.row_table.nos_engagements .col-md-4 { min-height:1350px; color:#344991; font-size:16px;  padding-top:150px;  }
.ns_header_main h2 { font-size:52px;}
.ns_header_main { font-size:24px; background:rgba(255,255,255,0.2); height:190px; padding-top:10px;}
.ns_header { font-size:16px;}

.ns_header_sous_titre { font-size:20px;}
.ns_header, .ns_header_main { padding-left:10px; padding-right:10px;}
.ns_header { max-width: 85%; margin:0 auto; display:block;}
.ns_header h3 { font-size:32px; margin-bottom:0px;}
.ns_engagement3 {  max-width:60%;}
.fblue { background:blue;}
.ns_1 { background:#A3CFF2;}
.ns_2 { background:#D0E7F9;}
.ns_3 { background:#C3DFF7;}
.ns_hr { border-bottom:dotted 3px #008BCF; max-width:50%; margin:0 auto; margin-top:10px; min-height: 5px; }
.ns_offrir {
  animation: 3s linear 0s normal none infinite growimageHome;
animation-direction:alternate;
margin-top:-160px; margin-bottom:5px
;}
#menu-item-228,#menu-item-229 { display:none;}
button.ntds-btn { background:#6781B3; position:fixed; top:20px; width:100%; left:0;z-index:1000;}
button.ntds-btn .icon-bar { background:white;}

.menu_main { float:left; }

#primary-navigation
{
  position: relative;
}

@media(max-width:767px){
    .t_logo { width:90px !important; height: 90px !important; margin-top:10px; margin:0 auto; }

.container,.container_full_page { padding-left:0;}
.site-header { height:auto; }
.nav-menu {display: none;}
.collapse.in .nav-menu {display:block;}
#primary-navigation.collapse.in {
  background:linear-gradient(to right, #0095d7 0%,#9acdf3 46%,#0095d7 100%);
}
#primary-navigation.collapse.in .menu-main  {
  width:100%;
  text-align: center;
  position: relative;
}
#primary-navigation.collapse.in #logo .t_logo { height:50px !important;; width:50px !important;;  }
#primary-navigation.collapse.in #logo {float:none; height:auto; width:auto; display: block;}
#primary-navigation.collapse.in  > li > .dropdown-menu  > a
{
color:white;
}
header .menu-item {  text-align:center; }
.navbar-ex1-collapse {  background:#6781B3;}
  .row_table { display:block;}
  .row_table .col-md-4 { display:block; width:100%;}
  .row { margin:0;}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

padding:2px;
}
  .row_table.nos_engagements .col-md-4 { padding-top: 0px;}

    .post-inner-content {
        padding: 0;
    }
    .full_height { display:block !important;}
.container { padding:0; width:100%;}
    .padding_tds { padding-top:5px;}
.padding_tds.pfirst { padding-top:130px;}

.tds_divider { left:0; top:-30px; -webkit-transform: rotate(90deg);    transform: rotate(90deg);}
.tds_barre.first { padding-top:   150px; margin-top:  0}
.tds_barre_main { width:100%; top:80px; display:none; height:auto; background:rgba(25,25,25,0.5); left:0; position:absolute; }
.tds_barre .colonne_icone { float:left; width:33%; border:none; color:white;}
.tds_barre_icone { font-size:25px;}
.tds_barre .iconcircle { height:50px; line-height: 45px; width:50px;
}
.md_tds { display:none;}
#menu-item-228, #menu-item-229 { display:block; ; }
#menu-item-229 a:before, #menu-item-228 a:before { font-family: 'FontAwesome';  width:25px; text-align: center; border-radius:50%; height:25px; background:#094a97; display:inline-block; margin-right:10px; }
#menu-item-228 a:before { content :'';  }
#menu-item-229 a:before { content :"";  }


}


/* Container */

.progressb {
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
}

/* Item */

.progressb>li {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #93A2AC;
  font-family: Lato;
  font-weight: 100;
  margin: 2rem;
}

.progressb>li:before {
  content: attr(data-name);
  position: absolute;
  width: 100%;
  bottom: -2rem;
  font-weight: 400;
}

.progressb>li:after {
  content: attr(data-percent);
  position: absolute;
  width: 100%;
  top: 3.7rem;
  left: 0;
  font-size: 2rem;
  text-align: center;
}

.progressb svg {
  width: 10rem;
  height: 10rem;
}

.progressb svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.progressb svg:nth-child(2) path {
  fill: none;
  stroke-width: 25;
  stroke-dasharray: 629;
  stroke: rgba(255, 255, 255, 0.9);
  -webkit-animation: loadb 10s;
  -moz-animation: loadb 10s;
  -o-animation: loadb 10s;
  animation: loadb 10s;
}

@-webkit-keyframes
loadb { 0% {
stroke-dashoffset:0
}
}
@-moz-keyframes
loadb { 0% {
stroke-dashoffset:0
}
}
@keyframes
loadb { 0% {
stroke-dashoffset:0
}
}
.nav,.tds_barre {   font-family: 'Oswald', sans-serif;
}

.animated_start_long {     animation-delay: 0.8s; }
.animated_start_vlong { animation-delay:2.8s;}
.animated_start_vblong { animation-delay:4s;}
.protected-post-form {  margin:0 auto; background:#EAEAEA; color:#3A3838; max-width: 500px;}
.overflowx { overflow-x:scroll;}
.overflowy { overflow-y:scroll;}




.retour { background:#005CA9; min-height: 1000px; min-height: 100vh; padding-top:130px;}
.circle_retour { width:600px; height:600px; border-radius:50%; border:solid 10px white;  position:relative;   margin:0 auto;}
.circle_retour .cr {
top: 50%; left: 50%;
margin:-50px;
  position:absolute; width:100px; height:100px; border-radius:50%; border:solid 5px white; background:white;}
.cr_bas {
 transform: rotate(90deg) translate(300px) rotate(-90deg);


}

.cr_txt { position:absolute; top:-80px;}
.cr_title { font-size:28px; font-weight: bold;}



.fac-green { color:#6DBC0D;}
.fac-red { color:#DB2911;}
.infinite {
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-iteration-count: infinite;

}
.a_long {

    -webkit-animation-duration: 2s !important; /* Chrome, Safari, Opera */
    animation-duration: 2s !important;


}
.circle_icon { border:solid 1px white; height:30px; width:30px; font-size:20px; border-radius:50%; text-align: center; display:inline-block;}
#KjfaqNav {
  max-width: 700px;
  width: 95%;
  margin: 15px auto;
}

.toggleAnswers {
  font-weight: bold;
  color: #555;
  cursor: pointer;
  padding: 0px 15px 0px 15px;
  border-radius: 5px 5px 0px 5px;
}

.simple_Kjfaq, span.KjCOntent {
  display: block;
}

span.KjCOntent {
  margin-left: 25px;
}

.Kjfaq dt, .Kjfaq dd {
  border-radius: 5px;
  margin-bottom: 2px;
}
.Kjfaq dt {
  padding: 20px;
  cursor: pointer;
  color: #eee;
}
.Kjfaq dd {
  display: block;
  padding: 10px;
  padding-left:45px;
  margin-left: 0px;
  border: 1px solid #747f3a;
  color: white;
}

.Kjfaq dt {
background: rgba(248,80,50,1);
background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));
background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);
  /* IE6-8 */
}

.Kjfaq dd {
  background: #E0DEDE;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0YjM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTg5MGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #E0DEDE 0%, #ADADAD 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E0DEDE), color-stop(100%, #ADADAD));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #E0DEDE 0%, #ADADAD 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #E0DEDE 0%, #ADADAD 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #E0DEDE 0%, #ADADAD 100%);
  /* IE10+ */
  background: linear-gradient(to bottom,#E0DEDE 0%, #ADADAD 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0DEDE', endColorstr='#ADADAD', GradientType=0 );
  /* IE6-8 */
  color:#424040;
}

.Kjfaq .circle_icon { float:left; margin-right:15px;}
.vegas-slide, .vegas-slide-inner { background-position: center right  !important;

 }
.osc_servicebox h1, .osc_servicebox h2, .osc_servicebox h3, .osc_servicebox h4, .osc_servicebox h5, .osc_servicebox h6 {

    letter-spacing: 1px !important;
    }


.iconse {
    position: absolute;
    right: 2px;
    top: 6px;
    color:black;
    background:none;
    border:none;
}
.mtop { margin-top: 130px}
.mtopn { margin-top:120px;}
.tds_icone_main {}
.tds_icone_main h5 { margin:0;}
.tds_icone_main .description { font-size:16px; font-weight: bold;}
.tds_icone { font-size:60px;  background:none; margin:0; margin-bottom:5px;}
.tds_i { color:#3A3A3A;}
.tds_circle { background:none; color:white;}
.tcontainer { padding-bottom:50px;}
.txt_slider {  position:absolute; color:white;  font-size:24px; padding:5px;    z-index:   200;  font-family:  Oswald;}
#div_slider1 { top:30%; }
#div_slider2 { top:40%; }
#div_slider0 { top:50%; }
.txt_slider_content { width:200px;}

#landing,.landing {  min-height:400px; padding:10px; }
#landing { height:35vw;  background-color:#00457C; max-height: 600px;}
#landing .upb_row_bg { background-position: 0 60px}
.landing_t { min-height: 450px;}
.scroll_mouse { color:white; position:absolute; bottom:5%; left:50%; margin-left:-100px; text-align:center; width:200px; overflow:hidden; z-index: 20}
.scroll_mouse b {  font-family:Oswald; font-size: 18px; display:block;}
.scroll_icon { margin-top:10px; font-size:20px; display:block;}
.overlay { height:100%; width:100%; top:0; left:0; position: absolute; background:rgba(0,0,0,0.3); z-index: 1; }
.wrap_it { z-index: 20; position: relative; min-height:50vh; width:100%;}
.content {
padding:70px 0;
  min-height: 500px; color:#00497F; background:#F5F5F5;}
  .content .tds_circle { color:#3A3A3A;}
.content h2 { font-size: 40px; margin:40px;}
#landing h1 {  text-align:right; color:white; font-size:42px; width:90%;  top:10%; margin:0; font-weight: 400; }

.wpsl-info-window strong { }
.btn , .vfb-submit, a.btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt  {
padding:10px; border:solid 1px #0196DA;  border-radius:5px; text-align:center; color:white; background:#0196DA; font-size:16px;
padding: 5px ;
  transition:all 0.5s ease-in-out;
  position: relative;
  overflow:hidden;
  text-decoration: none;
  color:white;
  border: rgba(23,124,201,1) solid 1px;
}
.btn-xs, a.btn-xs { font-size: 12px; }
.btn:hover,.vfb-submit:hover {
cursor:pointer;
transform:scale(1.02);
border-color:#0069B3;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


.btn:hover,
.btn:active {
  color: #0196DA !important;
    background: white;

}


#fsbbox1 img { border-radius: 5px !important; }
.site-main { color:#565656;  }
.white, .white h3 { color:white; }
/* gkey  AIzaSyCzMJ123emgL0CaoMWw7yzuL55JxyW5-4U  */
.tds_prez { font-size:20px; font-family: 'Oswald';
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 6rem;
    padding: 2rem;
    text-align: center;
    border-radius: 20px;
    text-align: center;

}
.vc_grid-item { color:#232222; }
.tds_prez h1 { font-size:70px; }

.tds_section_main { min-height: 500px; }
.tds_section h1,h2,h3,h4,h5, h1.page-title, h1.entry-title, .page-header h1, .tds_title { color:#2a4290; }
.tds_section h3 { font-size:28px; }
.tds_section h2 {  font-size: 36px; }
.tds_section h1 { font-size:40px; }
.alter_color { color:#0096E5; }
.ft20 { font-size:20px; }
.ft22 { font-size: 22px; }
.ft25 { font-size:25px; }
.sub_main_title { font-weight:normal; color:#2a4290; }
.sub_main_title .ft25 { vertical-align: middle; }
.tds_bloc h1 { color:; }
.entry-header { position:relative;  text-align:center; }

.inline { display:inline; }
.image_featured { float:right; width:30%; text-align: right; }
.image_featured img { border-top-right-radius: 10px; display: inline-block; }
.text-left { text-align: left ;  }
.text-center { text-align:center; }
.icon_big [class^="flaticon-"]:before { font-size: 40px !important height: 1em;
    line-height: 1em;
    width: 1em; }

.icon_big {
  position: relative;
  margin:0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(196,202,215,0.9);
 /* box-shadow: inset 0 2px 3px 0 #0d202b, 1px 2px 5px 0 rgba(250, 250, 250, 0.8);*/
  color: #124093;
  text-align: center;
  font-size: 45px;
  font-family: Arial;
  line-height: 110px;
  cursor: pointer;
  transition: box-shadow 0.5s ease, background 0.5s ease;
  margin-bottom:10px;
  background: rgba(0, 0, 0, 0) url("inc/img/logo_sans_fond.png") no-repeat  center center / 110px 110px;

}


.icon_box {
  font-size:22px;
}



/*CSS3 multiple columns.*/
/* Get em size for colums: 184/16 */
.columns
{
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}
/*remove standard list and bullet formatting from ul*/
.columns ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
.columns ul li:first-child
{
    margin-top:0px;
}



.grid-item {
  float: left;
}
.grid-item { width: 50%; }
.grid-item img {
  display: block;
  max-width: 100%;
}
.hh-grid-item {
    margin: 5px;
    width: 200px;
}
.hh-grid-item img { border-radius: 5px }
.title_section h3 { font-size: 34px; }
.nomargin,.no_margin { margin:0; }



.tds_acco {

  height : 15vh;
  width:100%;
  position:relative;
 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0095d7+0,9bcef3+51,0095d7+100 */
background: #0095d7; /* Old browsers */

background: linear-gradient(to right, #0095d7 0%,#9bcef3 51%,#0095d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  z-index:100;
text-align:center;
}
.tds_acco_shadow {
  height : 15vh;
  background:red;
  content: ' ';
  top:10px;
  position:absolute;
  width:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  z-index:-1;

background: #24397c; /* Old browsers */

background: -webkit-linear-gradient(left,  #24397c 0%,#0095d7 47%,#24397c 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #24397c 0%,#0095d7 47%,#24397c 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tds_acco_main { position:relative;}
.tds_acco h1 { color:white; font-size:6vh; line-height:10vh;  padding-top:10px;}










.service-bloc
{
min-height:85px;
overflow:hidden;

}
.service-bloc .service-icon
{
  color:#2a4290; font-size:   46px;
  line-height:85px;
  float:left;
  width:55px;
  margin-right:15px;
  text-align:center;
}
.service-bloc figcaption { float:left; width:70%; font-size:  14px;  }
.service-bloc h3 { font-size:18px; color:#3f3f3f}
.service-description { margin-top:5px; }
.flip
{

          -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.vc_custom_1419260513295 { background:pink !important;}
#primary { margin-top:0px; min-height: 100vh;}
#main .entry-content:nth-of-type(1)
{
  min-height:90vh;
}
.box2 {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:340px;
}

.box2:hover {
  border:2px solid #525C7A;
}



.box2 .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important;
    }
.border-top-radius
{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hide_overflow { overflow: hidden; }
.titre_small { font-size:38px; }
.widget { margin:15px 0; background:white; padding:15px; padding-top:0; }
#secondary { margin-top:-15px; }
.ult_tabcontent.style2 {

    border-bottom: solid 1px rgba(0,0,0,0.2);
}
.navbar.navbar-tds {
  background-color:#40A4D3;
}
.no_padding>.vc_column-inner { padding:0 !important; }
.term-description { max-height: 300px; overflow-y:auto; }

.img-et-si
{
  position:fixed;right:5px;bottom: 20%;    width: 15vw;
      animation-delay: 3s;
z-index: -1;
}

.modal-backdropaaaaaaaaaa.in { z-index: 3 }




.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.strong { font-weight: bold; }

.vc_row  { margin-left:0 !important; margin-right: 0 !important; }
.vc_row_remove_margin
{
margin-left:-30px !important;
margin-right:-30px !important;
}
.site-main { background: white;  }
.breadcrumbs {
    padding: 4px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
blockquote
{
font-size:14px;
}
.google_panorama_icon { margin-right:4px; }
.google_panorama_wrapper { margin-left:-15px; margin-right:-15px; }


.bline { position:relative; margin-bottom:40px; }
.bline:after { position:absolute; bottom:-15px; left:50%;  ; content:' '; width:70px; margin-left:-35px;height:9px; background:#134095; }



.tds_new_back { color:#0196DA; font-size:16px; }
.form-tds {
    background:linear-gradient(to bottom, #EBEBEB 0%, #FAFAFA 100%) repeat scroll ;

 }
.menu-main .dropdown-menu
{
  background-color:#E4F1FD;
  color:#0095D7;
}
.pre-menu {

    text-align: right;
    color: white;
    margin-right: 60px;
    font-family: 'Oswald';
    font-weight: 400;
    right:0;
}
 .pre-menu a {
  color: #F5F7FA;    padding:3px;
  }
  .pre-menu img { width:32px; }
  .alert { border-radius:0; }
  .padding-tds
  {
    padding-left:80px;
    padding-right:80px;
  }
.rpadding-tds, .full-row {
    margin-left: -95px !important;
    margin-right: -95px !important;
}
.full-row-vc
{
  margin-left:-80px !important;
  margin-right: -80px !important;
}



.top-icon .aio-icon-header h3.aio-icon-title {
    margin: 5px 0 5px !important;
    color:#0097DC;
        text-transform: uppercase;
}
.entry-header.page-header { text-align: center; }
.entry-header h1 { display:inline-block; text-align: center; margin-right: 80px; ; margin-bottom:20px; }
.the_content { margin-top:-20px; }
.relief
{
  color:#0196DA;
}
.entry-content, .full-row-padding  { padding-left:80px; padding-right:80px; }
.tds_service_img img { width:100%; }
.full-row-inner {

  box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
        z-index: 2;
    position: relative;
}
#mokup_category {
    margin-left: 95px;
    overflow: hidden;
}
#mokup_category td
{
      vertical-align: bottom;
      position: relative;

}

#mokup_content
{
  width:80%;
}

#mokup_category .alert {
  margin-bottom:0;
}
#mokup_img {
    /* transform: scale(1.5); */
    margin-left: -35px;
    width: 400px;
    max-width: inherit;
    /* float: left; */
    position: absolute;
    bottom: 0;
    right: 0;
}

.no-relative
{
  position:inherit;
}

.box_tds_service
{
  width:20%;
  float:left; position: relative;
  overflow: hidden;
}
.box_tds_service_overlay
{
    bottom:25px;
    top:inherit;
    background:rgba(255,255,255,0.4);

}
.box_tds_service:hover .box_tds_service_overlay { display: none; }
.tds_service_img
{
    position:relative;

}
.tds_service_img:after {

  content:"";
  display:block;
  position:absolute;
  left:0;
  right:0;
  bottom:-15px;
  height:40px;
  background-color:white;
  width:101%;


 }
.tds_service_img_selected:after
{
  -moz-clip-path:polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
  clip-path:polygon(0 0, calc(50% - 30px) 0, 50% 50%, calc(50% + 30px) 0, 100% 0, 100% 100%, 0 100%);
}

.tds_service_title { position: absolute; bottom:40px; font-family: 'Oswald'; font-weight: 600; width: 100%;
    text-align: left; padding-left:40px;}
.tds_service_title
{
color:#0196DA;
line-height: 14px;
}
.tds_service_img_selected .tds_service_title
{
  color:#2a4290;
}
.tds_service_subtitle
{
  font-size:12px;
}
.tds_service_contact
{
  border:solid 3px #0096DB;
  position: relative;
}
.tds_service_contact_img
{
float:left;
margin:-40px 0 0 10px;
}

.tds_service_point .vc_column-inner
{
background:#92D4F7;
}
.tds_service_point {  margin-top:40px; padding-left:13px;padding-right: 13px; }
.tds_service_point .vc_column-inner
{
  margin-left: 5px;
padding:15px 10px 15px 10px;
color:white;
font-size: 12px; line-height: 14px;
text-align: center;
}
.tds_service_point .vc_column-inner  h5
{
  margin-top:0;
}

  @media (max-width: 767px) {
    #secondary {
        clear: both;
    }
    .container { width:100%; }
    .box_tds_service { width:50%; }










#masthead .navbar  {height:0px;}

  .padding-tds
  {
    padding-left:5px;
    padding-right:5px;
  }
.entry-content, .full-row-padding  { padding-left:5px; padding-right:5px; }

.rpadding-tds, .full-row,.full-row-vc {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

#mokup_content
{width:100%;}
.box_tds_service { width:50%; }
#mokup_category {
margin:20px;
}

}








.cat_box { color:white; padding:15px; position: relative; font-family: 'Oswald' }
.cat_box h5 a,.zab_hover_title { background:#0097DA;color:white; padding:4px; font-size: 22px; text-decoration: none; letter-spacing: 2px; margin-top: 5px; }
.cat_download { color:white; margin-left: 10px }
.cat_download:hover { color:#0196DA; }
.cat_feuilleter { margin-top: 15px }
.cat_validite { margin-top:20px; font-size:14px;}
.cat_content
{
  height:120px;
  font-size:18px;
  overflow:hidden;
}
.btn-white
{
  background:white;
  color:;
}



.dossier_sante {
     transition: all 0.5s ease-in-out;
color:white;
overflow: hidden;
}
.dossier_sante .zab_hover_title
{
  position: inherit;
  max-width: 100%;
      top: inherit;
    left: inherit;
    margin-top: 2px;

}
.dossier_sante:hover
{
  opacity:0.8;
}
.dossier_sante img { margin: 0 auto;
    display: block;}
.dossier_sante.faq
{
  background:#3AA3DC;
}
.dossier_sante.facebook
{
  background:#23589A;
}
.dossier_sante.newsletter
{
  background:#1e73be; text-align: center;;
  padding-left:11%; padding-right: 11%;
  height:282px;
}

.dossier_sante.newsletter .zab_hover_title
{
  text-align: left;
  margin-bottom: 30px;
}
.dossier_sante.interview
{
  color:#173B8F;
}
.dossier_sante.newsletter:hover{
  opacity: 1;
  background: rgb(55, 145, 197);
}
.dossier_sante.image{
  padding:0;
  position: relative;
}
.dossier_sante.image:hover {
  opacity: 0.5;
}
.dossier_sante.image a { height: 100%; }
.dossier_sante.image a:hover:after, .zab_hover_big a:hover:after {
content:'+';
font-size: 96px;
position: absolute;
top:20%;
height:100%;
text-align: center;
width:100%;
opacity: 1;
color:#0097DA;
  }
.dossier_sante.temoignages
{
  background:#FFBF5B;
  height:566px;
}
.dossier_sante.temoignages:hover
{
  opacity: 1;
}
.dossier_sante.temoignages .sub_temoignage {
    background: #FFE0AF;
    margin:0;
        margin-left: -10px;
    margin-right: -10px;
    padding:10px 20px 10px 20px;
    height: calc(33% - 8px);
    color:#0097DA;
    line-height: 18px;

}
.dossier_sante.temoignages .sub_temoignage h6 {
font-size: 15px;
}
.dossier_sante.temoignages .sub_temoignage:nth-of-type(2) {
    background:#FFD696;
}
.dossier_sante, .zab_hover_content
{
    height:283px;
    padding:10px;
}

.zab_hover_content { color:white; }
.zab_hover_main
{
  height:283px;
}
.zab_hover_big{
  height: 565px;
}

.dossier_sante.newsletter .yikes-easy-mc-form .submit-button-inline-label
{
   margin-left:-10px;
   min-width: inherit;
   font-size: 10px;
}
.bluetds
{
      color:#0097DA;

}

#breadcrumbs{
    list-style:none;
    margin:0;
    overflow:hidden;

}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:3px;
}

#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
.breadcrumbs { background:none; }
.alert.alert-info
{
  background:#E9F6FE;
}
.dropdown-menu {     background-color: rgba(1,117, 188, 1); }
#menu-left .menu-item a:hover,.menu-home a:hover,#menu-right .menu-item a:hover, .menu-home a:hover,.link_catalogue_menu:hover
{
    background-color:white !important ;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

  @media (min-width: 767px)
{
#primary-navigation .dropdown:hover .dropdown-menu {
  display: block;
}


}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

#primary-navigation .navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}

#primary-navigation .navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
.descriptif-tds { margin-top: -15px }
.no-border,.no_border { border:none !important; }

.footer-menu li a
{
  color:#839299;
}
.footer-menu li a:hover
{
  color:#FFFFFB;
}
.vc_separator h2 { font-size:20px; }
.vc_separator.vc_sep_border_width_2 .vc_sep_holder .vc_sep_line
{
  margin-top: 4px;
}


label.vfb-desc {
    display: block;
}

input.vfb-text, textarea.vfb-textarea
{
      color: #666;
    border: 1px solid #00457C;
    border-radius: 3px;
}
.vfb-text:focus
{
  color:black;
}
.vfb-span { display: block; }
.navbar-iconbar { padding-top:8px; }
.navbar-logo img{
  height:30px;
}
.navbar-logo span
{
  color:white;
}
.navbar-logo
{
  float:left; margin-left: 20px
}
.navbar-iconbar
{
  float:left;
}
.tds.nobg
{
  padding:0;
}
.tds_post_grid h4
{
  font-size:18px;
  color:#006AB8;
  text-align:center;
  font-weight: bold;
}
.tds_post_grid button
{
  background-image:none !important;
  border:none;
  box-shadow:   none:;
  color:#5ACCFF;
  font-size:16px !important ;
  font-weight: bold;
}
.tds_post_grid .tds_grid_excerpt
{
  min-height:170px;
}
.site-navigation-inner,#primary-navigation { max-height: 60px; height:60px; }

.producttds
{
  border:solid 2px #ccc;
  border-radius:5px;
  padding:20px;
  position:relative;
  background:aliceblue;
}
.producttds h3 { font-size:22px; color:rgb(57,110,153); margin:0; }
.producttds_img { border-radius: 5px; }
.producttds_content { margin-top:20px; }
.producttds_button { position:absolute !important; bottom:20px; }
body {-webkit-font-smoothing: antialiased;}

.nav-mini-top>li>a
{
  padding:2px
}
.nav-mini-top { display: inline-block}

#primary-navigation .nav>li>a
{
  padding:3px 15px;
  text-transform: uppercase;
}
#primary-navigation .menu-item-object-custom:nth-child(n+2), #menu-right .menu-item-object-custom
{
border-left:solid 1px white;
}

.caret
{
  border:none;
  background: url(inc/img/carret.png) no-repeat;
  height:16px;
  width:16px;
}

@media screen and (max-width: 640px) {
  .no_clearfix:after
{
  clear:initial !important;
}
.site-navigation-inner,#primary-navigation { max-height: initial; height:initial; }
.producttds_button { position:static !important; bottom:10px; }

}



