:root {
    --maincolor: #292b2c;
	--2ndcolor: #ec6907;
	--txtcolor: #292b2c;
	--textshadow: #666666;
	--lightshadow: #e9e9e9;
}

h3:first-letter {
    text-transform: uppercase;
}

h3 {
    text-transform: lowercase;
}

.bg2ndcolor{
background-color: var(--2ndcolor);	
}
.bgmaincolor{
background-color: var(--maincolor);	
}
.bglightshadow {background-color:var(--lightshadow);}

.txt2ndcolor{
color: var(--2ndcolor);	
}
.txtmaincolor{
color: var(--maincolor);	
}

.txtwhite {
color: white;	
}

#full-width-page-wrapper .row {margin:0;}

.my_jumbotron {padding-top: 5vh;}

/*debut banniere page d'accueil*/
.home_banner {
	margin-top:2vw;
}
.home_banner h1 {
	font-family: 'Roboto Slab';
	font-size:2.2vw; 
	font-weight:700; 
	color:#fff; 
	text-shadow: 2px 2px var(--textshadow);
    line-height: 1;
	margin-bottom: 0.2vh;
}

.home_banner h2 {
	color: white;
    text-shadow: 2px 2px var(--textshadow);
    font-size: 1.5vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1;
	font-style: italic;
}

.home_banner button {
	margin-top:1vw;
	font-size: 1.3vw;
}

/*fin banniere page d'accueil*/

/*debut top menu header*/


#topMenu #Toprightnavbar {
    margin: 0 0 0 auto;
}
#topMenu{background:#444; width:100%;color:#ddd; font-size:.73em;font-weight:500}
.top-menu-css {
    display: flex;
    flex-direction: row;
}

.top-menu-css li{
    display: flex;
    align-items: center;
    background: #666;
}
.top-menu-css li >a{
    color:#ddd;
	font-size:0.73rem;
	text-transform:uppercase;
	
}

.top-menu-css > li:not(:last-child):after {
  	content: "|";
	display: inline-block;
    margin: 0.2rem 1rem;
}

.dropdown-menu {
	margin:0;
	padding:0;

}


/*.top-menu-css li ul {
    margin-right: 1rem;
}*/

@media (max-width: 991px){
	.navbar-toggleable-md > .container {margin-left: 0;}
	#main-menu li:nth-child(6){display:flex;}
	#main-menu li:nth-child(7){display:flex;}
	#main-menu li:nth-child(8){display:flex;}
	#main-menu li:nth-child(9){display:flex;}
}

/*fin top menu header*/


/*debut footer menu */

.footer-menu-css {
    display: flex;
    flex-direction: row;
}

.footer-menu-css li{
    display: flex;
    align-items: center;
}

.footer-menu-css li:not(:last-child):after {
  	content: "|";
	display: inline-block;
    margin: 0.2rem 1rem;
	color:#fff;
}


/*fin footer menu */



/*debut top menu accueil*/
#top_menu-acc-titre h2 {
    font-size: 3vw;
    text-align: center;
	font-family: 'Roboto Slab';
	font-weight: 300;
}

#top_menu-acc {
    padding-bottom: 4vw;
    padding-top: 1vw;
}

#top_menu-acc .schrink {
	display: flex;
   margin: 0 auto;

}

#top_menu-acc .schrink .colonne{
	padding-left: 2vw;
	padding-right: 2vw;
	text-align: center;
	font-size: 1.1vw;
}


#top_menu-acc img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    transform: scale(1.1);
}
#top_menu-acc img {
    max-height: 180px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: transform 0.3s;
	mix-blend-mode: multiply;
}

/*fin top menu accueil*/

/* debut contenu point-fort*/
.point-fort {
    padding: 2vw 6vw;
    background: linear-gradient(rgb(239 238 238) 100%, white 0%);
	margin: 0;
}

.row.point-fort .col-sm-4 {
    padding: 1vw;
}

.rtin-media {
    height: 12vw;
    width: 12vw;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    margin: -10vw auto 2vw;
	flex-direction: column;
}

.info-item {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 43px 0 rgb(109 125 145 / 14%);
    padding: 4vw 2vw 1vw 2vw;
    position: relative;
    transition: all 0.3s;
    transform: translateY(0);
	height: 100%;
	display: flex;
    flex-direction: column;
}



.info-btn {
    text-align: center;
	margin-bottom: 15px;
	margin-top: auto;
	padding-top: 20px;
}

.info-btn .btn{
padding: 1rem 2rem;
}

.info-btn .btn-maincolor{
padding: 1rem 2rem;
}

p.bullet-sm-txt {
    margin-top: auto;
    margin-bottom: 0;
    color: white;
}

p.bullet-bg-txt {
    font-size: 3vw;
    font-family: fantasy;
    margin-bottom: auto;
    margin-top: -0.9vw;
}
/*fin contenu point-fort*/

/*debut css iframe*/
.iframeContainer {
    position: relative;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 20vw;
}

.iframe-resp {
    position: absolute;
    top: -20vw;
    width: 100%;
    height: 56vw;

}



/*fin css iframe*/


/*debut css cms*/
#cms .garantie-apres img {
    max-height: 80px;
    margin-top: 20px;
}

#cms .garantie-apres {
    align-items: center;
    border-bottom: grey dotted 1px;
    padding-bottom: 20px;
	margin: 10px 0 0 10px;
}
#cms .garantie-apres:last-of-type {
  border-bottom: none;
}

#cms H3{
	color:var(--2ndcolor);
}
/*fin css cms*/

/*debut css liste produits*/
.product-show {
    text-align: center;
}
.product-show-titre{
	border-top: 1px solid #ccc; margin-top: 15px; padding-bottom: 30px; text-align: center; padding-top: 10px;
}
/*fin css liste produits*/


/*debut css page-entreprise*/
#page-entreprise {
    padding: 0;
	margin:0;
}

#page-entreprise .row {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}


#page-entreprise H1 {
    text-align: center;
    margin: 1.5vh;
}

#page-entreprise h1.top_title {
    font-size: 6rem;
    color: white;
    padding: 2vw;
    opacity: 75%;
}

#page-entreprise H2 {
	font-family: 'broadway';
	font-size: 3rem;
    text-align: left;
	opacity:50%
}



#page-entreprise H4:after {
    background-color: var(--maincolor);
    content: " ";
    flex-shrink: 0;
    height: 5px;
    width: 80px;
	display:block;
	right:0;
	bottom:-30px;
	position:absolute;
}

#page-entreprise H4 {
    text-align: right;
   	position:relative;
}


#page-entreprise .top-image{ margin:auto; max-width:100%;}

#page-entreprise .menu-entreprise {
    display: flex;
    list-style-type: none;
	color:white;
} 
#page-entreprise .menu-entreprise li > a{
	color:white;
}

#page-entreprise .menu-entreprise > li:after {
    content: "|";
    margin: 30px;
	color:black;
}

/*fin css page-entreprise*/

/*debut definition media css */

@media screen and (max-width: 1300px) {
	.iframeContainer { height:21vw;}
	#top_menu-acc .schrink .colonne{font-size: 1.2vw;}
}

@media screen and (max-width: 1200px) {
	.iframeContainer {  height: 23vw;	}
	.iframe-resp {   top: -20vw;	}
	#top_menu-acc .schrink .colonne{font-size: 1.3vw;}
	.rtin-media {height: 14vw;width: 14vw;}
	p.bullet-sm-txt {    margin-top: 3.3vw; }
}

/*@media screen and (max-width: 1120px) {
	.iframeContainer {

   height: 30vh;
	}
	
	.iframe-resp {

    top: -10vw;
	}
}*/

@media screen and (max-width: 1050px) {
	.iframe-resp {  top: -18vw;	}
	#top_menu-acc {padding-bottom: 3vw;}
	#top_menu-acc .schrink .colonne{font-size: 1.6vw;}
	.point-fort {padding: 2vw 1vw;}
}
@media screen and (max-width: 950px) {
	#top_menu-acc .schrink .colonne{font-size: 1.7vw;}
	.home_banner h1 {font-size:3vw;  line-height: 1;}
	.home_banner h2 {font-size:2vw;}
	.home_banner button {font-size: 2vw;}
	.iframeContainer { height: 26vw;}
	.iframe-resp {top: -13vw;}
	.point-fort .info-text {font-size: 2vw;}
	
}

@media screen and (max-width: 800px) {
	.iframeContainer {   height: 29vw;	}
	#top_menu-acc .schrink .colonne{font-size: 1.8vw;line-height: 1.1;}
	.rtin-media {height: 16vw; width: 16vw;margin: -11vw auto 2vw;}
	p.bullet-sm-txt {    margin-top: 4.2vw; }
	}


@media screen and (max-width: 600px) {
	
	#top_menu-acc .schrink .colonne{font-size: 2vw;line-height: 1.1;}	
	.rtin-media { height: 23vw; width: 23vw;}
	p.bullet-sm-txt {    margin-top: 5.2vw; }
	p.bullet-bg-txt {    font-size: 3vw;}
	.row.point-fort .col-sm-4 {padding-bottom: 13vw;}
	.point-fort .info-text {font-size: 3vw;}
	p.bullet-bg-txt {font-size: 5vw;}

/*fin definition media css */