/*
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
*/
/**************

***************/
#main {
 padding: 0 0 70px 0 !important;
}
#content .box-width800 {
    max-width: 800px !important;
    margin-left: auto !important;
	margin-right: auto !important;
}
/*::::::::::::::::: Header :::::::::::::::::*/
.sticky-mobile-on .sticky-mobile-logo-second-switch {
  max-width: 150px;
  padding-top: 0 !important;
}

/*::::::::::::::::::: Menu :::::::::::::::::::*/
.phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
    box-shadow: none;
}
.sticky-off .same-logo {
  padding: 0px 5px 20px 0px !important;
  margin-top: -10px;
}
#primary-menu {
  padding-right: 50px;
}
.masthead.inline-header {
  max-width: 1500px !important;
  left: 0;
  right: 0;
  margin: auto;
}
.sticky-off #primary-menu .menu-text {
  text-shadow: 2px 2px 5px rgba(0,0,0, 0.5);
}
.main-nav > li {
  padding: 0 30px;
}
.sticky-mobile-logo-first-switch {
  max-width: 150px !important;
  padding: 0 !important;
  }
.sticky-on .same-logo {
  width: 150px;
  padding: 0 !important;
  padding-top: 20px !important;
}
#page .masthead.sticky-on .header-bar {
  height: 50px !important;
  min-height: 50px !important;
}

.sticky-on #primary-menu .menu-text {
  font-size: 20px !important;
}
/*:::::::::::::::::: Home :::::::::::::::::::*/

.post-thumbnail-wrap {
  border-radius: 15px !important;
  overflow: hidden;
}
.fancy-categories a {
  border-radius: 8px;
  overflow: hidden;
}
/*::::::::::::::::::: Page :::::::::::::::::::*/
.home-top .wpb_content_element {
  margin-bottom: 0;
}
.home-top .vc_column-inner {
  padding-top: 0px !important;
}
.home-top {
  height: 860px;
}

.home-top .upb_row_bg {
  background-size: 1530px !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}
.home-top .vc_single_image-img {
  max-width: 1550px !important;
	height: 862px;
	margin-left: -5px;
}
.home-title {
  position: absolute !important;
  top: 33%;
  left: 0 !important;
  right: 0;
  display: inline-block;
}
.home-title h2 {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0,0,0, 0.5);
  font-size: 50px;
  margin-bottom: 30px !important;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.home-title .dt-breadcrumbs-shortcode{
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
	padding-right: 20px;
}

/*wrap-outside*/
.wrap-outside {
  max-width: 1320px;
  margin-top: -250px;
  z-index: 1;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.wrap-outside h3{
  clear: inherit !important;
	position: relative;
	padding-right: 40px;
}
.wrap-outside p {
  text-align: justify;
	position: relative;
	padding-left: 20px;
		padding-right: 40px;
}
.wrap-outside .box1 {
  margin-left: 50%;
}
.box-outside {
  height: 250px;
  width: 380px;
  float: left;
  shape-outside: polygon(0% 0%, 100% 0%, 10% 50%);
}
/*contact*/
.page-id-18 .gform_footer input.button {
  border-radius: 8px !important;
}
.page-id-18 .gform_footer input.button:hover {
  background: #000 !important;
}
.post .entry-title {
  font-size: 20px !important;
  line-height: 1.2 !important;
}
.post .post-entry-content {
  padding: 20px !important;
}
.post .entry-title a {
  font-weight: 500;
}

/*::::::::: Page search + archive :::::::::::::*/
.wrap-article {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}
.wrap-article img {
  vertical-align: bottom;
	  transform: scale(1.0);
	transition: transform 4s ease-out,opacity .25s ease-out;
}
.wrap-article a:hover img {
  transform: scale(1.2); 
}
.wrap-article article {
  width: calc( 25% - 30px ) ;
	padding: 15px;
}
.wrap-article article > a {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
}
.wrap-article article > a::after {
  font-family: 'Defaults' !important;
  content: "\f002";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 40px;
  width: 50px;
  position: absolute;
  display: block;
  font-size: 36px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: transform 3s ease-out,opacity .25s ease-out;
}
.wrap-article a:hover::after {
  opacity: 1;
}
.cate-article {
  display: inline;
  padding: 0px 9px;
  background-color: rgba(0,0,0,.75);
  color: #fff;
  border-radius: 8px;
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.date-article {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  position: absolute;
  right: 25px;
  top: 25px;
}
.date-article span {
  display: block;
  text-align: center;
}
.date1 {
  font-size: 12px;
  text-transform: capitalize;
  margin-top: 2px;
}
.line-date {
  width: 20px;
  height: 2px;
  background: #dc0000;
  margin-left: 20px;
  margin-top: -2px;
}
.date2 {
  font-size: 24px;
  font-weight: bold;
}
.date2-article {
  font-size: 14px;
  color: #ababab;
}
.title-article {
  font-size: 20px;
  line-height: 1.2;
}
.readmore {
  display: inline;
}
.readmore a {
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration:none;
  position: relative;
}
.readmore a::before {
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  content: "";
  transition: width .3s ease;
  background: #dc0000;
}
.readmore a:hover::before {
  width: 100%;
}
.readmore a::after {
  font-family: icomoon-the7-font !important;
  content: "\f003";
  font-size: 10px;
  margin-left: 5px;
}
.text-article {
  padding: 20px 20px 40px 20px;
}
.search #searchsubmit:hover,
.search #searchsubmit {
  margin: 0;
  padding: 0;
  background: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
}
.search .form-top {
  display: inline-block;
  position: relative;
}
.search .form-top::after {
  font-family: 'Defaults' !important;
  content: "\f002";
  position: absolute;
  right: 10px;
  font-size: 22px;
  pointer-events: none;
  top: 5px;
}


.search .top-bar-bg, 
.archive .top-bar-bg {
  background: transparent !important;
}
.search .wf-wrap, 
.archive .wf-wrap {
  width: 1500px !important;
}
.wrap-cadre {
  background-image: url('https://www.moshi-moshi.xyz/wp-content/uploads/2024/09/entete_search.jpg');
  background-size: 1530px !important;
  background-position: center top;
  height: 862px;
  background-attachment: fixed;
	background-size: 1530px !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
	margin-right: -50px;
	position: relative;
}
.wrap-cadre img {
  max-width: 1550px !important;
  height: 863px;
    margin-left: -60px;
}
.wrap-cadre h1 {
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0,0,0, 0.5);
  font-size: 50px;
  position: absolute;
  top: 33%;
  right: 10%;
  display: inline-block;
}
.box-search {
  text-align: center;
}
.box-search h3 {
  margin-bottom: 20px !important;
}
.wrap-while .nav-links {
  text-align: center;
}
.archive .navigation.pagination {
  margin-top: 30px;
}
.page-numbers {
  display: inline-block;
  color: #000;
  border-radius: 50px;
  background: #ffffff;
  width: 25px;
  height: 25px;
}
.page-numbers.current {
  background: #c90101;
  color: #ffffff;
  width: 25px;
  height: 25px;
}
.page-numbers.prev,
.page-numbers.next {
   background:transparent;
   box-shadow:none;
     border:none;
   color:#000; 
}

.search-moshi #searchform {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.search-moshi .form-top {
  width: 100%;
}
.search-moshi #s {
  width: calc( 100% - 50px ) ;
}



@media screen and (max-width: 1300px) {
.wrap-while article {
  width: calc( 33.3333% - 30px ) ;
	padding: 15px;
}
}
@media screen and (max-width: 1000px) {
.wrap-while article {
  width: calc( 50% - 30px ) ;
	padding: 15px;
}
.search .fancy-header {
  margin-top: -200px !important;
}
}
@media screen and (max-width: 992px) {
.top-bar.top-bar-line-hide {
  display: none;
}
}

@media screen and (max-width: 500px) {
.wrap-while article {
  width: calc( 100% - 30px ) ;
	padding: 15px;
}
}




@media screen and (max-width: 1300px) {
.wrap-outside .box1 {
  margin-left: 30%;
}
.wrap-outside {
  margin-top: -150px;
}
}









@media screen and (max-width: 778px) {

  .wrap-cadre h1 {
    font-size: 40px;
    line-height: 1;
    top: 45%;
  }
.home-title h2 {
  font-size: 40px;
	line-height: 1;
}
.home-top .vc_single_image-img {
  margin-left: -50px;
}
  .wrap-outside {
    margin-top: -50px;
  }
.wrap-outside .box1 {
    margin-left: 0;
  }
.home-top {
  height: auto;
}
.wrap-outside::before {
  content: '';
  width: 100%;
  height: 250px;
  background: #fff;
  position: absolute;
  top: 10px;
	z-index: -1;
}
#content .home-title .dt-breadcrumbs-shortcode span{
	  font-size: 14px !important;
}
.wrap-outside p {
	padding-right: 20px;
}
}





@media screen and (max-width: 600px) {
.box-outside {
  display: none;
}
.wrap-outside h3 {
  text-align: right;
	padding-right: 20px;
}
}
