@media (max-width: 992px) {

iframe.bdmobile {
height: 530px!important;
}

.cartedefidbg {
  background-image: url(../img/template/cartedefidelite.png); /* The image used */
  background-color: transparent; /* Used if the image is unavailable */
  background-position: bottom; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 50%; /* Resize the background image to cover the entire container */
  padding-bottom: 100px;
} 


	.embed-responsive {
	  min-height: 500px;
	}

	.navbar-nav {
	margin: 50px 0
	}
	
	.ctalink-mail {
    margin: 10px 0 0 0!important;
	}

}



.cartedefidbg {
	background-image: url(../img/template/cartedefidelite.png); /* The image used */
  background-color: transparent; /* Used if the image is unavailable */
  background-position: bottom right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
} 

.bg-dark {
    background-color: #111 !important;
}

.service-btn {
    text-align: left;
    width: 100%;
	color: #222;
}

.service-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.card {
border: 0px;
margin-top: 10px;
}

.card h4 button{
text-transform: uppercase;
font-weight: 600;
}

.card h4 button:hover{
color: #e44126;
}

.card-body img {
margin-bottom: 10px;
}

.card-header {
padding:3px 10px;
}





/*
RESETS FOR THINGS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



html,
body {
	margin: 0;
	padding: 0;
	background: #dadad7;
	/*background: #222 url(../assets/bg-20-ans.jpg) no-repeat top left;*/
	background-attachment: fixed;
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 18px;
	line-height: 130%;
	color: #333;
	height: 100%;
}

.col, .row {
margin-top: 10px;
margin-bottom: 10px;
}

i.smalltext
 {
font-size: 12px!important;
color: #444;
font-style: normal;
}

i.smalltext a {
color: #444;
text-decoration: underline;
}




.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #e44126;
}




h1 {
	font-family: 'Oswald';
	font-weight: 600;
    font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #fff;
}

h1.maintitle {
	margin: 40px 0 0 0;
	font-size: 1.5em;
}

h2, .mainmenu, .newsletter h3 {
	font-family: 'Oswald';
	font-weight: 600;
    font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
		text-transform: uppercase;

}

h3, footer h3 {
	font-weight: bold;
font-style: normal;
margin: 0 0 10px 0;
text-transform: uppercase;
padding: 0;
font-size: 1.2em;
}


p {
	margin: 10px 0;
	padding: 0;
}

.cta p {
	margin: 20px;
	padding: 0;
	font-weight: bold;
}





#maincontent {
	width: 100%;
	/*background: #F0F6F8;*/
	background: transparent;
	padding-bottom: 30px;
	display: block;
	overflow: hidden;
}

footer {
	padding: 30px 0;
}




ul.bulletpoints {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
  margin-left: 20px;s
}




/*** IMG STRETCH ***/

.stretch img {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
}

.content-centered {
	text-align: center;
}

.col-centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
}




 /*** BGCOLORS
.usure1 {
	  width: 150px;
      height: 100px;
      transform: skew(20deg);
      background: red;
}

.usure2 {
	background: transparent url(../assets/usure.png) repeat top right;
}

.usure3 {
	background: transparent url(../assets/usure.png) repeat bottom left;
}

.usure4 {
	background: transparent url(../assets/usure.png) repeat bottom right;
}

***/

.orange {
	background-color: #e65010;
}

.yellow {
	background-color: #ffd600;
}

.red {
	background-color: #e44126;
}

.grey {
	background-color: #373a3a;
}

.greynew {
background-color: #4f4d4d;
color: #ffffff;
}

.greynew .smalltext,
.greynew .smalltext a {
color: #ffffff !important; 
}

.black {
	background-color: #222;
}

.white {
	background-color: #fff;
}
	
p.textwhitebg {
/*background: rgba(255,255,255,0.6);*/
padding: 0px;
font-family: 'Oswald';
	font-weight: 400;
	color: #fff;
		text-transform: uppercase;

}



/*** TEXT COLORS ***/
.textorange {
	color: #e44126;
}



/*** GRIDPADDINGS ***/

.gridpadding {
	padding: 10px;
	margin: 10px 0;
}

.gridpadding10 {
	margin: 10px 0;
}

.gridpadding20 {
	padding: 20px;
	margin: 10px 0;
}

.gridpadding40 {
	padding: 40px;
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.gridpadding50 {
	padding: 50px;
	margin: 10px 0;
}








/*** TOPBAR ***/

#topbar {
	width: 100%;
	padding: 10px 0;
	background: #222;
	text-align: right;
	color: #f57d1f;
	text-transform: uppercase;
}

	#topbar .second {
		color: #fff;
	}







/*** BREADCRUMBS ***/

.breadcrumbs {
	margin-top: 20px;
	margin-bottom: 20px;
}


.breadcrumbs .home,
.breadcrumbs h1 {
	font-size: 0.85em;
	line-height: 0.85em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	float: left;
	display: block;
	margin: 0 0 0 5px;
	padding: 0;
}






/*** ACCUEIL ***/

.newsletter {
	background: transparent url(../img/template/ctamailbg.jpg) repeat 50% 50%;
	background-size: 100% auto;
	text-align: center
}

.cta {
	margin-bottom: 20px;
}

.cta h2{
	font-size: 2em;
	margin: 20px;
}

.newsletter h3{
	font-size: 1.8em;
	margin: 0 0 15px 0;
}

.newslettersmall {
	margin-bottom: 50px;
}

.newslettersmall h3{
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

.newslettersmall p{
	font-size: 0.8em;
}

.cta .links h2{
	font-size: 2em;
	margin: 0 0 0 0;
}

.container-12 .newsletter {
	margin-bottom: 20px;
}

.container-12 .newsletter p{
	margin-bottom: 20px;
}


.form-control {
    font-size: 16px;
    padding: 22px 10px;
    
}



/*** PROMOTIONS ***/

.container-12 .promotions .grid-3 {
	margin-bottom: 20px;
}



/*** LE FOLDER ***/

.container-12 .folderframe  {
	position: relative;
	margin-bottom: 20px;
}

.container-12 .folderframe iframe {
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-12 .mobilefolder {
	display: none;
	margin-bottom: 20px;
}





/*** SERVICES ***/

.serviceitem {
	margin-bottom: 20px;
	background: #fff;
	font-size: 0.9em;
	line-height: 1.2em;
}













 /* ACCES */

.address {
	color: #222;
	margin-bottom: 20px;
}

	.address p{
		padding: 0;
		font-family: "Arial", sans-serif;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: normal;
	}

		.address p span.tel a{
			color: #f57d1f;
			text-decoration: none;
		}




/*** FOOTER ***/

#footer {
	width: 100%;
	background: #000!important;
	display: block;
	padding: 30px 0;
	margin: 0;
	color: #fff;
	font-size: 0.8em;
	line-height: 1.2em;
}

#footer h3{
	margin-top: 0px;
}

.hourswrapper {
	background: #fff;
	width: 100%;
	border: none;
	margin: 0 0 10px 0;
}

	.hoursheader {
		background: #e44126;
		color: #fff;
		text-align: center;
	}

		.hours {
			background: #fff;
			color: #e44126;
			font-size: 2em;
			line-height: 2em;
			text-align: center;
		}

		.days {
			background: #fff;
			color: #222;
			font-size: 0.8em;
			line-height: 1.2em;
		}

.footernav ul {
	margin: 0 0 10px 0;
	padding: 0;
}

	.footernav ul li{
		margin: 0 15px 10px 0;
		padding: 0 0 0 15px ;
		list-style-image: none;
		list-style-type: none;
		border-left: 1px solid #b8c2c6;
		float: none;
	}

	.footernav ul li.last{
	}

		.footernav ul li a{
			color: #fff;
			text-decoration: none;
			padding: 0;

		}

		.footernav ul li.active a,
		.footernav ul li.active a:hover,
		.footernav ul li a:hover{
			color: #e44126;
			background: none;
		}

.copyright {
	color: #f0f0f0;
	font-size: 0.8em;
}



.ctalink{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 20px 0 0 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  background-color: #ffd605;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
}

.ctalink:hover{
  background-color: #ffd605;
  color: #222;
}

.ctalink:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.ctalink.color{
  color: #000;
  /*text-shadow: 0 1px 0 rgba(0,0,0,.2);*/
  background-image: linear-gradient(top, rgba(255,255,255,.3),
             rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
}

/* */

.ctalink.green{
  background-color: #ffd605;
  border-color: #ffd605;
}

.ctalink.black{
  background-color: #000;
  border-color: #222;
}

.ctalink.black:hover{
  background-color: #222;
}

.ctalink.green:hover{
  background-color: #62c462;
}

.ctalink.green:active{
  background: #57a957;
}

/* Smaller buttons styles */
.ctalink.small{
  padding: 4px 12px;
}

/* Larger buttons styles */
.ctalink.large{
  padding: 12px 30px;
  text-transform: uppercase;
}

.ctalink.large:active{
  top: 2px;
}

.ctalink-yellow {
  border-radius: 5px;
  padding: 15px 25px;
  text-decoration: none;
  margin: 0;
  position: relative;
  color: #000;
  background: #ffd600;
  font-family: 'Oswald';
	font-weight: 600;
	  transition: background-color .2s ease-out;
  margin: 20px 0 0 0;
   display: inline-block;
  *display: inline;
  zoom: 1;

}

.ctalink-yellow:hover,
.ctalink-yellow:active {
  background: #ffea00;
  text-decoration: none;
  color: #000;
}

.ctalink-mail {
  border-radius: 5px;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
  color: #fff;
  background: #000;
  font-family: 'Oswald';
  font-weight: 400;
  transition: background-color .2s ease-out;
  margin: 0 0 0 10px;
  border: 0px;
}

.ctalink-mail:hover,
.ctalink-mail:active {
  background: #222;
  text-decoration: none;
  color: #fff;
}



/*** SERVICES LINKS ***/

ul.services-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.services-links li {
	margin: 3px 0 0 0;
	padding: 0;
}

ul.services-links li a{
	text-decoration: none;
	color: #222;
	height: 40px;
	line-height: 40px;
	display: block;
	overflow: hidden;
	padding: 0 0 0 50px;
	background: #fff url(../img/template/arrow.png) no-repeat top left;
	font-family: 'Oswald';
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
}

ul.services-links li a:hover{
	background-color: #000;
	color: #fff;
}








/* FOOTER */

footer {
  font-size: 0.9em;
  background: #000;
  color: #b6b6b6;
  font-weight: 100;
}

footer .row-footer {
  padding: 60px 0;
}

footer h5 {
  margin: 0 0 10px 0;
  font-weight: 600;
  font-size: 1.4em;
  color: #fff;
}


footer .footermenu .navbar-nav li{
    float: none;
    padding: 0;
    margin: 0 0 15px 0;
  }

footer .footermenu .navbar-nav li a {
    padding: 5px 15px 5px 15px;
    margin: 0 15px 0 0;
    line-height: 100%;
    float: none;
    height: auto;
    color: #fff;
    font-weight: 100;
    border-left: 3px solid #99C221;
  }

footer .footermenu .navbar-nav li a:hover,
footer .footermenu .navbar-nav li.active a,
footer .footermenu .navbar-nav li.active a:hover {
    color: #e44126;
    background: transparent;
    border-left: 3px solid #fff;
  }


  ul.latest {
  }

  ul.latest li{
    margin: 0;
    padding: 0;
  }


footer ul.latest a {

}

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

footer .btn-tweg {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 1.2em;
}









* */

.btn-default {
  font-size: 1.2em;
  background: #fff;
  border-color: #c5A060;
  color: #c5A060;
}

.btn-top-margin {
  margin-top: 15px;
}

.btn-default:hover {
  background: #c5A060;
  color: #fff;
  border-color: #c5A060;
}

.btn-success {
  font-size: 1.2em;
  background: #c5A060;
  border-color: #c5A060;
}

.btn-success:hover {
  background: #e1c492;
  border-color: #c5A060;
}








