@charset "utf-8";
/* CSS Document */
.suunto_landing *{
    margin:0; padding:0; list-style-type:none; text-decoration:none;font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.suunto_landing .column a{color: #FFFFFF !important; border: 0; width: 100%;}
.suunto_landing .column a img{border:0;}



/********************************************
************** HEADER IMG ***************/
.suunto_landing .header__root .logocol{
    background: url(../images/top-banner2.jpg) top center no-repeat;
    min-height: 380px;
    background-size: cover;
    position: relative;
    width: 100%;
    -webkit-box-align: start;
       -ms-flex-align: start;
           align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 2%;
}

.suunto_landing .header__root .logocol:before{
    content:"";
    width: 340px;
    height: 241px;
    left:0px;
    top:0;
    background: url('../images/logo-suunto-blanc.png') top left no-repeat;
    position: absolute;
}
.suunto_landing .header__root .logocol a{
    position: absolute;
    bottom:0px;
    right: 20px;
}

/**********************************************
******************* NAVIGATION **********************
***********************************************/
.suunto_landing .landing-main-navigation{ width:100%;}
.suunto_landing .landing-main-navigation .nav-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.suunto_landing .landing-menu {
    flex-basis: 100%;
    list-style: none;
    margin: 0 !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 2em;
    transition: margin .5s ease-in-out, max-height .5s ease-in-out, opacity .3s .1s ease-in-out;
}

.suunto_landing .menu-checkbox {
	opacity: 0;
	position: absolute;
	top: -1000px;
}

.suunto_landing .menu-checkbox:focus ~ .menu-toggle {
    outline: #FFFFFF auto 5px;
}

.suunto_landing .menu-toggle {
    padding: .5em 2em;
	font-size:20px; text-transform:uppercase;
	margin: 0 auto;
    color: #000000;
}

.suunto_landing .menu-toggle span{
    font-size: 22px;
}

.suunto_landing .menu-checkbox:checked ~ .landing-menu {
    margin: 1em 0;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
}

.suunto_landing .menu-checkbox:checked ~ .landing-menu {
    display: block;
}

.suunto_landing .landing-menu li {
    vertical-align: middle;
    text-align: center !important;
}

.suunto_landing .landing-menu li a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 600;
    display: inline-block;
	width:100%;
    margin: 2px 0;
	font-size:16px;
    padding: 3px;
    border-radius: 4px;
	text-align: center;
    text-transform: uppercase;
    color: #000000;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}

.suunto_landing .landing-menu li a:hover, .suunto_landing .landing-menu li.ui-state-active a{ background-color:#000000; color: #ffffff; }



@media screen and (min-width: 900px) {
.suunto_landing .noMobile{display:block;}
.suunto_landing .landing-menu {
	    display:table;
        flex-basis: auto;
        margin:0 !important;
        max-height: 1000px;
        opacity: 1;
        padding: 0;
        visibility: visible;
		width:100%;
    }

   .suunto_landing .menu-toggle, .suunto_landing .menu-checkbox {
        display: none;
    }
   .suunto_landing .menu-checkbox:focus ~ .menu-toggle {
    outline: none;
}

	.suunto_landing .landing-menu li {
        border: none;
        display:table-cell;
    }

	.suunto_landing .landing-menu li.first-item{border-left:none;}

.suunto_landing .landing-menu li a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size:16px;
    height: 106px;
    vertical-align: middle;
    margin: 0;
	font-weight:500;
	text-align: center;
    color: #000000;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:4px solid #FFFFFF;
    border-radius: 0;
}

.suunto_landing .landing-menu li a:focus{outline: none;}

.suunto_landing .landing-menu li a:hover, .suunto_landing .landing-menu li.ui-state-active a{ border-bottom:4px solid #1f2642; background-color: transparent;color: #1f2642; }
.suunto_landing .landing-menu li a:hover, .suunto_landing .landing-menu li.ui-state-active a{ border-bottom:4px solid #1f2642; background-color: transparent;color: #1f2642; }

}

/********************************************************************
*********************** LAYOUT ***************************************
*********************************************************************/

.suunto_landing{max-width: 1000px; margin: 0 auto; width: 100%;}
.suunto_landing .med{font-weight:500;}
.suunto_landing .bld{font-weight: 700 !important;}
.suunto_landing .rel{position: relative;}
.suunto_landing .blk{display:block;}
.suunto_landing .abs{position: absolute;}
.suunto_landing .alRight{text-align:right;}
.suunto_landing .alCenter{text-align:center;}
.suunto_landing .underline{text-decoration: underline;}
.suunto_landing .bull{font-size: 50px;}
.suunto_landing .yaMobile{
    display: none !important;
}
.suunto_landing .minH400{
    min-height: 400px;
}
.suunto_landing .padG1{padding:44px 40px 10px 40px;}
.suunto_landing .padG2{padding:20px 30px 15px 25px;}
.suunto_landing .padG3{padding:20px 5px 5px 20px;}
.suunto_landing .padLeft10{padding-left:10px;}
.suunto_landing .padLeft20{padding-left:20px;}
.suunto_landing .padtop30{padding: 30px 0 0 0;}
.suunto_landing .padbot30{padding: 0 0 30px 0;}
.suunto_landing .padtopbot30{padding: 30px 0;}
.suunto_landing .center{margin-left: auto; margin-right: auto;}
.suunto_landing .upper{text-transform: uppercase;}

.suunto_landing .shadow{
    text-shadow: 0px 0px 9px rgba(0,0,0,0.66);
}

.suunto_landing .bg_black{
   background-color: #000000;
   color: #FFFFFF; 
}
.suunto_landing .bg_saumon{
   background-color: #fde5cc;
   color: #000000; 
}
.suunto_landing .bg_jaune{
   background-color: #fefff2;
   color: #000000; 
}
.suunto_landing .bg_rose{
   background-color: #fff3f9;
   color: #000000; 
}
.suunto_landing .bg_vert{
   background-color: #f7faf3;
   color: #000000;
}
.suunto_landing .bg_bleu{
   background-color: #eff7fd;
   color: #000000;
}
.suunto_landing .bg_purple{
   background-color: #f3ecf7;
   color: #000000;
}
.suunto_landing .bg_red{
   background-color: #fdf1ed;
   color: #000000;
}
.suunto_landing a.btn.bgWhite{
    background-color: #FFFFFF;
    color: #000000 !important;
}
.suunto_landing .bgWhite p{
    color: rgba(141,1,72,1);
}
.suunto_landing .blueStars{
   color: #0084ff; 
    font-size: 24px;
}



.suunto_landing h1{
    font-size: 28px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    font-weight: 400;
    text-align: left;
    padding:0;
    color: #FFFFFF;
}

.suunto_landing .thin{
     font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.suunto_landing .light{
     font-family: 'Montserrat', Arial, Helvetica, sans-serif;
     font-weight: 300;
}
.suunto_landing .regular{
   font-family: 'Montserrat', Arial, Helvetica, sans-serif;
   font-weight: 400; 
}
.suunto_landing .bold{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.suunto_landing .italic{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: italic;
}

.suunto_landing h2{
    font-size: 28px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: left;
    width: auto;
    text-transform: uppercase;
}


.suunto_landing h3{
    font-size: 25px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px;
}

.suunto_landing h4{
    font-size: 21px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.suunto_landing h4.centertitle{
    margin: 40px auto 0 auto;
}

.suunto_landing .column ul{
    font-size: 12px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 500; 
}

.suunto_landing .column ul li{
    display:block;
    position: relative;
    padding-left: 8px;
    line-height: 1.4em;
}

.suunto_landing .column ul li:before{
    content: '\2022';
    font-size:15px;
    color: #FFFFFF;
    position:absolute;
    top:-2px;
    left:-4px;
}

.suunto_landing p strong{
   font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700; 
}

.suunto_landing p{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4em;
}
.suunto_landing p sup{
    font-size: 10px;
}

.suunto_landing p.head{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 400;
    color: #FFFFFF;
}
.suunto_landing .localavis{
    font-size: 19px;
    font-weight: 300;
}
.suunto_landing p.cit{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    line-height: 1.4em;
    margin-bottom: 0;
}
.suunto_landing p.sign{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    text-align: right;
    margin-bottom: 0;
}
.suunto_landing p.italic{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
}
.suunto_landing p.mentions{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 20px;
    color: #000000;
}



.suunto_landing p.guillem{
    position:relative;
}
.suunto_landing .marbot20{
    margin-bottom: 20px !important;
}
.suunto_landing .marbot10{
    margin-bottom: 10px !important;
}
.suunto_landing .marbot5{
    margin-bottom: 5px !important;
}
.suunto_landing .martop0{
    margin-top: 0px !important;
}
.suunto_landing .fs14{
    font-size: 14px !important;
}
.suunto_landing .fs18{
    font-size: 18px !important;
}
.suunto_landing .padleft20{
    padding-left: 20px !important;
}
.suunto_landing p.guillem:before{
    content: ' ';
    background: url('../images/picto-citation.jpg') top left no-repeat;
    position: absolute;
    width: 42px;
    height: 36px;
    top:-16px;
    left: -45px;
}

.suunto_landing a.btn{
    display:inline-block;
    color: #ffffff !important;
    text-decoration: underline;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-align: center;
}

.suunto_landing .btn:hover{
    text-decoration: none;
}

.suunto_landing a.btn.cta{
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0px;
    font-weight: 500;
    border-radius: 3px;
    margin-bottom: 20px;
    display: block;
    width: 134px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
}
.suunto_landing .btn.cta.bg_black:hover{
    background-color: #FFFFFF;
    color: #000000 !important;
    font-weight: bold;
}
.suunto_landing .btn.cta.bgWhite:hover{
    background-color: #000000;
    color: #FFFFFF !important;
    font-weight: bold;
}
.suunto_landing .btn.cta.bg_yellow:hover{
    background-color: #FFFFFF;
    color: #cbdb2a !important;
    font-weight: 400;
}
.suunto_landing .btn.cta.bg_blue2:hover{
    background-color: #FFFFFF;
    color: #1f2745 !important;
    font-weight: bold;
}

.suunto_landing .mxw380{
    max-width: 380px;
    width: 100%;
}

.suunto_landing .mxw450{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.suunto_landing .container{
	width: 100%;
	margin:0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
	}


.suunto_landing .column{ 
	margin:0px;
	-webkit-box-flex:1;
    -ms-flex:1 1 0px;
    flex:1 1 0; /*Ordre <flex-grow> - <flex-shrink> - <flex-basis>*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
    width: 50%;
	}
.suunto_landing .column.flexend{
    -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
}
.suunto_landing .column.vertCenter{
    -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}

 .suunto_landing .container .fullframe{
        width: 100%;
    }

.suunto_landing .container.bg_yellow *{
    color:#0d0563 !important;
}


/********************************************************************
*********************** TABLEAU COMPARATIF PRODUIT *****************************
*********************************************************************/

/* Vertical text */
.suunto_landing .comparatif .outer{
  -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    text-align: center;
    min-width: 20px;
}
.suunto_landing .comparatif .inner{
  -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    text-transform: uppercase;
    font-weight: 700;
}

.suunto_landing .comparatif ul {
    direction: ltr !important;
}
.suunto_landing .comparatif ul li{
    list-style-type: disc !important;
    list-style-position:inside;
}
.suunto_landing .comparatif ul li:marker{
    margin-right:7px !important;
    width: 5px !important;
}
.suunto_landing .containt-table{
     width: 100%;
    max-width: 1000px;
    margin: 20px auto 30px auto;
}

.suunto_landing .comparatif{
    width: 100%;
    border: 1px solid #ffffff;   
}

.suunto_landing .comparatif tr td{
    min-height: 40px;
    font-size: 11px;
    line-height: 1.4em;
    vertical-align: middle;
    height: 40px;
}



.suunto_landing .comparatif tr td span{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight:400;
    display: block;
}

.suunto_landing .comparatif tr td span strong{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight:500;  
}



.suunto_landing .first_col{
    text-align: left;
    width: 270px;
    min-width: 270px;
}

.suunto_landing .comparatif tr td.first_col span{ 
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    padding-left: 10px
}
@media only screen and (min-width: 999px){
.suunto_landing .second_col, .suunto_landing .third_col, .suunto_landing .four_col, .suunto_landing .five_col{
    max-width: 100px;
}
}

.suunto_landing .comparatif tr td.bgWhite{
    background-color: #FFF;
}
.suunto_landing .comparatif tr td{
   border-bottom: 1px solid #cccccc;
   border-right: 1px solid #cccccc;
}

@media only screen and (max-width: 900px){
    .suunto_landing .comparatif tr td{
  padding: 5px;
}
}



 
/*******************************************
************ MEDIA QUERY *******************
*******************************************/


@media only screen and (max-width: 999px){
    .suunto_landing iframe{
        width:100%; height: auto; min-height: 390px;
    }
    .suunto_landing .column img{
        width:100%; height: auto !important; 
    }
    .suunto_landing .header__root .logocol{
        padding-left: 18px;
    }
.suunto_landing .header__root .logocol:before{
    content:"";
    width: 220px;
    background-size:contain;
}
.suunto_landing h1{
    font-size: 25px;
}
.suunto_landing p.head{
    font-size: 20px;
}
}
@media only screen and (max-width: 900px){
    .suunto_landing .mxw450{
      max-width: 100% !important;
        width: 100% !important;
      margin: 0 !important;
    }
    .suunto_landing .padG1, .suunto_landing .padG2, .suunto_landing .padG3{
        padding: 20px;
    }

    
    .suunto_landing .noMobile{display: none !important;}
    .suunto_landing .yaMobile{
    display: block !important;
}

    .suunto_landing p.head{
    font-size: 21px;
}
    
/*******************************************
************ BLOC AFTER/BEFORE  SUPERPOSITION *****
********************************************/
 .suunto_landing .padRight50, .suunto_landing .padRight30, .suunto_landing .padRight50Mob{
        padding-right: 150px;
    }
    .suunto_landing .padLeft50{
        padding-left: 100px;
    }
    .suunto_landing .padLeft35{
        padding-left: 100px;
    }
    

    .suunto_landing iframe{
        width:100%; height: auto; min-height: 300px;
    }
    .suunto_landing .container{ 
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.suunto_landing .rtl{
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}
    .suunto_landing .container .column{ 
	-webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    width: 100%;
	}

    .suunto_landing .pad30mob{ padding: 30px;}

.suunto_landing h4.centertitle{
    margin:20px;
}
}

@media only screen and (max-width: 768px){

.suunto_landing .containt-table{
    overflow: hidden;
    overflow-x: scroll;
    overflow-y: auto;
    margin: 0 auto;
    white-space: inherit;
}

    h1.mxw450{
        font-size: 20px !important;
    }
    .suunto_landing .comparatif tr td{
        font-size: 10px;
    }
    .suunto_landing .comparatif tr td.bdr img{
        width: 60px;
    
}
    .suunto_landing .first_col.mobFirst{
    font-size: 11px;
    width: 200px;
    min-width: 200px;
}

}

@media only screen and (max-width: 600px){

.suunto_landing .landing-menu li a {
	font-size:13px;
}

.suunto_landing p.guillem:before{
    width: 25px;
    height: 21px;
    background-size: contain;
    top: -4px;
    left: -28px;
}


.suunto_landing .header__root .logocol{
    min-height: 300px;
    }
    .suunto_landing p.head{
    font-size: 16px;
}
     .suunto_landing .header__root .logocol:after{
    width: 100px;
    height: 90px;
    right:20px;
    bottom:10px; 
}
.suunto_landing .localavis {
    font-size: 14px;
}
.suunto_landing .blueStars {
    font-size: 18px;
}
}



@media only screen and (max-width: 450px){
   .suunto_landing .marbot20{
        margin-bottom: 10px !important;
    }

    .suunto_landing h1{
    font-size: 25px;
    }

    .suunto_landing h2{
    font-size: 20px;
    margin-bottom: 20px;
}

    .suunto_landing h3{
    font-size: 16px;
    margin-bottom: 20px;
}

.suunto_landing h4{
    font-size: 14px;
}

    .suunto_landing p, .suunto_landing p.cit{
    font-size: 12px;
}


.mxw450{
      max-width: 300px !important;
      margin: 0 0 !important;
    }
    h1.mxw450{
        font-size: 17px !important;
    }


 /*******************************************
************ BLOC AFTER/BEFORE  SUPERPOSITION *****
********************************************/ 
.suunto_landing .padRight30{
        padding-right: 60px;
    }

}
@media only screen and (max-width: 400px){
   

/*******************************************
************ BLOC AFTER/BEFORE  SUPERPOSITION *****
********************************************/
 .suunto_landing .padRight50, .suunto_landing .padRight50Mob{
        padding-right: 50px;
    }
    .suunto_landing .padLeft50{
        margin-left: 30px;
    }
    .suunto_landing .padLeft35{
        margin-left: 60px;
    }
}

