/* cmsms stylesheet: yw_style_FormBuilder modified: 09/09/18 23:08:54 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* cmsms stylesheet: yw_style_main modified: 04/06/20 16:51:30 */
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; 
}

body {
    line-height: 1.8;
    cursor: default;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    background: #fff;
    color: #8b909a; 
}

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; 
}

table {
    border-collapse: collapse;
    border-spacing: 0; 
}

html {
    box-sizing: border-box; 
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

a:link {
    text-decoration: none; 
}

a {
    transition: .2s; 
}

a:hover {
    opacity: .85;
    transition: .2s; 
}

input::-webkit-input-placeholder {
    color: #657174; 
}

input:-moz-placeholder {
    color: #657174; 
}

input::-moz-placeholder {
    color: #657174; 
}

input:-ms-input-placeholder {
    color: #657174; 
}


h1 {
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 500;
    font-stretch: condensed;
    color: #264C7F; 
    margin-bottom: 30px !important; 
    text-align: center;
}

h1 strong {
    font-size: 22px;
    display: block;
    font-weight: 100;
}

h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #264C7F;
}

strong {
    font-weight: 700;
    color: #8b909a; 
}

span {
    color: #264C7F;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
}

input:-moz-placeholder, textarea:-moz-placeholder  {
  color: #888;
}


/* Main */

#main_content {
    overflow: hidden;
    opacity: 0;
}

.wrapper {
    max-width: 1220px;
    margin: auto;
}

.row::after {
    display: block;
    content: "";
    clear: both; 
}

#content {
    background: #f8f8f8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.global .col {
    background: #fff;
}

.arrow_right {
    display: inline-block;
    float: left;
    background: #f5f5f5;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ddd;
}

.arrow_right i {
    line-height: 25px;
    display: block;
}

.arrow_right i:before {
    content: "\f105";
    padding-left: 3px;
}

hr {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 12px 0;
}

a.bt {
    background: #264C7F;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 35px;
    height: 35px;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 13px;
}

.bt_top {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .2s;
}

.bt_top i {
    background: #264C7F;
    width: 34px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    height: 34px;
    border-radius: 50px;
    border: 3px solid #fff;
    cursor: pointer;
    transition: .2s;
}

.bt_top:hover {
    opacity: 1;
    transition: .2s;
}

.bt_top i:hover {
    color: #292c30;
    transition: .2s;
}


/* Header */

.pre_header {
    background: #1d1e20;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 2vw;
    padding-right: 2vw;
}

.pre_header .col {
    width: 50%;
    float: left;
    color: #fff;
}

.pre_header .col.c-r {
    text-align: right;
}

.pre_header .col a {
    color: #fff;
}

.pre_header .adress {
    float: left;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    line-height: 30px;
}

.pre_header .phone {
    float: right;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    line-height: 30px;
}

.pre_header .mail {
    float: right;
    font-size: 12px;
    font-weight: 100;
    color: #fff;
    margin-right: 20px;
    line-height: 30px;
}

.pre_header .mail a {
    color: #fff;
    transition: .2s;
}

.pre_header .mail a:hover {
    color: #264C7F;
    transition: .2s;
}

.pre_header i {
    margin-right: 8px;
}

#header_content {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255,255,255, .95);
    border-bottom: 1px solid #eee;
    font-size: 14px;
    z-index: 50;
}

#header_content .wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.logo_content {
    float: left;
    max-width: 220px;
    margin-top: 6px;
}

.logo_content img {
    width: 100%;
    display: block;
}

.lang_content {
    float: right;
}

.lang_content ul li {
    float: left;
}

.lang_content ul li a {
    display: block;
    padding: 0 15px;
    line-height: 80px;
    border-right: 1px solid #eee;
    color: #8b909a; 
    font-weight: 400;

}

.lang_content ul li a.menuactive {
    color: #264C7F;
    font-weight: 600;
}

.lang_content ul li a:hover {
    color: #264C7F;
}

.nav_desktop {
    float: right;
}

.nav_desktop nav ul {
    margin-top: 0;
}

.nav_desktop nav ul li {
    float: left;
}

.nav_desktop nav ul li a {
    display: block;
    line-height: 80px;
    padding: 0 20px;
    border-right: 1px solid #eee;
    color: #8b909a; 
    font-weight: 400;
}

.nav_desktop nav ul li a.menuactive {
    color: #264C7F;
    font-weight: 400;
}

.nav_desktop nav ul li a:hover {
    color: #264C7F;
}

.bt_open_nav {
    display: none;
    padding: 0 20px;
    line-height: 80px;
    color: #8b909a; 
    cursor: pointer;
    float: right;
    font-size: 26px;
    border-right: 1px solid #eee;
}

.bt_open_nav i, .bt_close_nav i {
    line-height: 80px;
}

.bt_close_nav {
    line-height: 80px;
    color: #8b909a; 
    cursor: pointer;
    font-size: 26px;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
}

.nav_mobile {
    display: none;
    position: fixed;
    background: #fff;
    width: 220px;
    height: 100%;
    top: 0;
    right: -220px;
    border-left: 1px solid #eee;
    overflow: hidden;
}

.nav_mobile ul li a {
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    display: block;
    color: #8b909a;
    font-size: 12px;
}


/* Banner */

.banner_content {
    height: 550px;
    position: relative;
    background: #f8f8f8;
    padding-top: 30px;
}

.banner_img {
    background: url(/uploads/images/layout/banner.jpg) no-repeat;
    background-size: cover;
    height: 550px;
    position: absolute;
    background-position: center;
    /*min-width: 1200px;*/
    width: 100%;
    left: -100%;
}

.banner_content .wrapper {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}

.caption_content {
    position: absolute;
    top: 55%;
    right: -200%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 20px;
    text-align: center;
    z-index: 5;
    background: rgba(255,255,255, .7);
    padding: 20px;
    border: 1px solid #eee;
}


a.bt_more {
    display: inline-block;
    padding: 10px 25px;
    background: #8b909a;
    color: #fff;
    margin-right: 15px;
}

a.bt_contact {
    display: inline-block;
    padding: 10px 25px;
    background: #264C7F;
    color: #fff;
}


/* Facility Management */

article.facility_content {
    background: #fff;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 2em 0;
}

article.facility_content .img_prev, article.facility_content .img_next{
    text-align: center;
}

article.facility_content .img_prev img, article.facility_content .img_next img{
    max-width: 100%;
}

article.facility_content .wrapper {
    opacity: 0;
    margin: 2em;
}

article.facility_content .img_prev, article.facility_content .img_next, article.facility_content .wrapper {
    vertical-align: middle;
}

article.facility_content .col {
    max-width: 380px;
}

ul {
    margin-top: 0.5em;
}

#content li {
    list-style-type: circle;
    list-style-position: inside;
}




/* Strong point */

article.col.strong_point {
    float: left;
    width: 48%;
    margin-bottom: 50px;
    padding: 30px 56px;
    box-sizing: border-box;
    text-align: justify;
    border: 1px solid #eee;
    opacity: 0;
    left: -70px;
    position: relative;
}

article.col.strong_point .txt_content p {
    padding-left: 38px;
}


/* Formule */

article.col.formule {
    float: right;
    width: 48%;
    margin-bottom: 50px;
    padding: 30px 56px;
    box-sizing: border-box;
    text-align: justify;
    border: 1px solid #eee;
    opacity: 0;
    right: -70px;
    position: relative;
}

article.col.formule ul {
    padding-left: 20px;
    line-height: 1.6;
}

article.col.formule ul li {
    list-style-type:circle;
}


/* Accessory */

article.col.accessory {
    float: left;
    width: 48%;
    padding: 30px 56px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #eee;
    opacity: 0;
    left: -70px;
    position: relative;
}

.bloc_img {
    margin-left: -4%;
}

.bloc_img::after {
    content: "";
    display: block;
    clear: both;
}

.bloc_img a {
    width: 46%;
    float: left;
    margin-left: 4%;
    text-align: center;
    margin-top: 20px;
}

.bloc_img a img {
    width: 88%;
    border: 1px solid #eee;
    display: block;
    margin: auto;
}

.bloc_img a span {
    margin-top: 3px;
    display: block;
}

.bloc_img a:hover span {
    color: #8b909a;
}


/* Actu */

article.col.actu {
    float: right;
    width: 48%;
    padding: 30px 56px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #eee;
    opacity: 0;
    right: -70px;
    position: relative;
}

article.col.actu img {
    margin: 30px 0;
    width: 100%;
    max-width: 380px;
}


/* Newsletter */

article.newsletter_content {
    text-align: center;
}

.newsletter.row {
    max-width: 550px;
    margin: auto;
    margin-top: 15px;
}

.newsletter input {
    width: calc(100% - 120px);
    background: #f8f8f8;
    border: 1px solid #dadada;
    border-right: 0;
    line-height: 35px;
    height: 35px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 13px;
    padding: 0 10px;
    transition: .6s;
    color: #0FC0EA;
    box-sizing: border-box;
    transition: .6s;
    float: left;
}

.newsletter input[type="submit"] {
    width: 120px;
    height: 35px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #264C7F;
    border: 1px solid #264C7F;
    float: right;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 13px;
}

.newsletter input[type="submit"]:hover {
    opacity: .8;
    transition: .2s;
}


/* Prefooter */

#prefooter_content {
    background: #292c30;
    position: relative;
    padding: 15px;
}

#prefooter_content .row {
    margin-left: -4%;
}

#prefooter_content .col {
    float: left;
    width: 46%;
    margin-left: 4%;
    text-align: justify;
    color: #fff;
}

#prefooter_content h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #264C7F;
}

.contact a {
    color: #fff;
}

#prefooter_content input[type="text"], #prefooter_content input[type="email"] {
    width: 100%;
    line-height: 35px;
    height: 35px;
    color: #fff;
    display: block;
    background: #52575f;
    border: 1px solid #52575f;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px;
    transition: .2s;
    margin-top: 20px;
    padding: 0 10px;
}

#prefooter_content textarea {
    width: 100%;
    height: 120px;
    color: #fff;
    display: block;
    background: #52575f;
    border: 1px solid #52575f;
    padding: 10px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 14px;
    transition: .2s;
    resize: none;
    margin-top: 20px;
}

#prefooter_content input[type="submit"] {
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    background: #264C7F;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    font-size: 13px;
    transition: .2s;
    margin-top: 20px;
}

#prefooter_content input[type="submit"]:hover {
    opacity: .8;
    transition: .2s;
}

.bt_open_map, .bt_close_map {
display: none !important;
    font-size: 12px;
    text-transform: uppercase;
    color: #264C7F;
    margin-top: 12px;
    cursor: pointer;
    display: inline-block;
}

.bt_open_map i, .bt_close_map i {
    margin-right: 6px;
    font-size: 14px;
}

.bt_close_map {
    display: none;
}


/* Map */

#map_content {
    width: 100%;
    overflow: hidden;
}

#map {
    height:400px;
    width:100%;
    position: relative;
    z-index: 10;
}

.gm-style-iw * {
    display: 
    block;
    width: 100%;
}
            
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}

#map a {
    display: none !important;
}
            
.gm-style-iw a {
    color: #264C7F;
}

.gm-style-cc {
    display: none;
}

.gm-style-mtc div, .gmnoprint div {
    background-color: #264C7F !important;
}


/* Footer */

#footer_content {
    background: #1d1e20;
    margin-top: 4px;
}

#footer_content .wrapper {
    padding: 15px;
}
div#footer_content {
    margin-top: 4px;
}
#copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#copyright a {
    color: #fff;
}

.link {
    height: 1.8em;
}

.link a {
    color: #fff;
    margin-left: 10px;
}

.support {
    float: right;
}

.contact_bloc {
    text-align: center;
}

.contact_bloc, .contact_bloc a {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    line-height: 30px;
}



/* Row */

.row2 {
    padding: 2em 0;
    text-align: center;
    padding: 2vw;
}

.row2 .img-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row2 .img-content h2 {
    margin: 0;
}

.row2 .col {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: 2vw;
    padding: 2vw;
    border: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.row2 .col h1 {
    margin: 0 !important;
}

.row2 .col .img-content {
    padding: 1em;
    
}

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

.icons {
    padding: 5em 0;
    text-align: center;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.icons .img-content {
    width: 12%;
    min-width: 60px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 1em;
    background-color: #F8F8F8;
}

.icons .img-content img {
    width: 100%;
}

.newsletter_content {
    background-color: #F8F8F8;
    padding: 80px;
}

.newsletter_content .wrapper{
    background-color: #fff;
    border: 1px solid #eee;
    padding: 40px;
}


/* main gabarit */

.content_header {
    text-align: center;
    margin: auto;
    padding: 80px 20px;
    background-color: #fff;
}

.content_header p, .content_header h1 {
    max-width: 1220px;
    margin: auto;
}

.content_header p {
    margin: 1em auto;
}

.global_main .row {
    border-top: 1px solid #eee;
    padding: 2vw;
}

.global_main .col {
    margin-bottom: 1em;
}

.global_main p {
    margin: 1em 0;
}

.global_main .col2 {
    margin: 0 2vw;
}

.global_main .gallery {
    margin : 0 2vw;
}

.global_main h2 {
    font-size: 1.4em;
    margin: 0 2vw;
}

.global_main .gallery {
    height: 100%;
    background-color: blue;
}

.global_main .gallery img {
    width: 100%;
    height: 100%;
}

.global_main .odd {
    background-color: #F8F8F8;
}

.global_main .even {
    background-color: #fff;
}

div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* cmsms stylesheet: yw_style_mobile modified: 04/06/20 17:03:35 */
/* -------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	/* start */

/*.wrapper {
    padding: 70px 20px;
}*/

.banner_img {
    background-position: -280px 10px;
    height: 500px;
    max-width: 1220px;
    min-width: 1180px;
}

.banner_content {
    height: 500px;
}

	/* end 1280 */ 
}

@media only screen and (max-width: 1024px) {
	/* start */

.bt_open_nav {
    display: block;
}

.nav_desktop {
	display: none;
}

.nav_mobile {
    display: block;
}

	/* end 1024 */ 
}

@media only screen and (max-width: 768px) {
    /* start */

article.col.strong_point, article.col.formule, article.col.accessory, article.col.actu {
    padding: 30px 20px;
}

article.col.actu img {
    max-width: 200px;
}

.banner_content {
    height: 400px;
}

.banner_img {
    background-position: -212px 60px;
    height: 400px;
    max-width: 800px;
    min-width: 500px;
}

.caption_content {
    margin-right: 20px;
}

    /* end 768 */ 
}

@media only screen and (max-width: 720px) {
	/* start */
.col.c-l {
    display: none;
}

.pre_header .col {
    width: 100%;
    text-align: center !important;
    font-size: 13px;
}
	/* end 600 */ 
}


@media only screen and (max-width: 660px) {
    /* start */

.wrapper {
    /*padding: 50px 20px;*/
}

#prefooter_content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
}

h1 strong {
    font-size: 18px;
}

article.facility_content .col {
    width: 96%;
}

article.facility_content .col:nth-child(1) {
    margin-bottom: 20px;
}

article.col.strong_point, article.col.formule, article.col.accessory, article.col.actu {
    width: 100%;
    height: inherit !important;
}

article.col.accessory {
    margin-bottom: 50px;
}

#prefooter_content .col {
    width: 96%;
}

#prefooter_content .col:nth-child(1) {
    margin-bottom: 20px;
}

article.col.strong_point, article.col.formule, article.col.accessory, article.col.actu {
    opacity: 1 !important;
    left: 0 !important;
    right: 0 !important;

}

    /* end 660 */ 
}

@media only screen and (max-width: 600px) {
	/* start */

.pre_header .adress {
    display: none;
}

.pre_header .mail {
    float: left;
}

p.copyright {
    width: 100%;
}

a.link_synexis {
    margin-left: 0;
}

h1 {
    font-size: 28px;
}

h1 strong {
    font-size: 16px;
}

a.bt_more {
    padding: 5px 15px;
    margin-right: 5px;
}

a.bt_contact {
    padding: 5px 15px;
}

.caption_content {
    padding: 10px;
}

.banner_content {
    height: 300px;
}

.banner_img {
    height: 300px;
}

	/* end 600 */ 
}


@media only screen and (max-width: 480px) {
	/* start */

.logo_content {
    max-width: 190px;
    margin-top: 10px;
}

.lang_content ul li a {
    padding: 0px 10px;
}

h1 {
    margin-bottom: 20px !important;
}

.arrow_right {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.arrow_right i {
    line-height: 20px;
}

article.col.strong_point .txt_content p {
    padding-left: 30px;
}

h2 {
    font-size: 16px;
}

.bloc_img a span {
    font-size: 12px;
}

#footer_content {
    text-align: center;
}

	/* end 480 */ 
}

@media only screen and (min-width: 481px) {
    #footer_content{
        vertical-align: middle;
    }
    
    #copyright {
        display: block;
    }
    
    #copyright p {
        display: inline-block;
        padding-right: 1em;
    }

    .link {
        display: block;
        float: right;
    }

    
    
}

@media only screen and (max-width: 375px) {
	/* start */

body {
    font-size: 13px;
}

.bt_open_nav {
    padding: 0 15px;
}

	/* end 375 */ 
}

@media only screen and (max-width: 365px) {
	/* start */

.logo_content {
    max-width: 150px;
    margin-top: 18px;
}

	/* end 365 */ 
}

@media only screen and (max-width: 320px) {
	/* start */
    
    article.col.strong_point .txt_content p {
        padding-left: 0;
    }
    
    .arrow_right {
        display: none;
    }
    
    a.bt {
        font-size: 12px;
    }
    
    .wrapper {
        padding: 40px 15px;
    }
    
    article.col.strong_point, article.col.formule, article.col.accessory, article.col.actu {
        padding: 30px 15px;
    }
    
    .caption_content {
        padding: 8px;
        margin-right: 15px;
    }
    
    h1 {
        margin-bottom: 18px !important;
    }
    
    h1 strong {
        font-size: 14px;
    }
    
    #header_content .wrapper {
        padding-right: 0;
    }
    
    .pre_header .wrapper {
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 659px) {
    /* Facility Management */
    
    article.facility_content .col {
        margin: 1em auto;
    }
}

@media only screen and (min-width: 660px) {
    /* Facility Management */
    
    article.facility_content{
        text-align: center;
    }
    
    article.facility_content .col {
        text-align: left;
        display: inline-block;
        width: calc(50% - 44px);
        max-width: 315px;
        margin: 1em 20px;
    }
    
    .row2 .col {
        display: inline-block;
        width: 42vw;
    }
}

@media only screen and (min-width: 940px) {
    .facility_content {
        text-align: center;
    }
    
    article.facility_content .wrapper{
        max-width: 710px;
        display: inline-block;
    }
    
    .facility_content .img_prev, .facility_content .img_next {
        display: inline-block;
        width: 70px;
        height: 70px;
    }
    
    .row2 .col {
        display: inline-block;
        width: 26vw;
    }
    
}

@media only screen and (min-width: 780px) {
    .global_main .txt-content {
        text-align: center;
    }
    
    .global_main .col2 {
        text-align: left;
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }
}
/* cmsms stylesheet: maintenance modified: 06/28/23 11:48:23 */
.maintenance-content {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px;
}

.maintenance {
    margin: auto;
    max-width: 870px;
    background: #eee;
    padding: 35px 45px;
    padding-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.maintenance p {
    margin-bottom: 10px;
}

.maintenance img {
    margin-bottom: 35px;
    width: 35%;
    height: auto;
    min-width: 190px;
}
