@import url(/fonts/YDS/stylesheet.css); /* include mistrall, berlin verblight etc...*/

:root {
    /* 
      --blue: #007bff;
      --indigo: #6610f2;
      --purple: #6f42c1;
      --pink: #e83e8c;
      --red: #dc3545;
      --orange: #fd7e14;
      --yellow: #ffc107;
      --green: #28a745;
      --teal: #20c997;
      --cyan: #17a2b8;
      --white: #fff;
      --gray: #6c757d;
      --gray-dark: #343a40;
      --primary: #007bff;
      --secondary: #6c757d;
      --success: #28a745;
      --info: #17a2b8;
      --warning: #ffc107;
      --danger: #dc3545;
      --light: #f8f9fa;
      --dark: #343a40;
  
      --breakpoint-xs: 0;
      --breakpoint-sm: 576px;
      --breakpoint-md: 768px;
      --breakpoint-lg: 992px;
      --breakpoint-xl: 1200px;
  
      --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Times,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
      --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    */
    /* Override Variables */
    --font-family-sans-serif: 'Source Sans Pro', -apple-system,
        BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
        Times, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        "Segoe UI Symbol";
    --gray-dark: #404040;
    --purple: #533777;
    --page_menu_color: #8d2c46;

    /* Page Variables */
    --light-blue: #e1f7f5;
    --light-purple: #c290d2;
    --font-family-serif: Times, Times, serif;
    --color-text: var(--gray-dark);
}

body{
    background-color: #F0FFFF;
}

@keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.1;
    }
}
.blinking-text {
    animation: blinker 1s linear infinite alternate; /* Adjust speed and iteration as needed */
}


.waves {
    position: relative;
}
.waves__stage {
    position: absolute;
    overflow: visible;
    top: -2rem;
    width: 100%;
    height: 0.8rem;
}
.waves__layers > use {
    width: 100%;
    height: 1rem;
    position: relative;
    animation: swell 2s cubic-bezier(.55,.5,.45,.5) infinite;
    animation-duration: 2s;
    animation-delay: 0s;
    fill: #146475;
}
.waves__layers > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 12s;
    opacity: .25;
}
.waves__layers > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 8s;
    opacity: .5;
}
.waves__layers > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3.5s;
    opacity: 1;
}

@keyframes swell{
    0%{
        transform:translate3d(-9%,0,0)
    }
    50%{
        transform:translate3d(41%,-.5rem,0)
    }
    to{
        transform:translate3d(91%,0,0)
    }
}


.planeur{
    background-image: url('../../img/rycw/2010-06-26_121807_lac_planeur.jpg');
    background-size: cover;
    width: 100%;
}

#roseDesVents{
    font-family: verblight;
    background-color: red;

}
#java_etc{
    position: fixed;
    top: 300px;
    color : #000;
}
.Page_menu_bgcolor{
    background-color: #144F75;
}
.family-sans {
    font-family: verblight, Arial, Times, serif;
}
input:focus {
    outline:  none;
}

.icon {
    display: inline-block;
    font-size: inherit;
    overflow: visible;
    fill: gray;
    width: 50px;
    height: 50px;
}
#SmartForm_rollIn{
    width:90%;
}
#SmartForm_rollIn img, #first_menu_img img{
    max-width: 150px;
    max-height:110px;
}

#SmartForm_rollIn1{
    width:90%;
}
#SmartForm_rollIn1 img{
    max-width: 150px;
    max-height:110px;
}

#rgpd_div{
    color: whitesmoke;
    position : fixed;
    top:80%;
    left: 10%;
    width: 80%;
    background-color: #8d2c46;
    z-index: 2000;
    text-align: left;
}
#rgpd_div div{
    width: 100%;
}
#rgpd_div em{
    cursor: pointer;
    float : right;
}
#noscript_div{
    color: whitesmoke;
    position : fixed;
    bottom: 80px;
    width: 100%;

    z-index: 2000;
    text-align: center;
}
#noscript_div H2{
    width: 80%;
    margin : auto;
    background-color: red;
}

.animated, .rgpd_animated {
    visibility: visible !important;
}

html{
    height: 100%;
}
body {
    font-family: verbregular, verbsemibold, verblight, Arial, Times, serif;
    color: #102d50;
    font-weight: 200;
}

.navbar{
    justify-content : flex-end;
}
.alertify{
    top: 100px !important;
}

@media screen and (max-width: 767px) {
    .site-header-rycw{
        background-image: url('../../img/rycw/banner1.png');
    }
}

.site-header-rycw{
    background-image: url('../../img/rycw/banner.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer{
    background-color: #8d2c46;
}
.site-header .animated {
    animation-delay: 0.5s;
    animation-duration: 2s;
}

.layout-text, .site-footer{
    font-size: 1em;
}

.site-nav.inbody {
    margin-top: 3rem;
    background-color:  rgba(50, 130, 150, 1);
    height: 40px;
    position: fixed;
    top: -55px;
}
.mycolor_dark{
    color:black;
}
.mycolor_light{
    color : #929292;
}
.bigscreen{
    display: inline-block ;
}
.smallscreen{
    display: none;
}
.site-header .nav-link:before {
    position: absolute;
    width: 100%;
    max-width: 300px;
    height: 0;
    left: 5px;
    bottom: 0;
    background-color: lightblue;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-out;
}

.site-header .nav-link:hover:before {
    visibility: visible;
    transform: scaleX(0.9);
}

.navbar-toggler-icon{
    background-image: url('/img/icon/my_hamburger_menu_blue.png');
    opacity : 0.6;
    width: 2em;
    height: 1.7em;
}

@media screen and (max-width: 767px) {
    .smallscreen{
        display: inline-block;
    }

    .site-header .navbar-collapse {
        background-color: #fff;/*menu collapse accueil*/
        padding: 10px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 10px;
        border: 1px;
    }
    my_navbar-brand{
        padding-left:  10px !important;
        background-color: #fff;
    }
    .site-header .nav-link {
        background: linear-gradient(to bottom, #eee, white);
        color : darkgrey;
    }
    .site-header .nav-link:before {
        max-width: 150px;
    }
    #rgpd_div{
        position : fixed;
        top:50%;
        left: 2%;
        width: 96%;
    }
}

.site-header .page-section-title {
    font-size: 2em;
    font-family: Times, Times, serif;
    font-weight: 200;
}

.site-header .page-section-text {
    font-size: 1.2em;
}

a{
    color: #808080;
}

.layout-multicolumn .layout-image, .layout-smartform .layout-image{
    transition: all 0.3s ease-out;
}

.layout-multicolumn .layout-image:hover {
    transform: scale(1.1);
}

.page-section-header .page-section-title {
    font-size: 3em;
    font-family: Times, Times, serif;
    font-weight: 200;
    color: #4b317b;
}
.header{
    display: block;
    margin: 25px 0;

}
.section-header{
    background-size: cover;
    height: 210px;
    color: #fff;
}

.page-section-title-testi {
    font-size: 3em;
    font-family: Times, Times, serif;
    font-weight: 200;
    color: #4b317b;
    margin-top: 15px;
}
.more {
    display: none;
}

.page-section-header .page-section-text {
    font-size: 1.2rem;
    font-weight: 200;
}

.layout-media .layout-image {
    max-width: 200px;
}
.media img{
    width: 100px;
}

.layout-media .layout-title {
    color: #4b317b;
    font-family: Times, Times, serif;
    font-weight: 200;
    font-size: 1.6em;
}

.layout-photogrid .layout-image {
    background: #e1f7f5;
}

#page-carousel {
    background: transparent;
    min-height: 600px;
}

.layout-nested .layout-title {
    color: #4b317b;
    font-family: Times, Times, serif;
    font-size: 2.2em;
}
.layout-nested .layout-image {
    max-width: 300px;
}
.layout-cards .layout-image {
    width: 50%;
    margin: auto;
    margin-top: 1rem;
}

.layout-proprio .layout-image {
    width: 450px;
    border-style: double;
    margin-bottom: 20px;
    margin-top: 20px;
}

#page-proprio {
    background: #fff;
}
#remplissage, #remplissage1, #remplissage2, .remplissage{
    display: none;
}

@media screen and (min-width: 768px) {
    .section-header{
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        color: #fff;
    }
    .site-header .page-section-title {
        font-size: 3em;
    }
    .layout-text, .site-footer {
        font-size: 1.1em;
    }

    #remplissage, #remplissage1, #remplissage2, .remplissage{
        position: relative;
        top: -50px;
        height: 14em;
        width: 100%;
        background-color: transparent;
        display: inline-block;
    }
    #remplissage1{
        height: 7em;
    }

    #page-proprio {
        margin: 150px 0 150px 0;
    }

    .layout-proprio .layout-container {
        position: relative;
    }

    .layout-proprio .layout-image {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) rotate(15deg)
            scale(1.1);
        max-width: 400px;
        margin-top: 0;
    }

}

.layout-social .layout-icon {
    font-size: 1.2em;
}
* a, button{
    outline-style:none!important;
    text-decoration: none !important;
}

/*
/////////////PAGES////////////////////////
*/
.W100{
    width : 100%;
}
.scaling_101 a :hover{
    transform: scale(1.01);
}

.page-artisan .page-title {
    font-size: 3em;
    font-family: Times, Times, serif;
    font-weight: 200;
    color: #4b317b;
}
.page-artisan{
    font-size: 0.8em;
}
#pdf{
    width: 80%;
    height: 500px;
}
.youtube_embed{
    height: 200px;
    width:300px;
    border: none;
    box-shadow: 0.5em 0.5em 0.5em #aaa;
}
@media screen and (min-width: 768px) {
    .page-artisan{
        font-size: 0.9em;
    }
    .page-artisan .image_X600 {
        width: 600px;
    }
    .page-artisan .image_X500 {
        width: 500px;
    }
    .page-artisan .image_X400 {
        width: 400px;
    }
    .page-artisan .image_X350 {
        width: 350px;
    }
    .page-artisan .image_X300 {
        width: 300px;
    }
    .page-artisan .image_X200 {
        width: 200px;
    }
    #pdf{
        width: 100%;
        height: 670px;
        margin-bottom: 10px;
        margin-left: 0;
    }
}
/* Make it a marquee */
.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee em {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}

.marquee em:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}
.my_glyphicon{
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    vertical-align: baseline;
    opacity: 0.7;
}
/* BUTTON */
.mybtn_grey{
    background-color: grey ;
    border-color: darkslategray ;
}
.mybtn_grey:hover{
    background-color: #2D4457 ;
}
.mytable th{
    white-space: nowrap;
    text-align: center;
}
.mytable td{
    max-width: 600px;
}
.mytable {
    border-collapse: separate;
}
.cell_hover:hover{
    background-color: #ddf0f3;
}

/***************************** form demandes */
.formMB{
    margin-bottom: 7px;
}
.marge { /*dans le header du client dans la DB CWebForm */
    margin-left:   1em;
}

.Form{
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.Form table{
    width: 100%;
}
.Form table input, .Form table select{
    max-width: 180px;
    margin-bottom: 5px;
    background-color: #FAFAFA;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
}
.Form textarea{
    max-width: 180px;
    margin-bottom: 5px;
    background-color: #FAFAFA;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    resize: vertical !important;
}


.Form #submit, #submit, #type_submit, .run, .btn{
    font-size: 12px;
    margin: auto;
    margin-top: 3px;
    padding: .3rem 0.5rem;
    -moz-appearance: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: auto;
    border-color: #444;
    font-style: normal;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    color: #444;
    background-color: white;
    border-radius: 3px;
    /*    border-radius: 30px;      pour bouton rond       */
    -webkit-transition: background-color 0.2s; /* Safari */
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.Form #submit:hover, #submit:hover, #type_submit:hover, .run:hover, .btn:hover, #cancel:hover{
    background-color: rgba(94,137,197,0.6);/*  #2b2f93  #0083ff  rgba(94,137,197,0.8)   best :#5E89C5*/
    /*    border-color: white;*/
    color: #fff;
}

.Form input[type='FILE']{
    border: none;
    background-color: #fff;
}

.Form .breakWord{
    word-wrap: break-word;
}

.Form #captcha_input{
    min-width: 80px;
    margin-top:  5px;
    margin-left: 40px;
}

#captcha_img{
    width: 80px;
    height: 30px;
    margin-left: 30px;
    margin-bottom: 3px;
    box-shadow: 2px 2px 3px #aaa;
    border-radius: 2px;
}
.Form .checkbox_choix{
    margin-left: 10px;
    margin-right: 10px;
}

.Form .label{
    text-align: left;
    font-style: normal;
    font-weight: normal;
    border-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;
}
.complement_label{
    font-style: italic;
    font-size: 10px;
    font-weight: lighter;
}
.label-file {
    cursor : pointer;
    color : #303030;
    font-weight : normal;
}

.label-file:hover {
    color : #303030;
}

.input-file {
    display : none;
}

.float_right {
    float : right;
}

#runrun{
    height: 75px;
    width: 75px;
    position: relative;
    top: -40px;
    margin-left: 20px;
    background-image: url("/img/runrun.gif");
    background-repeat: no-repeat;
    visibility: hidden;
}

@keyframes Loading {
    50% {
        opacity: 0;
    }
}
.Form #Loading{
    position: relative;
    top : 35px;
    margin-left: 247px;
    color: #773333;
    white-space: nowrap;
    animation: Loading 1s infinite ;
    visibility: hidden;
}

/* errors */
.error {
    color: #8D0D19;
    border: 2px solid #8D0D19;
    padding: 0.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: white;
    opacity: 0.7;
    border-radius: 3px;
}

.error ul {
    padding-left: 2em;
}
.error li{
    line-height: 1.3em;
    list-style: none;
}
.message{
    border: 2px solid #3c6081;
    color: #3c6081;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0.5em 0.5em ;
    padding: 0.5em;
}
.message, .error{
    margin: auto;
    margin-top: 1em;
    width: 90%;
}
.value_verif{
    border-bottom:1px solid lightgrey;
    list-style: none;
    margin-bottom: 5px;
}

.label_verif{
    list-style: none;
    margin: auto;
    margin-bottom: 5px;
    color: #f3f3f3;
    font-style: italic;
    border-radius: 2px;
    width: 95%;
}

#FM_erreur_url { /* pour positionner le lien erreur FM dans la div error  à améliorer en html ou dans la class session error */
    position: relative;
    bottom:  33px;
    left:100px;
}
.bouton_Confirmer{
    position: relative;
    bottom: 65px;
    left: 100px;
}
.smartform_radio_checkbox{
    min-width: 300px !important;
}
.form_radio_checkbox{
    margin-bottom:10px;
    margin-left:25px;
}

@media screen and (min-width: 768px) {
    .Form{
        padding: 60px;
        padding-top: 10px;
        padding-bottom: 0;
        width: 100%;
    }
    .Form table{
        width: 60%;
    }
    .Form textarea{
        max-width: 300px;
    }
    .Form table input, .Form table select{
        max-width: 300px;
        min-width: 300px;
    }
    .bouton_Modifier{
        margin-right: 200px !important;
    }
    .message, .error{
        margin: auto;
        margin-top: 1em;
        width: 600px;
    }
    .Form .label{
        min-width: 200px;
    }
    .smartform_radio_checkbox{
        min-width: 450px !important;
    }
    .form_radio_checkbox{
        margin-bottom:10px;
        margin-left:55px;
    }

}
.hostname{
    font-size: 150%;
}
.hostname2{
    font-size: 120%;
}
/* sitemap */
.td_hover:hover{
    background-color: #CFCFCF;
}
.hide_element {
    display : none;
}
/* class form */
.CENTER {
    text-align: center;
}
/* ex common */
.myform_control{
    background-image: url('/img/searchicon.png') !important;
    background-repeat: no-repeat;
    background-position: 15px 5px ;
    padding: 5px 10px 5px 50px !important;
    font-size: 1em ;
}
/*
input {

    font-family: Times, Times, Helvetica, sans-serif !important;

}
*/
.centered{
    text-align: center;
}
.highlighted, .mobile_separateur, #FM_Id{
    background-color: #CCD9DE !important;
    opacity: 0.8;
}
.mobile_separateur{
    text-align: center;
    border: 1px solid;
    border-color:  #ADC3CB;
    border-radius: 2px;
    width: 80%;
    height: 3px;
}
#FM_Id{
    height: 35px;
}
.show_img, .show_txt{
    width: 100%;
    margin: auto;
    margin-bottom: 30px;

}
.show_txt{
    width: 80%;
    background-color: #EFEFEF;
    border-radius: 3px;
    padding: 15px;

}
.page-section img{
    max-height: 800px;
}
.layout-animation img{
    margin-top: 5px;
}
.strap_one{/* pour faire coller rollin aux autres images */
    width: 137px;
}

@media screen and (max-width: 576px) {
    .strap_one{/* pour centrer rollin sur mobile */
        width: 170px;
    }
}

.mygallery_photo{
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 2px;
}
.table_small {
    margin-bottom: 2px;

}
.table_small td{
    padding:  .10rem;
}
.table_nopad td{
    padding:  0;
    vertical-align: middle;
}
.table td{
    border-top: none !important;
}


/*************************************new for cambodge**************/
#bouton_menu_smartphone, .berlinfont{
    font-family: Berlin;
}

/****** si le smartphone est plus vieux que  V6 ****/

#page-accueil_old_iphone{
    display: flex;
}

#page-accueil_iphone{
    display: none;
}

#valeurs{
    margin-top: 0;
}

.article{
    position: relative;
    top: 45px;
}

.site_titel, .site_tel, .site_adress{
    font-family: Berlin;
    color: #F0F0FF;
    font-size: 1.7em;
}

.site_titel{
    text-shadow: 1px 1px 1px blue;
}

.site_tel{
    font-size: 1.3em;
}

.site_adress{
    font-size: 0.8em;
}
/********* fin smartphone plus vieux que V6 **************/

/****** si le smartphone est min V6 ****/
@media screen and (min-width: 360px) {

    #page-accueil_old_iphone{
        display: none;
    }
    #page-accueil_iphone{
        display: flex;

    }
    .site_titel{
        font-size: 1.97em;
    }

    #valeurs{
        margin-top: 150px;
    }
}
/********* smartphone **************/

/****** si tablette etc... ****/
@media screen and (min-width: 768px) {
    .article{
        position: relative;
        top: 80px;
    }

    .site_titel {
        font-size: 3.5em;
    }
    #valeurs{
        margin-top: 150px;
    }
}
@media screen and (min-width: 990px) {

    .site_titel {
        font-size: 4.5em;
    }

    .site_tel {
        font-size: 2em;
    }

    .site_adress {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 990px) {
    .site-header .nav-link {
        margin-bottom: 0;
    }
    .close_menu_mobile{
        cursor: pointer;
        background: linear-gradient(to bottom, #eee, white);
        padding-right: 20px;
        width: 100%;
    }
    .bigscreen{
        display: none;

    }
    .site-header .nav-link:before {
        background-color: transparent;
    }
}
@media screen and (min-width: 990px) {
    .close_menu_mobile{
        display: none;
    }
}

.mydiv {
    padding: 10px;
    box-shadow:.1rem .1rem 0.2rem rgba(252,292,200,.45) !important;
    border-radius: 5px;
    border: 5px ;
    /*    margin: 10px;*/
}


.carre img {
    /* HOVER OFF */
    transition-duration: 1s;
    transform: scale(1,1);
}

.carre img:hover{
    transition-property: transform;
    transition-duration: 0.6s;
    transform: scale(1.4,1.4);
}
.myslide2{
    transition-duration: 4s;
    transform: scale(1,1);

}
.myslide{
    transition-property: transform;
    transition-duration: 4s;
    transform: scale(1.4,1.4);

}
#oeil, #oeil1{
    opacity: 0.6;
}

.bg_links{
    background-color: rgba(210,244,255,0.5);
}
canvas {
    border: 1px solid black;
    z-index: 100;
}
.my_rounded{
    border-style: solid;
    border-radius: 20px;
    border-color: rgba(50, 130, 150, 1);
    border-width: 1px;
}
.little_rounded{
    border-radius: 5px;
}
#next_activites{
    border: none;
    background-color:  transparent;
}
@media screen and (min-width: 990px) {
    #next_activites{
        border-style: solid;
        border-width: 1px;
        border-color: white;
        background-color:  rgba(210,244,255,0.5);
    }
}
.formulaire_trans{
    background-color:  rgba(255,255,255,0.6);

}