/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

#tableau {
	  border-collapse: collapse;
	  width: 100%;
	}

	#tableau td, #tableau th {
	  border: 1px solid #ddd;
	  padding: 8px;
	}

	#tableau tr:nth-child(even){background-color: #f2f2f2;}

	#tableau tr:hover {background-color: #e32232;
color:#fff;}

	#tableau th {
	  padding-top: 12px;
	  padding-bottom: 12px;
	  text-align: left;
	  background-color: #565656;
	  color: white;
	}

.justif, .taxonomy-description {
	text-align:justify;
}
.ult-tooltipster-default {
	text-align:justify !important;
}
	
.centre {
	text-align:center;
}
.blanc, .blanc h3 {
	color:#ffffff;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}
.loader:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% { transform: translate(-50%, -50%) scale(0) }
  60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse {
  0% , 60% , 100%{ transform:  scale(1) }
  80% { transform:  scale(1.2)}
}

.grecaptcha-badge { visibility: hidden; }

.mini-sub-nav {
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.sub-nav, .main-nav .dt-mega-menu-wrap {
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.07) !important;
    box-shadow: 0 5px 5px 1px rgba(0,0,0,0.07) !important;
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.mobile-main-nav .sub-nav {
	box-shadow:none !important;
}

.main-nav .sub-nav > li > a{
	transition: all 0.5s ease-out;
-webkit-border-radius: 10px !important;
-moz-border-radius: 10px !important;
border-radius: 10px !important;
}

.main-nav .sub-nav > li > a:hover {
	padding-left:20px;
	transition: all 0.5s ease-out;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.dt-mega-menu-wrap ul.sub-nav {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#formulaire-responsive {
	max-width:700px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #F9F9F9;
    color: #e32232;
	border:0;
	border-bottom: 1px solid #e32232 ;
}

.wpcf7 input::placeholder {
	color: #5E5E5E !important;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
   display: block;
   margin: 0 auto;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}
.logoedilikfooter__icon{background:transparent url("/wp-content/uploads/e-dilik-mini.webp") 0 0 no-repeat;display:inline-block;height:17px;text-align:left;width:19px; vertical-align:text-top;
}