/* CSS général */
html, body {
    width: 100%;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    background: white;
    min-width: 1300px;
    min-height: 768px;
    height: 100vh;
    -ms-overflow-style: none;
    overflow: auto;
}
table {
    border-spacing : 0;
    border-collapse : collapse;
}
td, tr, p {
    font-family: Avenir, sans-serif;
    font-size: 12pt;
    color: #707070;
    padding: 0;
}

input {
    color: white;
    background-color: #707070;
    font-family: Avenir, sans-serif;
    font-size: 12pt;
    border: none;
    width: calc(100% - 54px);
    padding: 23px 27px 22px;
    margin: 6px 0;
}
::placeholder {
    color: white;
    opacity: 1;
    font-style: italic;
    font-weight: lighter;
}
:-ms-input-placeholder {
    color: white;
    opacity: 1;
    font-style: italic;
    font-weight: lighter;
}
::-ms-input-placeholder {
    color: white;
    opacity: 1;
    font-style: italic;
    font-weight: lighter;
}
::placeholder {
    color: white;
    opacity: 1;
    font-style: italic;
    font-weight: lighter;
}
input[type=submit] {
    position: relative;
    background-color: white;
    font-size: 12pt;
    font-weight: bold;
    padding: 13px 50px;
    margin-top: 34px; 
    border-radius: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    width: auto;
    cursor: pointer;
    line-height: 22px;
    text-transform: uppercase;
}
button {
    font-family: Avenir, sans-serif;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: inline;
}
iframe {
    width: 100%;
}

textarea {
    color: white;
    background-color: #707070;
    font-family: Avenir, sans-serif;
    font-size: 12pt;
    padding: 23px 27px 22px;
    margin: 6px 0 0;
    resize: none;
    width: calc(100% - 54px);
    height: 180px;
    border: 0;
}

hr {
    height: 1px;
    border: none;
}

::-webkit-scrollbar{display: none !important}

a,
a:link, 
a:active,
a:hover, 
a:visited  {
    color: #707070;
    text-decoration: none;
    font-size: 12pt;
    cursor: pointer;
}

.rel {
    position: relative;
}
.fl {
    float: left;
}
.ibl {
    display: inline-block;
}
.tdbl{
    width: 100vw;
    min-width: 1300px;
}

.bl {
    display: block;
}


/* Header */
.hd {
    width: 100%;
    height: 458px;
    position: relative;
}
.imghd {
    width: 100%;
    height: 458px;
    float: left;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.imghd_ie {
    width: 100%;
    height: 458px;
    float: left;
    background: no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.menuhd {
    padding: 0 6%;
    position: relative;
}
.amenu, .amenu:link, .amenu:active, 
.amenu:hover, .amenu:visited {
    color: white;
    line-height: 32px;
    font-size: 13pt;
    font-family: 'Didot', Avenir, sans-serif;
    margin: 77px 40px 57px 0;
    display: inline-block;
    position: relative;
}
.amenu3, .amenu3:link, .amenu3:active, 
.amenu3:hover, .amenu3:visited {
    color: white;
    line-height: 32px;
    font-size: 13pt;
    font-family: 'Didot', Avenir, sans-serif;
    margin: 77px 0 57px 40px;
    display: inline-block;
    position: relative;
}
.line {
    height: 1px;
    width: 100%;
    background-color: white;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.lineT4 {
    height: 1px;
    width: 0;
    background-color: white;
    display: inline-block;
    transition: width ease-out 0.3s;
    position: absolute;
    left: 0;
    bottom: -7px;
}
.amenu2, .amenu2:link, .amenu2:active, 
.amenu2:hover, .amenu2:visited {
    color: white;
    line-height: 58px;
    font-size: 29pt;
    font-family: 'Didot', Avenir, sans-serif;
    margin: 20px 0;
    display: inline-block;
}
#imglogo {
    max-width: 460px;
    max-height: 130px;
    float: left;
}
.ares {
    position: absolute;
    right: 0;
    top: 33px;
}


/* Contenu de la page */
.container {
    position: relative;
    margin-top: -280px;
}
.imglg {
    width: 100%;
    height: 450px;
    object-fit: cover;
    float: left;
}
.imglg_ie {
    width: 100%;
    height: 450px;
    float: left;
    background: no-repeat center;
    background-size: cover;
}
.ttre {
    text-transform: uppercase;
    font-family: 'Didot', Avenir, sans-serif;
    font-weight: bold;
    padding: 33px 7.5% 22px;
    line-height: 40px;
    font-size: 22pt;
}
.ttre2 {
    text-transform: uppercase;
    font-family: 'Didot', Avenir, sans-serif;
    font-weight: bold;
    color: white;
    padding: 27px 68px 22px;
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 15pt;
}
.txt {
    color: white;
    padding: 0 45px 30px;
}
td .btplus {    /* le "td" sert a rendre la classe prioritaire */
    text-align: center;
    background-color: white;
    width: 240px;
    padding: 13px 0;
    border-radius: 40px;
    margin: 0 auto 24px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px white;
    transition: all ease-in 0.2s;
}
.divsm {
    position: relative;
    bottom: -56px;
    margin-top: -56px;
    overflow: hidden;
}
.imgsm {
    width: 100%;
    height: 100%;
    object-fit: cover;
    float: left;
    transition: transform 0.3s ease-out;
    vertical-align: middle;
}
.imgsm_ie {
    width: 100%;
    height: 100%;
    float: left;
    background: no-repeat center;
    background-size: cover;
    transition: transform 0.3s ease-out;
    vertical-align: middle;
}
.tblcoin {
    -webkit-clip-path: url("#coin");
    clip-path: url("#coin");
    position: relative;
    z-index: 2;
}
.tdtxt {
    padding: 20px 7.5% 0;
}
.tdtxt2 {
    padding: 20px 0 0;
}


/* Page ACTUALITES */
.imgactug {
    min-width: 343px;
    width: calc(88vw * 0.3);
    height: 380px;
    margin: 0 0 45px 60px;
    object-fit: cover;
    float: left;
}
.imgactug_ie {
    min-width: 343px;
    width: calc(88vw * 0.3);
    height: 380px;
    margin: 0 0 45px 60px;
    object-fit: cover;
    float: left;
    background: no-repeat center;
    background-size: cover;
}
.imgactud {
    min-width: 343px;
    width: calc(88vw * 0.3);
    height: 380px;
    margin: 0 60px 45px 0;
    object-fit: cover;
    float: left;
}
.imgactud_ie {
    min-width: 343px;
    width: calc(88vw * 0.3);
    height: 380px;
    margin: 0 60px 45px 0;
    object-fit: cover;
    float: left;
    background: no-repeat center;
    background-size: cover;
}
.imgactu2 {
    width: 50%;
    height: 630px;
    margin: 0 60px 30px 0;
    object-fit: cover;
    float: left;
}
.imgactu2_ie {
    width: 50%;
    height: 630px;
    margin: 0 60px 30px 0;
    object-fit: cover;
    float: left;
    background: no-repeat center;
    background-size: cover;
}
.sttre3 {
    color: white;
    font-family: 'Didot', Avenir, sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 15pt;
    font-weight: bold;
    padding: 37px 5% 1em;
}
.txtactu {
    padding: 0 60px;
    color: white;
}
.txtactu2 {
    padding: 0 0 0 5%;
    color: white;
}
td .btplus2, td .btplus2:link, td .btplus2:active,
td .btplus2:hover, td .btplus2:visited {    /* le "td" sert a rendre la classe prioritaire */
    text-align: center;
    background-color: white;
    width: 240px;
    padding: 13px 0;
    border-radius: 40px;
    margin: 20px 0 30px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid 1px white;
    display: inline-block;
}
.ttre3 {
    text-transform: uppercase;
    font-family: 'Didot', Avenir, sans-serif;
    font-weight: bold;
    padding-top: 360px;
    padding-bottom: 10px;
    line-height: 40px;
    font-size: 22pt;
    display: block;
}


/* Page CONTACT */
.tblcd {
    padding: 56px 13% 43px;
}
.sttre {
    padding: 37px 0 45px;
    display: block;
    color: white;
    font-family: 'Didot', Avenir, sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 15pt;
}
.tblcd2 {
    margin: 30px 0;
    display: inline-table;
    width: 100%;
}
.tdcd {
    color: white;
}

.tblcd3 {
    padding: 35px 13% 58px;
}
.sttre2 {
    color: white;
    font-family: 'Didot', Avenir, sans-serif;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 15pt;
    font-weight: bold;
    padding-bottom: 0.5em;
}
.txtfrm1 {
    color: white;
    display: block;
    margin: 0 -13%;
}
.txtxs {
    color: white;
    font-weight: lighter;
    font-size: 11pt;
}
#captcha {
    vertical-align: bottom;
    margin: 40px 0 0;
    cursor: pointer;
}
.txtfrm2 {
    color: white;
}


/* Footer */
.ft {
    color: white;
    font-size: 14pt;
    font-family: 'Didot', Avenir, sans-serif;
}
.aft, .aft:link, .aft:active, 
.aft:hover, .aft:visited {
    color: white;
    line-height: 25px;
    font-size: 14pt;
    font-family: 'Didot', Avenir, sans-serif;
    text-transform: uppercase;
    margin: 22px 0 5px;
}
.ift {
    line-height: initial;
    display: block;
    font-size: 8pt;
    margin-bottom: 16px;
    font-family: Avenir, sans-serif;
}



/* CSS des galeries */
#gal_img {
    height: 760px;
    display: none;
}
.imggal {
    width: 100%;
    height: 760px;
    object-fit: cover;
    float: left;
    position: absolute;
}
.imggal_ie {
    height: 760px;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    float: left;
    position: absolute;
}

#gal_arrow {
    display: none;
}
#flcg {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
#flcd {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
}

#gal_dot {
    position: absolute;
    bottom: 3px;
    right: 15px; 
    display: none;
}
.dot {
    margin-left: 20px;
    cursor: pointer;
    opacity: 0.35;
    transition: opacity 0.2s linear;
}


/* MATRICE */

.div_mat {
    padding: 0 30px;
    width: 1140px;
}
.div_mat td, .div_mat p {
    color: white;
    word-break: break-word;
}

.div_mat a:not(.color3), .div_mat a:link:not(.color3), .div_mat a:active:not(.color3),
.div_mat a:hover:not(.color3), .div_mat a:visited:not(.color3) {
    color: white;
    text-decoration: underline;
}
.tbl_mat {
    border-spacing: 30px 0;
    border-collapse: separate;
    table-layout: fixed;
    margin: 0 -30px;
    width: calc(100% + 60px);
}
.img_mat {
    width: 100%;
}

.tbl_l {
    float: left;
    margin-right: 19.5px;
    width: calc(50% - 20px);
}
.tbl_r {
    float: right;
    margin-left: 19.5px;
    width: calc(50% - 20px);
}
.tbl_l2 {
    float: left;
    margin-right: 14.5px;
    width: calc(50% - 15px);
}
.tbl_r2 {
    float: right;
    margin-left: 14.5px;
    width: calc(50% - 15px);
}
.img_l {
    float: left;
    margin: 0 0 20px 0;
    max-height: 500px;
    width: auto;
    max-width: 100%;
}
.img_r {
    float: right;
    margin: 0 0 20px 0;
    max-height: 500px;
    width: auto;
    max-width: 100%;
}
.img_m {
    width: auto;
    max-width: 100%;
    float: none;
    max-height: 500px;
}
.img_m_ie {
    width: auto;
    max-width: 100%;
    float: none;
    max-height: 500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; 
}
.lgd_m {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.lgd_l, .lgd_r, .lgd_s {
    width: 50%;/*calc(50% - 40px);*/
    text-align: center;
    /*padding: 0 20px;*/
    padding-bottom: 20px;
}

.a_mat, .a_mat:link, .a_mat:active,
.a_mat:hover, .a_mat:visited {
    position: relative;
    background-color: white;
    font-size: 12pt;
    font-weight: bold;
    padding: 13px 50px;
    border-radius: 30px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    width: auto;
    cursor: pointer;
    line-height: 22px;
    text-transform: uppercase;
}

.video_mat {
    width: 100%;
}

.gal_img {
    height: 500px;
    display: none;
    position: relative;
}
.imggal {
    width: 100%;
    height: 500px;
    max-height: 100%;
    object-fit: cover;
    float: left;
    position: absolute;
}
.imggal_ie {
    height: 500px;
    max-height: 500px;
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    float: left;
    position: absolute;
}
.gal_arrow {
    display: none;
}
.flcg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease-out;
}
.flcd {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease-out;
}
.flcg:hover, .flcd:hover {
    opacity: 1;
}

.gal_dot {
    position: absolute;
    bottom: 3px;
    right: 15px; 
    display: none;
}
.dot {
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.35;
    transition: opacity 0.2s linear;
    border: solid 1px black;
    border-radius: 50px;
}