/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.marker {
    position: relative;
    width: 54px;
    height: 60px;
    overflow: hidden;
}

.marker .content {
    margin: 0;
    padding: 0;
    z-index: 500;
    line-height: 40px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    left: 0;
    color: #f07b25;
}

.marker:before, .marker:after {
    content: '';
    position: absolute;
}

.marker:before {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
}

.marker:after {
    width: 40px;
    height: 40px;
    background: white;
    transform: rotate(45deg);
    border-radius: 30px 30px 0 30px;
}

a, a:active, a:focus, button, button:focus, button:active {
    outline: none;
}

p {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #606060;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #495057 !important;
}

.page-print {
    padding-top: 0 !important;
    margin-top: 25px;
}

.page-print .form-placeholder label {
    top: -25px;
    left: 15px;
    font-size: 10px;
    font-weight: bold;
}

.page-print .form_subtitle {
    margin: 60px 0 -30px 0;
}

.page-print .col-md-6 {
    width: 50%;
}

.page-print .col-md-3 {
    width: 25%;
}

.page-print .form-placeholder input {
    margin-bottom: 15px;
}

.page-print fieldset {
    margin-top: 10px;
}

.page-print .responsable_convocations {
    margin-bottom: 30px;
}

.page-print fieldset legend {
    margin-bottom: 20px;
}

.page-print .responsable {
    margin-bottom: 350px;
}

.page-print .siege_social {
    margin-top: 50px;
}

.page-print .signature {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-print .signature p {
    margin-top: 50px;
    width: 300px;
    text-align: center;
}

.page {
    padding-top: 140px;
}

.inscriptions-infos {
    font-style: italic;
    font-size: 14px;
}

.social-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.social-container .item {
    width: calc(100% / 3);
    max-height: 500px;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cookieinfo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}

.modal-content {
    background: none;
    border: none;
    margin-bottom: 25px;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.container-small {
    max-width: 700px;
}

.container-medium {
    max-width: 900px;
}

a, button, select, input[type=submit] {
    cursor: pointer;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

input, textarea, select, button, a {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

a {
    text-decoration: none;
    color: #606060;
}

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

.row {
    margin-right: 0;
    margin-left: 0;
}

.button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

.column-inline {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.column-inline label {
    text-transform: uppercase;
    width: 75px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
    margin: 0 15px 0 0;
}

.column-inline input {
    max-width: calc(100% - 75px);
}

.loader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.loader .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f07b25;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.loader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.loader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.loader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

.form-results {
    text-align: center;
    display: block;
    margin-bottom: 41px;
    color: #EF5350;
}

.download_result_1, .download_result_2 {
    text-align: right;
    display: block;
    margin: 15px 0 0 0;
    color: #EF5350;
    font-size: 12px;
}

.form-placeholder input {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin-bottom: 30px;
}

.form-placeholder textarea {
    height: 80px;
    padding: 15px;
    margin-bottom: 40px;
}

.form-control {
    border: 1px solid #ced4da;
}

.form-placeholder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-placeholder .col-md-6 {
    max-width: calc(50% - 10px);
}

.form-placeholder .col-md-6 input {
    width: 100%;
}

.form-placeholder .col-md-6:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-placeholder .col-md-6:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-placeholder input,
.form-placeholder textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    outline: none;
    color: #999;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.form-placeholder textarea {
    margin-bottom: 30px;
    color: #999;
}

.form-placeholder input.error,
.form-placeholder textarea.error,
.form-placeholder input.error ~ label,
.form-placeholder textarea.error ~ label {
    border-color: #EF5350;
    color: #EF5350;
}

.form-placeholder input[type="submit"] {
    border-bottom: none;
    cursor: pointer;
    background: #EF5350;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    border: none;
}

.form-placeholder div {
    position: relative;
}

.form-placeholder > div {
    padding: 0;
}

.form-placeholder div label {
    position: absolute;
    top: 0px;
    left: 15px;
    line-height: 35px;
    color: #999;
    transition: .5s;
    pointer-events: none;
    text-transform: uppercase;
}

.form-placeholder input ~ .error ~ label,
.form-placeholder textarea ~ .error ~ label,
.form-placeholder input ~ label.active,
.form-placeholder textarea ~ label.active {
    top: -25px;
    left: 10px;
    font-size: 10px;
    font-weight: bold;
}

.form-placeholder input ~ .error,
.form-placeholder textarea ~ .error {
    height: auto;
    position: absolute;
    top: -25px;
    right: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #EF5350;
    text-align: right;
}

.column-inline input ~ .error,
.column-inline textarea ~ .error {
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    top: -25px !important;
    right: -65px !important;
    margin: 0;
}

.form-placeholder input:focus ~ label,
.form-placeholder textarea:focus ~ label {
    color: #f07b25;
}

.form-placeholder textarea label {
    top: -12px;
    left: 0px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
}

.form-placeholder input:focus,
.form-placeholder textarea:focus {
    border: 1px solid #f07b25;
}

.equal .column {
    width: 100%;
    height: 100%;
}

.equal .pull-right div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.form-check input {
    display: none;
}

.form-check label {
    position: relative;
    padding-left: 25px;
    line-height: 30px;
}

.form-check label:before {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 4px);
    left: 3px;
    background: none;
}

.form-check input:checked ~ label:before {
    background: #f07b25;
}

.form-check input:checked ~ label:after {
    border-color: #f07b25;
}

.form-check label:hover:before {
    background: #606060;
}

.form-check label:hover:after {
    border-color: #606060;
}

.form-check label:after {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    border: 1px solid #606060;
    box-sizing: border-box;
}

.page-adhesion .form_subtitle {
    margin-bottom: 25px;
}

.page-adhesion .controls .btn {
    margin: 0 5px;
}

.page-adhesion .block_download {
    margin: 15px 0;
}

.page-adhesion .informations_files {
    text-align: center;
    margin: 50px 0;
}

.page-adhesion .block_download .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-adhesion .custom-file {
    display: inline-block;
    width: auto;
    height: auto;
}

.page-adhesion .vich-file {
    display: none;
}

.page-adhesion input[type=file] {
    display: none;
}

.page-adhesion .btn-file {
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    margin: 0px 25px 0px 0;
    padding: 10px 25px;
    border: 1px solid #606060;
    opacity: .5;
}

.page-adhesion .btn-file div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-adhesion .btn-file .fa {
    font-size: 28px;
    margin-right: 10px;
}

.page-adhesion .btn-file:hover {
    border-color: #f07b25;
    color: #f07b25;
    opacity: 1;
}

.page-adhesion .form-group p {
    margin-bottom: 20px;
}

.page-adhesion .collection {
    margin: 0;
    padding: 0;
}

.page-adhesion .collection li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-adhesion .collection li .row {
    width: 100%;
}

.page-adhesion .collection li .btn-delete {
    background: red;
    color: #fff;
    margin: -20px 0 25px 10px;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-adhesion .collection .btn-create {
    color: #fff;
    background: #f07b25;
    margin-bottom: 25px;
}

.page-adhesion .table {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.page-adhesion .table tr td:nth-child(2) {
    text-align: right;
}

.page-adhesion .table tr td {
    font-weight: 700;
}

.page-adhesion .table tr .normal {
    font-weight: 400;
}

.page-adhesion .table tr:last-child td {
    color: #0068b1;
}

.page-adhesion .table td {
    border: none;
}

.title {
    margin: 0 auto;
    padding: 0;
    color: #0068b1;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 46px;
}

.description {
    text-align: center;
    padding: 0;
    margin: 0;
}

.columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.slider-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: white;
}

.carousel-indicators .active {
    background: #f07b25;
}

.download_files {
    padding-top: 50px;
}

.block_download .vich-file {
    margin: 10px 0 25px 0;
}

.form_contact {
    margin: 50px 0 70px 0;
}

.form_contact .contact_result {
    text-align: center;
    width: 100%;
    margin: 25px 0;
}

.form_contact .contact-title {
    margin: 0 0 30px 0;
}

.form_contact .form-group {
    margin: 0;
}

.form_contact .col-md-6 {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.form_contact .col-md-6 .row, .form_contact .col-md-6 .form-group {
    width: 100%;
}

.form_contact .col-md-6 .form-message {
    height: 100%;
}

.form_contact .col-md-6 .form-message .form-control {
    height: 100%;
}

.form_contact .col-md-6 .form-message .col-textarea {
    height: 100%;
}

.form_contact .col-md-6 .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    height: 40px;
    width: 40px;
    background: url("../images/icon-message.png") center center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.form_contact .col-md-6 .btn:hover {
    background: url("../images/icon-message-orange.png") center center no-repeat;
}

.contact-title {
    color: #0068b1;
    text-align: center;
    width: 100%;
    font-size: 25px;
}

@media all and (max-width: 925px) {
    .container {
        padding: 0 25px;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact-content > div {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .contact-content > div .form-group {
        margin-top: 30px;
    }

    .contact-content .form-message {
        margin-top: 30px;
    }

    .social-container {
        flex-direction: column;
    }

    .social-container .item {
        width: calc(100% - 50px);
    }

    .social-container .item > div {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .social-container .item:nth-child(2) {
        margin-top: 25px;
    }

    .title {
        font-size: 28px;
    }

    .form_contact .col-md-6 .row, .form_contact .col-md-6 .form-group {
        width: calc(100% + 70px);
        margin-left: -35px;
        margin-right: -35px;
    }
}

@media all and (max-width: 750px) {
    .container {
        padding: 0 15px;
    }
}

input, textarea {
    border-radius: 0 !important;
}

fieldset {
    margin: 60px auto 0 auto;
}

fieldset legend {
    color: #f07b25;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.button-group {
    width: 100%;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-group button {
    margin: 0 25px;
    background: #0068b1;
}

.button-group button.btn-primary {
    background: #f07b25;
}

.form-inline div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-inline > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-inline .form-check:last-child {
    margin-left: 10px;
}

.form-radio p {
    width: 100%;
}

.form-radio.inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-radio.inline p {
    width: auto;
    display: inline-block;
}

.form-radio.inline .radio-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-radio.inline .radio-group .radio {
    margin-left: 20px;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

@media all and (max-width: 925px) {
    .page {
        padding-top: 120px;
    }
}

.btn.focus, .btn:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    padding: 10px 25px;
    border: none;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn.btn-inline {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.btn.btn-white {
    background: white;
    color: #0068b1;
}

.btn.btn-white:hover {
    background: rgba(255, 255, 255, 0.9);
}

.btn.btn-orange {
    background: #f07b25;
    color: white;
}

.btn.btn-orange:hover {
    background: rgba(240, 123, 37, 0.9);
}

.btn.btn-blue {
    background: #0068b1;
    color: white;
}

.btn.btn-blue:hover {
    background: rgba(0, 104, 177, 0.9);
}

.btn-container {
    text-align: left;
    width: 100%;
    max-width: 650px;
    margin: 0px auto 50px auto;
}

.btn-container .btn-return.btn-orange {
    background: #f07b25 url("../images/icon-arrow-left-white.png") 10px center no-repeat;
    background-size: 10px 20px;
    padding-left: 30px;
}

.btn-container .btn-return.btn-orange:hover {
    background-color: rgba(240, 123, 37, 0.9);
}

table {
    width: 100%;
    margin: 0 auto;
}

table.table-recapitulatif .table-row {
    margin-bottom: 25px;
}

table.table-recapitulatif .column-title {
    font-weight: 700;
    text-align: left;
    font-size: 16px;
}

table.table-recapitulatif .column-title span {
    display: block;
    font-weight: normal;
}

table.table-recapitulatif .value {
    text-align: right;
    width: 102px;
    font-size: 16px;
    margin-left: 10px;
}

table.table-recapitulatif .column-title-final, table.table-recapitulatif .value-final {
    margin-top: 5px;
    color: #0068b1;
    font-weight: 700;
}

.page-newsletter-validation .newsletter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-newsletter-validation .information {
    margin-top: 50px;
}

.page-newsletter-validation .controls {
    margin: 50px auto;
}

.page-newsletter-validation .controls .btn {
    margin: 0 10px;
}

.page-newsletter-validation .btn {
    color: #fff;
    background: #f07b25;
}

.navigation-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    max-width: 100%;
    z-index: 999;
}

.navigation-container .container {
    max-width: 1200px;
}

.modal-dialog {
    position: fixed;
}

.navigation-modal {
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
}

.navigation-modal .close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
}

.navigation-modal .close svg {
    max-width: 100%;
    max-height: 100%;
    fill: #606060;
}

.navigation-modal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.navigation-modal .modal-content {
    width: 100%;
    height: 100%;
    background: white;
    border: none;
    border-radius: 0;
}

.navigation-modal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: none;
    z-index: 999;
}

.navigation-modal .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-modal .modal-footer .box_lng {
    margin: 15px;
}

.navigation-modal .modal-body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.navigation-modal .modal-body .box_link {
    height: 50px;
}

.navigation-modal .modal-body .box_link a {
    color: #606060;
    font-size: 20px;
}

.navigation-modal .modal-body .box_btn a {
    color: white;
    font-size: 20px;
}

.nav {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .btn-open {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    padding: 0;
}

.nav .btn-open svg {
    max-width: 100%;
    max-height: 100%;
    fill: #606060;
}

.nav .btn-orange {
    padding: 5px 10px;
}

.nav-logo {
    width: 114px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.nav-logo figure {
    margin: 0;
    padding: 0;
}

.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .item-portail {
    max-width: 100% !important;

    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav .item-portail .btn {
    font-size: 14px;
}

.nav .item-portail .btn-salarie {
    color: #f07b25;
}

.nav .item-portail .btn-salarie:hover {
    text-decoration: underline;
}

.nav .list__item {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    max-width: 200px;
}

.nav .list__item.active {
    position: relative;
}

.nav .list__item.active:after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #575656;
}

.nav .list__item.active a {
    text-align: center;
    position: relative;
    color: #575656;
    font-weight: 700;
}

.nav-list__item {
    list-style: none;
    max-width: 110px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.nav-list__item.item-portail {
    max-width: 100%;
    padding: 8px 12px;
    font-size: 14px;
}

.nav-list__item.active a {
    text-align: center;
    position: relative;
    color: #575656;
    font-weight: 700;
}

.nav-list__item.active a:after {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #575656;
}

.nav .btn-responsive {
    display: none;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    overflow: hidden;
    transition: 0.5s;
    z-index: 999;
}

.overlay .overlay-header {
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overlay .overlay-header .overlay-logo {
    padding: 0;
}

.overlay .overlay-header .overlay-logo figure {
    margin: 0;
    padding: 0;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
}

.overlay-content .item {
    list-style: none;
}

.overlay a {
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #606060;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f07b25;
}

.overlay .closebtn {
    font-size: 60px;
    padding: 0;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media all and (max-width: 975px) {
    .nav {
        height: 80px;
    }

    .nav figure {
        height: 60px;
    }

    .nav figure img {
        max-height: 100%;
    }

    .nav-list {
        display: none;
    }

    .nav .btn-responsive {
        display: block;
    }
}

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #f07b25;
}

.section-publications {
    position: relative;
    padding-top: 70px;
}

.section-publications .pagination {
    align-items: center;
    justify-content: center;
    display: none;
    margin: 25px 0;
}

@media all and (max-width: 350px) {
    .section-publications .pagination {
        flex-direction: column;
    }

    .section-publications .pagination div {
        margin: 25px 0;
    }
}

.section-publications .pagination div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-publications .lSPager {
    display: none;
}

.section-publications .pagination button {
    width: 105px;
    text-align: center;
    line-height: 30px;
    padding: 0 15px;
    font-size: 14px;
    display: block;
    margin: 0 25px;
}

.section-publications .publications-container {
    position: relative;
    margin-bottom: 60px;
}

.section-publications .publications-container .etagere-block {
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    z-index: 500;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.section-publications .publications-container .etagere {
    max-width: calc(100% - 20px);
}

.section-publications .container {
    padding: 0 75px;
}

.section-publications .publication figure {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.section-publications .publication figure img {
    max-width: 100%;
    max-height: 100%;
}

.section-publications .publication .content {
    margin-top: 40px;
    height: 90px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
}

@media all and (max-width: 400px) {
    .section-publications .publication .content {
        padding: 0;
    }
}

.section-publications .lSSlideOuter .lSPager.lSpg {
    position: relative;
    margin-top: 50px !important;
}

.section-publications .lSSlideOuter .lSPager.lSpg a {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 1px solid #f07b25;
}

.section-publications .lSSlideOuter .lSPager.lSpg a:hover {
    background-color: #f07b25;
}

.section-publications .publication-search {
    position: relative;
    margin: 60px auto 90px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 392px;
}

.section-publications .publication-search:hover input[type=submit] {
    background: url("../images/icon-search-orange.png") center center no-repeat;
}

.section-publications .publication-search input[type=text] {
    margin: 0;
    padding: 14px 0;
    border: none;
    background: none;
    border-bottom: 2px solid #0068b1;
    width: 100%;
}

.section-publications .publication-search input[type=text]::placeholder {
    color: #4c4c4c;
    font-size: 14px;
}

@media all and (max-width: 400px) {
    .section-publications .publication-search input[type=text]::placeholder {
        font-size: 10px;
    }
}

@media all and (max-width: 400px) {
    .section-publications .publication-search input[type=text]::placeholder {
        font-size: 8px;
    }
}

.section-publications .publication-search input[type=submit] {
    background: url("../images/icon-search.png") center center no-repeat;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
}

.section-publications .no_result p {
    text-align: center;
}

.section-publications .publication-info {
    width: 100%;
    text-align: center;
    margin-bottom: 90px;
}

.section-publications .publication-info .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.section-publications .publication-info .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f07b25;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.section-publications .publication-info .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.section-publications .publication-info .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.section-publications .publication-info .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.section-publications .publication-info .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.section-padoa {
    margin-top: 75px;
}

.section-padoa .background {
    margin: 0;
    padding: 0;
    width: 100%;
}

.section-padoa .background img {
    width: 100%;
}

.section-padoa .padoa-content {
    max-width: 420px;
    margin: 40px auto 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-padoa .padoa-content figure {
    margin: 0;
    padding: 0;
}

.section-padoa .padoa-content .description {
    margin-top: 40px;
    font-size: 16px;
    color: #0068b1;
    font-weight: 700;
}

.section-padoa .padoa-content .btn {
    margin: 40px auto 50px auto;
}

.section-contact {
    width: 100%;
    margin: 0 auto 0 auto;
    background: #f4f4f4;
    padding-bottom: 37px;
}

.section-contact .subtitle {
    color: #f07b25;
    font-size: 17px;
    text-align: center;
    padding: 45px 0 60px 0;
    margin: 0;
}

.section-contact .contact-form {
    max-width: 594px;
    margin: 0 auto;
}

.section-contact .contact-form .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.section-contact .contact-form input[type=text], .section-contact .contact-form input[type=email], .section-contact .contact-form select {
    border-radius: 0;
    max-width: 267px;
    border: 1px solid #b3b6b8;
    box-sizing: border-box;
    width: 100%;
    background: none;
    height: 34px;
    padding: 0 10px;
}

.section-contact .contact-form input[type=text], .section-contact .contact-form input[type=email]::placeholder {
    text-transform: uppercase;
}

.section-contact .contact-form .row-subject {
    justify-content: center;
}

.section-contact .contact-form .row-submit {
    justify-content: center;
}

.page-contact .section-contact {
    background: none;
    margin-top: 60px;
}

@media all and (max-width: 925px) {
    .form_contact .col-md-6 {
        height: auto !important;
    }
}

.search-filters {
    width: 250px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-filters .search-box {
    width: 230px;
    height: auto;
    min-height: 300px;
    padding: 30px;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}

.search-filters .search-box .search {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.search-filters .search-box .search:hover input[type=submit] {
    background: url("../../app/images/icon-search-orange.png") center center no-repeat;
}

.search-filters .search-box .search input[type=text] {
    padding: 14px 0;
    border: none;
    background: none;
    border-bottom: 2px solid #0068b1;
    width: 100%;
}

.search-filters .search-box .search input[type=text]::placeholder {
    color: #4c4c4c;
    font-size: 16px;
}

.search-filters .search-box .search input[type=submit] {
    background: url("../../app/images/icon-search.png") center center no-repeat;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
}

.search-filters .search-box .filtres {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 20px 0 0 0;
    padding: 0;
}

.search-filters .search-box .filtres .item {
    position: relative;
    list-style: none;
    background: white;
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
    line-height: 30px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.search-filters .search-box .filtres .item:hover {
    background: #0068b1;
    cursor: pointer;
    color: white;
}

.search-filters .search-box .filtres .item .fa {
    position: absolute;
    left: 5px;
    top: 0;
    height: 30px;
    line-height: 30px;
    width: 20px;
    color: #0068b1;
}

.search-filters .search-box .filtres .item:hover .item--remove {
    color: white;
}

.search-filters .search-box .filtres .item:hover .fa {
    color: white;
}

.search-filters .search-box .filtres .item .item--remove {
    border: none;
    padding: 0;
    background: none;
    margin: 0 5px 0 10px;
    color: #0068b1;
    font-weight: 700;
}

.search-filters .search-box .filtres li {
    list-style: none;
    text-align: left;
    width: 100%;
    padding-left: 30px;
}

.page-accueil .form-placeholder input {
    margin: 0;
}

.page-accueil .slider-content__description {
    font-size: 20px;
}

.page-accueil .portails .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.page-accueil .portails .box {
    padding: 40px 0 45px 0;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.page-accueil .portails .box .box-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-accueil .portails .box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    margin: 0;
    padding: 0;
}

.page-accueil .portails .box ul li {
    list-style: none;
    /*height:26px;*/

    position: relative;
    margin-bottom: 10px;
}

.page-accueil .portails .box ul li:before {
    display: none;

    content: '';

    position: absolute;
    left: -16px;
    top: calc(50% - 3px);

    width: 6px;
    height: 6px;

    background: #f07b25;
    border-radius: 50%;
}

.page-accueil .portails .box-title {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 21px auto 15px auto;
    padding: 0;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-accueil .portails .box-content {
    width: 100%;
    max-width: 166px;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #606060 !important;
}

.page-accueil .portails .icon {
    width: 100%;
    height: 96px;
    max-width: 50%;
}

.page-accueil .portails .icon.icon-employeur {
    background: url("../images/icon-employeur.png") center center no-repeat;
    background-size: contain;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-accueil .portails .icon.icon-salarie {
    background: url("../images/icon-salarie.png") center center no-repeat;
    background-size: contain;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-accueil .portails .box .box-header:hover .box-title {
    color: #f07b25;
}

.page-accueil .portails .box .box-header:hover .box-content {
    color: #606060;
}

.page-accueil .portails .box .box-header:hover .icon.icon-employeur {
    background: url("../images/icon-employeur-orange.png") center center no-repeat;
    background-size: contain;
}

.page-accueil .portails .box .box-header:hover .icon.icon-salarie {
    background: url("../images/icon-salarie-orange.png") center center no-repeat;
    background-size: contain;
}

.page-accueil .chiffres {
    background: #0068b1;
}

.page-accueil .chiffres .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.page-accueil .chiffres .box {
    width: 25%;
    padding: 35px 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.page-accueil .chiffres .box-chiffre {
    white-space: nowrap;
    color: white;
    font-size: 35px;
    font-weight: 700;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}

.page-accueil .chiffres .box-chiffre span {
    display: block;
}

.page-accueil .chiffres .box-content {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 16px;
    max-width: 130px;
    text-align: center;
}

.page-accueil .chiffres .icon {
    width: 100%;
    height: 89px;
}

.page-accueil .chiffres .icon figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-accueil .medias {
    position: relative;
    margin-bottom: 188px;
}

.page-accueil .medias .map {
    width: 100%;
    height: 780px;
    background: #606060;
}

.page-accueil .medias .media-video {
    width: 100%;
    height: 386px;
    position: absolute;
    bottom: -148px;
    left: 0;
}

.page-accueil .medias .video {
    width: 100%;
    max-width: 698px;
    height: 100%;
    margin: 0 auto;
    background: white;
    padding: 10px;
    box-sizing: border-box;
}

.page-accueil .medias .video iframe {
    width: 100%;
    height: 100%;
    border: none;
    background: #606060;
}

.page-accueil .contact_result {
    text-align: center;
}

.page-accueil .contact_result .error {
    color: red;
}

.page-accueil .contact_result .success {
    color: green;
}

.page-accueil .contact {
    padding: 63px 0 58px 0;
}

.page-accueil .contact .title {
    color: #0068b1;
    margin: 0;
    padding: 0 0 25px 0;
    text-align: center;
    font-size: 25px;
}

.page-accueil .contact .contact-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-accueil .contact .box {
    position: relative;
    height: 194px;
}

.page-accueil .contact .box:first-child {
    width: 267px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.page-accueil .contact .box:last-child {
    width: 319px;
}

.page-accueil .contact .form-message {
    margin: 0;
    padding: 0;
}

.page-accueil .contact .row {
    width: 100%;
}

.page-accueil .contact .row input, .page-accueil .contact .row select {
    padding: 0 18px;
    background: none;
    border-radius: 0;
}

.page-accueil .contact .row textarea {
    height: 208px;
    padding: 18px;
}

.page-accueil .contact .row select {
    height: 40px;
    text-transform: uppercase;
    background: url("../images/icon-open.png") right 10px center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-accueil .contact .row select:hover {
    background: url("../images/icon-open-orange.png") right 10px center no-repeat;
}

.page-accueil .contact .row input, .page-accueil .contact .row textarea, .page-accueil .contact .row select {
    width: 100%;
    border: 1px solid #b3b6b8;
    box-sizing: border-box;
    color: #4c4c4c;
}

.page-accueil .contact .row input::placeholder, .page-accueil .contact .row textarea::placeholder, .page-accueil .contact .row select::placeholder {
    text-transform: uppercase;
    color: #4c4c4c;
}

.page-accueil .contact .row input[type=submit] {
    margin: 0;
    border: none;
    font-size: 0px;
    background: url("../images/icon-message.png") center center no-repeat;
    width: 30px;
    height: 21px;
    position: absolute;
    right: 26px;
    bottom: 26px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-accueil .contact .row input[type=submit]:hover {
    background: url("../images/icon-message-orange.png") center center no-repeat;
}

.page-accueil .map-marker-content .title {
    color: #f07b25;
    font-size: 14px;
}

.page-accueil .map-marker-content .body-content {
    font-size: 12px;
}

.page-accueil .map-marker-content .phone {
    color: #0068b1;
    font-weight: 700;
}

.page-accueil .map-marker-content p {
    margin: 0;
    padding: 0;
}

.page-accueil .map-marker-content strong {
    font-weight: 700;
}

.page-accueil .map .marker.active {
    display: none;
}

@media all and (max-width: 975px) {
    .page-accueil {
        padding-top: 80px;
    }
}

@media all and (max-width: 925px) {
    .page-accueil .portails .box-title {
        font-size: 14px;
    }

    .page-accueil .chiffres .box {
        width: 50%;
    }

    .page-accueil .chiffres .box-chiffre {
        font-size: 24px;
    }

    .page-accueil .chiffres .box-content {
        font-size: 14px;
    }
}

@media all and (max-width: 750px) {
    .page-accueil .contact .contact-form {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .page-accueil .contact .box {
        width: 100% !important;
        height: auto;
    }

    .page-accueil .contact .box:last-child .row {
        margin: 0;
    }

    .page-accueil .contact .row {
        margin: 0 0 30px 0;
    }
}

.page-presentation .section-about {
    margin-bottom:65px;
}
.page-presentation .section-about .title{
    margin: 0 0 65px 0;
}
.page-presentation .section-about a {
    color: #f07b25;
}
.page-presentation .section-about a:hover {
    text-decoration: underline;
}
.page-presentation .section-number .title {
    margin: 0 0 65px 0;
}

.page-presentation .section-number .row {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page-presentation .section-number .row .icon {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-presentation .section-number .row .icon-logo {
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.page-presentation .section-number .row .icon-number, .page-presentation .section-number .row .icon-description {
    text-align: center;
    margin: 0;
    padding: 0;
}

.page-presentation .section-number .row .icon-number {
    font-size: 22px;
    font-weight: bold;
}

.page-presentation .section-number .row .icon-number span {
    font-size: 13px;
    display: block;
}

.page-presentation .section-number .row .icon-description {
    text-align: center;
    font-size: 11px;
}

.page-presentation .section-number .row:first-child .icon-number {
    color: #f07b25;
}

.page-presentation .section-number .row:first-child .icon-description {
    color: #606060;
}

.page-presentation .section-number .row:last-child .icon-number {
    color: #0068b1;
}

.page-presentation .section-number .row:last-child .icon-description {
    color: #606060;
}

@media all and (max-width: 900px) {
    .page-presentation .section-number .row .icon {
        width: calc(100% / 3);
    }
}

@media all and (max-width: 400px) {
    .page-presentation .section-number .row .icon {
        width: calc(100% / 2);
    }
}

@media all and (max-width: 250px) {
    .page-presentation .section-number .row .icon {
        width: 100%;
    }
}

.page-presentation .section-rapport {
    position: relative;
    margin-top: 50px;
}

.page-presentation .section-rapport figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-presentation .section-rapport img {
    width: 100%;
}

.page-presentation .section-rapport .container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-presentation .section-rapport .container .btn {
    margin: 25px;
}

.page-presentation .section-equipe .title {
    margin: 65px 0 30px 0;
}

.page-presentation .section-equipe .subtitle {
    font-weight: 700;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.page-presentation .section-equipe .content {
    position: relative;
    max-width: 907px;
    margin: 0 auto;
}

.page-presentation .section-equipe .columns {
    margin-top: 45px;
    position: relative;
}

.page-presentation .section-equipe .columns.inactive {
    opacity: 0;
}

.page-presentation .section-equipe .column {
    margin-bottom: 50px;
}

.page-presentation .section-equipe .column .subtitle {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-presentation .section-equipe .column:first-child .subtitle {
    color: #0068b1;
}

.page-presentation .section-equipe .column:first-child .equipe:hover {
    cursor: pointer;
}

.page-presentation .section-equipe .column:first-child .equipe:hover .infos {
    color: #0068b1;
}

.page-presentation .section-equipe .column:last-child .subtitle {
    color: #f07b25;
}

.page-presentation .section-equipe .column:last-child .equipe:hover {
    cursor: pointer;
}

.page-presentation .section-equipe .column:last-child .equipe:hover .infos {
    color: #f07b25;
}

.page-presentation .section-equipe .column:last-child:last-child {
    border-left: 1px solid #9c9fa2;
}

.page-presentation .section-equipe .column .equipes {
    max-width: 500px;
    margin: 50px 0 0px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}

.page-presentation .section-equipe .column .equipe {
    width: 100%;
    max-width: 170px;
    min-height: 200px;
    margin-bottom: 40px;
}

.page-presentation .section-equipe .column .equipe .infos {
    text-align: center;
    margin: 0 auto;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-presentation .section-equipe .column .equipe figure {
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    width: 144px;
    height: 144px;

    margin:0 auto 15px auto;
}

.page-presentation .section-equipe .column .equipe:nth-last-child(1), .page-presentation .section-equipe .column .equipe:nth-last-child(2) {
    margin-bottom: 0;
}

.page-presentation .section-equipe .column .equipe figure img{
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}


.page-presentation .section-equipe .column .equipe:hover figure img{
    transform: scale(1.1);
}

.page-presentation .section-instances {
    padding: 0 0 30px 0;
}

.page-presentation .section-instances .title {
    margin-top: 80px;
}

.page-presentation .section-instances .description {
    margin: 35px auto 50px auto;
    max-width: 725px;
    font-size: 16px;
    color: #606060;
}

.page-presentation .section-instances .description.description-top {
    margin: 35px auto 10px auto;
}

.page-presentation .section-instances .description.description-bottom {
    margin: 10px auto 50px auto;
}

.page-presentation .section-instances .instance {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.page-presentation .section-instances .instance .instance-logo {
    width: 132px;
    height: 132px;
    margin: 0 25px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.page-presentation .section-instances .instance .instance-title {
    font-weight: 700;
    font-size: 16px;
}

.page-presentation .section-instances .instance .instance-content {
    width: calc(100% - 132px - 25px);
}

.page-presentation .section-instances .instance .instance-description {
    font-size: 16px;
}

.page-presentation .section-instances .instance:nth-child(even) .instance-logo {
    background: #0068b1;
}

.page-presentation .section-instances .instance:nth-child(even) .instance-title {
    color: #0068b1;
}

.page-presentation .section-instances .instance:nth-child(odd) .instance-logo {
    background: #f07b25;
}

.page-presentation .section-instances .instance:nth-child(odd) .instance-title {
    color: #f07b25;
}

.page-presentation .section-localisation {
    width: 100%;
    background: #f07b25;
    color: white;
}

.page-presentation .section-localisation .title {
    color: white;
    padding: 60px 0 75px 0;
}

.page-presentation .section-localisation .carte {
    position: relative;
}

.page-presentation .section-localisation .carte svg {
    width: 250px;
    height: 330px;
}

.page-presentation .section-localisation .carte .marker {
    position: absolute;
}

.page-presentation .section-localisation .column:first-child {
    width: 34%;
}

.page-presentation .section-localisation .column:last-child {
    width: 68%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 45px;
}

.page-presentation .section-localisation .column:last-child .localisation {
    display: table;
}

.page-presentation .section-localisation .column:last-child .marker {
    display: table-cell;
}

.page-presentation .section-localisation .column:last-child .localisation-content {
    display: table-cell;
}

.page-presentation .section-localisation .column:last-child .localisation-infos {
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.page-presentation .section-localisation .column:last-child .localisation-title, .page-presentation .section-localisation .column:last-child .localisation-description {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: block;
}

.page-presentation .section-localisation .column:last-child .localisation-title {
    font-weight: 700;
}

.page-presentation .modals {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.page-presentation .modals .box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.page-presentation .modals .box.active {
    display: flex;
    animation-name: basic_show;
    animation-duration: .5s;
}

@keyframes basic_show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.page-presentation .modals .box.inactive {
    animation-name: basic_hide;
    animation-duration: .5s;
}

@keyframes basic_hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.page-presentation .modals .modal {
    display: block;
    position: relative;
    background: #f2f2f2;
    width: 100%;
    max-width: 904px;
    min-height: 370px;
    height: auto;
    padding: 48px;
    box-sizing: border-box;
}

.page-presentation .modals .modal-columns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.page-presentation .modals .modal-column {
    min-height: 250px;
    display: table-cell;
    vertical-align: top;
}

.page-presentation .modals .modal-column:first-child {
    width: calc(250px + 48px);
}

.page-presentation .modals .modal-column:last-child {
    width: calc(50% + 48px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.page-presentation .modals .modal-img {
    margin: 0;
    padding: 0;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-presentation .modals .modal-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #0068b1;
}

.page-presentation .modals .modal-description {
    margin-top: 30px;
    font-size: 15px;
    color: #606060;
}

.page-presentation .modals .button-close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../images/icon-close.png") center center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-presentation .modals .button-close:hover {
    background: url("../images/icon-close-black.png") center center no-repeat;
}

.page-presentation .item-activable.active {
    animation-name: basic_show;
    animation-duration: .5s;
}

@keyframes basic_show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.page-presentation .item-activable.inactive {
    animation-name: basic_hide;
    animation-duration: .5s;
}

@keyframes basic_hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media all and (max-width: 925px) {
    .page-presentation .modals .modal-img {
        margin: 50px auto 25px auto;
    }

    .page-presentation .modals .modal-title {
        text-align: center;
    }

    .page-presentation .modals .modal {
        padding: 25px;
    }

    .page-presentation .modals .modal-column:last-child {
        width: 100%;
    }

    .page-presentation .modals .modal-columns {
        flex-direction: column;
    }

    .page-presentation .modals p {
        text-align: justify;
    }

    .page-presentation .modals .btn {
        width: 100%;
    }

    .page-presentation .modals .btn p {
        text-align: center;
    }

    .page-presentation .section-equipe .columns {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-presentation .section-equipe .column {
        width: 100%;
    }

    .page-presentation .section-equipe .column .equipes {
        max-width: 100%;
    }

    .page-presentation .section-equipe .column:last-child:last-child {
        border: none;
    }

    .page-presentation .section-rapport .container {
        flex-direction: column;
    }

    .page-presentation .section-instances .instance {
        flex-direction: column;
    }

    .page-presentation .section-instances .instance .instance-logo {
        margin: 0 auto;
    }

    .page-presentation .section-instances .instance .instance-content {
        margin-top: 25px;
        width: 100%;
    }

    .page-presentation .section-instances .instance .instance-content p {
        text-align: center;
    }

    .page-presentation .section-instances .instance .instance-content ul {
        margin: 0;
        padding: 0;
    }

    .page-presentation .section-instances .instance .instance-content li {
        text-align: center;
        list-style: none;
    }

    .page-presentation .section-localisation .columns {
        flex-direction: column;
    }

    .page-presentation .section-localisation .column .carte {
        width: 250px;
    }

    .page-presentation .section-localisation .column:first-child {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-presentation .section-localisation .column:last-child {
        width: 100%;
        margin-top: 50px;
    }

    .page-presentation .section-rapport .container .btn {
        margin: 5px;
    }
}

@media all and (max-width: 750px) {
    .page-presentation .localisation-infos {
        height: auto !important;
        margin-bottom: 15px;
    }

    .page-presentation .localisation-description .tiret {
        display: none;
    }

    .page-presentation .localisation-description .number {
        display: block;
    }
}


.page-service .page-title, .page-service .page-title p  {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #0068b1;
    font-size: 46px;
    font-weight: 700;
    margin: 65px 0 50px 0;
}
.page-service .page-introduction {
    text-align: center;
    margin-bottom:50px;
}
.page-service .page-introduction strong {
    color:#f07b25;
    font-weight: 400;
}

.page-service .page-introduction ul li {
    list-style: none;
    margin:10px 0;
}
.page-service .page-introduction .list-title {
    margin-top:30px;
}
.page-service .page-introduction .previous {
    margin-top:30px;
}
.page-evenements .section-slide {
    margin-top: 45px;
}

.page-evenements .section-images .title {
    margin-bottom: 60px;
}

.page-evenements .section-images .slick-center a {
    margin-top: 30px;
}

.page-evenements .section-images .images .slick-prev, .page-evenements .section-images .images .slick-next {
    z-index: 100;
    top: 75%;
    height: 40px;
    width: 30px;
}

.page-evenements .section-images .images .slick-prev:before, .page-evenements .section-images .images .slick-prev:after, .page-evenements .section-images .images .slick-next:before, .page-evenements .section-images .images .slick-next:after {
    content: none;
}

.page-evenements .section-images .images .slick-prev {
    background: url("../../assets/images/icon-arrow-left-grey.png") center center no-repeat;
    left: calc(50% - 200px);
}

.page-evenements .section-images .images .slick-prev:hover {
    background: url("../../assets/images/icon-arrow-left-hover.png") center center no-repeat;
}

.page-evenements .section-images .images .slick-next {
    background: url("../../assets/images/icon-arrow-right-grey.png") center center no-repeat;
    right: calc(50% - 200px);
}

.page-evenements .section-images .images .slick-next:hover {
    background: url("../../assets/images/icon-arrow-right-hover.png") center center no-repeat;
}

.page-evenements .section-images .images .event {
    box-sizing: border-box;
    width: 230px;
    height: 350px !important;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    outline: none;
}

.page-evenements .section-images .images .event:hover .description {
    color: #606060;
}

.page-evenements .section-images .images .event a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-evenements .section-images .images .event .content {
    opacity: 0;
}

.page-evenements .section-images .images .event .description {
    max-width: calc(312px - 10px);
    color: #606060;
    margin: 0;
    font-size: 16px;
}

.page-evenements .section-images .images .event .date {
    text-align: center;
    color: #f07b25;
    margin: 25px 0 0 0;
    font-size: 16px;
    font-weight: 700;
}

.page-evenements .section-images .images figure {
    margin: 30px 0 0 0;
    padding: 0;
    height: 147px;
    width: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-evenements .section-images .images .slick-current figure {
    margin: 0;
    transform: scale(1.2);
}

.page-evenements .section-images .images .slick-current .content {
    animation-name: active_texte;
    animation-duration: 4s;
    opacity: 1;
}

.page-evenements .section-images img {
    width: 100%;
    height: 100%;
}

.section-actualites .title {
    margin: 75px auto 60px auto;
}

.section-actualites .content {
    margin-bottom: 80px;
    position: relative;
}

.section-actualites .container {
    background: white;
    position: initial;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.search-filters {
    position: relative;
}

.search-filters input {
    margin: 0;
}

.search-filters .background {
    z-index: 1;
    width: 500%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    right: 0;
}

.results {
    width: calc(100% - 230px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.results .box {
    max-width: 190px;
    width: 100%;
    margin: 0 18px 36px 18px;
    cursor: pointer;
}

.results .box .img {
    overflow: hidden;
    width: 190px;
    height: 190px;
    max-height: 190px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.results .box .box-content {
    margin-top: 20px;
}

.results .box .box-content .box-title {
    color: #606060;
    text-align: center;
}

.results .box:hover .box-content .box-title {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    color: #f07b25;
}

.results .actualites_loading .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.results .actualites_loading .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f07b25;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.results .actualites_loading .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.results .actualites_loading .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.results .actualites_loading .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.results .actualites_loading .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.results .actualites_loading,
.results .actualites_empty {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 925px) {
    .section-actualites .container {
        flex-direction: column;
    }

    .section-actualites .background {
        display: none;
    }

    .section-actualites .search-filters {
        margin-bottom: 25px;
        width: 100%;
        justify-content: center;
        background: #f2f2f2;
    }

    .section-actualites .search-filters h3 {
        text-align: center;
    }

    .section-actualites .search-filters .search-box {
        width: 100%;
    }

    .section-actualites .results {
        width: 100%;
        align-items: flex-start;
        justify-content: center;
    }
}

@keyframes active_texte {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.page-adhesion .title {
    margin-bottom: 60px;
}

.page-adhesion .section {
    font-size: 15px;
    padding: 55px 0;
}

.page-adhesion .section .container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.page-adhesion .section .content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.page-adhesion .section .icon {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
}

.page-adhesion .section .icon .titre {
    margin: 25px 0 0 0;
    padding: 0;
}

.page-adhesion .section .icon .img {
    width: 280px;
    height: 96px;
}

.page-adhesion .section .description {
    max-width: 475px;
    text-align: left;
}

.page-adhesion .section .btn {
    margin-right: 25px;
}

.page-adhesion .section .controls {
    margin-top: 50px;
    height: 40px;
    display: flex;
}

.page-adhesion .btn-secondary {
    background: white;
    color: #0068b1;
}

.page-adhesion .section-employeur {
    background: #0068b1;
}

.page-adhesion .section-employeur .icon-employeur {
    color: white;
}

.page-adhesion .section-employeur .icon-employeur .img {
    background: url("../images/icon-employeur-white.png") center center no-repeat;
}

.page-adhesion .section-employeur .description {
    color: white;
}

.page-adhesion .section-salarie .icon-salarie {
    color: #606060;
}

.page-adhesion .section-salarie .icon-salarie .img {
    background: url("../images/icon-salarie.png") center center no-repeat;
}

.page-adhesion .section-salarie .description {
    color: #606060;
}

fieldset {
    margin: 30px auto 0 aut0;
}

.adhesion-download .dropdown-menu-center {
    right: auto;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    top: calc(100% - 5px) !important;
    text-align: center;
}

.adhesion-download .dropdown-item:focus, .adhesion-download .dropdown-item:hover {
    background: none;
    color: #f07b25;
}

.adhesion-download .useful-files {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.adhesion-download .useful-files > div {
    width: 50%;
}

@media all and (max-width: 700px) {
    .adhesion-download .useful-files {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 50px;
    }

    .adhesion-download .useful-files > div {
        width: 100%;
    }
}

.adhesion-download fieldset legend {
    margin-bottom: 10px;
}

.adhesion-download .fieldset-description {
    text-align: center;
    margin: 10px;
}

.adhesion-download fieldset .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.adhesion .declaration {
    font-weight: 700;
}

.adhesion .dept_info a {
    display: block;
    float: left;
    padding-right: 5px;
    font-weight: 700;
}

.col-text {
    margin-bottom: 15px;
}

.page-adhesion .jconfirm-content div {
    text-align: center;
}

.page-adhesion .informations_title {
    color: #f07b25;
}

.page-adhesion .informations_files {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.page-adhesion .form_subtitle {
    color: #0068b1;
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

.page-adhesion .form_title {
    color: #0068b1;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}

.page-adhesion .btn-secondary {
    height: 40px;
}

.page-adhesion .subtitle {
    text-transform: uppercase;
    margin: 90px 0 0 0;
    width: 100%;
    color: #0068b1;
    text-align: center;
    font-size: 25px;
}

.page-adhesion .form-controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-adhesion .form-controls .form-group {
    margin: 0;
}

.page-adhesion .form-controls .btn {
    margin: 25px 10px;
}

.page-adhesion .form-controls .btn-next {
    background: #f07b25;
    color: white;
}

.page-adhesion .form-controls .btn-return {
    background: #0068b1;
    color: white;
}

.page-adhesion .field_title {
    color: #0068b1;
}

.page-adhesion .form-adhesion {
    max-width: 594px;
}

.page-adhesion .form-adhesion .form-subtitle {
    margin: 60px 0 35px 0;
    width: 100%;
    color: #f07b25;
    text-align: center;
    font-size: 17px;
}

.page-adhesion .form-adhesion .btn-submit {
    margin: 50px auto 75px auto;
}

.page-adhesion .form-adhesion .btn-orange {
    margin: 0 auto 45px auto;
}

.page-adhesion .form-adhesion .informations {
    margin-top: 35px;
}

.page-adhesion table {
    max-width: 594px;
}

@media all and (max-width: 925px) {
    .page-adhesion .controls .btn {
        font-size: 12px;
    }

    .page-adhesion .section .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page-adhesion .section .container .content {
        width: 100%;
    }

    .page-adhesion .section .container .description {
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
    }

    .page-adhesion .section .container .description p {
        text-align: center;
    }

    .page-adhesion .section .container .controls {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 25px;
    }

    .page-adhesion .section .container .controls .btn {
        margin: 5px 0;
        width: 100%;
    }

    .page-adhesion .section .container .controls .form-group {
        margin: 0;
    }
}

@media all and (max-width: 575px) {
    .page-adhesion .form-adhesion .btn-submit {
        width: 100%;
        margin: 50px auto 25px auto;
    }
}

.page-rdv .row-buttons {
    margin: 50px 0 0 0;
}

.page-rdv .row-buttons .btn {
    background: #f07b25;
    color: white;
}

.page-rdv .row-buttons .btn:nth-child(2) {
    background: #0068b1;
}

.page-rdv .rdv_infos {
    margin: 25px 0;
}

.page-rdv .rdv_infos a {
    color: #f07b25;
}

.page-rdv .row_results {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-rdv .row_results .rdv_loading {
    display: none;
}

.page-rdv .row_results .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.page-rdv .row_results .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f07b25;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.page-rdv .row_results .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.page-rdv .row_results .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.page-rdv .row_results .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.page-rdv .row_results .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.page-mission .navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    transform: scale(.8);
}

.page-mission .navigation a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.page-mission .navigation a .service-img {
    width: 120px;
    height: 120px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-mission .navigation a.service-action .service-img {
    background: url("../images/icon-service-action.png") center center no-repeat;
}

.page-mission .navigation a.service-action .service-img:hover {
    background: url("../images/icon-service-action-orange.png") center center no-repeat;
}

.page-mission .navigation a.service-surveillance .service-img {
    background: url("../images/icon-service-surveillance.png") center center no-repeat;
}

.page-mission .navigation a.service-surveillance .service-img:hover {
    background: url("../images/icon-service-surveillance-orange.png") center center no-repeat;
}

.page-mission .navigation a.service-conseil .service-img {
    background: url("../images/icon-service-conseil.png") center center no-repeat;
}

.page-mission .navigation a.service-conseil .service-img:hover {
    background: url("../images/icon-service-conseil-orange.png") center center no-repeat;
}

.page-mission .navigation a.service-sanitaire .service-img {
    background: url("../images/icon-service-sanitaire.png") center center no-repeat;
}

.page-mission .navigation a.service-sanitaire .service-img:hover {
    background: url("../images/icon-service-sanitaire-orange.png") center center no-repeat;
}

@media all and (max-width: 925px) {
    .page-mission .navigation a .service-img {
        margin: 0 auto;
        max-width: 100%;
        width: 60px;
        height: 60px;
        background-size: 100% !important;
    }

    .page-mission .navigation a p {
        font-size: 14px;
        margin-top: 10px;
    }
}

@media all and (max-width: 400px) {
    .page-mission .navigation a .service-img {
        width: 40px;
        height: 40px;
    }

    .page-mission .navigation a p {
        font-size: 10px;
    }
}

.page-rdv .row-split {
    margin-bottom: 35px;
}

.page-rdv .choices .columns {
    justify-content: space-around;
    padding: 55px 0 30px 0;
}

.page-rdv .choices input {
    display: none;
}

.page-rdv .choices input ~ .box:after {
    background: none;
}

.page-rdv .choices input:checked ~ .box .box-title {
    color: #f07b25;
}

.page-rdv .choices input:checked ~ .box:after {
    border-color: #f07b25;
    background: none;
}

.page-rdv .choices input:checked ~ .box:before {
    background: #f07b25;
}

.page-rdv .choices input:checked ~ .box .icon-employeur {
    background: url("../images/icon-employeur-orange.png") center center no-repeat;
}

.page-rdv .choices input:checked ~ .box .icon-salarie {
    background: url("../images/icon-salarie-orange.png") center center no-repeat;
}

.page-rdv .choices .box {
    position: relative;
    cursor: pointer;
}

.page-rdv .form-description {
    padding: 0 25px;
}

.page-rdv .form-description p {
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
}

.page-rdv .form-description a {
    font-size: 14px;
    font-style: italic;
    color: #f07b25;
    text-decoration: underline;
}

.page-rdv .form-description .btn-more {
    margin-top: 5px;
    display: inline-block;
}

.page-rdv .form_contact {
    margin: 50px 0;
    margin-top: 50px;
}

.page-rdv .form_contact .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-rdv .form_contact .row-split {
    margin: 0;
}

.page-rdv .form_contact .row .form-group {
    width: 100%;
}

.page-rdv .form_contact .row-split .form-group {
    width: calc(50% - 10px);
}

@media all and (max-width: 700px) {
    .page-rdv .form_contact .row-split .form-group {
        width: 100%;
    }
}

.page-rdv .form_contact select {
    margin-bottom: 30px;
}

.page-rdv .form_contact .category-title {
    width: 100%;
    color: #f07b25;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    font-size: 14px;
    padding-left: 15px;
}

.page-rdv .form_contact .row.controls {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-rdv .form_contact textarea {
    min-height: 150px;
}

.page-rdv .form_contact select ~ label {
    position: absolute;
    line-height: 35px;
    color: #999;
    transition: .5s;
    pointer-events: none;
    text-transform: uppercase;
    top: -25px;
    left: 10px;
    font-size: 10px;
    font-weight: bold;
}

@media all and (max-width: 767px ) {

    .page-rdv .form-message {
        margin-top: 35px !important;
    }
}


.page-rdv .form_contact textarea::placeholder {
    font-size: 14px;
    font-style: italic;
}

.page-rdv .choices .box .icon {
    width: 100%;
    height: 96px;
}

.page-rdv .choices .box .box-title {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    color: #606060;
    margin: 15px auto;
}

.page-rdv .choices .box .box-content {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    margin: 0 auto 20px auto;
    font-size: 15px;
    max-width: 160px;
    color: #606060;
    text-align: center;
}

.page-rdv .choices .box:after {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    content: "";
    position: relative;
    bottom: 0;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    border: 1px solid #606060;
    box-sizing: border-box;
}

.page-rdv .choices .box:before {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    bottom: 4px;
    left: calc(50% - 5px);
    background: transparent;
}

.page-rdv .choices .box .icon-employeur {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-rdv .choices .box .icon-salarie {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-rdv .choices .box:hover .box-title {
    color: #f07b25;
}

.page-rdv .choices .box:hover:after {
    border-color: #f07b25;
}

.page-rdv .choices .box:hover:before {
    background: #f07b25;
}

.page-rdv .choices .box:hover .icon-employeur {
    background: url("../images/icon-employeur-orange.png") center center no-repeat;
}

.page-rdv .choices .box:hover .icon-salarie {
    background: url("../images/icon-salarie-orange.png") center center no-repeat;
}

.page-rdv .choices .box-employeur .icon-employeur {
    background: url("../images/icon-employeur.png") center center no-repeat;
}

.page-rdv .choices .box-salarie .icon-salarie {
    background: url("../images/icon-salarie.png") center center no-repeat;
}

.page-rdv .form-full .form-group {
    width: 100%;
    margin-top: 20px;
}

.page-rdv .form-rdv {
    background: #f2f2f2;
    padding: 45px 0;
    text-align: center;
}

.page-rdv .form-rdv .form-title {
    color: #f07b25;
    text-transform: uppercase;
}

.page-rdv .form-rdv .form-subtitle {
    color: #f07b25;
}

.page-rdv .form-rdv .form-list {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-rdv .form-rdv .form-list li {
    line-height: 20px;
    list-style: none;
    position: relative;
    padding-left: 10px;
}

.page-rdv .form-rdv .form-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    background: #f07b25;
    width: 4px;
    height: 4px;
}

.page-rdv .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0;
}

.page-rdv .controls .btn {
    background: #f07b25;
    color: white;
}

.page-rdv .informations {
    font-size: 13px;
    font-weight: 700;
    margin-top: 60px;
}

.page-rdv .informations .info-title {
    color: #f07b25;
    margin: 0 auto;
    padding: 0;
}

.page-rdv .informations .info-description {
    margin: 0 auto;
    padding: 0;
}

.page-rdv form {
    margin-top: 75px;
}

@media all and (max-width: 925px) {
    .page-rdv .choice .box-title {
        font-size: 14px !important;
    }

    .page-rdv .choice .box-title .icon {
        max-width: 50%;
        background-size: contain;
    }

    .page-rdv .choice .box-title .box-content p {
        font-size: 12px !important;
    }

    .page-rdv .row-split > div:nth-child(2) {
        margin-top: 30px;
    }

    .page-rdv .form_contact .col-md-6 .row, .page-rdv .form_contact .col-md-6 .form-group {
        width: 100%;
        margin: 0;
    }

    .page-rdv .row-split > div:nth-child(2) {
        margin: 0;
    }

    .page-rdv .row-buttons a {
        width: 100%;
        margin: 5px 0;
    }
}

.page-faq .accordion {
    margin: 70px auto;
}

.page-faq .accordion .card, .page-faq .accordion .card-header {
    background: none;
    border: none;
}

.page-faq .accordion .question {
    white-space: normal;
    font-weight: 700;
    text-align: left;
    width: 100%;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    outline: none;
    text-transform: uppercase;
    color: #0068b1;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #0068b1;
}

.page-faq .accordion .question .open {
    position: absolute;
    text-transform: none;
    font-size: 13px;
    padding: 5px 10px;
    right: 0;
    bottom: -1px;
    background: #0068b1;
    color: white;
}

.page-faq .accordion .question:active, .page-faq .accordion .question:focus {
    text-decoration: none;
}

.page-faq .accordion .question:hover {
    text-decoration: none;
    color: #f07b25;
}

.page-faq .accordion .collapsed {
    color: #606060;
}

.page-faq figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-faq figure img {
    width: 100%;
}

.page-notice .page-content {
    width: 100%;
    max-width: 1000px;
    margin: 70px auto;
    box-sizing: border-box;
    position: relative;
}

.page-notice figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-notice figure img {
    width: 100%;
}

.cookieinfo .cookieinfo-close {
    margin-left: 15px !important;
}

.cookieinfo .cookieinfo-close ~ span {
    text-align: center !important;
}

.page-actualites .ateliers {
    height: 400px;
}

.page-actualites .slick-slide > div {
    width: 315px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-actualites .gallery-block {
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-actualites .gallery-block .controls {
    width: calc(100% + 30px);
    height: 50px;
    position: absolute;
    bottom: 0;
    left: -20px;
}

.page-actualites .gallery-block .ateliers-previous,
.page-actualites .gallery-block .ateliers-next {
    position: absolute;
    top: calc(50% - 15px);
    width: 50px;
    height: 30px;
    border: none;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-actualites .gallery-block .ateliers-previous {
    background: url("../images/icon-arrow-left-grey.png") center center no-repeat;
    background-size: contain;
    left: -10px;
}

.page-actualites .gallery-block .ateliers-previous:hover {
    background: url("../images/icon-arrow-left-hover.png") center center no-repeat;
    background-size: contain;
}

.page-actualites .gallery-block .ateliers-next {
    background: url("../images/icon-arrow-right-grey.png") center center no-repeat;
    background-size: contain;
    right: -10px;
}

.page-actualites .gallery-block .ateliers-next:hover {
    background: url("../images/icon-arrow-right-hover.png") center center no-repeat;
    background-size: contain;
}

.page-actualites .gallery-block a {
    height: 150px !important;
    max-width: 285px;
    max-height: 150px;
    margin: 50px auto 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.page-actualites .gallery-block a img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-transform: translateX(-10%) translateY(-10%);
    transform: translateX(-10%) translateY(-10%);
    min-width: 100%;
    min-height: 100%;
}

.page-actualites .gallery-block .content {
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    opacity: 0;
}

.page-actualites .gallery-block .content .atelier-title {
    margin-top: 10px;
    color: #f07b25;
}

.page-actualites .gallery-block .content .atelier-description {
    text-align: center;
    padding: 0 25px;
}

.page-actualites .slick-center > div {
    width: 315px !important;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-actualites .slick-center > div .content {
    opacity: 0;
    height: 100px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-actualites .slick-center > div .gallery-block {
    max-width: 100%;
    max-height: 100%;
}

.page-actualites .slick-center > div .gallery-block a {
    margin: 0 auto;
    height: 250px !important;
    max-height: 250px !important;
}

.page-actualites .slick-center > div .content {
    opacity: 1 !important;
}

.page-actualites .slick-current > div .content.force {
    opacity: 1 !important;
}

.page-actualites .page-title, .page-actualites .page-title p {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: #0068b1;
    font-size: 46px;
    font-weight: 700;
    margin: 65px 0 0 0;
}

.page-actualite .page-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-actualite .content {
<<<<<<< HEAD
  margin: 50px auto 60px auto;
  /*column-count: 2;*/
  text-align: center; }
.page-actualite .content h1{
  font-size:28px;
  color: #f07b25;
  font-weight: 700;
margin:15px 0 10px 0;}
.page-actualite .content h2{
font-size:20px;
  color: #0068b1; 
  font-weight: 700;
  margin:10px 0 25px 0;}
=======
    margin: 50px auto 60px auto;
    /*column-count: 2;*/
    text-align: center;
}

>>>>>>> 56d6b1ea106ad1a9758906ca62fc5766cee7ee00
.page-actualite .title {
    margin-bottom: 60px;
}

.page-actualite .date {
    text-transform: capitalize;
    margin: 0;
    padding: 5px 15px;
    font-size: 20px;
    color: white;
    background: #f07b25;
}

.page-actualite .titre {
    margin: 18px auto;
    padding: 0;
    font-size: 20px;
    color: #606060;
}

.page-actualite .parution {
    font-style: italic;
    font-size: 12px;
}

.page-actualite .images {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-actualite .images .previous-actualite,
.page-actualite .images .next-actualite {
    max-width: 160px;
}

.page-actualite .images .previous-actualite img,
.page-actualite .images .next-actualite img {
    max-width: 100%;
    max-height: 100%;
}

.page-actualite .images figure {
    margin: 5px;
    padding: 0;
}

.page-actualite .images .previous, .page-actualite .images .next {
    width: 40px;
    height: 40px;
    border: none;
}

.page-actualite .images .previous {
    background: url("../images/icon-arrow-left.png") center center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-actualite .images .previous:hover {
    background: url("../images/icon-arrow-left-hover.png") center center no-repeat;
}

.page-actualite .images .next {
    background: url("../images/icon-arrow-right.png") center center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-actualite .images .next:hover {
    background: url("../images/icon-arrow-right-hover.png") center center no-repeat;
}

.page-actualite .content p {
    margin: 5px 0;
}

.page-actualite .content a {
    text-decoration: underline;
}

@media all and (max-width: 750px) {
    .page-actualite .titre {
        text-align: center;
    }

    .page-actualite .content {
        column-count: 1;
    }
}

.empty-inscription {
    margin: 0 0 100px 0;
    text-align: center;
}

.inscription .title {
    margin: 0 auto 100px auto;
    padding: 0;
    color: #0068b1;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 46px;
}

.inscription .inscription_disabled {
    text-align: center;
}

.inscription .atelier_number {
    float: left;
    margin-right: 5px;
}

.inscription .form-group {
    width: 100%;
}

.inscription .availiable {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inscription .location {
    margin-left: 5px;
}

.inscription .inscription_result {
    width: 100%;
    text-align: center;
    margin: 25px 0;
}

.inscription .form-infos {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inscription .row-location {
    height: 85px;
    width: 100%;
    display: block;
}

.inscription .row-location .location {
    margin: 0;
    text-align: center;
}

select {
    padding: 6px 12px;
    width: 100%;
    border-radius: 0;
    height: 40px;
    text-transform: uppercase;
    background: url("../images/icon-open.png") right 10px center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

select:hover {
    background: url("../images/icon-open-orange.png") right 10px center no-repeat;
}

.page-service .select-service .navigation {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.page-service .select-service .navigation a {
    text-align: center;
    min-width: 100px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.page-service .select-service .navigation a .service-img {
    width: 120px;
    height: 120px;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
}

.page-service .select-service .navigation a.service-action .service-img {
    background: url("../images/icon-service-action.png") center center no-repeat;
}

.page-service .select-service .navigation a.service-action .service-img:hover {
    background: url("../images/icon-service-action-orange.png") center center no-repeat;
}

.page-service .select-service .navigation a.service-surveillance .service-img {
    background: url("../images/icon-service-surveillance.png") center center no-repeat;
}

.page-service .select-service .navigation a.service-surveillance .service-img:hover {
    background: url("../images/icon-service-surveillance-orange.png") center center no-repeat;
}

.page-service .select-service .navigation a.service-conseil .service-img {
    background: url("../images/icon-service-conseil.png") center center no-repeat;
}

.page-service .select-service .navigation a.service-conseil .service-img:hover {
    background: url("../images/icon-service-conseil-orange.png") center center no-repeat;
}

.page-service .select-service .navigation a.service-sanitaire .service-img {
    background: url("../images/icon-service-sanitaire.png") center center no-repeat;
}

.page-service .select-service .navigation a.service-sanitaire .service-img:hover {
    background: url("../images/icon-service-sanitaire-orange.png") center center no-repeat;
}

.page-service .select-service .background {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0;
}

.page-service .select-service .background img {
    width: 100%;
}

@media all and (max-width: 925px) {
    .page-service .select-service .navigation a {
        width: 50%;
        min-width: 0;
    }

    .page-service .select-service .navigation a .service-img {
        margin: 0 auto;
        max-width: 100%;
        width: 60px;
        height: 60px;
        background-size: 100% !important;
    }

    .page-service .select-service .navigation a p {
        font-size: 14px;
        margin-top: 10px;
    }

    .page-service .section-publications .publication-search {
        width: calc(100% - 50px);
    }
}

@media all and (max-width: 400px) {
    .page-service .select-service .navigation a .service-img {
        width: 40px;
        height: 40px;
    }

    .page-service .select-service .navigation a p {
        font-size: 10px;
    }
}

.page-sanitaire .sanitaire-content {
    text-align: center;
    max-width: 620px;
    margin: 82px auto 65px auto;
}

.page-sanitaire .sanitaire-content .titre {
    color: #f07b25;
    font-size: 23px;
    text-transform: uppercase;
}

.page-sanitaire .sanitaire-content .description {
    margin-top: 20px;
    color: #606060;
    font-size: 15px;
    text-align: center;
}

.page-sanitaire .sanitaire-content .subtitle {
    color: #f07b25;
    font-size: 18px;
    margin: 50px 0 20px 0;
}

@media all and (max-width: 750px) {
    .page-sanitaire .btn-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-sanitaire .surveillance-content {
        padding: 0 15px;
    }

    .page-sanitaire .surveillance-content .info {
        width: 50%;
    }

    .page-sanitaire .section-publications {
        padding-top: 0;
    }

    .page-sanitaire .section-publications .publication-search {
        width: calc(100% - 50px);
    }

    .page-sanitaire .logigramme {
        flex-direction: column;
        align-items: center;
    }

    .page-sanitaire .form_contact {
        margin: 50px 0;
    }
}

.page-conseil .conseil-content {
    text-align: center;
    max-width: 620px;
    margin: 82px auto 65px auto;
}

.page-conseil .conseil-content .titre {
    color: #f07b25;
    font-size: 23px;
    text-transform: uppercase;
}

.page-conseil .conseil-content .description {
    margin-top: 20px;
    color: #606060;
    font-size: 15px;
}

@media all and (max-width: 750px) {
    .page-conseil .btn-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-conseil .conseil-content {
        padding: 0 15px;
    }

    .page-conseil .conseil-content .info {
        width: 50%;
    }

    .page-conseil .section-publications {
        padding-top: 0;
    }

    .page-conseil .section-publications .publication-search {
        width: calc(100% - 50px);
    }

    .page-conseil .logigramme {
        flex-direction: column;
        align-items: center;
    }

    .page-conseil .form_contact {
        margin: 50px 0;
    }
}

.page-action .action-content {
    text-align: center;
    margin: 82px auto 65px auto;
}

.page-action .action-content .titre {
    color: #f07b25;
    font-size: 23px;
    text-transform: uppercase;
}

.page-action .action-content .description {
    font-size: 15px;
    color: #606060;
    max-width: 650px;
    margin: 20px auto 0 auto;
}

.page-action .action-content .description:last-child {
    max-width: 800px;
}

.page-action .action-content .description span {
    font-weight: 700;
}

.page-action .action-content .subtitle {
    color: #0068b1;
    font-size: 17px;
    padding: 40px 0 30px 0;
}

.page-action .action-content .infos {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.page-action .action-content .info {
    max-width: 210px;
}

.page-action .action-content .info figure {
    height: 85px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-action .action-content .info .description {
    font-size: 13px;
}

.page-action .equipes {
    position: relative;
}

.page-action .equipes figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-action .equipes img {
    width: 100%;
    height: inherit;
    display: block;
}

.page-action .equipes .links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media all and (max-width: 750px) {
    .page-action .btn-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-action .action-content {
        padding: 0 15px;
    }

    .page-action .action-content .info {
        width: 50%;
    }

    .page-action .section-publications .publication-search {
        width: calc(100% - 50px);
    }

    .page-action .section-publications {
        padding-top: 0;
    }
}

.page-surveillance .form-placeholder input {
    margin: 0;
}

.page-surveillance .surveillance-content {
    text-align: center;
    max-width: 620px;
    margin: 82px auto 65px auto;
}

.page-surveillance .surveillance-content .titre {
    color: #f07b25;
    font-size: 23px;
    text-transform: uppercase;
}

.page-surveillance .surveillance-content .description {
    margin-top: 20px;
    color: #606060;
    font-size: 15px;
}

.page-surveillance .surveillance-content .subtitle {
    color: #0068b1;
}

.page-surveillance .surveillance-content .subtitle:last-child {
    color: #f07b25;
}

.page-surveillance .surveillance-content .subtitle_2 {
    margin: 80px 0 35px 0;
    color: #0068b1;
    font-size: 17px;
}

.page-surveillance .surveillance-content .types {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.page-surveillance .surveillance-content .types .type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px 0;
}

.page-surveillance .surveillance-content .types .type figure {
    padding: 0;
    max-width: 82px;
    width: 100%;
    margin: 15px 30px 15px 0;
}

.page-surveillance .surveillance-content .types .type figure img {
    width: 100%;
}

.page-surveillance .surveillance-content .types .type .titre {
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    font-weight: 700;
    color: #606060;
}

.page-surveillance .surveillance-content .types .type .description {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.page-surveillance .container .subtitle_3 {
    margin: 80px 0 35px 0;
    color: #f07b25;
    font-size: 17px;
    text-align: center;
}

.page-surveillance .container .description {
    max-width: 680px;
    margin: 0 auto;
}

.page-surveillance .logigramme {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 50px auto 60px auto;
}

.page-surveillance .logigramme .sir, .page-surveillance .logigramme .sia, .page-surveillance .logigramme .si {
    width: 330px;
    height: 450px;
}

.page-surveillance .logigramme .sir {
    background: url("../images/logigrame-sir.png") center center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    margin-top: -10px;
}

.page-surveillance .logigramme .sir:hover {
    background: url("../images/logigrame-sir-hover.png") center center no-repeat;
}

.page-surveillance .logigramme .sia {
    background: url("../images/logigrame-sia.png") center center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    margin: 0 -60px;
}

.page-surveillance .logigramme .sia:hover {
    background: url("../images/logigrame-sia-hover.png") center center no-repeat;
}

.page-surveillance .logigramme .si {
    background: url("../images/logigrame-si.png") center center no-repeat;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    margin-top: 10px;
}

.page-surveillance .logigramme .si:hover {
    background: url("../images/logigrame-si-hover.png") center center no-repeat;
}

@media all and (max-width: 925px) {
    .page-surveillance .btn-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-surveillance .surveillance-content {
        padding: 0 15px;
    }

    .page-surveillance .surveillance-content .info {
        width: 50%;
    }

    .page-surveillance .section-publications {
        padding-top: 0;
    }

    .page-surveillance .section-publications .publication-search {
        width: calc(100% - 50px);
    }

    .page-surveillance .logigramme {
        flex-direction: column;
        align-items: center;
    }

    .page-surveillance .form_contact {
        margin: 50px 0;
    }
}

.page-login .block-login {
    max-width: 400px;
    margin: 150px auto;
    padding: 25px;
}

.page-login .block-login .login-title {
    text-align: center;
}

.page-login .block-login .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-login .block-login .controls .btn {
    margin: 15px 0;
    width: calc(50% - 10px);
}

.page-error .container {
    max-width: 500px;
    margin: 100px auto;
}

.page-error .subtitle {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
}

.page-error .title {
    font-weight: 300;
    font-size: 25px;
    margin: 25px 0;
}

.page-error .description {
    text-align: center;
}

.page-error .description a {
    display: block;
    margin: 10px 0;
    color: #f07b25;
}

.calendar .fc-unthemed .fc-content, .calendar .fc-unthemed .fc-divider, .calendar .fc-unthemed .fc-list-heading td, .calendar .fc-unthemed .fc-list-view, .calendar .fc-unthemed .fc-popover, .calendar .fc-unthemed .fc-row, .calendar .fc-unthemed tbody, .calendar .fc-unthemed td, .calendar .fc-unthemed th, .calendar .fc-unthemed thead {
    border: none;
}

.calendar .fc-basic-view .fc-head {
    border-bottom: 2px solid #edeeef;
    line-height: 36px !important;
}

.calendar .fc-basic-view .fc-body .fc-row {
    height: 36px !important;
    min-height: 36px;
    border-bottom: 2px solid #edeeef;
}

.calendar .fc-state-default.fc-corner-left,
.calendar .fc-state-default.fc-corner-right {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.calendar .fc-state-default.fc-corner-left .fc-icon:before, .calendar .fc-state-default.fc-corner-left .fc-icon:after,
.calendar .fc-state-default.fc-corner-right .fc-icon:before,
.calendar .fc-state-default.fc-corner-right .fc-icon:after {
    display: none;
}

.calendar .fc-state-default.fc-corner-left {
    background: url("../images/icon-arrow-left.png") center center no-repeat;
}

.calendar .fc-state-default.fc-corner-left:hover {
    background: url("../images/icon-arrow-left-hover.png") center center no-repeat;
}

.calendar .fc-state-default.fc-corner-right {
    background: url("../images/icon-arrow-right.png") center center no-repeat;
}

.calendar .fc-state-default.fc-corner-right:hover {
    background: url("../images/icon-arrow-right-hover.png") center center no-repeat;
}

.calendar .fc-other-month {
    color: #e2e2e2;
    font-weight: normal;
    opacity: 1;
}

.calendar .fc-day-top {
    text-align: center;
    width: 100%;
    max-width: 36px;
    height: 100%;
    max-height: 36px;
    padding: 0;
    margin: 0;
}

.calendar .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    padding: 0;
    line-height: 36px;
    margin: 0 auto;
    float: none;
    display: block;
    width: 36px;
    height: 36px;
}

.calendar .calendar-loading .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.calendar .calendar-loading .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #f07b25;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.calendar .calendar-loading .lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

.calendar {
    padding: 65px 0 60px 0;
    background: url("../images/bg-calendrier.png") center right no-repeat;
}

.calendar #calendar-view {
    width: 100%;
    max-width: 355px;
    height: 100%;
    max-height: 400px;
    margin: 0 auto;
}

.calendar #calendar-view .fc-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0068b1;
}

.calendar #calendar-view .fc-toolbar h2 {
    text-transform: capitalize;
    font-size: 23px;
}

.calendar #calendar-view .fc-head .fc-day-header {
    visibility: hidden;
    text-align: center;
    padding-left: 23px;
}

.calendar #calendar-view .fc-head .fc-day-header:first-letter {
    visibility: visible;
}

.calendar #calendar-view .fc-row:last-child td {
    border: none;
}

.calendar #calendar-view .fc-row thead {
    border: none;
}

.calendar #calendar-view .fc-row thead th {
    border: none;
    color: #0068b1;
}

.calendar #calendar-view .fc-scroller {
    overflow: visible !important;
}

.calendar .btn {
    display: block;
    width: 355px;
    margin: 34px auto 0 auto;
}

.calendar .columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.calendar .columns .column {
    width: 50%;
}

.calendar .columns .calendar-title {
    text-align: center;
    color: #0068b1;
    font-size: 23px;
    margin: 0 0 25px 0;
    padding: 0;
}

.calendar .columns .event {
    margin: 20px auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.calendar .columns .date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.calendar .columns .date-day {
    padding: 0;
    margin: 0;
    font-size: 34px;
    color: #f07b25;
    font-weight: 700;
}

.calendar .columns .date-month {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #f07b25;
}

.calendar .columns .content {
    padding-left: 20px;
}

.calendar .columns .content .description {
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #606060;
}

.calendar .columns .empty-rdv {
    max-width: 380px;
    text-align: center;
    margin: 0 auto;
}

.calendar .columns .is_event {
    background: #f07b25 !important;
    color: white;
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -ms-transition: linear .3s;
    -o-transition: linear .3s;
    transition: linear .3s;
    border-color: #f07b25;
}

.calendar .columns .is_event:hover {
    background: rgba(240, 123, 37, 0.9);
    border: none;
}

.calendar .columns .is_event a {
    color: white;
}

.calendar .columns .is_event a:hover {
    color: white;
}

.calendar .columns .fc-today {
    background: none;
    position: relative;
}

.calendar .columns .fc-today:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: calc(50% - 10px);
    width: 20px;
    height: 2px;
    background: #f07b25;
}

.calendar .columns .fc-today.is_event:after {
    background: white;
}

@media all and (max-width: 925px) {
    .calendar .btn {
        width: 100%;
        max-width: 500px;
        margin: 95px auto 0 auto;
        padding: 5px 0;
        font-size: 14px;
    }

    .calendar #calendar-view {
        max-height: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .calendar #calendar-view .fc-toolbar h2 {
        font-size: 20px;
    }

    .calendar .columns {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .calendar .columns .column {
        width: 100%;
    }

    .calendar .columns .calendar-title {
        font-size: 20px;
    }

    .calendar .calendar-recapitulatif {
        margin-top: 25px;
    }

    .calendar .calendar-recapitulatif .calendar-title {
        text-align: center;
    }

    .calendar .calendar-recapitulatif .event {
        max-width: 100%;
    }

    .calendar .calendar-recapitulatif .event .content {
        text-align: justify;
    }
}

@media all and (max-width: 750px) {
    .calendar .columns {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }

    .calendar .calendar-recapitulatif {
        margin-top: 25px;
    }

    .calendar .calendar-recapitulatif .event {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .calendar .calendar-recapitulatif .event .content {
        margin: 10px 0 0 0;
        padding: 0;
    }
}

.slider {
    margin: 0;
    padding: 0;
    background: black;
}

.slider li {
    position: relative;
    width: 100%;
}

.slider .link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.slider-content {
    position: absolute;
    bottom: 50px;
}

.slider-content__title {
    display: none;
}

.slider-content__description {
    color: #606060;
    text-align: center;
    max-width: 770px;
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.slider-content__description .highlight {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8);
    padding: 0;
    height: 25px;
    box-sizing: border-box;
}

.slider-content__titre {
    color: #f07b25;
    font-weight: 700;
    text-align: center;
    max-width: 770px;
    line-height: 23px;
    margin: 0;
    padding: 0;
}

.slider-content__titre .highlight {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 10px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8);
    padding: 0;
    height: 23px;
    box-sizing: border-box;
}

.slider-background {
    width: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    height: inherit;
    display: block;
}

.slider-background img {
    width: 100%;
    height: inherit;
    opacity: .85;
    display: block;
}

.slider.full-width {
    width: 100%;
}

.lSSlideOuter {
    position: relative;
}

.lSSlideOuter .lSPager.lSpg {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: 14px;
}

.lSSlideOuter .lSPager.lSpg li a {
    background-color: white;
}

.lSSlideOuter .lSPager.lSpg li.active a {
    background-color: #f07b25;
}

.page-footer {
    background: #f2f2f2;
    width: 100%;
    padding: 30px 0 60px 0;
}

.page-footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.page-footer .column {
    width: 25%;
}

.page-footer .box-title {
    padding: 20px 0 10px 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}

.page-footer .box-title:first-child {
    margin: 0;
}

.page-footer .box-title p, .page-footer .box-title a {
    color: #f07b25;
}

.page-footer .box-list {
    margin: 0;
    padding: 0;
    position: relative;
}

.page-footer .box-list li {
    line-height: 18px;
    list-style: none;
    color: #606060;
    text-align: center;
    font-size: 14px;
}

.page-footer .row {
    width: 100%;
    max-width: 200px;
    margin: 5px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-footer .row input[type=text] {
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
    width: calc(100% - 20px);
    background: none;
    border: none;
    border-bottom: 1px solid #606060;
}

.page-footer .row input[type=submit] {
    border: none;
    padding: 0;
    background: #606060;
    color: white;
    border-radius: 5px;
    font-size: 9px;
    width: 18px;
    height: 14px;
}

.page-footer .row input[type=submit]:hover {
    background: #f07b25;
}

.page-footer .box-newletter {
    margin-top: 10px;
}

.page-footer .newsletter_result {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    text-align: center;
}

.page-footer .newsletter_result .error {
    color: red;
}

.page-footer .newsletter_result .success {
    color: green;
}

@media all and (max-width: 925px) {
    .page-footer .column {
        width: 50%;
    }
}

@media all and (max-width: 300px) {
    .page-footer .column {
        width: 100%;
    }
}

.page-portail-salarie .section-introduction .controls{
    display: flex;
    align-items: center;
    justify-content: center;

    margin:50px auto 200px auto;

}
.page-portail-salarie .section-introduction  .description {
    margin-top:50px;
}
.page-portail-salarie .section-introduction  .description .informations {
    display: block;
    color: #f07b25;
    margin-top:25px;
}
