/* 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: #696969;
    padding: 0;
}

input {
    font-family: Avenir, sans-serif;
    font-size: 16pt;
    border: none;
    border-bottom: solid 1px;
    width: calc(100% - 10px);
    padding: 5px;
    margin: 17px 0;
}
::placeholder {
    opacity: 1;
}
input[type=submit] {
    position: relative;
    color: white;
    font-size: 18pt;
    padding: 10px 60px;
    margin: 0; 
    border-radius: 30px;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    overflow: hidden;
    border: 0;
    width: 245px;
    cursor: pointer;
    line-height: 33px;
}
button {
    font-family: Avenir, sans-serif;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    display: inline;
}
iframe {
    width: 100%;
}

textarea {
    font-family: Avenir, sans-serif;
    font-size: 16pt;
    padding: 12px 10px;
    margin: 17px 0;
    resize: none;
    width: calc(100% - 22px);
    height: 260px;
    border-width: 1px;
}

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

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

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

.rel {
    position: relative;
}
#divpg {
    min-height: 768px;
    height: 100vh;
    overflow: scroll;
    scrollbar-width: none;
}


/* MENU */
#menu {
    width: 260px;
    min-height: 768px;
    padding: 35px 45px;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    background-color: #EFEFEF;
}
#imglogo {
    max-width: 220px;
    max-height: 150px;
    padding: 0 20px;
    padding-top: 70px;
}
.amenu,
.amenu:link, .amenu:active,
.amenu:hover, .amenu:visited  {
    display: block;
    color: white;
    /*margin: 30px 20px 30px 55px;*/
    margin: 6vh 20px 6vh 55px;
    text-transform: uppercase;
    font-size: 11pt;
}
.ares {
    display: inline-block;
    margin: 0 9px 37px;
    max-width: 33px;
}
.aautre,
.aautre:link, .aautre:active,
.aautre:hover, .aautre:visited  {
    color: white;
    line-height: 20px;
    font-size: 8pt; 
}
.txtmenu {
    color: white;
    line-height: 20px;
    font-size: 8pt; 
}


/* HEADER */
.imghd {
    min-width: 950px;
    width: calc(100vw - 350px);
    height: 768px;
    float: left;
    object-fit: cover;
    position: absolute;
}
.imghd_ie {
    position: absolute;
    min-width: 950px;
    width: calc(100vw - 350px);
    height: 768px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}
.tblhd {
    background-color: rgba(59,59,59,0.4);
    width: 100%;
    height: 768px;
    position: relative;
    z-index: 1;
}
.tdhd {
    padding: 0 130px;
    text-align: center;
}
.tdhd2 {
    padding: 0 130px 50px;
    text-align: center;
}
.txthd {
    color: white;
    text-align: left;
    text-transform: uppercase;
    font-size: 27pt;
    display: inline-block;
}


/* PAGE ACCUEIL */
.tblacc1 {
    height: 100vh;
}
.abt,
.abt:link, .abt:active,
.abt:hover, .abt:visited  {
    position: relative;
    color: white;
    font-size: 18pt;
    padding: 10px 60px;
    border-radius: 30px;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    overflow: hidden;
}
.txtabt {
    pointer-events: none;
    position: relative;
    z-index: 3;
}
.abthv, .abthv2 {
    pointer-events: none;
    position: absolute;
    left: -100px;
    width: 100px;
    height: 100%;
    z-index: 3;
    border-radius: 30px;
    transform: translateY(-10px);
    overflow: hidden;
    transition: all ease-out 0.3s;
}
.abthv2 {
    background-color: #000000;
    opacity: 0.5;
}
#btdec {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%); 
}
.txtacc {
    padding: 75px 90px;
}
.tblacc2 {
    background-color: #F5F5F5;
}
#imgwv {
    position: absolute;
    right: 0;
    width: 450px;
    transform: translateY(-100%);
    pointer-events: none;
}
.tdacc {
    padding: 30px 80px;
}
.titracc2 {
    font-size: 18pt;
    white-space: nowrap;
    padding-right: 120px;
}
.imgact {
    width: 100%;
    height: 380px;
    border-radius: 5px;
    object-fit: cover;
    float: left;
    margin-top: 20px;
}
.imgact_ie {
    margin-top: 20px;
    width: 100%;
    height: 380px;
    border-radius: 5px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}
.txtact {
    text-align: center;
    color: #434343;
    font-weight: bold;
    padding-top: 12px;
    font-size: 14pt;
    margin-bottom: 20px;
}
.imgbig {
    width: 100%;
    border-radius: 5px;
    height: 386px;
    object-fit: cover;
    float: left;
}
.imgbig_ie {
    width: 100%;
    border-radius: 5px;
    height: 386px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}
.tdacc2 {
    padding: 0px 80px 30px;
}


/* PAGE SOCIETE */
.tblfic {
    position: absolute;
    top: 0;
    width: 100%;
}
.divfic {
    padding: 40px;
    margin: -130px 60px 0 80px;
    background-color: white;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    z-index: 2;
    position: relative;
}
.imgfic {
    margin: 30px 60px 50px;
    width: calc(100% - 120px);
    border-radius: 5px;
    height: 386px;
    object-fit: cover;
    float: left;
}
.imgfic_ie {
    margin: 30px 60px 50px;
    width: calc(100% - 120px);
    border-radius: 5px;
    height: 386px;
    border-radius: 5px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}


/* PAGE ACTUALITÉS */
.imgactu {
    width: 100%;
    height: 225px;
    border-radius: 5px;
    object-fit: cover;
    float: left;
}
.imgactu_ie {
    height: 225px;
    width: 100%;
    border-radius: 5px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}
.ttreactu {
    margin: 7px 0 12px -7px;
    font-weight: bold;
    font-size: 13pt;
    color: #434343;
}
.tblactu {
    /*display: block;*/
    border-bottom: solid 1px;
}
.tblactu:last-of-type {
    border: 0;
}

/* PAGE CONTACT */
.txtsm {
    font-size: 11pt;
}
.imgsvg {
    float: left;
    padding-right: 30px;
}
.tdcrd {
    padding: 45px;
}
.tblcrd {
    width: 90%;
    max-width: 800px;
}
.txtctt {
    font-size: 15pt;
}
#captcha {
    vertical-align: sub;
    margin: 20px 0 0;
}
#inpcpt {
    border-radius: 2px;
    border: solid 0.5px;
    padding: 12px 10px;
    margin-bottom: 27px;
    width: calc(100% - 22px);
}
.divsub {
    position: relative;
    overflow: hidden;
    width: 245px;
    height: 53px;
    margin: 17px 0;
    border-radius: 30px;
}
.abthv3 {
    pointer-events: none;
    position: absolute;
    left: -100px;
    width: 100px;
    height: 100%;
    z-index: 3;
    border-radius: 30px;
    transform: translateY(-53px);
    overflow: hidden;
    transition: all ease-out 0.3s;
    background-color: #000000;
    opacity: 0.5;
}
.txtabt2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: white;
    font-size: 18pt;
    line-height: 53px;
    pointer-events: none;
    z-index: 4;
}
.txtxs {
    font-size: 10pt;
    font-style: italic;
    line-height: 16px;
    color: #434343;
}


/* PAGE ACTUALITE */
.ttreactu2 {
    font-weight: bold;
    font-size: 14pt;
    color: #434343;
}
.divfic2 {
    padding: 40px;
    margin: 85px 60px 0 80px;
    background-color: white;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
    z-index: 2;
    position: relative;
}
.imgactiv {
    width: 100%;
    border-radius: 5px;
    height: 760px;
    object-fit: cover;
    float: left;
}
.imgactiv_ie {
    height: 760px;
    width: 100%;
    border-radius: 5px;
    background: no-repeat center;
    background-size: cover;
    float: left;
}


/* CSS des galeries */
#gal_img {
    height: 760px;
    display: none;
}
.imggal {
    width: 100%;
    border-radius: 5px;
    height: 760px;
    object-fit: cover;
    float: left;
    position: absolute;
}
.imggal_ie {
    height: 760px;
    width: 100%;
    border-radius: 5px;
    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;
}