/*
Theme Name:     Allovox
Description:    Thème enfant 
Author:         lolo
Author URI:     https://www.allovox.net
Template:       Divi                         
Version:        0.1.0
*/


/******   ********/

.cblanc {
    color: #fff;
}
.fweight200 {
    font-weight: 200;
}
.zindex0{
	z-index:0;
}

@media (min-width: 992px){
    .centrer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}



/****************  menu ****************/
@media (min-width: 992px){
    .logo_container:after, .logo_container:before {
        border-radius: 50%;
        width: 10rem;
        height: 10rem;
        left: -3rem;
        top: -1.5rem;
    }
}

@media (min-width: 992px){
    .logo_container:after, .logo_container:before {
        position: absolute;
        z-index: -1;
        content: "";
        background-color: #fff;
    }
}
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
    z-index: 30;
}

#top-header .container {
    padding-left: 5em;
}

.rdvmenu {
    top: -20px;
    background: #66d0cc;
    padding: 0 10px !important;
    border-radius: 5px;
}
.rdvmenu a {
    color: #fff !important;
    top: 20px;
    font-size: 15px !important;
}

#et-info-email  {
    display: none;
}
#et-info {
    float: right;
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1;
    color: #03b0ce;
}
.nav ul li a:hover {
    opacity: 1;
    background-color: rgb(255, 255, 255);
    color: #03afcd !important;
    border-radius: 5px;
}

.et-fixed-header #top-menu .sub-menu .current-menu-item>a, .et-fixed-header #top-menu .sub-menu .sub-menu .current-menu-item>a{
    opacity: 1;
    color: #FFF !important;
}

.et-fixed-header #top-menu li ul li.current-menu-ancestor>a{
    opacity: 1;
    color: #FFF !important;
}
.et-fixed-header #top-menu li ul li.current-menu-ancestor>a:hover{
    opacity: 1;
    color: #03afcd !important;
}
.et-fixed-header #top-menu .sub-menu .current-menu-item>a:hover{
    opacity: 1;
    background-color: rgb(255, 255, 255);
    color: #03afcd !important;
    border-radius: 5px;
}

#et-info-phone:before {
    background: #fff;
    border-radius: 50%;
    padding: 8px;
    right: 8px;
}
#et-info-phone {
    color: #04a7c3;
}



.aaahome #top-menu li.menupathologies>a{
    color: #333333 !important;
}

#et-info-phone .barreentete {
	padding: 0 10px;
}
#top-header #et-info-phone a {
	color: #04a7c3;
}
/************* image accueil hover ***********/

.imgaccueil5 .et_pb_image_wrap {
    background: #003044;
    margin: 60px;
	transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
}

.imgaccueil5 .et_pb_image_wrap:hover {
	transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
	background: #03b0cd;
}

.imgaccueil5 img {
    mix-blend-mode: soft-light !important;   
	transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
}
.imgaccueil5 img:hover {
	transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-webkit-transition: all 2s ease-out;
    transform: translate(20px,-20px);
	 mix-blend-mode: normal !important;
}


.imgaccueil5 .et_pb_image_wrap:hover:before {
    color: #03b0cd;
    top: -41px;
    position: absolute;
    font-size: 20px;
	font-family: 'Roboto Slab',serif;
	width: 230px;
}
.coudehidden .et_pb_image_wrap:hover:before {
    content: "Chirurgie du coude";
}
.epaulehidden .et_pb_image_wrap:hover:before {
    content: "Chirurgie de l'épaule";
}
.genouhidden .et_pb_image_wrap:hover:before {
    content: "Chirurgie du genou";
}
.hanchehidden .et_pb_image_wrap:hover:before {
    content: "Chirurgie de la hanche";
}
.mainhidden .et_pb_image_wrap:hover:before {
    content: "Chirurgie de la main";
}

/********** section page accueil  3 *****/
.sectionhaut {
    position: relative;
    top: -79px;
}
.horaire1 {
    border-bottom: 1px solid #66d0cc;
    margin: 15px 0 15px 0;
    padding: 0px 0 10px 0;
}
.horaire2{
    float: right;
}

.telephone1 {
    margin: 0 26px 0 0;
}
.rdvmenu {
    top: -20px;
    background: #045b91;
    padding: 0 10px;
    border-radius: 5px;
}
.moduletelaccueil img {
    border: 1px solid;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}


.iconehoraires::before {
    font-family: "ETmodules";
    margin-right: 8px;
    content: "\7d";
}

#et-info-phone.phone1:before {
    background: #fff;
    color: #66d0cc;
}

.phone1{
	color: #fff !important;
}

.iconeformulaire::before {
    font-family: "ETmodules";
    margin-right: 14px;
    content: "\e010";
}

/*
 * Animation for webkit
*/
@-webkit-keyframes bounce {
    0%, 100% {transform: translateY(0px);}
    40% {transform: translateY(-15px);}
} 
 
@keyframes bounce {
    0%, 100% {transform: translateY(0px);}
    40% {transform: translateY(-15px);}
} 

.scroll .et-pb-icon{
    animation-name: bounce;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
	font-size: 50px;
    line-height: 0em;
}


/******* page canal carpien   ****/

.rond2::after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    padding: 50px;
    font-size: 0px;
    position: relative;
    left: -80.5%;
    top: 21px;
}
.rondleft2::after {;
    left: -169.5%;
}
.rond1::after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    padding: 50px;
    font-size: 0px;
    position: relative;
    left: -165%;
    top: 21px;
}
.arond1::after {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    padding: 50px;
    font-size: 0px;
    position: relative;
    left: -10.5%;
    z-index: -1;
    top: -13px;
}
.arond1::before {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    padding: 30px;
    font-size: 0px;
    position: relative;
    left: 10px;
    z-index: -1;
    top: -13px;
}
.arond2::before {
    content: "";
    background: #ffffff;
    border-radius: 50%;
    padding: 50px;
    font-size: 0px;
    position: relative;
    left: 10px;
    z-index: -1;
    top: -13px;
}


.ligneaccordeon .et_pb_accordion_item_0, .ligneaccordeon .et_pb_accordion_item_4 {
	display: none;
}
.et_pb_toggle_title:before {
    color: #121212 !important;
    font-size: 24px;
    content: "\50";
}

/******** page la main ********/
.lienspathologie a{
   background: #03aeca;
    width: 150px;
    height: 150px;
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
	margin: auto !important;
}
.lienspathologie .et_pb_button:hover, .et_pb_module .et_pb_button:hover {
    border: 1px solid #03aeca;
	background: #fff !important;
}
.lienspathologie a:hover {
    color: #03aeca !important;

}
@media (min-width: 981px) {
    .sectionpathologie .et_pb_column_single {
        padding: 0;
    }
}
/************* footer **********/

#footer-info {
    float: none;
    text-align: center;
}

#footer-info a {
    font-weight: 500;
}

#footer-info a.barre:after {
    content: '|';
    margin: 0 15px;
}

.iconeadresse::before {
    font-family: "ETmodules";
    margin-right: 8px;
    content: "\e01d";
}
.iconetelephone::before {
    font-family: "ETmodules";
    margin-right: 8px;
    content: "\e090";
}

  .doctolib-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    min-height: 0px;
    width: 230px;
    background-image: none;
    background-color: #3498db;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-image: none;
    border-radius: 5px;
    border-bottom-color: #2383c4;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-user-select: none;
  }

  .doctolib-button:hover {
    background-color: #077ac7;
    color: #ffffff;
    text-decoration: none;
  }


/************** adapt  portable *******************/
@media (max-width: 760px){
	.et_pb_row {
    	width: 95%;
	}
    #et-info-phone, #top-header #et-info-phone a{
   		 font-size: 15px;
	}
	#top-header .container {
    padding-left: 0em;
}

}







/*****************  a supprimer ***************/
.aaconstruction {
    color: #ffffff;
    background: #000b24;
    padding: 18px 0px 0;
    position: absolute;
    line-height: 1em;
    font-weight: 300;
    border-radius: 50%;
    height: 156px;
    width: 156px;
    top: 0px;
    text-align: center;
    aleft: 50%;
    font-size: 31px;
    z-index: 999;
	right: 1%;
}







/* Nesting Menu */


/* when mobile menu is open, change hamburger icon to x icon */

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}
/* makes sub sub menu icon be right arrow instead of down arrow */

#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';
}
/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}
/* the new toggle element, which is added via jQuery */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 28px;
    right: 0px;
    cursor: pointer;
    text-align: center;
}
/* the new toggle element when popped */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(255,255,255, 0.2);
}
/* toggle icon */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '\33';
    color: #fff;
}
/* toggle icon when triggered */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '\32';
}
/* hide sub menus by default */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
}
/* remove sub menu list item left padding, since padding will be on anchors */

#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}
/* adjust mobile menu anchors side paddings */

#main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 20px;
    padding-right: 20px;
}
/* indent sub sub menus further */

#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    padding-right: 20px;
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}
/* make the current page's mobile menu link be different */

#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}

/****** Code Style: Slide-in Gradient ******/

/* Font Awesome */
.fa {
    margin-right: 15px ;
  }

@media only screen and (max-width: 980px){
#mobile_menu {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9998;
    overflow: scroll;
    border-top: none;
    padding-top: 60px !important;
}
.et_mobile_menu li:nth-child(1) {
    padding-top: 20px;
}
.et_mobile_menu li a {
    color: #fff !important;
    width: 100%;
    float: left;
    border: none !important;
    text-align: left;
    margin: 5px 10px;
    transition: .2s;
    text-transform: uppercase;
    font-size: 1.4em !important;
}
.mobile_nav ul#mobile_menu .current_page_item > a {
    color: #fff !important;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 30px;
padding-left: 20px;
}

.mobile_nav.closed #mobile_menu {
      background: -moz-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: -webkit-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: -o-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: -ms-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: linear-gradient(to bottom, #62278d 0%, #2cc09b 100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}

.mobile_nav.opened #mobile_menu {
      background: -moz-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: -webkit-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: -o-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: -ms-linear-gradient(top, #62278d 0%, #2cc09b 100%);
      background: linear-gradient(to bottom, #62278d 0%, #2cc09b 100%);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
}

#main-header .container.clearfix.et_menu_container {
    width: 100%;
}

.mobile_menu_bar:before {
    color: #1b1d1e !important;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    z-index:9999;
    color: #fff !important;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
}

@media only screen and  (max-width: 980px) {
  .et_header_style_split .mobile_menu_bar, 
  .et_header_style_left .mobile_menu_bar {    
    z-index: 9999;
  }
  #et-top-navigation {    
    padding-right: 5px;
  }
}

@media only screen and (min-width: 481px)  {
  #mobile_menu {    
    width: 340px;    
    margin-left: calc(100% - 340px);
  }
}
@media only screen and (max-width: 480px)  {
  #mobile_menu {    
    width: 290px;    
    margin-left: calc(100% - 290px);
  }
}


/* CSS refermer les sous-menus sur mobile */

#main-header .et_mobile_menu .menu-item-has-children > a { 
	background-color: transparent;
	position: relative; 
}
#main-header .et_mobile_menu .menu-item-has-children > a:after { 
	font-family: 'ETmodules';
	text-align: center;
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	position: absolute; 
}
#main-header .et_mobile_menu .menu-item-has-children > a:after { 
	font-size: 16px;
	content: '\4c';
	top: 13px;
	right: 10px; 
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { 
	content: '\4d'; 
}
#main-header .et_mobile_menu ul.sub-menu { 
	display: none !important;
	visibility: hidden !important;
	transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu { 
	display: block !important;
	visibility: visible !important; 
}




/********* mobile ajout Menu *******/

.mobile_menu_bar:before {
    color: #03b0cd !important;
     border: 1px solid #03b0cd;
    border-radius: 4px;
}

.mobile_menu_bar::after {
    content: "Menu";
    color: #03b0cd !important;
    font-size: 22px;
    position: relative;
    top: -9px;
    left: -95px;
    font-family: 'Source Sans Pro';
}

@media all and (max-width: 440px) {

    .mobile_menu_bar:after {
        content: "";
    }

}
@media all and (max-width: 980px) {

    .aaet_mobile_menu li a {
        font-size: 20px;
        padding: 15px 5% !important;
    }

    .aaet_mobile_menu li {
         border: 1px solid #456;
    }

}
