@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap');

/* THEME */

:root {
    --theme-color1:#4945AB;
    --theme-color2:#4945AB;
    --theme-Deg1:#765CC8;
    --theme-Deg2:#6348BA;
    --theme-Deg1b:#8C74D3;
    --theme-Deg2b:#8C74D3;
}

body{
    font-family: 'Jost', sans-serif;
    background-color: white;
}

b{
    font-weight: 600;
}


/* BASE */

#menucontact{
    background-color: var(--theme-color1);
    color: white;
}

#menucontact a {
    display: inline-block;
    font-size: 14px;
    color: white;
    padding: 8px;
}

#header {
    position: relative;
    height: 250px;
    background-color: white;
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
}

#headerContact{
    display: none;
}

#header .contenuAvecLogo {
	min-height: 10px;
	display: none;
}

#header #logoEntete {
	position: absolute;
	left: 50vw;
    margin-left: -260px;
	background-image: url(images/logo-entete.png);
	width: 522px;
	height: 186px;
    top: 0px;
}

#header #logoEntete .texte {
    display: block;
	overflow: hidden;
    height: 10px;
}

#main {
	margin-top: 0px;
    background-color: white;
}

#footer {   
    box-shadow: 0px -3px 8px 0px rgba(0,0,0,0.1);
}

@media screen and (max-width: 870px) {

    /*body:before {
        display: none;
    }*/
    
    #header {
        height: 120px;
    }

    #header #logoEntete {
        top: 0px;
        zoom: 0.60;
    }

    #header #logoEntete .texte {
        display: none;
    }
}


@media screen and (max-width: 700px) {
    
    #menucontact{
	    position: fixed; top: 0px;left: 0;right: 0;z-index: 100;
        top: 0px;
        left: 0px;
    }
    
    #header #logoEntete {
        top: 0px;
        left: 0px;
        zoom: 0.43;
        margin: 0px;
    }
    
    #header {
        margin-top: 38px;
	    height: 80px;
	    position: sticky; top: 0px;left: 0;right: 0;z-index: 100;
	    background-image: linear-gradient(-180deg, rgba(255,255,255,1) 20%, rgba(250,250,250,0.7) 130%);
    }
    
    #headerContact {
        background-color: rgb(75, 75, 75);
        color: white;
    }
    
    #headerContact a {
        color: white;
    }
       
}

/* MENU */

@media screen and (min-width: 700px) {
    
    #menu {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 190px;
        width: auto;
        z-index: 50;
        height: auto;
        bottom: 24px;
        top: auto;
    }
    
    #menu .menu_marge {
        margin-right: auto;
        margin-left: auto;
    }


    #menu li {
        width: auto;
        padding-right: 1vw;
        padding-left: 1vw;
        padding-top: 1px;
        padding-bottom: 0px;
        font-size: 12pt;
        border-radius: 10px;
    }

    #menu li a {
        color: var(--theme-color1);
        padding-right: 0px;
        padding-left: 0px;
    }

    #menu li.actif {
        background-color: var(--theme-color1);
    }

    #menu li.actif a {
        color: white;
        font-weight: 500;
    }

    #menu li:hover {
        color: var(--theme-color1);
    }

    #menu li:hover a {
        color: var(--theme-color1);
    }
    
     #menu li.actif:hover a {
        color: white;
    }

    #menu li:last-child {
        border-right-width: 0;
        border-right-style: none;
    }
    
    #menu li:hover .popupmenu {
        z-index: 0;
    }
    
    #menu li .popupmenu .marge {
        background-color: var(--theme-color1);
        border-radius: 10px;
        font-size: 1em;
        box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.40);
    }

    #menu li .popupmenu a{
        color: white;
        border-radius: 10px;
    }
    
    #menu li .popupmenu a:hover {
        background-color: rgba(0,0,0,0.2);
        color: white;
    }

    #menu li .souspopupmenu .marge {
        background-color: var(--theme-color1);
        font-size: 1em;
    }

}

@media screen and (min-width: 1900px) {
    
    #menu li {
        padding-right: 20px;
        padding-left: 20px;
    }

}

@media screen and (max-width: 870px) {

    #menu {
        left: 10px;
        margin: 10px;
        margin-top: 120px;
        margin-bottom: 10px;
    }

    #menu li {
        padding-right: 4pt;
        padding-left: 4pt;
        font-size: 15px;
    }
    
    #menu li.actif a {
        margin-bottom: 0px;
    }

    #main {
        margin-top: 60px;
    }

}

@media screen and (max-width: 700px) {
    
    #menu {
        position: absolute;
        left: -10px;
        top: -50px;
        background-color: rgba(255, 255, 255, 0);
    }
    
    #menu ul {
        transition: background-color 0.5s linear, height 0.5s linear;
        background-color: rgba(255, 255, 255, 0);
    }
    
    #menu li {
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        background-color: white;
    }
    
     #menu ul li a {
        padding-top: 20px;
         margin-right: 10px;
        font-size: 1.3em;
        border-top: none;
    }
    
    #menu ul.affiche{
        background-color: rgba(255, 255, 255, 1);
        height: 100vh;
    }

    #menu ul.affiche li {
        display: block;
        height: 60px;
    }
    
    #menu li.actif a {
        color: var(--theme-color1);
    }

    #menuNavigation_affiche {
        width: 40px;
        height: 30px;
        top: -44px;
        right: 20px;
        border-radius: 18px;
        border: none;
        background-color: var(--theme-color1);
        opacity: 1;
    }
    
    #menuNavigation_affiche:hover {
        background-color: gray;
    }
    
    #menuNavigation_affiche:before{
        content: '';
    }
    
    #main {
        margin-top: 56px;
    
    }

}

#footer {
  background-color: white;
  padding-bottom: 0;
}

#footer .InfoLegal {
    display: block;
    background-color: var(--theme-color1);
    color: white;
    padding: 10px;
    margin-bottom: 0px;
}

#footer .InfoLegal a {
    color: white;
}

/* CONTENU */

#contenu_col_d,#contenu_col_g,#contenu_col_gd, #main .blochaut, #main .blocbas, #contenu_seul  {
	max-width: 1900px;
}

.article.taille4b{
    width: 90%;
}

a {
	color: var(--theme-color1);
    text-decoration: none;
}

a:hover {
	color: black;
    text-decoration: underline;
}

a.bouton {
    background-color: var(--theme-color1);
    border: 1px solid var(--theme-color1);
    position: relative;
    box-shadow: none;
    padding: 0px 5px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.boutonValider a.bouton {
    background-color: var(--theme-color1);
}

.boutonValider a.bouton .texte {
    color: white;
}

a.bouton:hover {
    background-color: transparent;
}

a.bouton .texte{
    font-size: 18px;
    margin-top: 1px;
    color: white;
    font-weight: normal;
    text-shadow: none;
}

a.bouton:hover .texte{
    color: var(--theme-color1);
}

@media screen and (max-width: 700px) {
    
}

h1 {
    color: var(--theme-color1);
}

.article.intro h1 {
    display: table;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8em;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    max-width: 85%;
}

h2 {
    font-size: 1.6em;
    font-weight: 600;
    color: var(--theme-color1);
}

.article.bloc h1 {
	margin-top: 0.5em;
	font: 2.2em; /* "Open Sans Condensed", sans-serif;*/
	margin-bottom: 0.1em;
}

.article.bloc h2 {
	margin-bottom: 0.7em;
	font: bold 1.6em;  /*"Open Sans Condensed", sans-serif;*/
	margin-top: 0.1em;
}

h2.accroche {
    font-size: 2.5em;
    font-weight: 700;
    color: var(--theme-color1);
}

h2.separation {
    display: table;
    font-size: 1.6em;
    font-weight: 400;
    color: white;
    background-color: var(--theme-color1);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
    border: none;
    padding:4px;
    margin: auto;
}

.article .articleImageDroite h2.separation {
    margin-right: -15%;
}

.article .articleImageGauche h2.separation {
    margin-left: -15%;
}

.article.taille2 h2.separation{
    font-size: 1.6vw;
}

.lienImage +  h2.separation {
    margin-top: -30px;
    margin-bottom: 30px;
}

h2.separation .h2_esp1 {
    background-color: transparent;
}

h2.standard.taille2.droite {
    vertical-align: top;
    padding-left: calc(var(--margeHorizontaleContenu) * 1.9);
    padding-right: calc(var(--margeHorizontaleContenu) / 6);
}

h2.intro {
    display: table;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
}
    
@media screen and (max-width: 700px) {
    
    .article.intro h1 {
        font-size: 1.4em;
        margin-top: 3vw;
        margin-bottom: 5vw;
    }
    
    h2{
        font-size: 1.2em;
    }
    
    h2.accroche{
        font-size: 1.6em;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    
    h2.standard.taille2.droite {
        text-align: left;
        width: 100%;
        padding-left: calc(var(--margeHorizontaleContenu) / 3);
        padding-right: calc(var(--margeHorizontaleContenu));
    }
    
    .article .articleImageDroite h2.separation {
        margin-left: 0;
        margin-right: auto;
        margin-top: -50px;
        margin-bottom: 30px;
    }

    .article .articleImageGauche h2.separation {
        margin-left: auto;
        margin-right: 0;
        margin-top: -50px;
        margin-bottom: 30px;
    }
    
}

p.intro {
	font: 1.35em; /* "Open Sans Condensed", sans-serif;*/
}

p.chapeau {
	text-shadow: rgba(0,0,0,0.01) 0 0 2px;
	font: 1.35em; /* "Open Sans Condensed", sans-serif; */
}

p.accroche {
    font-weight: 600;
	color: var(--theme-color2);
}

p.standard.taille2 {
    vertical-align: top;
    padding-left: calc(var(--margeHorizontaleContenu) / 6);
    padding-right: calc(var(--margeHorizontaleContenu));
}

@media screen and (max-width: 700px) {

    p.taille4b.justif {
        padding-left: 7.5vw;
        padding-right: 7.5vw;
    }
    
    p.standard.taille2 {
        padding-left: calc(var(--margeHorizontaleContenu) / 3);
        p-adding-right: calc(var(--margeHorizontaleContenu));
    }
    
    table.texteColonnes tr {
    display: block;
}
    
    table.texteColonnes td {
    display: block;
    width: 100%;
}
    
}

p.accroche.centre.taille4b {
	margin-top: 50px;
	margin-bottom: 50px;
}

p.encadre {
	background-color: var(--theme-color1);
    color: white;
    padding: 30px;
}

.lienImage {
	margin-bottom: 30px;
}

.lienImage h5 {
	margin-top: 4px;
	font-size: 0.9em;
}

.lienImage a  {
	text-decoration: none;
}

.lienImage a .legende {
	color: black;
	font-size: 0.8em;
}

.lienImage a:hover .legende {
	color: var(--theme-color1);
}

.lienImage.standardserre.taille4 {
	width: 25%;
}

.lienDeTelechargement {
    display: inline-block;
    width: 70%;
}


.bandeauDefilant {
    overflow: hidden;
    background-color: rgba(218,217,219,0.5);
    width: 100vw;
    font-size: 1em;
}

.bandeauDefilant.standard {
    
    background-color: transparent;
}
.bandeauDefilant.standard div {
    color: var(--theme-color1);
    opacity: 0.05;
    font-size: 12vw;
    font-weight: bold;
    width: auto;
    padding-left: 0px;
}


/* ARTICLES */

.zoneArticle {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center; 
}

.article.taille4b .articleImageDroite p {
    padding-left: 0px;
    padding-right: 3vw;
}

.article.taille4b .articleImageDroite h2:not(.separation) {
    padding-left: 0px;
    padding-right: 3vw;
}

.article.taille4b .articleImageDroite .blocBouton {
    padding-right: 3vw;
}

.article.taille4b .articleImageGauche p {
    padding-right: 0px;
    padding-left: 3vw;
}

.article.taille4b .articleImageGauche h2:not(.separation) {
    padding-right: 0px;
    padding-left: 3vw;
}

.article.taille4b .articleImageGauche .blocBouton {
    padding-left: 3vw;
}

.article.bloc {
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
}



.article.contraste {
	color: black;
    background-color: var(--theme-color3);
}

.article.contraste2 {
	color: black;
    background-color: var(--theme-color1);
	color: white;
}

.article.contraste2 h2 {
    color: white;
    border-color: white;
    margin-top: 30px;
}

.article.contraste2 a.bouton {
    border-color: white;
    color: var(--theme-color1);
    background-color: white;
}

.article.contraste2 a.bouton .texte {
     color: var(--theme-color1);
}

.article.contraste2 a.bouton:hover {
    border-color: white;
    color: white;
    background-color: transparent;
}

.article.contraste2 a.bouton:hover .texte {
    color: white;
}

/* --- */

.article.bloc.contraste {
	background-color: #a476e8;
	background: linear-gradient(var(--theme-Deg1), var(--theme-Deg2));
	color: white;
        z-index: 1;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(0deg,#6410AC,#3DB4DC) border-box;
    color: black;
}

.article.bloc h2 {
    padding-left: 2vw;
    padding-right: 2vw;
}

.article.bloc p {
    padding-left: 2vw;
    padding-right: 2vw;
}

.article.bloc .blocBouton {
    padding-left: 2vw;
    padding-right: 2vw;
}

.article.bloc.contraste:after {
    content: ' ';
    w-idth: 20px;
    h-ight: 20px;
    display: block;
    position: absolute;
    border-radius: 20px; /*1*/
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: white;
}

.article.bloc.contraste {
	background-color: #F1F1F1;
	color: black;
    box-shadow: none;
}

.article.bloc.contraste h2 {
    color: white;
    border-color: white;
    margin-top: 30px;
}

.article.bloc.contraste a.bouton {
    border-color: white;
    color: var(--theme-color1);
    background-color: white;
}

.article.bloc.contraste a.bouton .texte {
     color: var(--theme-color1);
}

.article.bloc.contraste a.bouton:hover {
    border-color: white;
    color: white;
    background-color: transparent;
}

.article.bloc.contraste a.bouton:hover .texte {
    color: white;
}


/*
.article.bloc.contraste p.accroche {
	color: white;
}

.article.bloc.contraste h1 {
	color: white;
}

.article.bloc.contraste h2 {
	color: white;
	margin-top: 16px;
}

.article.bloc.contraste a {
	color: white;
}

.article.bloc.contraste a.bouton {
    border-color: white;
}

.article.bloc.contraste a.bouton .texte {
    color: white;
}*/


/* Diaporama Newton */

.diaporama.encadre {
    margin: 0;
    width: 100%;
}

.diaporama.encadre .diaporamaHTML {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left: 0px;
    border: none;
    box-shadow: none;
}

.diaporama.encadre .zonetexte {
    background-color: white;
    color: black;
    width: 35%;
    position: absolute;
    top: 13%;
    right: 6%;
    bottom: 13%;
    padding: 4%;
    box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.50);
}

.diaporama .zonetexte p {
    padding: 0;
}

.diaporama.encadre .zonetexte h3 {
    font-size: 2.7vw;
    text-shadow: none;
    font-weight: 600;
    padding: 0;
    margin-bottom: 1.5vw;
}

.diaporama.encadre .zonetexte h3 a {
    color: var(--theme-color1);
}

.diaporama.encadre .zonetexte h4 {
    color: black;
    padding: 0;
    font-size: 1.35vw;
    line-height: 2vw;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
}

.diaporama .zonetexte p.lien {
    display: block;
    right: auto;
    left: auto;
    bottom: 0;
    position: absolute;
}

.diaporama.encadre .zonetexte p a {
    color: var(--theme-color1);
    font-style: normal;
    font-size: 1.5vw;
    background-color: transparent;
    border: 1px solid var(--theme-color1);
    position: relative;
    box-shadow: none;
    padding: 0.8vw;
    padding-left: 20px;
    padding-right: 35px;
    margin-top: 15px;
    margin-bottom: 30px;
    bottom: 20px;
}

.diaporama.encadre .zonetexte p a:after{
    content: "";
    display: block;
    width: 58px;
    height: 16px;
    margin-top: -8px;
    margin-right: -30px;
    position: absolute;
    top: calc(100% / 2);
    right: 0px;
    background: var(--theme-color1);
-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='58' height='16' viewBox='0 0 58 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.5037 9.01198C57.8943 8.62145 57.8943 7.98829 57.5037 7.59776L51.1398 1.2338C50.7493 0.843278 50.1161 0.843278 49.7256 1.2338C49.335 1.62433 49.335 2.25749 49.7256 2.64802L55.3824 8.30487L49.7256 13.9617C49.335 14.3522 49.335 14.9854 49.7256 15.3759C50.1161 15.7665 50.7493 15.7665 51.1398 15.3759L57.5037 9.01198ZM0.343262 9.30487H56.7966V7.30487H0.343262V9.30487Z' fill='black'/%3E%3C/svg%3E");
}

.diaporama.encadre .zonetexte p a:hover {
    background-color: var(--theme-color1);
}

.diaporama.encadre .zonetexte p a:hover:after{
    right: -12px;
}

.diaporama.encadre .zonetexte a {
    color: black;
    text-shadow: none;
}

.diaporama.encadre .puces {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 25px;
    height: auto;
    text-align: right;
    z-index: 10;
}

.diaporama .puces .puce {
    background-color: white;
    width: 4px;
    height: 20px;
    margin-right: 6px;
    margin-left: 0px;
    margin-bottom: 16px;
    margin-bottom: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
}

.diaporama .puces .puce.active {
    background-color: var(--theme-color1);
    height: 50px;
}

@media screen and (max-width: 700px) {
    
    .diaporama.encadre .zonetexte {
        background-color: white;
        color: black;
        width: auto;
        position: absolute;
        top: 35%;
        left: 10%;
        right: 10%;
        bottom: 9%;
        padding: 6%;
        box-shadow: 0px 2px 30px 0px rgba(0,0,0,0.50);
    }
    
    .diaporama.encadre .zonetexte h3 {
        font-size: 6.2vw;
        text-shadow: none;
        font-weight: 600;
        padding: 0;
        margin-bottom: 3vw;
        text-align: center;
    }

    .diaporama.encadre .zonetexte h3 a {
        color: var(--theme-color1);
    }

    .diaporama.encadre .zonetexte h4 {
        color: black;
        padding: 0;
        font-size: 3.2vw;
        line-height: 4vw;
        font-weight: 400;
        font-style: normal;
        text-shadow: none;
        text-align: justify;
    }

    .diaporama.encadre .zonetexte p a {
        font-size: 3.5vw;
        padding: 2vw;
        padding-left: 20px;
        padding-right: 35px;
        margin-top: 15px;
        margin-bottom: 30px;
        left: 35%;
    }
    
    .diaporama.encadre .zonetexte p a:after{
        zoom: 80%;
    }
    
}

/* Autre diapo */

.diaporama.droiteavectexte{
    float: right;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.diaporama.gaucheavectexte{
    float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* P */

p.citation:before { content: "“";
	display: block;
	position: absolute;
	top: -15px;
	left: -25px;
	font: 110px Georgia, "Times New Roman", Times, serif;
	color: #d7d7d7;
	z-index: -1;
	text-shadow: #feffff 0 0 1px;
    opacity: 0.3
}
p.citation:after { content: "”";
	display: block;
	position: absolute;
	font: 110px Georgia, "Times New Roman", Times, serif;
	color: #d8d8d8;
	z-index: -1;
	text-shadow: #feffff 0 0 1px;
	right: -20px;
	bottom: -40px;
    opacity: 0.3;
}
p.citation {
	font-style: italic;
	display: table;
	background-color: transparent;
	padding: 12px;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
	border: none;
}

p.citation i {
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin-top: 10px;
	text-align: right;
	margin-bottom: -5px;
}

.tableauDeTexte table tr.ligne2 td{
	background-color: rgba(52, 134, 219, 0.21);
}






/* Special Site */

.blochaut .diaporama.sansmarge {
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.30);
}

.lienImage.standardserre .legende {
	width: 93%;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.7540751);
	border: 1px solid #f1f1f1;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.30);
	margin-top: -10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 2;
	position: absolute;
	font-size: 12px;
	color: white;
	padding: 2px;
	opacity: 0;
	-webkit-transition: opacity 0.5s, top 0.5s;
    transition: opacity 0.5s, top 0.5s;
	display: block;
	top: 15%;
	cursor: help;
	overflow: hidden;
}

.lienImage.standardserre:hover .legende {
	display: block;
	opacity: 1;
	top: 25%;
}



/* Produits */

.produits_titreCategorie.intro h1{
    font-size: 2.4em;
    text-align: center;
}

.produits_listeproduits li{
    background-color: transparent;
    border-radius: 0;
}
.produits_listeproduits .zonePrix{
    display: none;
}
.produits_listeproduits li:hover{
    background-color: transparent;
    border-radius: 0;
    transform: scale(1.02);
}

.produits_fiche {
    width: 95%;
    margin: auto;
    margin-bottom: 50px;
}

.produits_fiche .texteIntro {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
}

.produits_fiche.avecDiaporama .texteIntro{
    width: 100%;
}

.produits_fiche .texteIntro h1 {
    font-size: 2.8em;
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    font-variant: all-small-caps;
}
.produits_fiche .texteIntro h1 .categorie {
    font-size: 0.7em;
    padding: 0;
    line-height: 1.3em;
    font-style: normal;
    font-weight: 400;
}

.produits_fiche .texteIntro h2 {
    text-align: center;
    line-height: 1.5em;
    font-size: 1.8em;
    font-weight: 100;
}
.produits_fiche .blocPresentation {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top:20px;
    font-size: 1.1em;
}

/*
.produits_fiche .introFiche {
    float: right;
    width: 30%;
    margin: 0;
    background-color: #5A5A5A;
    border-radius: 0;
    min-height: 600px;
    color: white;
}
.produits_fiche .introFiche .blocVente{
    background-color: transparent;
    box-shadow: none;
    border-radius: none;
}
.produits_fiche .introFiche .zonePhoto {
    width: 60%;
    float: none;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    transform: rotate(5deg);
}
.produits_fiche .introFiche .zonePhoto img {
   border-radius: 0;
   box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.produits_fiche .zoneHaut{
    width: 69%;
    margin-left: 0;
}
.produits_fiche .zoneHaut .blocPresentation{
    margin-left: 0;
    margin-right: 0;
}
.produits_fiche .zoneBoutons{
    width: 69%;
    margin-left: 0;
    background-color: white;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 12px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.produits_fiche .zoneContenu {
    width: 69%;
    margin-left: 0;
    background-color: transparent;
    border-radius: 0;
    text-align: justify;
    font-size: 1em;
}
.produits_fiche .zoneBas {
    display: table;
    width: 100%;
    margin-left: 0;
    background-color: transparent;
    border-radius: 0;
}*/
.produits_fiche .zoneBoutons{
    width: 94%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 12px;
    margin-bottom: 25px;
}


.produits_fiche .blocDocumentsJoins{
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 0;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 15px;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 90%;
}
.produits_fiche .blocDocumentsJoins h4{
    text-align: center;
    color: #1A2C50;
    text-decoration: none;
    line-height: 1.3em;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 400;
    padding: 20px;
}
.produits_fiche .blocDocumentsJoins p.document{
    margin: 0;
    padding: 0px;
}
.produits_fiche .blocDocumentsJoins .document a{
    display: block;
    margin: 0;
    padding: 2em;
    border-top-style: outset;
    border-top-color: rgb(148, 148, 148);
    border-top-width: 1px;
    color: #d24313; 
}
/*
.produits_fiche .blocDiaporama {
    padding: 0;
    vertical-align: top;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
    margin: 0;
    display: block;
    margin-bottom: 15px;
}
.produits_fiche .blocDiaporama img {
    width: 100%;
}

.produits_fiche .zoneReference {
    display: none;
}

*/

/* Chat */

.cc-banniere{
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    z-index: 9998;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    left: 10px;
    right: 10px;
    bottom:90px;
    padding: 1em 1.8em;
    opacity: 1;
    border-radius: 25px; 
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.cc-banniere.cc-invisible{
	opacity: 0;
display: none;
}

.cc-message {
    text-align: left;
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
}

.cc-message a{
    color: white;
}

.cc-btn {
    color: white;
    display: flex;
    border-radius: 25px;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: white;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
	text-decoration: none;
}

