.inner_body																	{margin-top: 115px;}

.miniorange                                                                 {color:var(--color_theme_hv);  text-transform: uppercase; font-size: 25px; display: block; line-height: 1.3em;}
.mioniexpla                                                                 {font-size: 18px; display: block; line-height: 1.7em;}    

.collection                                                                 {border:none !important;}
.collection .collection-item                                                {background:none !important; border: none !important;}
.collection .collection-item .material-icons                                {color:var(--color_theme_hv); font-size: 20px; margin-right: 10px; vertical-align: middle;}      

.sinceround                                                                 {display: block; width: 90px; height: 90px; line-height: 24px; text-align: center; text-transform: uppercase; border-radius: 50%; font-size: 20px; padding: 24px 5px 21px; position: relative;}
.sinceround:before                                                          {content: ""; position: absolute; left: -10px; top: 0; width: 80px; height: 80px; background: #aaaaaa86; border-radius: 50%; display: block; z-index: -1;}
.sinceround_light                                                           {background: var(--color_theme2); color:var(--background_body1);}
.sinceround_dark                                                            {background: var(--background_body1); color:var(--color_theme2);}

.btnspec                                                                    {border-radius:7px;  font-size: 22px; position: relative; display: block; width: 300px;} 
.btnspec:after                                                              {content: ""; position: absolute; left: 95%; top:0px; width: 100%; height: 100%; background: var(--background_body1); opacity: 0.2; border-radius: 7px; transition: all .3s ease;}
.btnspec:hover span                                                         {color:#fff; position: relative; z-index: 5;}
.btnspec:hover:after                                                        {opacity:1; top:0px; left:0px; z-index:4;}

.bandeaumaster .container                           {margin:0 0 0 auto; animation: ease move_photo 1.3s 1.4s forwards; transform:translate(500px,0px); opacity: 0; position: relative;}
.bandeaumaster .container:before                    {content: ''; position: absolute; top: -32px; right: 32px; width: 256px; height: 64px; background: url('../img/fond/overlay-bandeau.png') repeat; z-index: 2; pointer-events: none;} 
.bandeaumaster                                      {display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center; position: relative; overflow: hidden;}
.bandeaumaster .inneraccueil                        {width: 60%; height: 280px; margin: 0px 0px 0px auto; display: flex; flex-direction: column; justify-content: center; align-content: flex-end; align-items: flex-end; position: relative; background: rgba(0, 0, 0, 0.12);}
.bandeaumaster .inneraccueil::before                {content: ''; position: absolute; top: 10px; left: 10px; width: 100px; height: 32px; background: url('../img/fond/arrow-title.png'); z-index: 1; opacity: 0.8;}
.bandeaumaster .inneraccueil::after                 {content: ''; position: absolute; bottom: 10px; right: 10px; width: 100px; height: 32px; background: url('../img/fond/arrow-title.png'); z-index: 1; opacity: 0.4; transform: rotate(180deg);}
.bandeaumaster .inneraccueil .ttlBig-0              {font-size: 2vw; line-height:0.9em; font-weight: 900; text-transform: uppercase; width:100%; height:auto; display:block; margin:0px; z-index: 10; position: relative;}
.bandeaumaster .inneraccueil .ttlBig-1              {text-align:center; color:var(--background_gen); }

@keyframes move_photo           {to {transform:translate(0px,0px); opacity:1;}}

h2                                                       					 {text-transform: uppercase;  font-size: 40px; color:var(--color_gen); line-height: 0.9em; margin: 30px 0px 30px 0px; text-align: left;}   
h3                                                       					 {text-transform: uppercase;  font-size: 35px; color:var(--color_gen); line-height: 0.9em; margin: 28px 0px 28px 0px; text-align: left;}   
h4                                                       					 {text-transform: uppercase;  font-size: 30px; color:var(--color_gen); line-height: 0.9em; margin: 25px 0px 25px 0px; text-align: left;}   


tr:last-of-type {border-bottom: none;}
.collection-item {margin-bottom:15px !important;}
.bouton_contact {background-color: var(--background_gen); color: #656565; font-size: 15px; width: 200px; line-height: 32px; padding: 5px 15px; margin: 40px auto 0px auto; border: solid 2px var(--color_theme2); cursor: pointer; display: block; text-align: center; transition: all .2s ease-out;}


@media only screen and (max-width: 601px) {
	h1,h2,h3                                {font-size: 1.5em;}
	.header 								{padding:0px 10px;}
	.light 									{padding:0px 10px;}		
	.collection .collection-item 			{padding:10px 10px;}
	td img 									{width: 100%; max-width:200px; max-height:200px;}
	.inner_body .container_body .mini_nav   {margin-left: 10px; margin-top: 30px;}
}