/*
Theme Name: SecretFMR
Theme URI: http://www.xineo.ch/
Author: Xineo SA
Author URI: http://www.xineo.ch
Description: Theme de base pour Shop
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: creative commons
*/

@font-face { 
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
    src: 
      url(/templates/default/font/raleway/ttf/raleway-latin-400-normal.woff2) format("woff2"),
      url(/templates/default/font/raleway/ttf/raleway-latin-400-normal.ttf) format("truetype");
  }

body, html {
  height: 100%;
  color: #808080;
  line-height: 1.8;
  margin:0px;
  padding: 0px;
  font-family: 'Raleway', sans-serif;
  font-size:14px;
}
body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
html{
    box-sizing:border-box
}
*,*:before,*:after{
    box-sizing:inherit
}

h1{
    border-bottom:1px solid #333;
    width:98%
}

img a{
    max-width: 100%;
}
.white_bg{
    background-color: #ffffff;
}
.light_bg_grey{
    background-color: #F7F5F4;
}
.padding10{
    padding:10px;
}
.legend{
    font-size:12px;
}

.border-shadow{
    -webkit-box-shadow: 0px 0px 15px 1px #B7B7B7; 
    box-shadow: 0px 0px 15px 1px #B7B7B7;
    border-top:none;
    border-bottom:none;
}

.bold{
    font-weight: bold;
}
.fixed{
    position:fixed !important;
}
.center{
    text-align:center;
}

.clear{
    clear: both;
    width: 100%;
    height: 1px;
}
.spacer{
    clear: both;
    width: 100%;
    height: 20px;
}
.spacer-bottom{
    clear: both;
    width: 100%;
    height: 100px;
}
/* TOP */

    /* header */
    .header {
        overflow: hidden;
        background-color: #eceaea;
        padding: 20px 10px;
    }

    .header .menu a {
        float: left;
        color: #000000;
        text-align: center;
        padding: 8px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
        border-bottom:2px solid #005a91;
        margin-right:15px;
    }

    .header a.logo {
        font-size: 25px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
    }
    .header .menu a:hover {
        background-color: #005a91;
        color: #eceaea;
    }
    .header .menu a.active {
        background-color: #005a91;
        color: #ffffff;
    }
    
    .header-right {
        float: right;
    }
        

     /* header */
/* footer */
footer{
    margin-top: auto;
}
.footer {
    overflow: hidden;
    background-color: #eceaea;
    padding: 20px 10px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.footer a{
    color: #000000;
    text-decoration: none;
}

.footer a:hover{
    text-decoration: underline;
}

.footer span.copy {
    color: #000000;
    text-decoration: none;
}

.footer-right {
    float: right;
}
    

 /* footer */


/* /TOP */

/* MAIN */ 
#main{

    Position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    /* padding-top: 60px; */
    padding-bottom: 50px;
    background: #fff;
    padding: 10px;
    min-height: 40%;

    margin: 30px 175px 0;
}

#main a{
    color:rgb(70, 70, 70);
    text-decoration:none;
}

#main a:hover{
    text-decoration:underline;
    color:#808080;
}

.box-rounded {
    padding:15px;
    min-height: 50px;
    border-radius: 15px 15px 15px 15px;
    -webkit-box-shadow: 0 6px 12px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 12px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}

#message-box{

}

#message-box textarea{
    width:100%;
    min-height: 50px;
}

.btn{
    text-align: center;
    padding: 8px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    border-bottom:2px solid #005a91;

    background-color: #005a91;
    color: #eceaea;
}
.btn a{
    color: #eceaea !important;
}

.inputtext{
    width:89%;
    height: 50px;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid  #005a91;
    border-radius: 4px;

}
#copybtn{
    max-width: 8%;
    margin-left:2%;
    padding-left:2%;
    padding-right:2%;

    height: 50px;
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #005a91;
    border-radius: 4px;

}




/* Media Query*/

@media screen and (max-width: 500px) {
    .header a {
    float: none;
    display: block;
    text-align: left;
    }
    .header-right {
    float: none;
    }

    #main{
        margin: 15px 15px 0;
     }
}

  