#menu-toggle{
    display: none;
}
span.depliant{
    display: none;
}
@media screen and (max-width: 1100px){
    .entrees .deuxblocs{
        margin-right: 27px;
    }

    .page-entete{
        height: 300px;
    }
    .home-slider{
        height: 530px;
    }
    .entrees .grey-btn.ico.om,
    .entrees .deuxblocs{
        margin-left: calc((100% - 969px) / 3);
    }
    .header .container{
        padding: 0 10px;
    }

    .page-entete .container .entrees .deuxblocs{
        margin: 0;
    }
    /* .page-entete .container .entrees{
        margin: 0;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: 0;
    } */
    .container{
        padding: 0 10px;
    }

	footer .col.societe{
		margin-left: 39px;
	}
    footer .col.lastcol{
        padding-left: 0;
    }

	.breadcrumbs {
		margin-top: 0;
		max-width: none;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 1150px){
	.wysiwyg-content {
		width: 100%;
	}
	.single-post .wysiwyg-content {
      width: 100%;
      margin-left: 100px;
	}

  .share-bar {
    transform: none;
  }
}

@media screen and (max-width: 990px){
    #sidebar {
       width: 100%;
       float: none;
    }
	.page-reunion-information #sidebar{
		float: right;
	}

	.wysiwyg-content {
		float: right;
		width: auto;
	}

    #sidebar > * {
        width: 240px;
        margin: 20px auto 0 auto;
    }
    .consultant + .consultant{
        margin-left:0;
	}

	#sidebar .cta-entreprises {
		margin: 20px auto 0 auto;
	}
}

@media screen and (min-width: 980px){
	.whitebg {
		padding-top: 50px;
	}
}

@media screen and (max-width: 980px){
    header.header .logo{
        position: absolute;
        top: 0;
        left:0;
        margin-top: 10px;
        margin-left: 10px;
        max-width: 123px;
		height: auto;
    }
	header.header .logo img{ 
		max-height: 100%;
	}
    body{
        padding-top: 60px;
    }

    footer .rs-footer .rs{
        margin:0 auto;
    }
    #menu-toggle{
        display: block;
        text-transform: uppercase;
        font-family: "Bebas Neue", sans-serif;
        font-weight: bold;
        font-size: 25px;
        position: absolute;
        left: 40px;
        top: 65px;
    }
    .nos-reunions .container:before{
        display: none;
    }
    .menu-menu-principal-container{
        height:calc(100vh - 107px);
        overflow-y: scroll;
    }
    header .header-right .menu > div > ul > li:hover > ul{
        min-height: 0;
    }
    header .header-right .menu > div > ul,
    header .header-right .menu > div > ul > li{
        line-height: 41px;
    }
    header .header-right .menu  li{
        position: relative !important;
    }
    header .header-right .menu > div > ul{
		display: flex;
		flex-direction: column;
		width: fit-content;
	}
    header .header-right .menu > div > ul > li{
        display: block;
        min-height: 41px;
        height:auto;
		justify-content: space-between;
		gap: 12px;
    }
    header .header-right .menu > div > ul > li span.menu-image-title{
        line-height: 41px;
        display: inline-block;
    }
    header .header-right .menu > div > ul > li + li{
        margin: 0;
    }
    header .header-right .menu > div > ul > li:hover > ul > li:hover > a{
        background: none;
        color: #343333;
        padding-left: 0;
    }
    header .header-right .menu > div > ul > li:hover > ul,
    header .header-right .menu > div > ul > li:hover > ul > li > ul{
        display: none;
    }
    header .header-right .menu > div > ul > li.menu-active > ul,
    header .header-right .menu > div > ul > li.menu-active > ul > li > ul
    {
        display: inline-flex;
		flex-direction: column;
        position: relative;
        left: auto;
        box-shadow: none;
        top: auto !important;
        background-image: none !important;
        padding: 0 0 0 20px;
    }
    header .header-right .menu > div > ul > li.menu-active > ul > li > ul{
        display: none;
    }
    header .header-right .menu>div>ul>li:hover>a>span{
        color: #343333;
    }

    header .header-right .menu>div>ul>li>ul>li:hover>ul li,
    header .header-right .menu > div > ul > li.menu-active > ul > li.menu-active ul{
        width: auto;
    }
    header .header-right .menu > div > ul > li > ul > li:hover > ul{
        border: none;
    }
    header .header-right .menu > div > ul > li.menu-active > ul > li a{
        font-family: 'Roboto',sans-serif;
        text-transform: none;
        font-size: 13px;
        font-weight: normal;
    }
    header .header-right .menu > div > ul > li.menu-active > ul > li {
        display: inline-block;
        border-bottom: 1px solid #f6f2f3;
        line-height: 40px;
        width: 100%;
    }
    header .header-right .menu > div > ul > li.menu-active > ul > li.menu-active > ul{
        border:none;
        width: 100%;
        top:auto;
        padding-left: 0;
    }
    header .header-right .menu > div > ul > li.menu-active > ul > li:nth-child(even){
        margin: 0;
    }
    header .header-right .menu > div ul li.menu-item-has-children{
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 0;
    }
	header .header-right .menu > div ul li.menu-item-has-children > a{
		position: relative;
		justify-content: space-between;
		display: inline-flex;
		align-items: flex-start;
		gap: 10px;
		width: 100%;
	}	
	header .header-right .menu > div ul li.menu-item-has-children > a:after {
		content: '\f078';
		font-family: 'FontAwesome';
		color: #d72729;
		font-size: 14px;
		vertical-align: middle;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}
	header .header-right .menu > div ul li.menu-active.menu-item-has-children > a:after {
		transform: rotate(180deg);
	}	
	header .header-right .menu > div > ul li.menu-item-has-children > ul {
		width: min-content;
		padding:0;
	}
	header .header-right .menu > div > ul li.menu-item-has-children.menu-active > ul{
		display: flex;
		flex-direction: column;
		width: fit-content;
	}
	header .header-right .menu > div > ul li.menu-item-has-children > ul li.menu-item-has-children{
		position: relative;
		transform: translateX(20px);
		border: none;
	}
	header .header-right .menu > div > ul li.menu-item-has-children > ul li.menu-item-has-children > a{
		white-space: nowrap;
		padding: 0;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		
		justify-content: space-between;
	}
	header .header-right .menu > div > ul li.menu-item-has-children > ul li.menu-item-has-children > a::before{
		content: none;
	}
	header .header-right .menu > div > ul li.menu-item-has-children > ul li:not(.menu-item-has-children){
		display: inline;
		width: min-content;
		height: 40px;
	}
	header .header-right .menu > div > ul li.menu-item-has-children > ul li:not(.menu-item-has-children) > a{
		padding:0;
		padding-left: 20px;
		display: inline;
		white-space: nowrap;
		width: 100%;

		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
	header .header-right .menu > div > ul li.menu-item-has-children > ul li:not(.menu-item-has-children) > a::before{
		left: 0;
	}
    #menu-menu-principal{
        padding: 25px;
		margin: auto;
    }
    span.depliant{
        width: 20px;
        height: 100%;
        display: block;
        position: absolute;
        position: absolute;
		top: 50%;
		transform: translate(-19px, -50%);
        left: 100%;
		opacity: 0;
		z-index: 2;
    }
	header .header-right .menu > div > ul > li.sous_menu_avec_separateur > ul > li.menu-item-has-children > a .depliant{
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
	}
    /* li.menu-active > span.depliant{
        transform: rotate(180deg);
        transition:transform 0.4s ease;
    }
    span.depliant:before{
        content:'\f078';
        font-family: "FontAwesome", sans-serif;
        font-size: 25px;
    } */
	#menu-menu-principal span.depliant span {
		display: none;
	} 
    header .header-right{
        float: none;
    }
    header .header-right .social{
        width: 160px;
		float: right;
		display: block;
		line-height: 1;
    }
    header.header .container{
        padding: 0;
    }
    header .header-right > .menu{
        margin-top: 0;
        clear: both;
        height: 0;
        overflow: hidden;
    }
    header .header-right > .menu.active{
        position: fixed;
		height: 100vh;
		width: 100vw;
		top: 0;
		left: 0;
		margin-top: 100px;
		background-color: #fff;
		z-index: 10;
    }
    header.header{
        height:auto;
    }
    .home-slider{
        height:200px;
		margin-top: 70px;
    }
    .entrees .container{
        text-align: center;
        padding-top: 270px;
    }
    .entrees .grey-btn.ico.om, .entrees .deuxblocs{
        margin: 0;
        float: none;
    }
    .entrees .deuxblocs{
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        margin: -20px auto 0 auto;
    }
    .entrees .grey-btn.ico.om,
    .entrees .grey-btn.ico.reu{
        display: block;
        width: 90%;
        margin: 20px auto 0 auto;
    }
	div.page-entete {
		margin-bottom: 170px;
	}
    div.page-entete .container .entrees{
        margin-bottom: -150px;
		justify-content: center;
    }
	div.page-entete .container .entrees .deuxblocs{
        position: relative;
		top: unset;
		left: unset;
		transform: translateX(0);
		margin: 0;
    }
    .atouts .atout .content,
    .atouts .atout{
        display: block;
        width: 100%;
        text-align: center;
    }
    .atouts .atout .logo{
        margin: 0 auto;
        float: none;
    }
    .reason{
        display: block;
        margin: 0 auto;
    }
    .echos h2, .nos-om h2, .pourquoi h2, .atouts h2, .actus h2{
        text-align: center;
    }
    .reason + .reason{
        margin: 20px auto 0 auto;
    }
    .wysiwyg-content .slide-actu{
        max-width: 100%;
        margin: 20px 0;
		width: calc(50% - 5px);
    }
    .nos-reunions{
        background:url(../img/bg-reu.jpg) no-repeat right bottom white;
        text-align: center;
        background-size: 55%;
    }
    .nos-reunion .desc{
        max-width: 90%;
        margin:0 auto
   }
    .nos-reunions img{
        float: none;
        width: 190px;
        display: block;
        margin: 0 auto;
    }
    /* .share-bar .partage > i + span{
        display: none;
    } */
    .author-bloc img{
        display: block;
        float: none;
        margin: 0 auto 10px auto;
    }
    .author-bloc{
        text-align: center;
    }
    .liste-echos .consultant{
        max-width: 100%;
        margin: 20px 0;
    }
    .notfound{
        width: 100%;
        margin: 40px auto;
        height:auto;
    }
    .notfound .title{
        margin:10px auto;
        text-align: center;
    }
    .notfound .encart{
        width: 95%;
        height:auto;
        margin: 0 auto;
    }
    footer .bold-mini{
        text-align: center;
    }
    header .header-right .menu > div > ul > li:hover ,
    header .header-right .menu > div > ul > li.current-menu-ancestor,
    header .header-right .menu > div > ul > li.current_page_parent,
    header .header-right .menu > div > ul > li.current-menu-item {
        border-bottom: 0;
    }
    header .header-right .menu > div > ul > li a > span{
        display: block;
    }
    header .header-right .menu > div > ul > li:hover > ul{
        margin-top: 0;
    }
    header .header-right .menu > div > ul > li > ul > li:hover > ul li a:before{
        display: none;
    }
    .hslidermob{
        display: block;
        background:url(../img/ImgMobile_MEM.jpg) no-repeat center center transparent;
        /*background:url(../img/ImgMobile_MEMx2.jpg) no-repeat center center transparent;*/
        background-size: auto 100%;
        height: 200px;
    }
    #pagedeck{
        display: none;
    }
    .entrees .grey-btn.ico.om, .entrees .grey-btn.ico.reu,
    #sidebar .grey-btn{
        max-width: 240px !important;
        margin: 20px auto 0 auto !important;
        display: block !important;
    }

	.entrees .container-btn{
		display: flex;
		position: absolute;
		align-items: flex-start;
		height: 195px;
		margin-top: -100px;
		flex-direction: column;
		width: 94%;
	}
	.entrees .mem-btn{
		width: 100%;
	}
	.page-template-page-accueil .nos-om .ks .slick-prev{
		right: auto;
		left: 0;
		top: 50%;
	}
	.page-template-page-accueil .nos-om .ks .slick-next{
		top: 50%;
		right: 0;
	}
	.page-template-page-accueil .nos-om h2{
		margin-bottom: 10px;
	}
	.share-bar {
		left: 0;
	}
	header .header-right .social a.number-container {
		transform-origin: 0;
		margin-bottom: 10px;
		margin-top: 15px;
		margin-right: 0;
	}

	header .header-right .social a.number-container > p {
		top: -18px;
	}

	header .header-right .social a.number-container .tel.header {
		margin-top: 10px;
		height: 24px;
	}

	 header .header-right .social a.number-container .tel.header img {
		left: 8px;
		top: -15px;
	} 

	header .header-right .social a.number-container .tel.header > p {
		margin-bottom: 0;
	}
	@media not all and (min-resolution:.001dpcm) { @media {
		header .header-right .social a.number-container .tel.header img {
			position: absolute;
			z-index: 5;
			left: 9px;
			top: -16px;
		}
	}}
}

@media screen and (max-width: 930px){
    footer .col{
        display: block;
        max-width: 100%;
        width: 260px;
        margin-top: 10px !important;
    }

    .bottomLine{
        line-height: normal;
        text-align: center;
    }
    .bottomLine span{
        float: none !important;
    }
    footer span.spfo{
        margin: 20px 0;
        display:block;
    }
    footer span.spfo:after{
    content: '';
  }
    footer span.spfok{
        margin: 25px 0;
        display:block;
    }
    .breadcrumbs{
        display: none;
    }

    footer .sfl{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    #contact-entreprise-form > #gauche {
      display : none;
    }

    #contact-entreprise-form > #droite .container-RS{
      display : block;
    }

    #contact-entreprise-form > #droite .container-RS .text-RS{
      text-align: center;
      margin-top: 30px;
    }

    #contact-entreprise-form .container-inline input {
      width: 100%;
    }

    #contact-entreprise-form .container-inline .container:first-child {
      margin-right: 0;
    }

    #contact-entreprise-form .title-entreprise {
      padding: 0 10px;
    }
}
@media screen and (max-width: 760px){
    .page-template-default .mission{
        /* width: calc(100% - 35px); */
    }
	.page-entete .container h1{
		font-size: 33px;
		line-height: 40px;
	}

	.single-post .wysiwyg-content {
		width: 75%;
		margin-left: 25%;
	}
	#toc_container ul.toc_list{
		padding-left: 10%;
		margin-top: 45px!important;
	}
	#toc_container ul.toc_list:before{
		top: -50px;
	}
	.author-bloc{
		padding-left: 0px;
	}
	.page-template-page-accueil .nos-om .slick-initialized .slick-slide{
		text-align: center;
	}
	.single-post .author-bloc .img-holder{
		width: 150px;
		margin: 0 auto;
		margin-bottom: 15px;
		position: initial;
	}
	.page-entete .container{
		padding-top: 75px;
	}

	footer .whitebg .container {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

	footer .col.societe {
		margin: 0 auto;
		width: auto;
	}

	footer .item {
		flex-direction: column;
		row-gap: 10px;
	}

	footer .item .col {
		width: 100%;
	}
}

@media screen and (max-width: 760px )and (orientation: landscape){
    .page-template-default .mission{
        min-height: 250px;
    }
}
@media screen and (max-width: 640px){
    .nos-reunions{
        background:url(../img/bg-reu.jpg) no-repeat right bottom white;
        text-align: left;
        background-size: auto;
    }
    .nos-reunions .desc{
        margin-top: 20px;
    }
    .nos-reunions img{
        margin: 0;
        float: none;
        width: 190px;
    }
    .nos-reunions a.grey-btn.big{
        width: 140px;
        margin-left: 20px;
        text-align: center;
        line-height:normal;
    }
    .nos-reunions .desc p{
        color:#666666;
    }
    .nos-reunions .desc h2,
    .nos-reunions .desc p{
        text-align: center;
    }

}
@media screen and (max-width: 500px){
    .bottomLine{
        line-height: normal;
        text-align: center;
    }
    .nos-reunions{
        background-size: contain;
        background-position: 80px 100%;
    }

    /* .share-bar{
      transform: translateX(-20%);
    }*/
    
    .single-post .wysiwyg-content {
      width: 82%;
	  margin-left: 18%
    }

    /*.share-bar .partage{
      height: 30px;
      width: 30px;
      padding-left: 9px;
      margin-right: 0;
    }

    .share-bar .partage > i{
      font-size: 15px;
      line-height: 30px;
    }

    .share-bar .partage .share-text{
      display: none;
    } */
	.slide-actu,
	.wysiwyg-content .slide-actu {
		width: 100%;
	}
}
@media screen and (max-width: 530px){
    .entrees .deuxblocs{
        transform: translateX(-50%) translateY(-20px) scale(0.77);
    }
    .entrees .container{
        text-align: center;
        padding-top: 210px;
    }
	div.page-entete {
		margin-bottom: 120px;
	}
	div.page-entete .container .entrees {
        flex-wrap: nowrap;
    }
    div.page-entete .container .entrees .deuxblocs {
        transform: scale(0.77);
		display: flex;
    }
}
@media screen and (max-width: 450px){
  #contact-entreprise-form > .moitie-bloc {
    width: 100%;
  }

  #contact-entreprise-form form {
    width: 100%;
  }

  #contact-entreprise-form .container-inline {
    flex-direction: column;
  }

  table.table-maillage {
	display: flex;
	flex-direction: column;
	height: auto !important;
	}

	table.table-maillage tr {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto !important;
		background-color: transparent !important;
	}

	table.table-maillage td {
		display: flex;
		width: 100% !important;
		height: auto !important;
		border: none !important;
	}

	table.table-maillage tbody td a {
		padding: 20px 16px 18px 16px;
	}

	table.table-maillage td:nth-child(n) {
		background-color: #ccc;
	}

	table.table-maillage td:nth-child(2n) {
		background-color: #efefef;
	}

	table.table-maillage tbody {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
@media screen and (max-width: 410px){
    .entrees .deuxblocs{
        transform: translateX(-50%) translateY(-40px) scale(0.58);
    }
    .entrees .container{
        text-align: center;
        padding-top: 180px;
    }
	div.page-entete {
		margin-bottom: 50px;
	}
	div.page-entete .container .entrees {
		margin-bottom: -100px;
	}
    div.page-entete .container .entrees .deuxblocs {
        transform: scale(0.58);
    }
}
/* 
@media screen and (max-height: 560px){
   .share-bar{
    transform: translate(-20%, -120%);
  }
} */
