@charset "utf-8";
/* ==============================
   Small desktop
   ============================== */
@media only screen and (max-width: 1366px) {}  
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 1199px) {}
/* ==============================
   Tablet landskape
   ============================== */
@media only screen and (max-width: 1024px) {
.page-section{padding:120px 0}
.page-section,.home-section,.small-section{background-attachment:scroll}
.owl-pagination{bottom:25px}
}
@media only screen and (max-width: 992px) {}
/* ==============================
   Tablet Portrait
   ============================== */
@media only screen and (max-width: 768px) {
.page-section{padding:120px 0}
}
@media only screen and (max-width: 767px) {}
/* ==============================
   Phone
   ============================== */
@media only screen and (max-width: 480px) {
.scroll-down{bottom:10px;height:34px;line-height:34px}
.scroll-down-icon{width:22px;margin-left:-11px}
.scroll-down span{display:none}
.page-section{padding:120px 0}
.small-section{padding:30px 0}
.owl-pagination{bottom:10px}
.owl-prev,.owl-next{display:none}
.owl-page{padding-left:8px;padding-right:8px}
/*.equipe-item{width:100%}*/

.fm-menu-links a{font-size:30px}
}
/* ==============================
   Small Phone
   ============================== */
@media only screen and (max-width: 319px) {
.nav-social-links{display:none}
}
@media only screen and (max-width: 575px) {
.fm-logo-wrap{width:100%;background-color:#181e3df0}
#equipe .listequipe .equipe-item{margin-top:30px}	
}
/* ==============================
   Max Height 768
   ============================== */
@media only screen and (max-height: 767px) {
.sp-social-links{padding-bottom:10px;position:static;width:auto}
}
/* ==============================
   IOS Background Fix
   ============================== */
.mobile .page-section,.mobile .home-section,.mobile .small-section{background-attachment:scroll!important}
/*iPad Pro*/
@media only screen and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
html:not(.no-touch) .page-section,html:not(.no-touch) .home-section,html:not(.no-touch) .small-section{background-attachment:scroll!important}		
}
/* ==============================
   Print Styles Fix
   ============================== */
@media print {
img{display:block}
}