@font-face {
    font-family: 'azo_sansregular';
    src: url('https://www.galago.fr/clients/burlat/fonts/azosans-regular-webfont.woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'azo_sansbold';
    src: url('https://www.galago.fr/clients/burlat/fonts/azosans-bold-webfont.woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'azo_sansitalic';
    src: url('https://www.galago.fr/clients/burlat/fonts/azosans-italic-webfont.woff');
    font-weight: 100;
    font-style: normal;
}


html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'azo-sans-web';
    /*font-family: 'azo-sans-web', Arial, Helvetica;*/
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
    background: transparent;
    text-decoration: none;
    cursor: url('../../img/pointer-link.png'), pointer;
}

.page-id-30 .type-page a {
    color: #00b4bd
}

.page-id-30 .type-page a:hover {
    text-decoration: underline;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.archive-title {
    margin-top: 15%;
}

b,
strong,
.strong {
    font-family: 'azo-sans-web';
}

td {
    padding: 0 40px 0 0;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-family: 'azo-sans-web';
    font-size: 15px;
    color: #000000;
    text-align: left;
    font-weight: normal;
}


/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

p {
    margin: 0;
}

.last-col {
    float: right;
    padding-right: 0 !important;
}

.globe {
    width: 100%;
    font-size: 0;
}

.blue-italic {
    color: #0fb4bd;
    font-size: 16px;
    font-family: 'azo-sans-web';
}

.blue-btn, .comment-reply-link, #submit {
    display: inline-block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: white;
    font-size: 0.9em;
    font-size: 34px;
    line-height: 34px;
    font-weight: normal;
    padding: 0 24px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    -webkit-transition: background-color 0.14s ease-in-out;
    transition: background-color 0.14s ease-in-out;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px;
}


.blue-btn, .comment-reply-link, #submit {
    background-color: #2980b9;
}

.blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4;
}

/*
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
    font-family: 'azo-sans-web';
    font-size: 15px;
    line-height: 1.5;
    color: #303030;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    font-weight: 500;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
}

h1, .h1 {
    font-size: 34.5px;
    text-transform: uppercase;
    font-family: 'azo-sans-web';
    text-align: left;
    color: #000;
    margin: 0;
    /*line-height: 27px;*/
    margin-bottom: 20px;
}

h1:after {
    content: '';
    background-color: #000;
    width: 64px;
    height: 3px;
    display: block;
    margin-top: 16px;
}

.single h1 {
    max-width: 65.7%;
    line-height: 35px
}

@media (max-width: 767px) {
    .single h1 {
        max-width: 100%;
    }
}

h2, .h2 {
    font-size: 28px;
    color: #000;
    text-transform: uppercase;
    font-family: 'azo-sans-web';
    margin: 0;
}

h3, .h3 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: 'azo-sans-web';
    margin: 0;
}

h4, .h4 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-family: 'azo-sans-web';
    margin: 0;
}

h5, .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.container {
    width: 1220px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}

.row {
    width: 100%;
}

.col-12 {
    width: 100%;
    padding: 0 5px;
    float: left;
}

.col-3 {
    width: 33.33%;
    float: left;
}

.header {
    text-align: center;
    padding: 50px 0;
}

.header img {
    width: 190px;
    height: auto;
}

.slide {
    width: 1500px !important;
    padding: 0 0 20px 0;
}

.col-slide {
    width: 100%;
    height: 630px;
    background: url(../img/slide.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.txt-slide {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.txt-slide h1 {
    font-family: 'azo-sans-web';
    font-size: 64px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0 !important;
    -webkit-text-shadow: 0 6px 90px rgba(1, 1, 1, 1);
    text-shadow: 0 6px 90px rgba(1, 1, 1, 1);
}

.txt-slide h1::after {
    display: none !important;
}

.txt-slide h2 {
	font-family: 'azo-sans-web';
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    -webkit-text-shadow: 0 6px 90px rgba(1, 1, 1, 1);
    text-shadow: 0 6px 90px rgba(1, 1, 1, 1);
}

.triangle {
    position: absolute;
    bottom: -8px;
    right: 0;
}

.sous-titre p {
    font-family: 'azo-sans-web';
    font-size: 15px;
    color: #59b9bb;
    font-weight: normal;
    text-align: center;
    padding: 30px 0 80px 0;
}

.photos {
    background: #f3f3f3;
}

.col-photos h1 {
    text-align: center;
}

.col-photos h1::after {
    margin: 16px auto;
}

.img-photos {
    height: 240px;
    margin: 10px;
    background-size: contain !important;
}

.footer {
    background: #00b4bd;
}

.col-footer {
    padding: 50px 0 20px 0;
    text-align: center;
}

.col-footer img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    margin: 0 auto;
    width: 190px;
    height: auto;
}

.col-footer p {
    color: #ffffff;
    text-align: center;
    padding-top: 40px;
}

.col-footer a {
    color: #ffffff;
}

.css__mosaique {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 735px) {
    .css__mosaique {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .img-photos {
        max-width: 70vw;
        height: auto!important;
    }
}

@media (max-width: 1500px) {
    .slide {
        width: 100% !important;
        padding: 0 0 20px 0;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 90%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .slide {
        width: 100% !important;
        padding: 0 0 20px 0;
    }

    .col-slide {
        height: 350px;
    }

    .txt-slide h1 {
        font-size: 42px;
        line-height: 40px;
        padding: 0 5%;
    }

    .txt-slide h2 {
        font-size: 20px;
        padding: 0 5%;
        line-height: 23px;
    }

    h1 {
        font-size: 30px;
    }

    .col-3 {
        width: 50%;
        float: left;
    }

    .triangle img {
        width: 70%;
        height: auto;
        float: right;
    }

    .img-photos {
        height: 280px;
    }
}

@media (max-width: 760px) {
    h1 {
        font-size: 24px;
    }

    .col-3 {
        width: 100%;
        float: left;
    }

    .img-photos {
        height: 240px;
    }
}

table tr th {
	text-align: left;
}