/* GLOBAL STYLE */
nav.breadcrumb span,
nav.breadcrumb span a {
    font-size: 18px;
}

h3 { color: #505050; }

.tooltip {
    display: none;
    background-color: #FFF !important;
    width: 350px;
    margin-top: 0;
    z-index: 9999;
    box-shadow: inset 0px 0px 0px 2px rgba(51,172,255,0.8), 0px 0px 10px 0px rgba(0,0,0,0.3) !important;
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(51,172,255,0.8), 0px 0px 10px 0px rgba(0,0,0,0.3) !important;
    padding: 20px;
}
    
.tooltip p {
    color: black !important;
}

.grey {
    color: #464646 !important;
}

.inlineBlock {
     display : inline-block;
}

.badgeHeader {
     margin-left: 100px;
     cursor: pointer;
}

.chevron {
     margin: 0 !important;
}

.blue {
    color: #32ACFF !important;
}

.section7 {
    width: 14%;
    float: left;
    margin-right: 2%;
}

/* For Header */ 
.triangle {
    position: absolute;
    left: 47%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: white transparent transparent transparent;
    webkit-transform:rotate(360deg);
}

#headerMovie {
     position: relative;
     height: 355px; 
     width: 100%; 
     overflow: hidden; 
     background-image: url('/images/telephonie/2015/header.png'); 
     background-size: cover;
     background-position: bottom left; 
}

#headerMovie #headerContent {
    text-align: center;
    margin-top: 2%;
}

#headerContent .section1 {
    width: 70%; 
    float: right;
}

#headerContent p {
    background-color: #262626; 
    font-size: 46px; 
    line-height: 46px; 
    display: inline; 
    margin: 0; 
    padding: 8px 20px 8px 22px; 
    text-shadow: 5px 0px 8px rgba(0, 0, 0, 0.4);
}

#headerContent div span {
    font-size: 22px;
    background: #00B0FF;
    color: white;
    padding: 5px 10px;
    line-height: 45px;
    font-weight: 400;
}

#headerContent div {
    font-weight: 600;
}

#headerContent #title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
}

#headerContent #desc {
    font-weight: 400;
    font-size: 18px;
}

#headerContent .section1 .section2:first-child {
    border-right: 1px solid black;
}

#headerContent a {
    text-decoration: none; 
}

video {
    height: auto;
    width: 100%;
}

.needToggle div {
    display: none; 
}

.needToggle:hover div {
    display: block; 
}


/* FAQ STYLE */ 
.faqQuestion { 
    color : #33ACFF; 
    background-color : transparent; 
    font-weight : 600; 
    border-bottom : 1px solid #cbe6f4; 
    border-top : none; 
    border-left : none; 
    border-right : none; 
    font-size : 18px; 
    line-height : 40px; 
    height : 40px;
    overflow: hidden;
}

.faqQuestion a {
    text-align: center; 
}

.faqQuestion:hover { 
    background-color: #d8e9f4; 
    border-color: #D2D2D2; 
    color: #33ACFF; 
}

.faqQuestion.open { 
    background-color: transparent; 
    border-bottom : 1px solid transparent; 
    border-top : none; 
    border-left : none; 
    border-right : none; 
    color : #3c3c3c; 
}

.faqAnswer { 
    margin : 0; 
    padding-left: 60px; 
    font-size : 18px; 
}

.faqAnswer ul li {
    font-size: 18px;
    font-weight: 300;
}

.faqAnswer a {
    font-size:18px;
}

.faqQuestion .plus { 
    background : transparent url('../../images/suite-microsoft-office/sprite-plus.png') no-repeat 0 0; 
    height : 35px; 
    width : 35px; 
    display : block; 
    float : left; 
    margin-right : 10px;
}

.faqQuestion:hover .plus { background-position : 0 50%; }
.faqQuestion.open .plus { background-position : 0 100%; }

/* Tabs */
.tabs {
    width: 100%;
    display: inline-block;
}

/* Tab Links */
.tab-links {
    padding: 0;
    background: none;
    font-size: 0px;
}

/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    float: left;
    list-style: none; 
    background: none;
    padding: 0; 
    border-right: 1px solid rgba(0,0,0,0.15);
    font-size: 14px;
}

.tab-links li:last-child {
    border-right: none;
}

.tab-links li.active a{
    border-bottom: 5px solid #33ACFF;
}  

.tab-links li img,
.tab-links li div {
    opacity: 0.30; 
}

.tab-links li.active img,
.tab-links li.active div {
    opacity: 1;
}

.tab-links li:hover img,
.tab-links li:hover {
    opacity: 1;
}

.tab-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.tab-links a:hover {
    background-color: white;
    border-bottom: 5px solid #33ACFF;
    text-decoration: none;
}

li.active a, li.active a:hover {
    background: #fff;
    color: #4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding: 20px 45px;
    background: #f1f1f1;
    min-height: 250px;
}

.tab-content a {
    text-decoration: none; 
    color: #33ACFF;
}

.tab-content p {
    margin-top: 15px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

.tab-content ul {
    list-style: none; 
    margin-top: 20px;
}

.tab-content ul li {
    list-style: none; 
    display: inline-block;
    margin-right: 15px;
    background: none;
    padding: 0;
}

.tab-content ul li a {
    text-decoration: none; 
    background: white;
    padding: 10px; 
    color: black;
    margin-bottom: 0;
}


/* ribbon */ 
#ribbon {
    background: #DC1430;
    padding: 11px 55px 6px 51px;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 2%;
    border: dashed #fff 1px;
    box-shadow: #DC1430 0px 0px 0px 3px;
    cursor: pointer;
}

#noRibbon {
    margin-top: 45px !important; 
}

#includedEnterprise .section4 {
    width: 229px;
    margin-right: 15px;
    margin-bottom: 30px;
    border: 1px solid #33ACFF;
}

div.section4:last-child, div.section4:nth-of-type(4n) {
    margin-right: 0px !important;
}

#includedEnterprise .section4 .title {
    background: #33ACFF; 
    padding: 20px 0;
    color: white;
}

#includedEnterprise .section4 .title a {
    color: white;
    text-decoration: none;
}

#includedEnterprise .content {
    position: relative;
}

#includedEnterprise .desc {
    display: none;
    position: absolute;
    top: 0;
    background: rgba(40,78,99,0.8);
    color: white;
    height: 100%;
    text-align: center;
}

#includedEnterprise .desc p {
    color: white;
    text-align: left;
    padding: 20px 15px 0px 15px;
    height: 44%;
}

#includedEnterprise .desc ul{
    text-align: center;
    background: #284E63;
    padding: 10px 15px 0px 15px;
    height: 44%;
}

#includedEnterprise .desc ul li {
    list-style-type: disc;
    list-style-position: inside;
    background: none;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
    color: white;
}

#includedEnterprise .desc ul li a {
    color: white;
    padding: 3px;
}

#includedEnterprise .section4:hover .desc {
    display: block;
}

/* for table price */ 
#xdslTest div.mainTitles {
    width: 17%;
    /*width: 20%;*/
}

#xdslTest div.offers3 div.xdslOffer {
    width: 25%;
    /*width: 38%;*/
}

#xdslTest div h4, #xdslTest div h2, #xdslTest div .h2 {
    font-size: 30px; 
}

#xdslTest .cssRotate {
    font-weight: bold;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

#xdslTest .cssRotate2 {
    font-weight: bold;
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

#xdslTest .sdslTitles div, #xdslTest .adslTitles div, #xdslTest .sdslTitles div a, #xdslTest .adslTitles div a {
    text-align: left;
    font-size: 14px;
    text-decoration: none; 
    color:#666;
}

.number,.fonct {
    display: block;
}

.flip, .fonction {
    cursor: pointer;
}

/* InclusOffers */ 
#inclusOffers ul li {
    text-transform: none; 
}

#inclusOffers .section6 {
    cursor:pointer; 
}

#inclusOffers .section6 .tooltip {
    display:none;
    background-color: #FFF;
    width: 350px;
    margin-top: 0px;
    position: absolute;
    top: 100%;
    left: -45px;
    z-index: 9999;
    box-shadow: inset 0px 0px 0px 2px rgba(51,172,255,0.8), 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(51,172,255,0.8), 0px 0px 10px 0px rgba(0,0,0,0.3);
    padding: 20px;
}

#inclusOffers div.tooltip p {
    font-weight: 300;
    color: #444;
}

#inclusOffers .section6:hover .tooltip {
    display:block;
}

/* for the Principal Page */ 
#HomePagePhone .gradient {
    background: #e4e4e4;
    background: -moz-linear-gradient(left, #e4e4e4 0%, #e4e4e4 50%, #6fcfff 50%, #6fcfff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e4e4e4), color-stop(50%,#e4e4e4), color-stop(50%,#6fcfff), color-stop(100%,#6fcfff));
    background: -webkit-linear-gradient(left, #e4e4e4 0%,#e4e4e4 50%,#6fcfff 50%,#6fcfff 100%);
    background: -o-linear-gradient(left, #e4e4e4 0%,#e4e4e4 50%,#6fcfff 50%,#6fcfff 100%);
    background: -ms-linear-gradient(left, #e4e4e4 0%,#e4e4e4 50%,#6fcfff 50%,#6fcfff 100%);
    background: linear-gradient(to right, #e4e4e4 0%,#e4e4e4 50%,#6fcfff 50%,#6fcfff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#6fcfff',GradientType=1 );
}

#HomePagePhone #headerBlock {
    height:300px;
}

#HomePagePhone a {
    text-decoration: none;
}

#HomePagePhone #headerVOIP .section5 {
    border-left: 1px solid #D8D8D8;
} 

#HomePagePhone #headerVOIP .section5:last-child {
    border-right: 1px solid #D8D8D8;
}

#HomePagePhone #headerVOIP #headerContent {
    margin-top:5%;
    margin-bottom: 5%;
}

#HomePagePhone #headerVOIP #headerContent .title {
    font-size: 46px;
    line-height: 60px;
    color:white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7); 
}

#HomePagePhone #headerVOIP #headerContent .subtitle {
    font-size: 30px;
    line-height: 40px;
    color:white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7); 
}

#HomePagePhone #headerVOIP #headerContent .button {
    color: white;
    background: #33ACFF;
    font-weight: 200;
    font-size: 26px;
    line-height: 30px;
    padding: 10px 20px;
    margin: 20px 30px 0 0;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

#HomePagePhone #headerVOIP #headerContent .button:hover {
    background-color: rgba(51, 172, 255, 0.8);
}

.square {
    position: relative;
    width:300px;
    height:300px;
    text-align: center;
    display: inline-block;
}


.roundHover {
    width:300px;
    height:300px; 
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.square:hover .roundHover {
    border-radius: 300px;
}

.square .desc {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 300px;
    width: 300px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.square:hover .desc {
    opacity: 1;
    border-radius: 300px;
}

.square .hoverText {
    display:none;
    color: white;
    position:absolute;
    font-size: 30px;
    line-height: 30px;
    left: 23%;
    top:30%;
    opacity: 1 !important;
    text-align: center;
}

.square:hover .roundHover div {
    display: none;
}

.square:hover .hoverText {
    display: block;
}

.manBackground {
    background: url('../../images/telephonie/2015/homePage/OVHTELECOM-home-telephonie-V4_11.png') no-repeat -70px 23px;
}

.blackPad {
    background-color: rgba(0,0,0,0.7);
}

.voipBackground {
    background: url('../../images/telephonie/2015/homePage/OVHTELECOM-home-telephonie-V4_13-avecfond.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}

.bluePad {
    background-color: rgba(40,136,202,0.4);
}

.usecaseBackground {
    background: url('../../images/telephonie/2015/homePage/OVHTELECOM-home-telephonie-V4_14-avecfond.png') no-repeat 0px 0px;
    background-size: 100% 100%;
}

.lightBluePad {
    background-color: rgba(111,207,255,0.6);
}

.product.sip {
    background: #33ACFF;
}
.product.carrier_sip {
    background: #2ab8cf;
}
.product.carrier_sip:hover {
    background: #27abc1;
}
.product.sip:hover {
    background: #0D9DFF;
}

.product.voip {
    background: #00D0B1;
}

.product.voip:hover{
    background: #00BB9F;
}

.product .title {
    color: #FFF;
    line-height: 38px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 10px;
}

.product .voip .visu {
    background: url('../../images/telephonie/2015/header.png') no-repeat 50% 0;
}


.header-RSVA ul li {
    list-style-image: url('../../images/telephonie/numbers_08/reforme_numeros_speciaux/OVHTELECOM-page-sva_07.png');
    background: none;
}

table.RSVA th {
    padding : 12px 0px!important;
}

table.RSVA .bgColorGreen {
    background-color : #4bad3d;
}

table.RSVA .bgColorLightGreen {
    background-color: #c9e4bf;
}

table.RSVA .bgColorBlue {
    background-color : #354291;
}

table.RSVA .bgColorPurple {
    background-color : #9f419f;
}

table.RSVA .bgColorLightPurple {
    background-color: #d3b3d3;
}

table.RSVA .bgColorDarkPurple {
    background-color : #4e204e;
}

table.RSVA .bgColorGrey {
    background-color: #cbcbcb;
}

table.RSVA .bgColorGreyDark {
    background-color: #828998;
}

table.RSVA .bgColorLightGrey {
    background-color: #B2B2B2;
}

table.RSVA .colorGreen {
    color : #4bad3d;
}

table.RSVA .colorGrey {
    color : rgba(53, 53, 53, 1);
}

table.RSVA .colorBlue {
    color : #354291;
}

table.RSVA .colorPurple {
    color : #9f419f;
}

table.RSVA .colorDarkPurple {
    color : #4e204e;
}

table.RSVA.bordered tbody tr {
    background: #eeeeee;
}

table.PriceDefault.bordered thead tr {
    background: #F2F2F2;
}

table.RSVA.bordered tr td, table.RSVA.bordered tr th {
    border-left : 1px solid transparent;
    border-right : 1px solid white;
    border-bottom : 1px solid white;
    border-top : 1px solid transparent;
}

table.RSVA.bordered tr td:nth-last-child(1) {
    border-right : 1px solid transparent;
}

table.RSVA.bordered tr:nth-last-child(1) td {
    border-bottom : 1px solid transparent;
}

table.PriceDefault.bordered thead tr th:nth-last-child(1) {
    border-right : 1px solid transparent;
}

.tag {
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color : #FFFFFF;
    border : 1px solid #acacac;
    text-transform: uppercase;
    font-size : 11px;
    padding : 1%;
    width : 70px;
    position: absolute;
    top:-15px;
    text-align: center;
    z-index:5;
}

.tag:before {
    content: "";
      position: absolute;
      z-index: 1000;
      bottom: -8px;
      left: 24%;
      margin-left: -8px;
      border-top: 8px solid #acacac;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 0;
}

.tag:after {
    content: "";
      position: absolute;
      z-index: 1000;
      bottom: -7px;
      left: 24%;
      margin-left: -8px;
      border-top: 8px solid #FFFFFF;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 0;
}

.rotate {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


/* PAGES NUMEROS SPECIAUX */
.headerNumber { }

.headerNumber .half66 {
    margin-top: 80px;
}

.number-btn-order,
.headerNumber .half66 a.btn-order {
    color: #FFF !important;
    border-radius: 5px;
    text-decoration: none;
    background-color: #E0003F;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    border: solid 1px #E0003F;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.number-btn-order:hover,
.headerNumber .half66 a.btn-order:hover {
    background-color: transparent;
    color: #E0003F !important;
}

.headerNumber .half66 * {
    text-align: right;
}

.numbers-pads {
    padding: 20px;
    text-align: center;
    background-color: #FFF;
}

.numbers-pads ul li {
    list-style-type: none;
    background: none;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.numbers-pads ul li.country img {
    width: 40px;
    margin: 2px;
}

a.numbers-country-block {
    text-decoration: none;
}

p.moon,
.numbers-country-block p.moon {
    font-size: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #3C3C3C;
    font-family: 'moon';
}

.numbers-link-discover {
    background-color: transparent;
    color: #8378D3 !important;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    padding: 10px 5%;
    line-height: 60px;
    font-weight: 400;
    text-decoration: none !important;
    border: 1px solid #8378D3;
    border-radius: 10px;
    transition: all 0.1s ease 0s;
    width: 75%;
    min-height: 60px;
}

.numbers-link-discover span {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.numbers-link-discover:hover {
    color: #FFF !important;
    background-color: #8378D3;
}

.nonGeo div#uk,
.nonGeo div#es,
.nonGeo div#de,
.nonGeo div#sw,
.nonGeo div#be {
    width: 100%;
    height: 150px !important;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

div#sw { background:url(/images/telephonie/numeros_supplementaires/LandSwiss.svg) center 0 no-repeat transparent; }
div#be { background:url(/images/telephonie/numeros_supplementaires/LandBelgium.svg) center 0 no-repeat transparent; }
div#uk { background: url(/images/telephonie/numeros_supplementaires/LandEngland.svg) center 0 no-repeat transparent; }
div#de { background:url(/images/telephonie/numeros_supplementaires/LandGermany.svg) center 0 no-repeat transparent; }
div#es { background:url(/images/telephonie/numeros_supplementaires/LandSpain.svg) center 0 no-repeat transparent; }

.nonGeo img {
    width: 60px;
    height: 40px;
    position: absolute;
    display: inline-block;
    top: 30px;
    left: 50%;
    margin-left: -30px;
}

.nonGeo div span {
    position: absolute;
    line-height: 50px;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 45px;
    bottom: 0;
    left: 0;
    color: #333333;
    font-weight: normal;
    font-family: "moon";
}

.nonGeo p {
    margin-top: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

div.roundMoon {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    background-color: #E2DBED;
    border-radius: 40px;
}

div.roundMoon span {
    display: block;
    text-align: center;
    font-size: 45px;
    line-height: 80px;
    font-family: "moon";
}

div.atouts {
    position: relative;
    height: 120px;
}

div.atouts span {
    font-size: 120px;
    line-height: 120px;
    width: 100%;
    text-align: center;
    position: absolute;
    opacity: 0.2;
}

div.atouts p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-top: 45px;
}

div.numbers-included {
    border-bottom: solid 2px #F2F2F2;
    padding: 20px 0;
}

div.numbers-included:last-child {
    border: none;
}

div.numbers-included a,
div.numbers-included p {
    font-size: 18px;
    line-height: 22px;
}

.numbers-offers-home {
    color: #494949;
    background-color: #FFF;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.numbers-offers-home:hover {
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 6px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 6px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 6px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0), 0 0 6px rgba(0, 0, 0, 0.35);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.numbers-offers-home a,
.numbers-offers-home a:hover ,
.numbers-offers-home a p,
.numbers-offers-home a:hover p {
    color: #494949;
}

.numbers-offers-home .underline { text-decoration: underline; }
.numbers-offers-home:hover .underline { text-decoration: none; }

.pentagon {
    position: absolute;
    width: 90px;
    border-width: 50px 18px 0;
    border-style: solid;
    border-color: #CE62DC transparent;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    opacity: 0.3;
}

.pentagon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -85px;
    left: -18px;
    border-width: 0 45px 35px;
    border-style: solid;
    border-color: transparent transparent #CE62DC;
}

.zonesDispo .section1:nth-of-type(1) .section2:nth-of-type(1) .pentagon {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.zonesDispo .section1:nth-of-type(1) .section2:nth-of-type(2) .pentagon {
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    transform: rotate(35deg);
}
.zonesDispo .section1:nth-of-type(2) .section2:nth-of-type(1) .pentagon {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}
.zonesDispo .section1:nth-of-type(2) .section2:nth-of-type(2) .pentagon {
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    transform: rotate(80deg);
}

ul.roundList { margin-left: 20px; }
ul.roundList li {
    background: none;
    list-style-type: disc;
    color: #494949;
    font-size: 18px;
    line-height: 22px;
    padding-left: 5px;
    margin-bottom: 10px;
}

i, b {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

sup {
    font-size: 10px;
    line-height: 12px;
    color: inherit;
    font-weight: 400;
}

.purple { color: #4D0731 !important; }

.buttonOrderNumber {
    visibility: visible;
    background: #C02942;
    font-size: 18px;
    font-weight: 400;
    color: white;
    border-radius: 5px;
    text-decoration: none !important;
    border-bottom: 3px solid #848484;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 7px 22px 7px 22px;
    display: inline-block;
    text-align: center;
    margin: -10px 0 0 0;
}

.buttonOrderNumber:hover {
    background: #4E204E;
}

.gradientPurple {
    background: #6e36a1;
    background: -moz-linear-gradient(top, #6e36a1 0%, #62335f 100%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e36a1), color-stop(100%,#62335f), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top, #6e36a1 0%,#62335f 100%,#7db9e8 100%);
    background: -o-linear-gradient(top, #6e36a1 0%,#62335f 100%,#7db9e8 100%);
    background: -ms-linear-gradient(top, #6e36a1 0%,#62335f 100%,#7db9e8 100%);
    background: linear-gradient(to bottom, #6e36a1 0%,#62335f 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e36a1', endColorstr='#7db9e8',GradientType=0 );
    height: 5px;
    width: 100%;
}

table.table-numbers-spec { border-collapse: collapse; }
table.table-numbers-spec tbody tr {
    border-bottom: solid 2px #FFF;
}
table.table-numbers-spec thead tr td,
table.table-numbers-spec tbody tr td {
    background-color: #EEE;
    border-right: solid 2px #FFF;
    padding: 7px;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    text-align: center;
}
table.table-numbers-spec tbody tr td:first-child { font-weight: 600; }
table.table-numbers-spec thead tr td { background-color: transparent; }

ul.number-08-tabs {}
ul.number-08-tabs li {
    display: inline-block;
    padding: 10px;
    color: #FFF;
    background-color: #421231;
}
ul.number-08-tabs li.selected {
    background-color: #4e204e;
}
ul.number-08-tabs li a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none !important;
    color: #FFF;
}

div.div-geo-input-txt {
    display: inline-block;
    position: relative;
}

#geo-tool-loading {
    background: transparent url('../../images/main/ajax-loader.gif') 50% 50% no-repeat;
    display: none;
    width: 15px;
    height: 15px;
    margin: 0 auto;
}

#geo-input-tool span#erase {
    right: 6px;
    top: 50%;
    margin: -10px 0 0 0;
    position: absolute;
    display: none;
    background-color: #333;
    color: #FFF;
    font-weight: 600;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 10px;
    line-height: 18px;
    font-size: 13px;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
#geo-input-tool span#erase:hover {
    opacity: 1;
}
#geo-input-tool span#erase:after {
    content: 'x';
}

#lang,
#geo-input-txt,
#geo-input-btn {
    display: inline-block;
    height: 46px;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

select#lang {
    background-color: #FFF;
    border: solid 1px #999;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#geo-input-txt {
    padding: 10px 32px 10px 10px;
    box-sizing: border-box;
    background-color: #FFF;
    border-top: solid 1px #999;
    border-left: solid 1px #999;
    border-bottom: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
}

#geo-input-txt:focus {
    border-color: #66BDF3;
    box-shadow: 0 0 5px #66BDF3;
}

#geo-input-txt:hover {
    border-color: #66BDF3;
}

#geo-input-btn {
    margin-left: -4px;
    background-color: #FFF;
    border: 1px solid #999;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    opacity: 0.7;
}

#geo-input-btn:hover {
    opacity: 1;
}

#geo-response-error,
#geo-response-success {
    display: none;
}

#geo-response-error {
    background-color: #FFF;
    padding: 10px 20px;
    border-radius: 3px;
}

#geo-response-success #numbers {
    margin: 0 auto;
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
}

/* RESPONSIVE */
@media screen and (max-width: 640px) {
    #headerContent p,
    #headerContent h1 {
        font-size: 26px;
    }

    #headerContent h1 {
        padding: 5px 20px;
        margin-bottom: 0px;
    }

    #headerContent {
        left: 0% !important;
    }

    #inclusOffers .section6 .tooltip {
        left: 25% !important;
    }
}

@media screen and (max-width: 651px) {
     .number,.fonct {
          display: block;
     }
}

@media screen and (max-width: 681px) {
    nav.breadcrumb,
    nav.breadcrumb span,
    nav.breadcrumb span a {
        font-size: 13px;
        line-height: 22px;
    } 
    div.section7 {
        padding: 2%;
        width: 100% !important;
        margin: 0px 0px 2%;
        float: none;
        clear: both;
    }

    div.section7:last-child {
        margin: 0px !important;
    }

    #headerContent .mobile {
        display: none;
    }
    
    .headerNumber .half66 {
        margin-top: 0;
    }

    .headerNumber .half66,
    .headerNumber .half66 * {
        text-align: center;
    }

    .headerNumber .half66 a.btn-order { float: none; }

    div.numbers-included {
        padding-top: 0;
        padding-bottom: 0;
    }

    .buttonOrderNumber {
        display: block;
        margin: 10px;
    }

    #lang,
    #geo-input-txt,
    #geo-input-btn {
        width: 100%;
        margin: 2px 0;
    }
    #geo-input-txt { padding-right: 40px; }
    #geo-input-tool span#erase { right: 10px; }
    div.div-geo-input-txt { display: block; }
}

@media screen and (max-width: 690px) {
    #secondaryMenu {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    #ribbon {
        display: none;
    }

    #ribbonOff {
        margin-top: 45px;
    }

    #headerContent {
        left: 10% !important;
    }
}

@media screen and (max-width: 920px) {
    #headerBlock {
        display : none;
    }
}

@media screen and (max-width: 950px) {
    #headerContent .section1 {
        width: 100% !important;
    }
}

@media screen and (max-width: 960px) {
     #sliderPhone {
          display: none;
     }

     #tabsPhone {
          display: none;
     }
}

@media screen and (max-width: 970px) {
     .tab-links li.active a {
          border-bottom: none;
     }

     .tab-links a:hover {
          border-bottom: none;
     }
}
