@import url("layout.css");
@import url("slide-swiper.css");

.sj-container-sm {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: 'Segoe UI Regular' !important;
}

.service-box {
    max-width: 500px;
    padding: 0px 50px;
    padding-bottom: 25px;
}

.service-box > img {
    width: 100%;
    border-radius: 10px;
}

.service-title {
    padding: 3px 0px;
    font-size: 10pt;
    font-weight: bold;
}

.vertically-centered {
    height: 100%;
    display: flex; 
    align-items:center;
}

.youtube-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 0;
  }
  
.youtube-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-summary {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}

.news-summary img {
    width: 125px;
    height: auto;
    border-radius: 5px;
}

.news-title {
    padding-left: 10px;
    font-size: 11pt;
    color: black;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
}

.news-title:hover {
    color: #007bff;
}

#site-footer {
    margin-top: 50px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    border-top: 1px solid #DFDFDF;
}

#site-footer > span {
    flex-grow: 1;
    font-size: 10pt;
}

#site-footer a {
    margin-left: 10px;
    font-size: 18pt !important;
    text-decoration: none;
    color: #007bff;
}

.actu-box {
    margin-bottom: 40px;;
}

.actu-box .actu-title {
    display: block;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 8px;
    text-decoration: none;
    color: black !important;
}

.actu-box .actu-title:hover {
    color: #007bff !important;
}

.actu-box img, .actu-post img {
    width: 100%;
    border-radius: 10px;
}

.share-icon {
    text-decoration: none;
    margin-right: 5px;
    font-size: 16pt;
}

.actu-post {
    margin-top: 15px;
    margin-bottom: 25px;
}

.actu-post .actu-title {
    margin-top: 8pt;
    font-size: 18pt;
    font-weight: bold;
}

.actu-body {
    font-size: 14pt;
    margin-top: 15pt;
}

.actu-body img {
    width: 100%;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

#contact-box {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    max-width: 400px;
    margin: 40px auto;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #DFDFDF;
}

.item-icon {
    margin-right: 5px;
    font-size: 16pt;
    color: #007bff;
}

.item-value {
    flex-grow: 1;
    text-align: center;
    color: black;
    font-size: 11pt;
}

a.item-value {
    text-decoration: none;
    color: #007bff;
}







@media screen and (min-width: 765px) {
    .home-box {
        padding: 25px;
    }
}

@media screen and (max-width: 765px) {
    .home-box {
        padding: 10px;
    }

    .sj-container-sm {
        padding: 0px 15px;
    }
}
