/** Generated by FG **/
@font-face {
	font-family: 'Aleo-Regular';
	src: url('fonts/Aleo-Regular.eot');
	src: local('☺'), url('fonts/Aleo-Regular.woff') format('woff'), url('fonts/Aleo-Regular.ttf') format('truetype'), url('fonts/Aleo-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Aleo-Light';
	src: url('fonts/Aleo-Light.eot');
	src: local('☺'), url('fonts/Aleo-Light.woff') format('woff'), url('fonts/Aleo-Light.ttf') format('truetype'), url('fonts/Aleo-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Aleo-Bold';
    src: url('fonts/Aleo-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #f7f1ef;
    color: #333333;
    font-family: 'Aleo-Light';
}




.container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

    .row {
        position: relative;
        display: block;
        clear: both;
        width: 1180px;
        margin: 0 auto;
    }

.max-img {
    width: 100%;
    max-width: 100%;
}

.color {
    color: #333;
}

.color2 {
    color: #a0877e;
}

.centerText {
    text-align: center;
}


#headerContainer,
#contentContainer {
    background: #f7f1ef;
}



#headerContainer {
    padding: 60px 0;
    font-family: 'Aleo-Light';
}

#logo a {
    position: relative;
    display: block;
    width: 180px;
    height: 121px;
    margin: 0 auto;
    background: url('../images/logo-bouchar.png') no-repeat;
    background-size: 180px 121px;
}

/* Two-column job layout */
.row.job {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px; /* optional: space between columns */
    padding-top: 40px;
    padding-bottom: 120px;
    font-size: 18px;
    width: 1300px;
}

.row.job h1 {
    color: #261607;
    font-family: 'Aleo-Bold';
    font-size: 38px;
    word-break: break-word;
    hyphens: auto;
}

.row.job p {
    line-height: 26px;
}

.row.job b {
    font-family: 'Aleo-Bold';
}

.row.job a {
    color: #333333;
}

.row.job .brown-button {
    background-color: #9b827a;
    color: #fff;
    padding: 12px 20px 10px 20px;
    font-family: 'Aleo-Bold';
    font-size: 26px;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block;
}

.row.job .brown-button:hover {
    background-color: #261607;
}

/* Each column */
.row.job .col-6 {
    flex: 1 1 calc(50% - 40px); /* 50% minus half the gap */
    box-sizing: border-box;
}

/* Make iframes responsive */
.row.job .video-wrapper {
    width: 75%;
    aspect-ratio: 1 / 1; /* ensures height = width */
    object-fit: cover;   /* crops content if needed */
    border: none;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /* Background while iframe loads */
    background-image: url('../images/video-placeholder.jpg'); /* your placeholder image */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.row.job iframe {
    box-sizing: border-box;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.778vh;
    margin-top: -1px; /* to cover background image */
}

/* Stack on mobile */
@media only screen and (max-width: 780px) {
    .row.job {
        flex-direction: column;
    }
    .row.job .col-6 {
        flex: 1 1 100%;
        width: 100%;
    }
}


#main {
    padding: 60px 0;
    font-size: 22px;
}

    #main .color2 {
        font-size: 18px;
    }



#footerContainer {
    background: #f7f1ef;
    color: #000000;
    font-size: 22px;
}
    #footerContainer a,
    #footerContainer a:link,
    #footerContainer a:visited {
        color: #000000;
        text-decoration: none;
    }
    #footerContainer a:hover,
    #footerContainer a:active,
    #footerContainer a:focus {
        text-decoration: underline;
    }

.separator {
    position: relative;
    visibility: hidden;
    display: block;
    width: 0px;
    height: 0px;
    clear: left;
}

@media only screen and (max-width: 780px) {
    .row, .row.job {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .row, .row.job {
        width: 80%;
    }
}

@media only screen and (min-width: 980px) {
    .separator {
        display: inline-block;
        zoom: 1;
        *display: inline;
        padding: 0 1em;
    }

    .row.job .video-wrapper {
        margin-top: 3rem;
    }
}

<!-- Slider -->
.widget-media-library-slider {
	position: relative;
	display: block;
	width:  100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "◄"
}

[dir="rtl"] .slick-prev:before {
    content: "◄"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "►"
}

[dir="rtl"] .slick-next:before {
    content: "►"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "♦";
    width: 20px;
    height: 20px;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75
}

.slick-prev {
  left: 25px;
  z-index: 10;
}

.slick-next {
  right: 25px;
  z-index: 10;
}

.img-responsive {
	width: 100%;
	max-width:  100%;
}
