/* Copyright © 2023 JurisCampus - Tous droits réservés
* Created on : 28 may. 2018, 9:30:00
* Author     : JurisCampus 
* Edited by  : JurisCampus 
* Last edit  : 19 juillet 2022, 16:08:16
*/



/**********************/
/*PROPRIETES GENERALES*/
/*Supprimer le scroll horizontal sur mobile*/
/*Remonte globalement le site*/

.vc_btn3-icon{
font-family: 'FontAwesome' !important
}

body {
  overflow-x: hidden;
  padding-top: 15px;
		width:100%;
		color:#171717 !important;
}
select, textarea {
  color: #666666;
  font: 16px 'Lato', sans-serif;
    line-height: normal;
  line-height: 20px;
  word-wrap: break-word;
		width: 100%;
max-width:600px;
margin:10px;}

.skillbar-bar { 
		height:35px; width:0px; background:#6adcfa;border-radius: 5px;
}
.skill-bar-percent {
    font-size: 14px;
    color: #000000;
}

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
		border-radius:5px;
    background: #eee;
    height: 35px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
        transition-property: all;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
}

/*Rapproche les images du texte auxquel elles sont associés - 5px au lieu de 18*/
img {
  margin-bottom: 5px;
}

body #page {
max-width: 100%;
margin: 0 auto;
background-color: #FFFFFF;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); 
}

.inner-wrap {
    margin: 0 auto;
    max-width: 80%;
}

/*Justifie les paragraphes possédant la class justify*/
.justify {
  text-align: justify !important;
}

/*Désactive les sauts de lignes forcés, cf Docs, lors du passe en mobile*/
@media screen and (max-width: 760px) {
  .br760 {
    display: none !important;
  }
}

/*En cas d'impression*/
@media print {
/*Replace la sticky navbar à sa place d'origine -> sinon, elle sera imprimé n'importe où sur la page*/
  #mysticky-nav,
  #mysticky-nav.wrapfixed{
    position: initial;
    width: auto
  }
  
  /*Le contenu de l'article prend toute la largeur de la page*/
	#primary {
		width: 100%!important;
	}
	

  /*Fait disparaite la navigation, la sidebar et le footer -> inutile à imprimer*/
  #header-right-section,
	#secondary,
	footer {
		display: none;
	}
}/*Fin des règles pour l'impression*/

/*Remet l'icône de flêche sur le bouton scroll-to-top (par défaut Century Gothic)*/
a#scroll-up {
  font-family: 'FontAwesome' !important;
  z-index: 500;
}

/*Diminue l'espace après tout les titres*/
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 10px;
}

/*Diminue les hauteurs de ligne pour les titres, sauf ceux de la sidebar*/
#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6 {
  line-height: 120%;
}

/*Diminue les tailles de titres -> h1 à 26px, diminution par 2px*/
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:16px;}

/*Corrige l'emplacement des boutons de PrettyPhoto (visionneuse d'image des sliders)*/
div.pp_default .pp_content_container .pp_details {
  margin-top: -15px !important;
}

/*Diminue globalement la marge généré dans chaque colonne par WPBakery*/
/*.vc_column-inner {
  padding-top: 10px !important;
}*/

/*Enlève cette marge pour les bannières de formation, et le slider de l'accueil*/
.banner-formation .vc_column-inner,
.slider-home .vc_column-inner {
    padding-top: 0 !important;
}

/*A cause de la sticky navbar, le haut du contenu est parfois masqué au scroll*/
/*On supprime la marge intérieure du conteneur global, et on remonte volontairement "trop" l'élément*/
#main {
  padding: 0;
  margin-top: -30px;
}

/*On réapplique cette même marge dans les conteneurs ayant des scroll différés - le contenu & la sidebar*/
/*Visuellement, rien n'a changé MAIS quand la sticky navbar est activé, le haut du contenu est toujours visible*/
#content,
.theiaStickySidebar .widget_sow-cta:first-child {
  padding-top: 60px !important;
}

/*Par sécurité, on réapplique les marges "standards" pour la page d'accueil, dont le haut du contenu est différent (pas de H1)*/
.home #main {
  padding: 0 !important;
  margin: 0;
}

.home #content {
  padding: 0 !important;
}
/*/PROPRIETES GENERALES*/
/**********************/

/*FORMULAIRE CONTACT UNIQUE*/

.encart_colonne{
background:#dedede !important;
Border-radius:10px !important;
		position: relative;
		padding:15px;
}

#formulaire-responsive {
	max-width:100%; /*-- à modifier en fonction de la largeur désirée --*/
        
}

.rang-form{
		width:100%;
}

.demi-colonne{
	float: left;
	position: relative;
		width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
		box-sizing: border-box;

}

.colonne {margin-bottom:10px;
	float: left;
	position: relative;
		width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
		box-sizing: border-box;
}

.demi-colonne_date {
	float: left;
	position: relative;
		width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom:20px;
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

select, textarea {
  color: #666666;
  font: 12px 'Century Gothic', sans-serif;
  line-height: normal;
  word-wrap: break-word;
  width: 50%;
  max-width: 50%;

}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
		}
				.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus {
  color: #2b2b2b;
  border-color: #e8e8e8;
  background-color: #c0392b;
		}
		
		.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #c0392b;
}

		.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus {
  color: #ffffff;
  border-color: #ffffff;
				background-color: #c0392b;
		}
	}


/********/
/*HEADER*/
Limite la largeur du logo
#header-logo-image {
  max-width: 80%;
  margin-bottom: -15px;
}

/*Centre la baseline*/
.baseline-home {
  text-align: center;
  margin: 0 !important;
}

/*Baseline en h1 sur la homepage identique au paragraphe baseline sur les autres pages*/
h1.h1-home {
  display: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  color: #666;
  line-height: 24px;
}

/*Sur la homepage, la baseline sera ce h1*/
.home h1.h1-home {display: block;}
.home p.baseline-home {display: none;}

/*Ramène le fil d'ariane sur la gauche (à droite par défaut)*/
/*Le titre de la page prend également les même propriétés, pour éviter le déséquilibre*/
.post-title-wrapper,
.breadcrumb {
  width: 100% !important;
  text-align: left;
}

/*Liens de la topbar en blanc*/
#header-meta p,
#header-meta a,
#header-meta a:before {
  color: #fff;
}

/*Background de la topbar en rouge*/
#header-meta {
  background-color: #c0392b;
}

/*Quand la navigation est fixée en haut de l'écran, lui rajoute une bordure rouge en haut et une ombre en bas*/
#mysticky-nav.wrapfixed {
  border-top: 3px solid #c0392b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*Recentre & élargi la sticky navbar sur les grands écrans (>1310px)*/
@media screen and (min-width: 1310px) {
	#mysticky-nav.wrapfixed #site-navigation {
    width: 100% !important;
	}
  
  #mysticky-nav.wrapfixed #site-navigation .menu-primary-container {
  	width: 100%;
    margin: auto;
  	display: flex;
  	justify-content: center;
  	flex-wrap: wrap;
  }
}

/*Quand l'éditeur WPBakery est ouvert, la navigation ne se fixe pas en haut de l'écran*/
.vc_editor div#mysticky-nav {
    position: initial;
}

/*Supprimer la marge inférieure de la navigation, remontant le slider*/
#header-text-nav-wrap {
  padding-bottom: 0;
}

@media screen and (max-width: 960px) {
  /*Réapplique cette marge sur IPad*/
  #header-text-nav-wrap {
    padding-bottom: 15px;
  }
  
  /*Place la recherche au centre en cas de retour à la ligne*/
  .search-wrap {
    text-align: center;
	}
}

/*La partie droite du header cesse de flotter, propriété inutile qui la décale sur les moyens écrans*/
#header-right-section {
    float: none;
}

/*Elargit la baseline sur desktop, sans sortir de l'écran sur mobile (à l'inverse d'une largeur en px)*/
/*#header-right-section .widget_sow-editor*/
aside#custom_html-9 {
  min-width: 275px;
  max-width: 80%;
  width: auto;
  margin: auto;
  font-weight: bold;
}

/*Enlève la marge de la baseline quand c'est un paragraphe*/
aside #baseline p {
  margin-bottom: 0;
  text-align: center;
}

/*Centre le burger sur mobile*/
.wrapfixed .menu-toggle {
  margin: auto !important;
}

/*Accolle la baseline avec la recherche*/
#header-right-sidebar {
  overflow: visible;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media screen and (max-width: 850px) {
  /*Espace la baseline et la recherche*/
  /*#header-right-section .widget_sow-editor*/
  aside#custom_html-9 {
    margin-top: 10px;
  }
  
  /*Décale le burger pour ne pas risquer de couvrir la baseline*/
  .better-responsive-menu #site-navigation {
    margin-top: 40px;
  }
  
  /*Le logo est son conteneur viennent au centre*/
  .better-responsive-menu #header-left-section,
  .better-responsive-menu #header-logo-image,
  .better-responsive-menu #header-left-sidebar {
    float: none;
  }
  
  /*Le logo est centré*/
  #header-logo-image {
    display: block;
    margin: auto;
    float: none;
    text-align: center;
  }
  
  /*Resserre le logo et la baseline sur mobile*/
  .better-responsive-menu #header-right-section {
    margin-top: 3px !important;
    padding-top: 3px !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
  }
  
  /*Place baseline & recherche l'un sous l'autre*/
	#header-right-sidebar {
    width: 100%;
    flex-direction: column;
  }
  
  .better-responsive-menu #header-right-sidebar {
    margin-top: 0;
  }
}
/*HEADER*/

#header-logo-image
  {
max-width:85% !important;
  }
/********/
/*FOOTER*/
.footer-socket-wrapper .copyright,
.footer-socket-wrapper .small-menu {
    max-width: 74%;
    text-align: center;
    float: none;
    margin: 10px auto;
}
/*/FOOTER*/
/********/

  

/**************/
/*PAGE ACCUEIL*/
/*Slider - changement de police pour Century Gothic*/
#n2-ss-2 .n2-ss-layer {
  font-family: "century-gothic" !important;
}

/*GuestBook - Correctifs CSS*/
/*Grossit le nom de l'auteur*/
span.gb-author-name {
  margin-right: 3px;
  font-weight: bold;
}

/*Réduit le texte du témoignage*/
span.gb-entry-content {
  font-size: 14px;
}

/*Augment l'espace entre chaque témoignage*/
/*Ecrasé par suivant*/
/*.gwolle_gb_widget article {
  padding: 5px 0;
}*/

/*Espace encore plus les témoignages, pour harmoniser avec les actualités*/
li.gwolle_gb_widget, li.gwolle-gb-widget {
    /*border-bottom: 1px #ddd solid;*/
    padding: 0px 0 40px 20px !important;
    margin: 0;
    min-height: 139px;
    border: none !important;
}

/*Remonte le lien "Consultez les" à une hauteur correcte*/
li.gwolle_gb_widget:last-child, li.gwolle-gb-widget:last-child {
  padding-bottom: 0px !important;
  min-height: 100px;
}

/*Grossit sensiblement les guillements-liens à la fin de chaque témoignages*/
.gb-entry-content a {
    font-size: 25px;
    font-weight: bold;
    vertical-align: bottom;
}

/*Aligne le lien "Consultez les" avec les témoignages*/
.gwolle_gb_link.gwolle-gb-link {
  padding-left: 20px;
}

/*Supprime le h2 vide du widget, qui crée de l'espace inutile*/
#homepage-temoignages h2 {
  display: none;
}

/*Supprimer la marge intérieure du conteneur global, qui décale inutilement le slider*/
.home #main {
  padding: 0 !important;
}

/*Widget financement centre le paragraphe description*/
.financement-description {
  max-width: 700px;
  margin: auto;
}
/*PAGE ACCUEIL*/
/**************/



/*****************/
/*PAGE ACTUALITES*/
/*Les titres des articles&pages comprenant des liens sont en rouge*/
.post .entry-title a,
.page .entry-title a {
  color: #c0392b;
}

/*Sépare les articles par un trait gris*/
/*:not(:first-child) = tout les éléments sauf le premier -> on évite de commencer la page par un trait gris*/
/*.blog article:not(:first-child) {
  border-top: 3px solid #aaa;
  padding-top: 70px;
}*/

/*TEST AFFICHAGE ARTICLES 2 PAR 2*/
@media all and (min-width: 1300px) {
	/*Affiche les articles sous forme de carte, largeur restreinte*/
	.blog #content .post,
  .archive #content .post {
	    padding-bottom: 45px;
	    max-width: 380px;
	    display: inline-block;
	    vertical-align: top;
	    margin: 0 10px;
	}
}

/*Bordure supérieure et marge interne pour créer une séparation, sur chaque article à partir du 3ème (évite les 2 premiers en haut de page)*/
.blog article:nth-child(n+3),
.archive article:nth-child(n+3) {
    border-top: 3px solid #aaa;
    padding-top: 70px;
}

/*Force les liens "Lire la suite" en blanc*/
.read-more-link a.read-more {
    color: #fff !important;
    padding: 0;
}

/*Corrige les boutons de pagination*/
span.pages {
    display: inline-block;
    vertical-align: middle;
}

/*Diminue les marges des meta (auteur/date) qui font sauter "Lire la suite" quand le mois est trop long*/
.entry-meta .by-author, .entry-meta .date, .entry-meta .category, .entry-meta .comments, .entry-meta .edit-link {
    padding: 5px 5px;
}

/*Sur mobile, replace correctement les meta*/
@media all and (max-width: 768px) {
	.entry-meta span {
	    margin: auto;
	    float: none !important;
	    display: inline-block;
	    max-width: 49%;
	    width: 100%;
	    text-align: center;
	}

	span.read-more-link {
    	display: block;
	}

	.read-more-link a.read-more {
	    padding: 10px 30px;
	    display: inline-block;
	}
  
  .entry-meta span:before {
		margin-right: 5px;
	}
}
/*FIN DU TEST*/
/*PAGE ACTUALITES*/
/*****************/





/**************/
/*PAGE CONTACT*/
/*Rapproche les champs des formulaires entre eux*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="select"],
textarea {
	border-radius: 10px;
	max-width:75%;
  border-color: #818186;
  opacity: 0.5;
}
		
input[type="date"]{
	border-radius: 5px;
		margin-bottom:10px;
}

/*Limite la taille du champ "adresse"*/
.adresse textarea {
  max-height: 100px;
}

/*Grossit le bouton d'envoi*/
input[type="submit"] {
  margin: 15px 0 0 0;
  padding: 15px 35px;
}

/*Applique le style des input au champ téléphone, non pris en charge par le thème*/
input[type="tel"] {
  padding: 1%;
  border: 1px solid #EAEAEA;
  line-height: 20px;
  width: 98%;
  margin: 0;
  background-color: #F8F8F8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/*PAGE CONTACT*/
/**************/



/******************/
/*PAGE PARTENAIRES*/
/*Espace globalement les sections sur la page partenaires*/
.partenaires-container {
  margin-bottom: 30px;
}
/*PAGE PARTENAIRES*/
/******************/



/**************/
/*PAGE PRODUIT*/
/*Hover bouton plaquette non géré par WPBakery*/
.btn-plaquette a:hover {
    background: #305d77 !important;
}
.dfjp a:hover {
    background: #543f21 !important;
}

@media all and (max-width: 760px) {
  .pictos-infos,
  .characters {
    display: none;
  }
}
/*PAGE PRODUIT*/
/**************/



/******************/
/*PAGE TEMOIGNAGES*/
/*Supprime le bouton permettant aux visiteurs d'ajouter un message*/
#gwolle_gb_write_button {
  display: none;
}

/*Espace les témoignages entre eux*/
#gwolle_gb .gb-entry {
    padding: 20px 0 !important;
}

/*Background gris pour un témoignage sur deux*/
#gwolle_gb .gb-entry:nth-child(2n+1) {
    background: #efefef;
}
/*PAGE TEMOIGNAGES*/
/******************/



/*********/
/*SIDEBAR*/
/*Raccorde les boutons de SiteOrigin avec les autres - rouge uniforme au hover*/
.so-widget-sow-button .ow-button-base a.ow-button-hover:hover {
    background: #8e0700;
    transition: 0.1s;
}

/*Rapproche le bouton du texte dans le widget CTA de SiteOrigin*/
.so-widget-sow-button {
  margin-top: 0 !important;
}

/*Diminue la taille du texte des widgets*/
h5.sow-cta-subtitle {
    font-size: 16px;
}

/*Souligne les liens au hover, dans le contenu global, le pied de page et la top bar*/
/*Les liens et hover sont donc tous identiques*/
/*Ici uniquement sur le contenu pour éviter d'écraser la nav qui a un comportement différent - lien gris par déaut*/
#main a {
  /*color: #c0392b !important;*/
  color: #c0392b;
}

/*Ici sur tout les liens, pour l'uniformisation*/
a:hover,
#main a:hover {
  text-decoration: underline !important;
  /*color: #8e0700 !important;*/
  color: #8e0700;
}

/*Enlève le soulignement des liens vides dans la nav*/
.empty-link a,
.empty a:hover {
  text-decoration: none !important;
}

/*Remet le soulignement pour les sous-menus*/
.empty-link ul a:hover {
  text-decoration: underline !important;
  color: #8e0700;
}

/*Les widgets CTA en sidebar restent blanc sur fond rouge, sinon on ne les voit plus*/
#secondary a.call-to-action-button:hover,
#primary .vce-button--style-outline-wrapper a:hover {
  color: #fff;
}

/*Les images & icônes de SiteOrigin, sur la page d'accueil, se comportent comme le thème Spacious*/
/*La même pour WPBakery*/
a .sow-icon-container:hover,
.vc_icon_element-inner:hover {
    opacity: 0.8;
}

/*Centre les CTA SiteOrigin - par défaut flottent à droite ou à gauche*/
.so-widget-sow-button {
  margin: auto !important;
  float: none !important;
}

/*Widget "Formation les plus consultées" - centre les images*/
.siteorigin-widget-tinymce.textwidget img {
  margin: 0 auto;
}


/*Widget "Formation les plus consultées" - rapproche les textes entre eux*/
.siteorigin-widget-tinymce.textwidget p {
  margin: 0;
}

/*Widget "Formation les plus consultées" - Espace un paragraphe sur deux (ici les textes, car les images sont aussi dans des paragraphes*/
.siteorigin-widget-tinymce.textwidget p:nth-child(2n) {
  margin: 0 0 20px 0;
}
/*SIDEBAR*/
/*********/



/**********************/
/*TABLEAUX TABLE PRESS*/
/*Met en gras la première colonne des tableaux du plugin TablePress*/
.tablepress tbody td:first-child {
  font-weight: bold;
}

/*Centre horizontalement et verticalement le contenu des cases des tableaux TablePress*/
.tablepress tbody td,
.tablepress th {
  text-align: center;
  vertical-align: middle;
}
/*TABLEAUX TABLE PRESS*/
/**********************/



/*********/
/*ARTICLE*/
/*Centre les images mises en avant sur la page d'article*/
.single-post .entry-content .attachment-featured-blog-large {
  margin: auto auto 18px auto;
  display: block;
}

/*Les boutons WPBAKERY*/
/*Prend les boutons par défaut qui deviennent rouge*/
.vc_btn3-color-default,
.vc_btn3-color-grey,
.cookie-button {
  color: #fff !important;
  background: #c0392b !important;
}

/*Applique le hover rouge standard sur ces même boutons*/
.vc_btn3-color-default:hover,
.vc_btn3-color-grey:hover,
.cookie-button:hover {
  background: #8e0700 !important;
}

/*Redresse les bouton VCE*/
/*span.vce-button--style-outline-text {
    color: #fff;
}*/

/*Les boutons des réseaux sociaux restent blanc*/
#main ul.ssbp-list a {
  color: #fff;
}

/*Background rouge foncé de ces boutons au hover comme au click*/
#main ul.ssbp-list a:hover,
#main ul.ssbp-list a:focus {
  background-color: #8e0700;
}

/*Supprime la mention "Share this" au dessus des boutons de partage -> en anglais et impossible de changer le texte*/
.ssba-share-text {
  display: none;
}
/*ARTICLE*/
/*********/



/*****************************/
/*WIGETS RECENT POST EXTENDED*/
/*Copie-colle du code CSS proposé par un dev sur un forum*/
/*On évite de toucher*/
#colophon .recent-posts-extended {
  padding-bottom: 0;
}

#colophon .recent-posts-extended ul li {
  padding-bottom: 10px;
}

.rpwe-block ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.read-more, .more-link {
  color: #ef0202;
  padding-left: 8px;
}

.rpwe-block li {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.rpwe-block a {
  display: inline !important;
  text-decoration: none;
}

.rpwe-block h3 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  clear: none;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 1px;
}

.recent-post-footer.rpwe-block h3 {
  font-size: 14px !important;
}

.rpwe-thumb {
  border: 1px solid #eee !important;
  box-shadow: none !important;
  margin: 2px 10px 2px 0;
  padding: 0 !important;
}

.rpwe-summary {
  font-size: 13px;
  line-height: 24px;
}

.rpwe-time {
  color: #bbb;
  font-size: 11px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-alignright {
  display: inline;
  float: right;
}

.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table !important;
}

.rpwe-clearfix:after {
clear: both;
}

.rpwe-clearfix {
zoom: 1;
}
/*AU CAS OÙ AJUSTEMENT ULTERIEUR SUR RECENT POST EXTENDED -> home = widget accueil, footer = widget footer cqfd*/
/*.recent-post-home{}*/
/*.recent-post-footer{}*/

/*WIGETS RECENT POST EXTENDED*/
/*****************************/



/**************/
/*PRETTY PHOTO*/
/*Encore du copié collé d'un dev sur un blog, mais sur mobile le pop-up est vraiment dérangeant*/
/*C'est largement perfectible mais déjà, c'est utilisable*/
@media only screen and (max-width: 767px) {
  /*Ca c'est du custom -> élargi correctement la légende de l'image*/
  div.ppt {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px;
  }
  
  /*Toute cette partie est copiée*/
  .pp_pic_holder.pp_default {
    width: 100%!important;
    left: 0!important;
    overflow: hidden;
  }
  
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0!important;
  }
  
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0!important;
  }
  
  .pp_content {
    width: 100%!important;
    height: auto!important;
  }
  
  .pp_fade {
    width: 100%!important;
    height: 100%!important;
  }
  
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none!important;
  }
  
  #pp_full_res img {
    width: 100%!important;
    height: auto!important;
  }
  
  .pp_details {
    width: 100%!important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px!important;
  }
  
  a.pp_close {
    right: 7%!important;
    top: 10px!important;
  }
  .header-post-title-container{
    margin:0px!important;
  }
		
	.entry-content img, .comment-content img, .widget img {
    max-width: 80% !important;
}
		
	.wpsm_progress-value {
    float: right;
    margin-top: -30px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    font-style: normal;
    padding-top: 10px;
		}
/*PRETTY PHOTO*/
/*bande titre header*/

/**************/
		
		.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus {
  color: #2b2b2b;
  border-color: #e8e8e8;
  background-color: #c0392b;
		}
		
		.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #c0392b;
}

		.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:focus {
  color: #ffffff;
  border-color: #ffffff;
				background-color: #c0392b;
		}
		
		.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
		
		.footer-socket-wrapper .copyright, .footer-socket-wrapper .small-menu {
  max-width: 90%!important;
  text-align: center;
  float: none;
	margin: 10px auto;}
		
.container {
  max-width: 100%!important;
  padding: 0 1.06383%;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  zoom: 1;
  display: block;
}
		
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="select"], textarea {
  border-radius: 10px;
  max-width: 75%!important;
  border-color: #818186;
  opacity: 0.5;
}