/*

Theme Name: Mediweb
Theme URI: https://mediweb.fr
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: https://mediweb.fr
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
#sb_instagram {
	width:50%;
}
.animate {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.grecaptcha-badge {
    visibility: hidden;
}
#cookie-notice .cookie-notice-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 20px 10px;
}
#cn-notice-text {
    width: 75%;
    text-align: justify;
}
.cookie__title {
    text-transform: uppercase;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    text-align: left;
    color:#fff;
}
#cn-notice-text div {
    text-align: justify;
    color: #fff;
}
#cn-notice-text div a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
#cn-accept-cookie {
    float: right;
    padding: 10px 50px;
    color:#fff;
    border: 1px solid #fff;
    margin: 10px 0;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#cn-accept-cookie:hover {
    background: #fff;
    color: #000;
}
#cookie-notice a {
    text-decoration: none !important;
}

.site-container .single__left h1,
.site-container .single__left h2,
.site-container .single__left h3,
.site-container .single__left h4,
.site-container .single__left h5,
.site-container .single__left h6 {
    margin: -6px 0 0;
}

@media (max-width:767px) {
	#sb_instagram {
	width:100%;
}
    .cookie-notice-container {
        padding: 20px;
        flex-direction: column;
    }
    #cn-notice-text {
        width: 100%;
    }
    #cookie-notice .cn-button {
        width: 100%;
        margin: 10px 0;
    }
    #cn-notice-text div {
        font-size: 14px;
    }
    .page.type-page {
        padding: 90px 0;
    }
}

.equipe__dentists {
	display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}

.equipe__dentists .equipe-item {
	width: calc(25% - 23px);
}

@media (min-width: 1024px) and (max-width: 1441px) {
 .contact-us__item:nth-child(3) {
	flex-basis: 100%;
	order:2 ;
 }
}

@media (min-width: 1024px) and (max-width: 1366px) {
 .cabinet-technologie .rehabilitation__info p {
	max-width: max-content;
 }
 .cabinet-technologie .rehabilitation__info--text-left {
	min-width: 310px;
	max-width: 310px;
 }
 .cabinet-technologie .rehabilitation__thumb {
	max-width: calc(100% - 310px - 90px);
    margin-top: -200px;
 }
 .cabinet-technologie .rehabilitation__thumb .progressive {
	width: 100%;
	max-width: unset;
 }
 .resultant__images {
	display: flex;
	gap: 24px;
 }
 .resultant__images_item {
	margin-bottom: 0px;
 }
}

.tr {
	margin-bottom: 200px;
}

@media (max-width: 991px) {
    .tr {
        margin-bottom: 50px;
    }
}

.equipe-single-image {
    display: none;
    margin-top: -32px;
}

@media (max-width: 991px) {
   .equipe-single-image {
        display: block;
    } 
}

.equipe-single-image img{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}