@charset "UTF-8";
/* CSS Document */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
* {
    box-sizing: border-box;
}
.retour { 
    white-space:pre-line;
}
body {
    margin: 0;
}

.title {
	text-transform:uppercase; 
	color:#FFF; 
	font-weight:800; 
	font-size:16px; 
	text-align:left; 
	margin-left:9px; 
	line-height:19px; 
	margin-top:22px;
}
.logo { 
  white:85px; 
  height:85px; 
  margin-top:5px; 
  margin-bottom:5px;
  left:0px; 
}

.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before{
	content:"";
	display:table;
	clear:both;
	}
.w3-col{
	padding:0 8px;
	float:left;
	width:100%
}
.w3-col.s1{width:8.33333%}.w3-col.s2{width:16.66666%}.w3-col.s3{width:24.99999%}.w3-col.s4{width:33.33333%}
.w3-col.s5{width:41.66666%}.w3-col.s6{width:49.99999%}.w3-col.s7{width:58.33333%}.w3-col.s8{width:66.66666%}
.w3-col.s9{width:74.99999%}.w3-col.s10{width:83.33333%}.w3-col.s11{width:91.66666%}.w3-col.s12{width:99.99999%}
@media (max-width: 970px) {	
.w3-col.s2, .w3-col.s3, .w3-col.s4,.w3-col.s6, .w3-col.s7, .w3-col.s8, .w3-col.s9, .w3-col.s10, .w3-col.s11,.w3-col.s12 {
  width:100%
}
}
@media screen and (max-width: 947px) and (min-width: 667px) {
	.logo { 
     white:65px; 
     height:65px;
     top:4px;
     left:0px; 
    }
	.title {
	font-size:14px; 
	margin-left:12px; 
	line-height:19px; 
    }
}
@media screen and (max-width: 887px) and (min-width: 775px) {
	.title { margin-top:10px; }
}

@media screen and (max-width: 775px) and (min-width: 469px) {
	.title { margin-top:22px; }
}

@media screen and (max-width: 775px) and (min-width: 469px) {
	.retour { 
	   white-space:nowrap;
	}
}

@media screen and (max-width: 667px) and (min-width: 512px) {
	.w3-col.s1{
		width:18.99999%;
	}
	.w3-col.s5 {
		width:80.99999%;
	}
	.logo { 
     white:85px; 
     height:85px;
     top:4px;
     left:0px; 
    }
	.title {
	font-size:16px; 
	margin-left:12px; 
	line-height:19px; 
    }
}

@media screen and (max-width: 512px) and (min-width: 500px) {
   .w3-col.s1{
		width:17.99999%;
	}
	.w3-col.s5 {
		width:81.99999%;
	}
	.logo { 
     white:85px; 
     height:85px;
     top:4px;
     left:0px; 
    }
	.title {
	font-size:16px; 
	margin-left:8px; 
	line-height:19px; 
    }	
}

@media screen and (max-width: 500px) and (min-width: 351px) {
   .logo { 
     white:75px; 
     height:75px;
     top:4px;
     left:0px; 
    }
	.title {
	font-size:14px; 
	margin-left:12px; 
	line-height:19px; 
    }			
}

@media screen and (max-width: 500px) and (min-width: 300px) {
 .w3-col.s1{
		width:18.99999%;
	}
	.w3-col.s5 {
		width:80.99999%;
	}
}
@media screen and (max-width: 351px) and (min-width: 300px) {
	.logo { 
     white:65px; 
     height:65px;
     top:4px;
     left:0px; 
    }
	.title {
	font-size:14px; 
	margin-left:9px; 
	line-height:19px; 
	margin-top:10px;
    }	
}

#left-top { 
  float:left;
}

/* #Basic Styles
================================================== */
body {
	background: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 13px;
	line-height:26px;
	color:#999999;
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-webkit-text-size-adjust: 100%;
 }
 html {
	overflow-x:hidden; 
	height:100%;
}
html, 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, select{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
 }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	strong { font-weight:bolder; color:#E32219; padding-bottom:10px;}
		
/*TOP HEADER AND NAVIGATION MENU*/		
.header {
  background-color: #7f9cab;
  padding: 0px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #003045; 
  z-index:2;
}
.space-menu {
	margin-left:0px !important;    
}

#navbar a { 
  float: left;
  display: block; 
  line-height:16px;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 12px;
  text-decoration: none;
  font-size: 15px;
}

#navbar a:hover {
  background-color: #bfced5;
  color: 222;
}

#navbar a.active {
  background-color: #E32219;
  color: white;
  float: right;
}

#navbar a.active:hover {
  background-color: #F63440;
  color: white;
}

.dropdown-nav {
    float: left;
    overflow: hidden; 
}

.dropdown-nav .dropbtn-nav {
	cursor:pointer !important; 
    font-size: 14px;   
	line-height:17px; 
    border: none;
    outline: none;
    color: white;
    padding: 14px 8px;
    background-color: inherit;
	border-right:1px solid #7f9cab !important;
    margin: 0;
}

.dropdown-nav:hover .dropbtn-nav { 
    text-transform:uppercase;
    background-color: #bfced5 !important;
}

.dropdown-content-nav {
    display: none; 
	margin-top:0px;
    position: absolute;
    background-color: #bfced5 !important;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-nav .header {
    background-color: #bfced5 !important;
    padding: 16px;
    color: white;
}

.dropdown-nav:hover .dropdown-content-nav {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column-nav {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #bfced5 !important;
    height: 250px;
}

.column-nav2 {
    float: left;
    width: 24.33%;
    padding: 10px;
    background-color: #bfced5 !important;
    height: 250px;
}

.column-nav a, .column-nav2 a {
    float: none;
    color: #003045 !important;
    padding: 8px !important;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column-nav a:hover, .column-nav2 a:hover {
    color: #7f9cab !important; 
	background:none;
}

/* Clear floats after the columns */
.row-nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column-nav, .column-nav2 {
        width: 100%;
        height: auto;
    }
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 60px;
}



@media screen and (max-width: 479px) and (min-width: 430px) {
	#navbar a.active {
      float: left;
	}
}
@media screen and (max-width: 430px) and (min-width: 300px) {
	#navbar a.active {
      float: left;
	}
}

@media screen and (max-width: 1115px) and (min-width: 970px) {
	.column-nav a, .column-nav2 a { 
	   font-size:13px !important;
	}
}

@media screen and (max-width: 1197px) and (min-width: 1135px) {
	.dropdown-nav .dropbtn-nav { 
	   padding: 14px 4px;
	}	
	
}


@media screen and (max-width: 1135px) and (min-width: 1114px) {
	.dropdown-nav .dropbtn-nav { 
	   padding: 14px 4px;
	}
}

@media screen and (max-width: 1114px) and (min-width: 986px) {
   .dropdown-nav .dropbtn-nav { 
	   padding: 14px 1px;
	   font-size: 13px !important;
	}
	
}

@media screen and (max-width: 986px) and (min-width: 970px) {
	.dropdown-nav .dropbtn-nav { 
	   padding: 14px 1px;
	   font-size: 13px;
	}
}




/*END TOP HEADER NAVIGATION*/
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (min-width: 970px) {
		.overlay, .overlay2, .overlay3 { 
		  display:none;
		}
		.burguer, .burguer2, .burguer3 { 
		  display:none;
		}
		#right-top { 
	    float: right;
	    }
		
}
@media (max-width: 970px) {	
    #navbar a.active {
      float: left;
	}
	#right-top { 
	    display:none;
	}
	.dropdown-nav { 
	   display:none;
	}
	.burguer { 
	    float:right;
		font-size:30px;
		cursor:pointer; 
		color:#FFF;
		text-align:right;
		padding: 10px;
	}
    .burguer2 { 
	    float:right;
		font-size:36px;
		cursor:pointer; 
		color:#FFF;
		text-align:right;
		padding: 9px;
	}
    .burguer3 { 
	    float:right;
		font-size:36px;
		cursor:pointer; 
		color:#FFF;
		text-align:right;
		padding: 0px;
	}		
	
	/*MOBILE MENU*/
   .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0; 
	margin-bottom:100px; 
	bottom:300px;
    background-color:#003045; 
    overflow-y: scroll;
    transition: 0.5s;
    }
	
	
   .overlay-content {
    position: relative;
    top: 50px;
    width: 100%; 
	height:inherit;
    text-align: center;
    margin-top: 30px;
    }

   .overlay a, .overlay2 a, .overlay3 a {
    padding: 5px;
    text-decoration: none;
    font-size: 14px;
    color: #7f9cab;
    transition: 0.3s;
    }

   .overlay a:hover, .overlay a:focus {
    color: #bfced5;
    }
	
    .overlay .closebtn, {
    position: absolute; 
	float:right !important;
    top: 25px;
    font-size: 60px;
}
/*MENU MOBIL LANGUE*/
    .menu-langue { 
	  position:absolute;
	  float:left;
	  top: -50px; 
	  left: 19px;
	  display:inline-block;		
	}
	.menu-langue a { 
	  text-decoration:none; 
	  font-size:13px;
	}
	.menu-langue a.active { 
	  font-weight:bolder; 
	  color:#FFF !important;
	}
/*END MENU MOBIL LANGUE*/	
/*MENU MOBIL SOCIAL*/
   .menu-social { 
	  text-align:center !important;
	  display:inline-block; 
	  margin-top:90px; 
	  margin-bottom:100px; 
	  padding-bottom:100px;		
	}
	.menu-social a { 
	  text-decoration:none; 
	  font-size:13px;
	}
	.menu-social a.active { 
	  font-weight:bolder; 
	  color:#FFF !important;
	}
/*END MENU MOBIL SOCIAL*/
	
}
/*END MOBILE MENU*/
/* SEARCH FORM */
#search { 
  display:block; 
  padding:18px; 
  width:100%; 
  background-color:#bfced5;	
}
input[type=search] { 
    margin-top:0px; 
	width: 100%;
    box-sizing: border-box;
    border: 0px solid #000;
    border-radius: 100px;
    font-size: 16px;
    background-color: white;
    background-image: url('../images/search.png');
    background-position: 6px 3px; 
    background-repeat: no-repeat;
    padding: 4px 10px 4px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=search]:focus {
    width: 100%; 
	border-color:#E32219;
	color:#E32219;
}

/* SEARCH FORM */
/*BUTTONS*/
.button {
    border: none;
    color: white;
    padding: 8px;
	border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button1 {background-color: #E32219;} /* ROUGE*/
.button2 {background-color: #F63440;} /* ROUGE 2*/
.button3 {background-color: #7A1600;} /* BROWN*/
.button4 {background-color: #786A65;} /* GRAY */
.button5 {background-color: #FF5113;} /* ORANGE */

.button6 {background-color: #FFD200;} /* JELLOW*/
.button7 {background-color: #009DDB;} /* BLUE */
.button8 {background-color: #003045;} /* GRAY2 */
.button9 {background-color: #545F1D;} /* GREEN*/
.button10 {background-color: #8FD400;} /* GREEN2*/

.button11 {background-color: #5C3160;} /* VIOLET*/
.button12 {background-color: #D40072;} /* PINK*/
/*END BUTTONS*/


/*TOP MENU WITH LANGUES*/
.dropbtn-top { 
    margin-top:26px;
	background-color: #bfced5;
    color: #222;
    padding: 12px 4px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown-top {
    position: relative;
    display: inline-block;
}

.dropdown-content-top {
    display: none;
    position: absolute;
    right: 0;
    background-color: #bfced5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-top a { 
    text-transform:uppercase;
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content-top a:hover {background-color: #7f9cab; color:#FFF;}

.dropdown-top:hover .dropdown-content-top {
    display: block;
}

.dropdown-lang:top .dropbtn-lang {
    background-color: #bfced5;
}

/*END MENU LANGUES*/
/*SELECT STYLES DROPDOWN MENU*/
.styled-select { 
   background: url(../images/arrows-down.png) no-repeat 96% 0;
   height: 54px;
   overflow: hidden;
   width: 278px;
}

.styled-select select {
   background: transparent;
   border:none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 278px;
}
/* SELECT STYLE1 */
.slate-select {
	border: 1px solid #bfced5;
	width:269px;
	background-color: #bfced5;
}

.styled-select.slate {
   height: 54px;
   width: 246px;
}

.styled-select.slate select {
   font-size: 16px;
   height: 54px;
   width: 270px;
}

.styled-select.slate select option {
    background-color: #bfced5; 
	border:none !important;
    color: #252525;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	padding:10px;
}

.styled-select.slate select option:hover,
.styled-select.slate select option:focus,
.styled-select.slate select option:active {
        background: linear-gradient(#000000, #000000);
        background-color: #7f9cab !important; /* for IE */
        color: #bfced5 !important; 
		border:none;
    }

.styled-select.slate select option:checked {
        background: linear-gradient(#7f9cab, #7f9cab);
        background-color: #bfced5 !important; /* for IE */
        color: #7f9cab !important;
		border:none;
    }
/* END SELECT STYLE 1*/
/*SELECT STYLE 2*/	
.slate2-select {
	border: 1px solid #e2dfdc;
	width:269px;
	background-color: #e2dfdc;
}

.styled-select.slate2 {
   height: 54px;
   width: 246px;
}

.styled-select.slate2 select {
   font-size: 16px;
   height: 54px;
   width: 270px;
}

.styled-select.slate2 select option {
    background-color: #e2dfdc; 
	border:none !important;
    color: #252525;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	padding:10px;
}

.styled-select.slate2 select option:hover,
.styled-select.slate2 select option:focus,
.styled-select.slate2 select option:active {
        background: linear-gradient(#000000, #000000);
        background-color: #c6beb9 !important; /* for IE */
        color: #bfced5 !important; 
		border:none;
    }

.styled-select.slate2 select option:checked {
        background: linear-gradient(#c6beb9, #c6beb9);
        background-color: #e2dfdc !important; /* for IE */
        color: #7f9cab !important;
		border:none;
    }
/* END SELECT STYLE 2*/
/*SELECT STYLE 3*/
.slate3-select {
	border: 1px solid #ddc6bf;
	width:269px;
	background-color: #ddc6bf;
}

.styled-select.slate3 {
   height: 54px;
   width: 246px;
}

.styled-select.slate3 select {
   font-size: 16px;
   height: 54px;
   width: 270px;
}

.styled-select.slate3 select option {
    background-color: #ddc6bf; 
	border:none !important;
    color: #252525;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	padding:10px;
}

.styled-select.slate3 select option:hover,
.styled-select.slate3 select option:focus,
.styled-select.slate3 select option:active {
        background: linear-gradient(#000000, #000000);
        background-color: #bb8e7f !important; /* for IE */
        color: #bfced5 !important; 
		border:none;
    }

.styled-select.slate3 select option:checked {
        background: linear-gradient(#bb8e7f, #bb8e7f);
        background-color: #ddc6bf !important; /* for IE */
        color: #bb8e7f !important;
		border:none;
    }
@media screen and (max-width: 1200px) and (min-width: 960px) {
	.styled-select, .styled-select select  { 
	     width:200px;	
	}
	.slate-select, .slate2-select, .slate3-select {
		width:220px;
	}
	.styled-select.slate, .styled-select.slate2, .styled-select.slate3{
		width:210px;
	}
	
}
@media screen and (max-width: 960px) and (min-width: 760px) {
	.styled-select, .styled-select select  { 
	     width:150px;	
	}
    .slate-select, .slate2-select, .slate3-select {
		width:170px;
	}
	.styled-select.slate, .styled-select.slate2, .styled-select.slate3{
		width:160px;
	}	
}
/* END SELECT STYLE 2*/
/* #footer
================================================== */

.footer{
	position: relative;
	background:#003045;
	width:100%;
	padding-top:50px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.footer p { 
   line-height:20px;
}
.footer h4 {
 color:#9CF;
}
.footer a{ 
    color: #7f9cab; 
	padding: 10px 2px 10px 2px;
	margin:  10px 2px 10px 2px;
	text-decoration:none;
}
.footer a:hover{ 
    color: #bfced5; 
	text-decoration:none;
}
.footer.no-shadow{
    box-shadow:none;
	overflow:hidden;
}
.footer-social{ 
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
}
.footer-social a {
	position: relative;
	display: inline-block;
	outline: none;
	padding:8px 14px;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height:11px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
	color:#212121;
}
.footer-social a {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.footer-social a:hover,
.footer-social a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.footer-social a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.footer-social a:hover::before,
.footer-social a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.footer-copy-text{
	position: relative;
	width:100%;
	padding-bottom:20px;
}
.footer-copy-text p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;
	line-height:24px;
	text-align:center;
	color:#606060;
	padding-bottom:10px;
}

.section-header-text-left {
	position:relative;
	width:100%;
}
.section-header-text-left h4{
	padding-bottom:10px;
	text-align:left;
	color:#7f9cab;
}
.section-header-text-left p{
	font-weight:700;
	font-size: 15px;
	line-height:24px;
	color:#7f9cab;
	letter-spacing:3px;
	text-align:left;
    text-transform: capitalize;
	padding-bottom:20px;
}
.section-header-text-left .line-header{
	position:relative;
	width:110px;
	height:2px;
	display:block;   
	background-color: #E32219; 
	margin-bottom:10px;
}
.section-header-text-left .line-header2{
	position:relative;
	text-align:center;
	width:110px;
	height:2px;
	display:block;   
	background-color: #E32219; 
	margin-bottom:10px;
}
input[type=text] {
    width: 100%;
    padding: 7px 10px;
    margin: 4px 0;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}
input[type=text]:focus {
    border: 2px solid #E32219;;
}

/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #414141;
		font-family: 'Lato', sans-serif;
		text-align:center;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 300; }
	h1 { font-size: 40px; line-height:46px; font-weight: 100; }
	h2 { font-size: 34px; line-height:40px; font-weight: 100;}
	h3 { font-size: 30px; line-height: 36px; font-weight:100;}
	h4 { font-size: 26px; line-height: 32px; font-weight:100;}
	h5 { font-size: 22px; line-height: 28px; color: #E32219;}
	h6 { font-size: 18px; line-height: 24px;}
	
@media screen and (max-width: 479px) and (min-width: 430px) {
	h1 { font-size: 40px; line-height:46px; font-weight: 400; }
	h2 { font-size: 34px; line-height:40px; font-weight: 400;}
	h3 { font-size: 30px; line-height: 36px; font-weight:400;}
	h4 { font-size: 26px; line-height: 32px; font-weight:400;}
   }
@media screen and (max-width: 430px) and (min-width: 300px) {
	h1 { font-size: 40px; line-height:46px; font-weight: 400; }
	h2 { font-size: 34px; line-height:40px; font-weight: 400;}
	h3 { font-size: 30px; line-height: 36px; font-weight:400;}
	h4 { font-size: 26px; line-height: 32px; font-weight:400;}
}


	p { line-height:20px; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	.space { padding:8px; margin:8px; border-top-color:#999; border-top-width:1px; border-top-style:dotted; width:90%; text-align:center;}
	.space2 { padding:12px; margin:12px; border-top-color:#7f9cab; border-top-width:1px; border-top-style:dotted; width:90%; text-align:center;}
	


	hr { border: dotted #7f9cab; border-width: 1px 0 0; clear: both; margin: 8px 0px 8px; height: 0; position:relative;}

.box-info { 
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: white; 
	text-align:center !important;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px; 
	height:auto;
}
.box-info2 { 
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    background-color: white; 
	text-align:center !important;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px; 
	height:auto;
}
/*IMAGES EFFECT*/
.animimg {
    position: relative;
    width: 90%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.animimg:hover .image {
  opacity: 0.3;
}

.animimg:hover .middle {
  opacity: 1;
}

.text a {
  background-color: #E32219;
  color: white !important;
  font-size: 16px;
  padding: 16px 32px;
}


