@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";


.iaComparaisonTool {
    width : 100%;
    height: 400px;
    position:relative;
}
.tabs {
    height: 50px;
    font-family: "Raleway";
    margin-top: 30px;
    margin-left: 16%;
    margin-right: 16%;
    transition: margin-left, margin-right  1s;

}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {}

.tabs li {
    z-index: 100000;
}


/* Orientation horizontale des tabs */

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
    background: #000;
    border-radius: 25px;
}


/* center justification fo the tab content */

.tabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1;
    width: 25%;
    padding: 10 10px;
    text-align: center;
}

.tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #fff;
    stroke: white;
    height: 1.5em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label span {
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 25%;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -58px;
    height: 100%;
    background: #fff;
    border-radius: 25px;
}



.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #000;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #000;
    stroke: black;
    height: 1.5em;
}

@media (max-width: 600px) {


}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #000;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #000;
    height: 1.5em;
    stroke: black;
}

@media (max-width: 600px) {
   
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #000;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #000;
    height: 1.5em;
    stroke: black;
}

@media (max-width: 600px) {
  
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #000;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #000;
    height: 1.5em;
    stroke: black;
}

@media (max-width: 600px) {
   
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}

 .catchPhraseFirstPart {
    text-align: center;
    margin-top: 20px;
    line-height: 18px;
    font-size: 18px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseSecondPart {
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: bold;
    color: white;
} 

.catchPhraseThirdPart {
    text-align: center;
    margin-top: 6px;
    line-height: 14px;
    font-size: 14px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseBottomPart {
    text-align: center;
    margin-top: 10px;
    line-height: 10px;
    font-size: 10px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 


.plusSeparator {
    margin: auto 20px;
}

@media (max-width: 1000px) {
    .tabs {
        margin-left: 10%;
        margin-right: 10%;
    }
    
   
}
@media (max-width: 900px) {
    .tabs {
        margin-left: 5%;
        margin-right: 5%;
    }
    .catchPhraseFirstPart {
    text-align: center;
    margin-top: 20px;
    line-height: 18px;
    font-size: 18px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseSecondPart {
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: bold;
    color: white;
} 

.catchPhraseThirdPart {
    text-align: center;
    margin-top: 6px;
    line-height: 14px;
    font-size: 14px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseBottomPart {
    text-align: center;
    margin-top: 10px;
    line-height: 10px;
    font-size: 10px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 
}



@media (max-width: 700px) {
    .tabs {
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .tabs ul li label {
        white-space: initial;
    }
    .tabs ul li label br {
        display: initial;
    }
    .tabs ul li label svg {
        height: 1.5em;
    }
    .tabs {
        height: 70px;
    }
    .tabs ul {
        border-radius: 35px;
    }
    .tabs .slider .indicator {
        margin-top: -80px;
        height: 75px;
        background: #fff;
        border-radius: 35px;
    }
    
    
    .plusSeparator {
        margin: auto 10px;
    }
    
    .catchPhraseFirstPart {
    text-align: center;
    margin-top: 10px;
    line-height: 12px;
    font-size: 12px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseSecondPart {
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: bold;
    color: white;
} 

.catchPhraseThirdPart {
    text-align: center;
    margin-top: 0px;
    line-height: 10px;
    font-size: 10px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseBottomPart {
    text-align: center;
    margin-top: 0px;
    line-height: 10px;
    font-size: 8px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 
}


@media (max-width: 600px) {
    .tabs {
        margin-left: 0;
        margin-right: 0;
    }
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }
    .tabs ul li label span {
        display: none;
    }
   /* .tabs .slider {
        display: none;
    }*/
    .tabs .content {
        margin-top: 20px;
    }
    .tabs .content section h2 {
        display: block;
    }
    .tabs .slider .indicator {
        margin-top: -70px;
        height: 65px;
        background: #fff;
        border-radius: 35px;
    }
    
     .plusSeparator {
        margin: auto 5px;
    }
    
    .catchPhraseFirstPart {
    text-align: center;
    margin-top: 10px;
    line-height: 12px;
    font-size: 12px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseSecondPart {
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: bold;
    color: white;
} 

.catchPhraseThirdPart {
    text-align: center;
    margin-top: 0px;
    line-height: 10px;
    font-size: 10px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 

.catchPhraseBottomPart {
    text-align: center;
    margin-top: 0px;
    line-height: 10px;
    font-size: 8px;
    font-family: "Avenir", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 100;
    color: white;
} 
}


/*===================== Tab Content =============== */

.tabContent {
    display: flex;
    height: 100%;
    align-items: flex-start;
}

.tabContent > div {
    width: 33.33%;
    height: 100%;
    margin: 0px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.fullScreenable{
    position:relative;
    transition: width 1s;
}

.fullScreenable:hover {
       width:100%;
}

/*
.backgroundFrom1 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/1-from-aperture.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundTo1 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/1-to-lr.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundToAvalanche1 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/1-to-lr-avalanche.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
*/
.backgroundFrom1 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Colors/1-from-aperture.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundTo1 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Colors/1-to-lu.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundToAvalanche1 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Colors/1-to-lu-avalanche.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.backgroundFrom2 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Crop/2-from-aperture.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundTo2 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Crop/2-to-lu.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundToAvalanche2 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Crop/2-to-lu-avalanche.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}





.backgroundFrom3 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Level/3-from-aperture.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundTo3 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Level/3-to-lu.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundToAvalanche3 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/Level/3-to-lu-avalanche.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}



.backgroundFrom4 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/BlackWhite/4-from-aperture.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundTo4 {
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/BlackWhite/4-to-lr.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.backgroundToAvalanche4{
    background-image: url("https://cyme.io/cyme-content/html/tabs/images/BlackWhite/4-to-lr-avalanche.jpeg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}









.tabs .content {
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    
    height: 500px;
        background: #000;

}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #fff;
    display: none;
}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    margin-top: 5px;
    left: 1px;
}

.blocInTheCenter
{
      position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 90%;
     height: 100px;
}

.blocInThebottom
{
    position: absolute;
     margin: auto;
     bottom: 75px;
     width: 100%;
     height: 75px;
}

.nearBlackBackground {
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 16px;
    padding-top: 13px;
    height: 120px;
}

.flexContainerVertical {
  display: flex;
  flex-direction: column;
}

.flexContainerVertical > div {
  width: 100%;
 /* text-align: center;
  line-height: 75px;
  font-size: 30px; */
}



.avalancheLogo {
    margin-top:5px;
}

.IALogo {
    margin-top: 30px;
}



.verticalCenter {
  margin-top: auto;
    margin-bottom: auto;
}

.horizontalFlex {    
  display: flex;
     justify-content: center;
}

