/*
Theme Name: Fabienne
Description: Theme enfant du thème 1850
Author: Gilles - WPserveur
Author URI: 
Template: theme1850 
Version: 0.1.0
*/
/*
menu > li > a .menu-arrow {
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/menu-arrow.gif) center top no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    position: absolute;
    top: -9px;
    left: 0;
}
*/
h3 {
    text-transform: none;
}
 h1.logo.mobile{
     display:none;
 }
.img-indent-none-ml img{
        max-width:100%;
        width:inherit;
        margin-right:1.5rem
    }
.img-indent-none-ml a{
        float:left;
    }
.faq_list dd .marker {
    top: 0px;
}
h1 span.tagline{
    font-size:32px;
}
footer {
    text-transform: none;
    display:inline-block;
    font: 12px/18px "Times New Roman", Times, serif;
}
.widget-odd.gil{
    background-color: #eee;
    padding:0.5rem;
    border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
.widget-odd.gil h3{
    color:white
}
.widget-odd.gil img{
    max-width:100%;
}
.menu-arrow {
	display:block;
	transform:rotate(270deg);
	float:right;
	margin-left:0.15rem;
	font-size:70%;
	color:white;/*#a9a894;*/
}
h1 a{
    font:inherit;
    margin-left:-10px;
    margin-bottom:15px
}
h1 > span {
    padding-top: 0;
	margin-bottom:20px;
	text-transform:none
}
h1.h1intro{
     padding-top: 0;
	margin-bottom:0;
	text-transform:none;
        color: #c4c1b2;
        display: inline-block;
        width:100%;
font: normal 32px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
border-bottom: none;
padding-left:0;
}
h2.h2intro{
    font: italic 32px/34px "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height: 16px;
    margin-top:10px;
    color:#dad2ae;    
}
div.logo{
    padding-left: 0;
padding-bottom: 25px;
border-bottom: 1px solid #f5f4f1;
margin-bottom: 13px;
}
div.logo > a {
    margin-left:-10px
}
div.page.chat-room > .chat-container{
	padding:1rem;
}
*[class^="chat-message"]{
   font-size:20px
}
/*.banner2 span:first-child, .banner1 span:first-child {
	font-size:18px;
	color:inherit
}*/
#content {
    width: 100%;
    padding: 15px 0 31px;
    border-bottom: 1px solid #f5f4f1;
}
.banner {
    margin-right: 1.2%;
}
.banner.banner2 {
    margin-right: 0;
}
.banner2 .indents {
	padding: 84% 5% 0% 5%;
}
.banner1 .indents, .banner3 .indents {
    padding: 8% 5% 0 5%;
}
.banner1 ul, .banner2 ul, .banner3 ul {
	list-style:square;
	color:white;
	font-size: 16px;
}
.banner{
	font: 28px/24px "Times New Roman", Times, serif;
        width:32.5%
}
.banner .indents {
	font-size: 35px;
}

.banner span {
	font: italic 16px/18px Georgia, "Times New Roman", Times, serif;
}
.banner.banner1 span,.banner.banner2 span,.banner.banner3 span {
    font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
}
@-moz-keyframes f {
   0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes f {
   0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
@-o-keyframes f {
   0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes f {
   0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
.banner1 > img.img2,.banner3 > img.img2 {
	-moz-animation-name: f;
	-moz-animation-duration: 15s;
	-moz-animation-iteration-count: infinite;
        -moz-animation-delay: 3s;
        animation-name: f;
	animation-duration: 15s;
	animation-iteration-count: infinite;
        animation-delay: 3s;
        -webkit-animation-name: f;
	-webkit-animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
        -webkit-animation-delay: 3s;
        -o-animation-name: f;
	-o-animation-duration: 15s;
	-o-animation-iteration-count: infinite;
        -o-animation-delay: 3s;
}
.menu ul {
    width: 250px;
    background-color:#e98100
}
.menu ul:before {
  content: '\25b2';
  position:absolute;
  top:0;
  left:30px;
  margin-top:-15px;
  font-size:160%;
  color:#e98100
}
.menu ul a {
	color:red
}
.menu li:hover ul, .menu li.sfHover ul{
	left:0;
	top:55px;
}
/*.menu > li:first-child a:after{
	content: '\25b2';
  position:absolute;
  top:0;
  left:30px;
  margin-top:-15px;
  font-size:160%;
  color:#dad2ae
/*}*/
.menu li li {
    text-align: left;
	font-size:14px;
	font-weight:normal
}
.menu li li a{
    color:#fff
}
.service-box_txt + .btn-align{
	margin-top:1rem;
}
.service-box_txt strong{
	color:grey
}
.list-1 li:nth-child(3n)::before {
    background-color: #e98100;
}
.grid_6.gil{
	float:none;
	display:inline-block;
	width:26%;
	padding-right:1%
}
.grid_6.gil h3 {
	font: Normal 18px/18px "Times New Roman", Times, serif;
	/*color: white;*/
	/*background-color:#dad2ae;*/
	text-transform:uppercase;
	/*font-weight:bold;*/
	padding:0.2rem;
	text-align:left;
	border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
	
}
aside.gil+div.page{
	display:inline-block;
	width:68%;
	padding-left:3%
}
.grid_6.gil a{
	display: block;
padding: 0.3rem 0.5rem
}
.grid_6.gil .list-2 li {
    background:#eee;
    padding-left: 0;
}
.grid_6.gil .list-2 a:hover {
	background-color:#e98100;
	color:#fff;
	text-decoration:none
}
.grid_6.gil a.selected{
	color:#fff;
	background-color:#e98100
}
.grid_6.gil a.selected:hover{
	text-decoration:none
}
.grid_6.gil a:hover{
	text-decoration:underline
}
aside.gil+div.page table:not(.yui-calendar){
    width:100%;
}
aside.gil+div.page table:not(.yui-calendar) tr{
    border: 1px solid grey;
}
aside.gil+div.page table:not(.yui-calendar) td{
    padding: 0.2rem;
    padding-left: 1rem;
    border: 1px solid grey;
}
aside.gil+div.page h2, h2{
	font-size: 32px;
	line-height: 32px;
	margin: 1rem 0;
	/*color: #8d8b6b;*/
}
aside.gil+div.page ul{
    list-style-type: square;
    margin-left: 35px;
}
h4 a {
    color:#e98100;
}
h4{
    margin: 0 0 1rem 0; 
}
p.h4{
    margin: 2rem 0 0.5rem 0;
    font: normal 20px/22px "Times New Roman", Times, serif;
    color: #e98100;
}
p.h2{
   font: normal 32px/32px "Times New Roman", Times, serif;
    font-size: 32px;
    line-height: 32px;
color: #958d6d;
}
aside.gil+div.page h4{
    margin: 2rem 0 0.5rem 0
}
aside.gil+div.page ol li:nth-child(1)::before, aside.gil+div.page ol li:nth-child(4)::before{
	background: #dcd2a5 none repeat scroll 0 0;
}

aside.gil+div.page ol li:nth-child(2)::before {
	background: #c9c8b5 none repeat scroll 0 0;
}

aside.gil+div.page ol li:nth-child(3)::before {
	background: #e98100 none repeat scroll 0 0;
}

aside.gil+div.page ol li::before {
    content: counter(bunner_num, decimal-leading-zero) ".";
    counter-increment: bunner_num;
    border-radius: 23px;
    color: #fff;
    float: left;
    font: 18px/49px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 49px;
    margin-right: 18px;
    overflow: hidden;
    padding-left: 3px;
    text-align: center;
    width: 46px;
	flex-shrink:0
}
aside.gil+div.page ol{
	list-style: none;
display: flex;
flex-direction: column;
}

aside.gil+div.page ol li{
	clear:both;
	margin:0.5rem 0;
	/*display:flex;*/
	align-items:center
}

aside.gil+div.page ol li strong{
	color:grey;
}

aside.gil+div.page select#choosetelorskype{
    margin-bottom:1.5rem;
    width:50%;
}

aside.gil+div.page input:not([type=checkbox]),aside.gil+div.page textarea,aside.gil+div.page select{
display: block;
width: 90%;
padding: 1% 3%;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
aside.gil+div.page input[type=submit]{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
width: 35%;
}
aside.gil+div.page input[type=submit]:hover{
    color: #fff;
background-color: #449d44;
border-color: #398439;
}

/**/
h2.gilh2{
	font: Normal 38px/38px "Times New Roman", Times, serif;
}
body{
	padding-top:0.2rem;
}
.menu > li.current-menu-parent, .menu > li.current-menu-item {
	background-color: #e98100;
	border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
}
.menu > li.sfHover > a, .menu > li > a:hover, .menu > li.current-menu-item > a {
    text-decoration: none;
    color: black;
}
.menu li li > a:hover,.menu li li.sfHover > a{color:black; text-decoration:none;}
.menu > li:hover {
	/*background-color: #c4c1b2;*/
}
.menu > li {
	padding: 0.2rem 1rem;
	margin-right:0.3rem;
        font-size: 14px;
        line-height: 16px;
}
.menu > li.current-menu-parent a,.menu > li.current-menu-item a, .menu > li.current-menu-item .menu-arrow {
	color:white;
}

.social-icons{
	display:none
}
aside.gil+div.page .yui-calcontainer.multi .groupcal{
	/*background-color:#ccff99*/
	background-color:#dad2ae
}
aside.gil img{
	max-width:98%;
}

aside.gil+.page td.previous{
	background-color:#EEE;
}
aside.gil+.page td.calcell.oom{
	color:#CCC
}
aside.gil+div.page .yui-calendar td.calcell.restricted{
	background-color:#EEE;
	color:#CCC
}
nav.primary{
    background-color: #eee;
    padding: 0.3rem;
    padding-left:0.2rem;
    width:100%
}
/*.wpcf7-display-none {
    display:block;
}*/

@media only screen and (max-width: 995px){
    html {
        scroll-behavior: smooth;
      }
    div.logo{
        display:none;
    }
    h1.logo.mobile{
        position: sticky;
        top: 0;
        background-color: white;
        z-index: 9999;
        text-align: center;
        display:block;
        padding-bottom:8px;
        padding-left:3px;
        -webkit-box-shadow: 5px 5px 5px 3px #a59d9d;
        -moz-box-shadow: 5px 5px 5px 3px #a59d9d;
        filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='#a59d9d', Positive='true');
        zoom:1;
        box-shadow: 5px 5px 5px 3px #a59d9d;
        }
    .grid_6.gil {
        display: none;
    }
    aside.gil + div.page {
        width: 100%;
        padding-left:0;
    }
    .main{
        width:90%;
        padding-left:5%;
        padding-right:5%
    }
    .container_24 {
        width: 100%;
    }
    .container_24 .grid_24 {
        width: 100%;
    }
	.textwidget {
		margin: auto;
		
	}
    .textwidget.custom-html-widget{
        display:none;
    }
    img#captchaimg {
        max-width: 180px;
        height: auto;
    }
    nav{
        float:none
    }
    .menu > li > a {
        display: block;
    }
    .menu > li {
        float: none;
        margin-bottom: 4px;
    }
    .menu > li.sfHover > a, .menu > li > a:hover, .menu > li.current-menu-item > a {
        background-color: #a59d84;
    }
    .menu > li > a {
        background: #c5c4aa;
        padding: 9px 20px;
        color:white;
    }
    .menu ul:before {
        content: inherit;
      }
    .menu ul li a {
        display: block;
        padding: 9px 20px;
    }
    .menu ul {
        position: static;
        width: auto !important;
        padding: 0 !important;
    }
    .banner{
	font: 24px/20px "Times New Roman", Times, serif;
    }
    .banner2 .indents {
	padding: 82% 5% 0% 5%;
    }
    .banner1 .indents, .banner3 .indents {
        padding: 6% 5% 0 5%;
    }
}

@media only screen and (max-width: 767px) {
    .main{
        width:90%;
        padding-left:5%;
        padding-right:5%
    }
    .container_24 {
        width: 100%;
    }
    .container_24 .grid_24 {
        width: 100%;
    }
    .textwidget.custom-html-widget{
        display:none;
    }
    img#captchaimg {
        max-width: 180px;
        height: auto;
    }
    .banner{
	font: 18px/16px "Times New Roman", Times, serif;
        height:240px;
        text-transform:uppercase
    }
}
@media only screen and (max-width: 630px) {
    .banner{
        font: 16px/14px "Times New Roman", Times, serif;
        height:210px;
    }
}
@media only screen and (max-width: 516px) {
    h1 span.tagline{
        font-size:20px;
    }
    .banner{
	font: 14px/12px "Times New Roman", Times, serif;
        height:160px;
    }
}
@media only screen and (max-width: 440px) {
    .banner{
	font: 13px/12px "Times New Roman", Times, serif;
        height:140px;
    }
}
@media only screen and (max-width: 370px) {
    #text-5{
display:none;
    }
}