section {
    padding-top: 30px;
}

.ck-editor__editable_inline {
    min-height: 300px;
}

#hero .carousel-content {
    background: rgba(4, 4, 4, 0.7);
    padding: 20px;
    color: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    border-top: 5px solid #17a2b8;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #17a2b8;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #17a2b8;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #17a2b8;
    bottom: 0;
    left: calc(50% - 25px);
}

.about-us .content ul i {
    left: 0;
    top: 7px;
    position: absolute;
    font-size: 20px;
    color: #17a2b8;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #17a2b8;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

a {
    color: #17a2b8;
    text-decoration: none;
}

a:hover {
    color: #2ae149;
    text-decoration: none;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #17a2b8;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #17a2b8;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
    padding: 15px 0;
    background: #17a2b8;
    min-height: 40px;
    margin-top: 72px;
}

form.stars {
    display: flex;
}

form.stars input {
    display: none;
}

.etoile {
    color: white;
    /* text-shadow: 2px 2px #ff0000; */
    -webkit-text-stroke: 1px black;
    font-size: 2.0em;
    cursor: pointer;
    transition-duration: 0.1s;
}

.gold {
    color: greenyellow;
}

.grey {
    color: grey;
}

.black {
    color: greenyellow;
}

.blog .sidebar .categories ul a {
    color: #17a2b8;
    transition: 0.3s;
}

.blog .sidebar .tags2 ul a {
    color: #515151;
    font-size: 11px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid #dddddd;
    display: inline-block;
    transition: 0.3s;
    border-radius: 4px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #17a2b8;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 15px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-top: 2px solid #17a2b8;
}

.nav-menu .drop-down ul a{
    font-size: 12px;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #17a2b8;
}

.bloc-vert {
    padding: 10px;
    margin: 10px 0;
    background: #17a2b8;
    color: #fff;
}

.blog {
    padding: 40px 0 0px 0;
}

.blog .entry .entry-content .read-more a {
    display: inline-block;
    background: #17a2b8;
    color: #fff;
    padding: 7px 25px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
}

.contact .info i {
    font-size: 20px;
    color: #17a2b8;
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #17a2b8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
}

.contact .php-email-form button[type="submit"] {
    background: #17a2b8;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

section {
    padding: 60px 0;
    overflow: visible;
}

.color-box {
    margin: 15px 0;
    padding-left: 20px;
}

.space {
    margin-bottom: 25px !important;
}

.tip-icon {
    background: #92CD59;
}

.info-tab {
    width: 40px;
    height: 40px;
    /* display: inline-block; */
    position: relative;
    top: 8px;
    float: left;
    margin-left: -23px;
}

.tip-icon::before {
    font-size: 24px;
    content: "\f0eb";
    top: 7px;
    left: 9px;
}
.info-tab::before, .info-tab::after {
    display: inline-block;
    color: #fff;
    line-height: normal;
    font-family: "Font Awesome 5 Free";
    position: absolute;
}

.tip-icon i::before {
    background: #75b436;
}

.info-tab i::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    transform: rotateX(60deg);
    width: 20px;
    height: 20px;
    box-shadow: inset 12px 0 13px rgb(0 0 0 / 50%);
    background: #75b436;
}

.info-tab i::after {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
    bottom: -18px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    transform: rotateX(60deg);
}

.tip-box {
    color: #2e5014;
    background: #d5efc2;
    padding: 16px 8px 12px 26px;
}