/**** HTML TAGS ****/


/**** CSS CLASSES ****/
.subtitle {
    color: #66aec0;
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
	/*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
    margin-top:15px;
    margin-left:25px;
    margin-bottom:5px;
}
.panel {
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;    
	background-color: rgba(255, 255, 255, 0.2);    
    padding:30px;
    color:#446874;
}

/**** CSS ELEMENTS ****/
#defaultMarketing {    
}
#defaultMarketing .catch {
    margin-top:1em;
	font-size: 3em;
	color:#0b576e;
    text-shadow: 1px 0px 1px #e9f4f7;
    /*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
}
#defaultMarketing .tryit {    
    display:block;
    width: 250px;
    height: 50px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;     
    border: 1px solid #6e8628;
    background-color: #8fb619;
    background-image: linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(123,158,18)),
        color-stop(1, rgb(168,211,40))
    );    
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    color: #294b57;
    line-height: 1.6em;
    text-decoration:none;
    padding-left:20px;
    padding-right:20px;
}
#defaultMarketing .tryit:hover {
    background-color: #a6d326;
    background-image: linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -o-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(153,204,0) 16%, rgb(130,171,9) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(153,204,0)),
        color-stop(1, rgb(130,171,9))
    );
    -webkit-box-shadow: 0px 0px 10px 2px rgba(131, 171, 9, 0.7), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(131, 171, 9, 0.7), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(131, 171, 9, 0.7), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
}

#defaultMarketing .box {
    max-width:325px;
	border: 1px solid #5F777D;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	background-color: #ffffff;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(240,240,240)),
        color-stop(0.34, rgb(255,255,255))
    );
}

#defaultMarketing .plan {
	padding: 4px;
	background-color: #8c64c9;
	background-image: linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -o-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(140,100,201) 0%, rgb(179,138,241) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(140,100,201)),
        color-stop(1, rgb(179,138,241))
    );
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	border-bottom: 1px solid #8f6ac7;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3); 
	font-size: 1.5em;
	color: #5c4085;
	text-shadow: -1px -1px 0px #2a1c3f;
    /*filter: dropshadow(color=#2a1c3f, offx=-1, offy=-1);*/
}

#defaultMarketing .manage {
    padding: 4px;
	background-color: #f09a4e;
	background-image: linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -o-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(240,154,78) 0%, rgb(247,201,137) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(240,154,78)),
        color-stop(1, rgb(247,201,137))
    );
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 12px 1 2px 0px 0px;
	border-radius: 12px 12px 0px 0px; 
	border-bottom: 1px solid #cd8844;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3); 
	font-size: 1.5em;
	color: #c07320;
	text-shadow: -1px -1px 0px #663d11;
    /*filter: dropshadow(color=#663d11, offx=-1, offy=-1);*/
}

#defaultMarketing .track {
    padding: 4px;	
	background-color: #3bcb7b;
	background-image: linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -o-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(59,203,124) 0%, rgb(130,236,177) 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(59,203,124)),
        color-stop(1, rgb(130,236,177))
    );
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px; 
	border-bottom: 1px solid #54a870;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.3);
    font-size: 1.5em;
	color: #338b67;
	text-shadow: -1px -1px 0px #1c4e3a;
    /*filter: dropshadow(color=#1c4e3a, offx=-1, offy=-1); */
}

#defaultMarketing .item {
    padding:5px;
    margin-top:10px;
    margin-bottom:10px;
    font-family:helvetica,arial,serif;
    font-size:0.8em;
    color:#696969;
}
#defaultPartners .catch {
    margin-top:1em;
	font-size: 2em;
	color:#0b576e;
    text-shadow: 1px 0px 1px #e9f4f7;
    /*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
}
#defaultPartners .box {
    max-width:325px;    
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	border: 1px solid #5F777D;
	background-color: #ffffff;
	background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 34%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, rgb(240,240,240)),
        color-stop(0.34, rgb(255,255,255))
    );
}
#defaultPartners .itemTitle {
    padding:5px;
    padding-bottom:0;
    margin-top:15px;
    font-family:helvetica,arial,serif;
    font-size:1em;
    color:#537284;
    font-style:italic;
}
#defaultPartners .item {
    padding:5px;
    padding-left:10px;
    padding-bottom:0;
    margin-top:5px;
    margin-bottom:5px;
    font-family:helvetica,arial,serif;
    font-size:0.8em;
    color:#696969;
}
#defaultMarketing .shortcuts {
    line-height:2em;
}
#defaultMarketing .shortcuts img {
    width:60px;
}
#defaultMarketing .slider {
    color:#397794;
    font-family:helvetica,arial,serif;
    font-size:1.5em;
    font-style:italic;
    line-height:1.5em;
    background-repeat:no-repeat;
    background-position:bottom left;    
}
#recoverTitle {
    color: #66aec0;
	font-size: 2em;
	text-shadow: 1px 0px 1px #e9f4f7;
	/*filter: dropshadow(color=#e9f4f7, offx=1, offy=0);*/
    margin-top:15px;
    margin-left:0px;
    margin-bottom:5px;
}
#recoverInfo {
    margin-left:10px;
    margin-bottom:5px;
    color: #3ba1bb;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
    font-size:0.8em;
}
#recoverPanel {
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;    
	background-color: rgba(255, 255, 255, 0.2);
    margin-left:25px;
    padding:30px;
    padding-right:20px;
    padding-bottom:20px;
}
#recoverPanel dt {
    display:none;
}
#recoverPanel dd {
    padding:0;
    margin:0;
	display: inline;
}
#recoverPanel .label {
    color: #204D61;
	font-family: Helvetica, Arial, sans-serif;    
    padding-bottom:20px;
    padding-right:20px;
}
#recoverPanel .field {
    padding-bottom:20px;
}
#recoverPanel input {   
    background-color: #ebf5f7;
	width: 300px;
	height: 32px;
	color: #64828C;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
    font-size:1.4em;
    padding-left:5px;    
}
#recoverPanel input:focus {
    background-color: #ffffff;
}
#recoverPanel .border {
    border: 1px solid #63a3b3;
}
#recoverPanel .border:focus {    
	border: 1px solid #28758c;
}
#recoverPanel #submit {
    width: 140px;
    height: 36px;    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;     
    border: 1px solid #6e8628;    
    background-color: #8fb619;    
    background-image: linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -o-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(123,158,18) 16%, rgb(168,211,40) 100%);    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(123,158,18)),
        color-stop(1, rgb(168,211,40))
    );    
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2), inset 1px 1px 0px 0px rgba(187, 237, 41, 0.6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #294b57;
    line-height: 1.6em;
    margin-left:10px;
    cursor:pointer;
}



/* streams page css */

h1 { margin-top: 10px; color: #FFFFFF; font-size: 340%; font-weight: 500; }
h2 { color: #0D4C5F; font-size: 280%; font-weight: 100; margin: 140px 0 2px 0; padding: 0; }
h3 { color: #FFFFFF; font-size: 180%; font-weight: 200; margin: 40px 0 2px 0; padding: 0; }
#mainStreams { font-family: planer,arial,serif; width: 1200px; margin: 0 auto; }
#mainStreams .w100 { width: 100%; }
#mainStreams .block-text { float: left; width: 580px; height: 580px; margin: 10px; background-color: #EFEBE5; text-align: center; }
#mainStreams .block-text img { width: 30%; }
#mainStreams .block-text_config { cursor: pointer; float: left; width: 400px; height: 400px; margin-top: 30px; background-color: #333333; text-align: center; }
#mainStreams .block-config_image { cursor: pointer; float: right; width: 770px; height: 400px; margin-top: 30px; background-color: #EFEBE5; text-align: center; position: relative; }
#mainStreams .block-phone { cursor: pointer; float: right; width: 340px; height: 830px; margin-top: 30px; background-color: #EFEBE5; text-align: center; }
#mainStreams .block-webinar { cursor: pointer; float: left; width: 830px; height: 400px; margin-top: 30px; background-color: #EFEBE5; text-align: center; position: relative; }
#mainStreams .block-formation { cursor: pointer; float: left; width: 400px; height: 400px; margin-top: 30px; background-color: #EFEBE5; text-align: center; }
#mainStreams .block-contact { float: left; width: 400px; height: 400px; margin-top: 30px; margin-left: 30px; background-color: #333333; text-align: center; }
#mainStreams .block-live { cursor: pointer; float: right; width: 1200px; height: 400px; margin-top: 30px; background-color: #EFEBE5; text-align: center; }
#mainStreams .pConfig { color: #FFFFFF; font-size: 185%; text-align: left; margin-left: 20px; margin-right: 20px; line-height: 3.0; }
#mainStreams .pEmail { color: #FFFFFF; font-size: 162%; margin-left: 70px; position: relative; top: -65px;}
#mainStreams .pPhone { color: #FFFFFF; font-size: 162%; margin-left: 50px; position: relative; top: -105px;}
#mainStreams .pFooter { color: #FFFFFF; font-size: 350%; text-align: center; position: relative; top: -300px;}
#mainStreams .pSmartphone { color: #FFFFFF; text-align: left; margin-left: 50px; width: 70%; font-size: 200%; position: relative; top: -310px;}
#mainStreams .pConference { color: #ffffff; text-align: left; margin-left: 10px; width: 70%; font-size: 160%; position: absolute; top: 85px;}
#mainStreams .pWebinar { color: #ffffff; text-align: left; margin-left: 10px; width: 70%; font-size: 160%; position: absolute; top: 85px;}
#mainStreams .pFormation { color: #000000; text-align: left; margin-left: 15px; width: 70%; font-size: 115%; position: relative; top: -330px;}
#mainStreams .videoConference {width: 770px; }
#mainStreams .phoneImage {width: 100%; height: 100%; background-repeat: no-repeat;}
#mainStreams .reinventMobile {display: none;}
#mainStreams .imageUp { position: relative; top: -190px; }
#mainStreams .block-image-email { width: 15%; margin-right: 200px; margin-top: 60px;}
#mainStreams .block-image-phone { width: 15%; margin-right: 200px; position: relative; top: -30px;}
#mainStreams .block-image { float: left; width: 600px; height: 600px; margin: 0; background-color: #0D4C5F; text-align: center; }
#mainStreams .block-image h1 { color: #FFFFFF; font-size: 900%; font-weight: 600; }
#mainStreams .block-image h1 sup { font-size: 60%; margin-left: 4px; }
#mainStreams .block-image h2 { color: #FFFFFF; font-weight: 100; }
#mainStreams .block-image h3 { color: #FFFFFF; font-weight: 100; margin: 10px 0 20px 0; }
#mainStreams input[type=text] { display: block; width: 80%; margin: 10px auto; background-color: #EFEBE5; border: 1px solid #9A9994; color: #9A9994; font-size: 140%; font-weight: 200; padding: 4px 6px; }
#mainStreams input[type=email] { display: block; width: 80%; margin: 10px auto; background-color: #EFEBE5; border: 1px solid #9A9994; color: #9A9994; font-size: 140%; font-weight: 200; padding: 4px 6px; }
#mainStreams textarea { display: block; width: 80%; height: 100px; margin: 10px auto; background-color: #EFEBE5; border: 1px solid #9A9994; font-family: Century Gothic, sans-serif; color: #9A9994; font-size: 140%; font-weight: 200; padding: 4px 6px; }
#mainStreams input[type=submit] { display: block; width: 80%; margin: 10px auto; background-color: #EFEBE5; border: 0; color: #0D4C5F; font-size: 140%; font-weight: 500; padding: 10px 0 2px 0; cursor: pointer; }

#back-top { position: fixed; bottom: 10px; right: 10px; }
#back-top img { width: 50px; display: block; cursor: pointer; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top img:hover { opacity: 0.4; filter: alpha(opacity=40); }

@media screen and (max-width: 1215px) {
    h1 { margin-top: 1vw; }
    #mainStreams { width: 100%; }
    #mainStreams .block-text { width: 50%; height: 50vw; margin: 0; }
    #mainStreams .block-image { width: 50%; height: 50vw; margin: 0; }
    #mainStreams input[type=text] { font-size: 110%; padding: 2px 4px; }
    #mainStreams input[type=email] { font-size: 110%; padding: 2px 4px; }
    #mainStreams textarea { height: 80px; font-size: 110%; font-weight: 200; padding: 2px 4px; }
    #mainStreams input[type=submit] { font-size: 110%; padding: 6px 0 2px 0; cursor: pointer; }
    #mainStreams .pSmartphone { top: 320px; margin-left: 0; padding-left: 30px; width: 320px; }
}

@media screen and (min-width: 900px) and (max-width: 1215px) {
    
    /* text block gray */
    #mainStreams .block-text_config { position: relative; width: 350px; height: 258px; margin-left: 1%; }
    #mainStreams .pConfig { font-size: 150%; }
    
    /* image green */
    #mainStreams .block-config_image { width: 497px; height: 258px; position: relative; margin-right: 1%; }
    #mainStreams .videoConference { width: 100%; height: 100%; }
    #mainStreams .pConference { position: absolute; top: 45px; margin-left: 10px; width: 55%; }
    
    /* image phone */
    #mainStreams .block-phone { position: relative; width: 350px; height: 534px; margin-right: 1%; }
    #mainStreams .phoneImage { width: 100%; height: 100%; }
    #mainStreams .pSmartphone { position: absolute; font-size: 170%;}
    
    /* image yellow */
    #mainStreams .block-webinar  { width: 497px; height: 258px; position: relative; margin-left: 1%; }
    #mainStreams .webinarImage { width: 100%; height: 100%; }
    #mainStreams .pWebinar { position: absolute; top: 45px; margin-left: 10px; }
    
    /* image trainning */
    #mainStreams .block-formation  { width: 245px; height: 245px; position: relative; margin-left: 1%; }
    #mainStreams .formationImage { width: 100%; height: 100%; }
    #mainStreams .pFormation { position: absolute; top: 39px; margin-left: 25px; width: 70%; font-size: 102%;  }
    
    /* block contacts */
    #mainStreams .block-contact { position: relative; width: 245px; height: 245px; margin-left: 1%; }
    #mainStreams .block-contact h3 { font-size: 130%; }
    #mainStreams .block-contact .block-image-email { position: absolute; top: 25px; left: 27px; }
    #mainStreams .block-contact .pEmail { font-size: 130%; position: absolute; top: 75px; margin-left: 80px; }
    #mainStreams .block-contact .block-image-phone { position: absolute; top: 143px; left: 27px; }
    #mainStreams .block-contact .pPhone { font-size: 130%; position: absolute; top: 125px; margin-left: 75px; }
    
    /* image live */
    #mainStreams .block-live  { width: auto; height: auto; float: left; margin-left: 1%; margin-right: 1%; position: relative; }
    #mainStreams .reinvent { width: 100%; height: 100%; }
    #mainStreams .pFooter { position: absolute; top: 70px; margin-left: 45px; width: 90%; }
}

@media screen and (min-width: 950px) and (max-width: 999px) {
    /* text block gray */
    #mainStreams .block-text_config { margin-left: 3%; }
    /* image green */
    #mainStreams .block-config_image { margin-right: 3%; }
    /* image phone */
    #mainStreams .block-phone { margin-right: 3%; }
    #mainStreams .pSmartphone { top: 320px; margin-left: 0; padding-left: 30px; width: 320px; }
    /* image yellow */
    #mainStreams .block-webinar  { margin-left: 3%; }
    /* image trainning */
    #mainStreams .block-formation  { margin-left: 3%; }
    /* image live */
    #mainStreams .block-live  { margin-left: 3%; margin-right: 3%; }
}

@media screen and (min-width: 1000px) and (max-width: 1049px) {
    /* text block gray */
    #mainStreams .block-text_config { margin-left: 6%; }
    /* image green */
    #mainStreams .block-config_image { margin-right: 6%; }
    /* image phone */
    #mainStreams .block-phone { margin-right: 6%; }
    #mainStreams .pSmartphone { top: 320px; margin-left: 0; padding-left: 30px; width: 320px; }
    /* image yellow */
    #mainStreams .block-webinar  { margin-left: 6%; }
    /* image trainning */
    #mainStreams .block-formation  { margin-left: 6%; }
    /* image live */
    #mainStreams .block-live  { margin-left: 6%; margin-right: 6%; }
}

@media screen and (min-width: 1050px) and (max-width: 1149px) {
    /* text block gray */
    #mainStreams .block-text_config { margin-left: 8%; }
    /* image green */
    #mainStreams .block-config_image { margin-right: 8%; }
    /* image phone */
    #mainStreams .block-phone { margin-right: 8%; }
    #mainStreams .pSmartphone { top: 320px; margin-left: 0; padding-left: 30px; width: 320px; }
    /* image yellow */
    #mainStreams .block-webinar  { margin-left: 8%; }
    /* image trainning */
    #mainStreams .block-formation  { margin-left: 8%; }
    /* image live */
    #mainStreams .block-live  { margin-left: 8%; margin-right: 8%; }
}

@media screen and (min-width: 1149px) and (max-width: 1215px) {
    /* text block gray */
    #mainStreams .block-text_config { margin-left: 10%; }
    /* image green */
    #mainStreams .block-config_image { margin-right: 10%; }
    /* image phone */
    #mainStreams .block-phone { margin-right: 10%; }
    #mainStreams .pSmartphone { top: 320px; margin-left: 0; padding-left: 30px; width: 320px; }
    /* image yellow */
    #mainStreams .block-webinar  { margin-left: 10%; }
    /* image trainning */
    #mainStreams .block-formation  { margin-left: 10%; }
    /* image live */
    #mainStreams .block-live  { margin-left: 10%; margin-right: 10%; }
}

 @media screen and (max-width: 900px) {
    h1 { margin-top: 1vw; font-size: 160%; }
    h2 { font-size: 160%; margin: 40px 0 2px 0; }
    h3 { font-size: 120%; margin: 20px 0 2px 0; }
    #mainStreams input[type=text] { font-size: 100%; padding: 1px 2px; }
    #mainStreams textarea { height: 40px; font-size: 100%; font-weight: 200; padding: 1px 2px; }
    #mainStreams input[type=submit] { font-size: 100%; padding: 4px 0 1px 0; cursor: pointer; }
    #mainStreams .block-text { width: 100%; height: auto; }
    #mainStreams .block-image { width: 100%; height: auto; display: none; }
    #mainStreams .block-text { width: 100%; height: auto; }
    #mainStreams .block-image { width: 100%; height: auto; display: none; }
    #mainStreams .block-text_config {width: 80%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .block-config_image {width: 80%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative; }
    #mainStreams .block-webinar {width: 80%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .block-contact {width: 80%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .block-image-email { margin-top: 110px; }
    #mainStreams .block-phone {height: auto; width: 80%; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .phoneImage {width: 100%;}
    #mainStreams .block-live {width: 80%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pSmartphone { top: 320px; position: absolute; margin-left: 0; padding-left: 30px; width: 320px; }
    #mainStreams .smartphone_mobile {display: block;}
    #mainStreams .block-formation {width: 80%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative}
    #mainStreams .image_formation {width: 100%;}
    #mainStreams .smartphone {display: none;}
    #mainStreams .footer {display: none;}
    #mainStreams .footerMobile {display: block;}
    #mainStreams .pFooter {font-size: 215%; top: 120px; position: absolute;}
    #mainStreams .pFormation {top: 55px; font-size: 155%; margin-left: 5px; position: absolute;}
    #mainStreams .pWebinar {top: 50px; position: absolute; margin-left: 5px;}
    #mainStreams .pConfig {font-size: 180%;}
    #mainStreams .pConference {top: 50px; margin-left: 5px; position: absolute;}
    #mainStreams .formationImage {width: 100%;}
    #mainStreams h3 {font-size: 170%; position: relative; top: 60px;}
    #mainStreams .reinventMobile {display: block; width: 100%; height: 100%;}
    #mainStreams .reinvent {display: none;}
    #mainStreams .videoConference, #mainStreams .webinarImage { width: 100%; }
    /*#mainStreams .webinarImage {width: 400px; height: 400px; background-image: url('../../images/default/streams/webinars_mobile.jpg'); background-repeat: no-repeat; background-size: 100%;}*/
}


@media screen and (max-width: 600px) {
    #mainStreams .block-text_config {width: 70%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .pConfig {font-size: 180%;}
    #mainStreams .block-config_image {width: 70%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative; }
    #mainStreams .pConference {top: 55px; margin-left: 5px; position: absolute;}
    #mainStreams .block-phone {height: auto; width: 70%; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pSmartphone {top: 290px; display: block; width: 72%; margin-left: 10%; margin-right: 10%; line-height: 200%; position: absolute; font-size: 160%;}
    #mainStreams .block-webinar {width: 70%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pWebinar {top: 55px; position: absolute; margin-left: 5px;}
    #mainStreams .block-formation {width: 70%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative}
    #mainStreams .pFormation {top: 70px; font-size: 155%; margin-left: 5px; position: absolute;}
    #mainStreams .block-contact {width: 70%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .block-live {width: 70%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pFooter {font-size: 220%; top: 140px; position: absolute; margin: auto;}
}

@media screen and (min-width: 600px) and (max-width: 700px) {
    #mainStreams .block-text_config {width: 65%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .pConfig {font-size: 200%; line-height: 2.6;}
    #mainStreams .block-config_image {width: 65%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative; }
    #mainStreams .pConference {top: 60px; margin-left: 5px; position: absolute;}
    #mainStreams .block-phone {height: auto; width: 65%; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pSmartphone {top: 400px; display: block; width: 72%; margin-left: 10%; margin-right: 10%; line-height: 200%; position: absolute; font-size: 180%;}
    #mainStreams .block-webinar {width: 65%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pWebinar {top: 60px; position: absolute; margin-left: 5px;}
    #mainStreams .block-formation {width: 65%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative}
    #mainStreams .pFormation {top: 70px; font-size: 155%; margin-left: 5px; position: absolute;}
    #mainStreams .block-contact {width: 65%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .block-live {width: 65%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pFooter {font-size: 250%; top: 150px; position: absolute; margin: auto;}
}

@media screen and (min-width: 700px) and (max-width: 800px) {
    #mainStreams .block-text_config {width: 60%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .pConfig {font-size: 210%; line-height: 3.0;}
    #mainStreams .block-config_image {width: 60%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative; }
    #mainStreams .pConference {top: 65px; margin-left: 5px; position: absolute;}
    #mainStreams .block-phone {height: auto; width: 60%; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pSmartphone {top: 450px; display: block; width: 72%; margin-left: 10%; margin-right: 10%; line-height: 200%; position: absolute; font-size: 180%;}
    #mainStreams .block-webinar {width: 60%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pWebinar {top: 65px; position: absolute; margin-left: 5px;}
    #mainStreams .block-formation {width: 60%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative}
    #mainStreams .pFormation {top: 85px; font-size: 155%; margin-left: 5px; position: absolute;}
    #mainStreams .block-contact {width: 60%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .block-live {width: 60%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pFooter {font-size: 250%; top: 155px; position: absolute; margin: auto;}
}

@media screen and (min-width: 800px) and (max-width: 900px) {
    #mainStreams .block-text_config {width: 55%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .pConfig {font-size: 210%; line-height: 3.0;}
    #mainStreams .block-config_image {width: 55%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative; }
    #mainStreams .pConference {top: 70px; margin-left: 5px; position: absolute;}
    #mainStreams .block-phone {height: auto; width: 55%; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pSmartphone {top: 450px; display: block; width: 72%; margin-left: 10%; margin-right: 10%; line-height: 200%; position: absolute; font-size: 215%;}
    #mainStreams .block-webinar {width: 55%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pWebinar {top: 70px; position: absolute; margin-left: 5px;}
    #mainStreams .block-formation {width: 55%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative}
    #mainStreams .pFormation {top: 85px; font-size: 155%; margin-left: 5px; position: absolute;}
    #mainStreams .block-contact {width: 55%; height: 400px; margin: auto; margin-top: 30px; float: none;}
    #mainStreams .block-live {width: 55%; height: auto; margin: auto; margin-top: 30px; float: none; position: relative;}
    #mainStreams .pFooter {font-size: 260%; top: 175px; position: absolute; margin: auto;}
}