nav#site-navigation.shrink .container {
  margin-left:50px;
}
.site-heading.navbar-brand,
.main-menu {
  min-height: 120px;
}
body .container,
body .page-wrap .elementor-section .elementor-container {
    /*background-color: #FFF;*/
    max-width:1270px;
}
.page-wrap {
    background-color: #FFF;
}
body #site-navigation {
    border-bottom: none;
}

body {
    max-width: 1440px;
    margin: 0 auto !important;
    -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.15);
    background-color: #efefef!important;
}


h2.elementor-heading-title.elementor-size-default {
    font-weight: 700;
    color: #222;
    font-size: 26px;
    text-transform: uppercase;
}

.heading-line {
    text-align: center;
    height: 1px;
    width: 60px;
    background: #4B71FC;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: absolute;
}
.intro-text {
    margin:0 auto;
}
body .custom-logo {
    max-height: 120px;
}
.site-branding-logo {
    margin: 30px 0;
    padding-top: 50px;
}

h1.single-title {
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #222;
    font-size: 26px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.container.menu-container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom:30px;
    padding:0px;
}

#menu-menu-principal a {
    color: #202020;
    text-decoration: none;
}

/* widget */

body .widget-title h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.6;
    color: #202020;
    padding:0;
    text-transform:none;
    margin-top:0;
}
body .widget-title::after {
    top:inherit;
    height:0;
}
body widget-title {
    text-align:left;
}
#menu-services-ecampus li a {
    padding: 10px 10px 10px 20px;
    display: block;
    border: 1px solid #EEEEEE;
    text-transform: none;
    font-size: 13px;
    overflow: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    position: relative;
    font-weight: 400 !important;
    color:#202020;
}

#menu-services-ecampus li a:hover, #menu-services-ecampus li a:focus, #menu-services-ecampus li.current-menu-item a {
    color: #4B71FC;
    padding-left: 40px;
}
#menu-services-ecampus li a:hover::after, #menu-services-ecampus li a:focus::after, #menu-services-ecampus li.current-menu-item a::after {
    left: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
#menu-services-ecampus li a::after {
    content: "\f178";
    position: absolute;
    top: 10px;
    left: -20px;
    font-family: "FontAwesome";
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    color: #4B71FC;
}

#content-footer-section a {
    color: #FFF;
    fill: currentColor;
}

body .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: transparent;
}
body .wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
    font-size: 40px;
}

.cn-socials-top {
    margin-top: 30px;
    margin-bottom: -30px;
}

.cn-socials-top .widget ul li {
    border:none;
}

.cn-archives-info {
    border-bottom: 1px solid #ccc;
    margin-bottom:20px;
}
.cn-archives-info h2 {
    margin-bottom:20px;
}
.news-item {
    margin-bottom: 80px;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 5px;
}
.news-item:hover {
    background-color: rgba(246, 246, 246, 0.53);
}

body .container-fluid.head-bread {
    border-bottom: none;
}

#breadcrumbs > span > span > a::before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #027cff;
    margin-right: 7px;
    font-size: 14px;
}

#block-etatsdesservicesicone {
    background-color: #fafafa;
    padding: 15px;
    border: 1px solid #f3f3f3;
    margin-bottom:30px;
}
#block-etatsdesservicesicone > h2 > span {
    text-transform: inherit;
    font-size: 21px;
    font-weight: 500;
    border-bottom: 1px solid #6686fc;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    color: #222;
    padding: 10px 0 15px;
    z-index: 9;
}
body .news-thumb img {
    width:inherit;
}

@media screen and (max-width: 768px) {
    .widget .wp-block-social-links,
    .icons-menu-right {
      display: none;
    }
    .container.menu-container {
        top:inherit;
    }
    body #site-navigation.shrink {
      min-height: 50px;
      position: relative;
      width: inherit;
      z-index: inherit;
      top: 0;
    }
    body .container.menu-container {
        border: 0;
        position: fixed;
        width: 300px;
        top: 0;
        z-index: 99999;
        padding-top: 30px;
        margin-bottom: 0;
        bottom: 0;
        height: 100%;
    }
}
