/*CSS pour le module des box*/
/*daniel parafita*/
/*07 DECEMBRE 2020*/

.btx-ligne{ /*pour une ranger de 3 cases)*/
  width:100%;
  text-align: center;
  margin: 0 0 25px;
  height:275px;
}
.btx-ligne-height-2{
  margin-top: 30px;
}

.btx-case1{
  width: calc((100% - 80px)/3);
  margin: 0 25px 0 0;
  float: left;
  height: 275px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
  border-radius:5px;
}
.btx-case1-1{
  width:100%;
  height:100%;
}
.btx-case1-pre{
  margin-left: 15px
}
.btx-case1-der{
  margin: 0 0 15px 0;
}

.btx-case1-img{
  height: 100%;
  background-repeat: no-repeat;

  transition: transform .5s ease-in-out;
  transition: all 0.4s ease;
}

p.btx-case-titre{
  left: 20px;
  top: 15px;
  background-color: #005da5;
  color: white;
  position: absolute;
  padding: 3px 5px;
  font-size: 1.15em;
  font-style: oblique;
}

.btx-case-boxdynam{
  color: white;
  position: absolute;
  bottom: 25px;
  /*min-height: 50px;*/
  transition: all 0.4s ease;
  left: 20px;
  padding-right: 10px;
}

.btx-boxdynam-titre{
  color: white;
  font-size: 1.6em;
  position: relative;
  top: 0px;
  text-align: left;
  line-height: 0.9em;
}

.btx-boxdynam-texte{
  transition: all 0.4s ease-in-out;
  transform: translateX(-100%);
  opacity: 0;
  max-height: 0px;
  text-align: left;
  font-size: 1.2rem;
}

.btx-casemask{
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
}

.btx-case1:hover .btx-boxdynam-texte{
  margin-bottom: 0.9375em;
  opacity: 1;
  transform: translateX(0);
  width: 100%;
  max-height: 100px;
}

.btx-case1:hover .btx-case1-img{
  transform: scale(1.05);
  filter: contrast(0.5);
}
.btx-tableau{
  width: 100%;
  overflow: hidden;	
}
.btx-tableau-marge{
  margin-top:35px;
}
.btx-demi-tableau{
	width: 50%;
	overflow: hidden;
	float:left
}
.btx-tableau-max-ligne{
 	 width: 100%;
	height: 400px;
}
.btx-tableau-max-ligne-mozaic{
 	 width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.btx-tableau-max-ligne-mozaic-img{
 	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}
.btx-tableau-max-ligne-mozaic-txt{
  	text-align: left;
	padding: 0px 40px 0px 40px;
	position: absolute;
	top: 20%;
}
.btx-colonne-1{
	width: 50%;
	text-align: left;
	float: left;
}
.btx-colonne-1-int{
	margin: 15px 15px;
	/*border: solid 1px #ddd;*/
	box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
	min-height: 350px;
	background-color: white;
 	position:relative;
  	border-radius:5px;
}
.btx-colonne-1-img{
	margin-bottom: 10px;
	width: 100%;
}
.btx-colonne-1-img-sans-marge{
	margin-bottom: 0px;
  	height:25px;
  	Background-color:#005da5;
}
.btx-colonne-1-titre{
	height: auto;
	font-size:1.5em;
	margin: 0px 1em 0px 1em;
    color: #005da5;
  	border-bottom: 1px solid #EBEBEB;
  	padding-bottom: 0.75rem;
}
.btx-colonne-1-text{
	font-size: 1.05em;
	margin: 0.5em 1em 0px 1em;
  	color:#86868b;
}
.btx-colonne1-cellule{
	display: table-cell; /* comportement visuel de cellule */
	/*background-image: url("/FIT/images/img_fond.png");*/
	vertical-align: middle;
	height:350px;
  	opacity:1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transform: translateZ(0);
}
.btx-colonne1-cellule-2{
	width:295px;
	height:350px;
	display: table-cell; /* comportement visuel de cellule */
  	vertical-align: middle;
    opacity: 0;
    position:absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -webkit-transform: translateZ(0);
}
.btx-colonne1-text{
  	padding: 0px 0px 55px 5px;
}
/*
.btx-colonne-1-int:hover .btx-colonne1-cellule{
	opacity:0;
}
.btx-colonne-1-int:hover .btx-colonne1-cellule-2{
	opacity:1;
}
.btx-colonne-1-int:hover .btx-colonne-1-img-sans-marge{
	background-color: #424753;
}
*/
.btx-tableau-contact{
  	width: 100%;
    	overflow: hidden;
	height: 100%;
}
.btx-tableau-contact-colonne-height-100-100{
 	 height: 100%;
 	 position: unset;
	width: 50%;
	float: left;
}
.mnu-contact-entete{
	position: absolute;
	right: 0;
	top: 1px;
	border: 0;
}
.mnu-contact-entete-menu{
	padding-right: 0;
	display: inline-block;
	border: 0;
	padding: 15px 0 15px 0px;
 	font-size: 1.3rem;
}
.mnu-contact-entete-menu-txt{
	margin:0px;
}
.mnu-contact-entete-menu-bouton{
	display:none;
}
.mnu-contact-entete-menu::after{

}
.mnu-contact-entete-sousmenu{
	position: absolute;
	font-size: 0.75em;
	padding: 20px;
	width: 275px;
	color: #424753;
	right: 9999px;
	overflow: visible;
	max-height: none;
	margin-top: -15px;
	opacity: 0;
	transition-duration: 100ms;
	background-color:white;
	transition: margin-top 250ms ease-in,opacity 250ms ease-in,max-height 250ms;
	-moz-transition: margin-top 250ms ease-in,opacity 250ms ease-in,max-height 250ms ease-in;
    z-index : 999;
}
.mnu-contact-entete-menu:hover .mnu-contact-entete-sousmenu{
	margin-top: 5px;
	right: 0;
	opacity: 1;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.2);
}
.mnu-contact-box-text{
	width:100%;
  	align-items:center;/*pour aligner en verti*/
  	display:flex;/*pour aligner en verti*/
}
.mnu-contact-box-text-margin{
margin: 5px 0 5px 0px;
}
.mnu-contact-box-text-bas{
}
.mnu-contact-text{
	margin-left:10px;
}
@media screen and (max-width:524px){
.mnu-contact-entete-menu{
	padding: 0px 0 15px 0px;
	margin-right:5px;
}
.btx-ligne{
    height: 855px;
}
.mnu-contact-entete-menu-txt{
	display:none;
}
.mnu-contact-entete-menu-bouton{
	font-size: 3rem;
  	margin:0px;
  	display:block;
}
.btx-case1{
  width: 100%;
  margin: 10px 25px 0 0;
}
.btx-case-boxdynam{
  width: auto;
}
.btx-boxdynam-texte{
  margin-bottom: 0.9375em;
  opacity: 1;
  transform: translateX(0);
  width: 100%;
  max-height: 100px;
}
.btx-case1-img{
  filter: contrast(0.5);
  background-size: cover;
}
.btx-colonne-1{
	width: 100%;
	float: none;
}
.btx-demi-tableau{
	width: 100%;
}
.btx-colonne-1-int{
	min-height: 370px;
}
.btx-tableau-contact{
	text-align:center;
}
.btx-tableau-contact-colonne-height-100-100{
  	 width:100%;
}
.mnu-contact-box-text-bas{
	display: initial;
}
}
@media screen and (min-width:525px) and (max-width:767px){
.mnu-contact-entete{
	padding-right: 10px;
}
/*module 3 images)*/
.btx-ligne{
	margin: 15px 15px 25px 15px;
  	width: inherit;
	pointer-events: none;
  	height: 855px;
}
.btx-case1{
	width:100%;
  	margin-bottom: 15px;
}
.btx-case1-pre{
  margin-left: 0px
}

.btx-case1-1{
	width: 50%;
	height: 100%;
	float: left;
}
.btx-case-boxdynam{
	color: initial;
	position: absolute;
	height: auto;
	width: 50%;
	left: 350px;
	width:auto;
}
.btx-boxdynam-titre{
	top:inherit;
  	color:initial;
  	padding: 20px 10px;
}
.btx-boxdynam-texte{
	max-height: none;
  	transform: none;
  	opacity:1;
  	padding: 20px 10px;
  	color:#424753;
}
/*fin module 3 images)*/
.btx-demi-tableau{
	width: 100%;
}
.btx-colonne-1-int{
	min-height: 370px;
}
.btx-tableau-contact{
	text-align:center;
}
.btx-tableau-contact-colonne-height-100-100{
  	 width:100%;
}
.mnu-contact-box-text-bas{
	display: initial;
}
.btx-case1-img{
	width:48%;
}
}
@media screen and (min-width:768px) and (max-width:1083px){
.mnu-contact-entete{
	padding-right: 10px;
}
/*module 3 images)*/
  .btx-ligne{
	margin: 15px 15px 25px 15px;
  	width: inherit;
	pointer-events: none;
    height: 855px;
}
.btx-case1{
	width:100%;
  	margin-bottom: 15px;
}
.btx-case1-pre{
  margin-left: 0px
}

.btx-case1-1{
	width: 50%;
	height: 100%;
	float: left;
}
.btx-case-boxdynam{
	color: initial;
	position: absolute;
	height: auto;
	width: 50%;
	left: 450px;
	width:auto;
}
.btx-boxdynam-titre{
	top:inherit;
  	color:initial;
  	padding: 20px 10px;
}
.btx-boxdynam-texte{
	max-height: none;
  	transform: none;
  	opacity:1;
  	padding: 20px 10px;
  	color:#424753;
}
/*fin module 3 images)*/
.btx-demi-tableau{
	width: 100%;
}
.btx-colonne-1-int{
	min-height: 425px;
}
.btx-colonne1-cellule{
	width: 509.5px;
  	height: 402px;
}
.btx-case1-img{
	width:50%;
}
}