/* Style the tab */
.tab {
    overflow: hidden;

}
h2{    font-family: 'Convergence';}
/* Style the buttons inside the tab */
.tab button {
    background-color: #349adb;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #035d96;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #7BC342;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

p{
    font-family: 'Convergence';
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    
}
h2{
 color: #005095;
}

 a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{ display: table; }
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 28%;
    min-width: 28%;
    border-bottom: none;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    display: block;
    padding: 16px;
    margin: 0 10px 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    
    text-align: center;
    background: #349adb;
    border-radius: 0;
    border: none;
    border-top: 3px solid #349adb;
    border-bottom: 3px solid #349adb;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
    color: #349adb;
    background: #fff;
    border: none;
    border-top: 3px solid #349adb;
    border-bottom: 3px solid #349adb;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg,#349adb 49%, transparent 50%);
    position: absolute;
    top: -20px;
    left: -20px;
    transition:all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:after{
    background: linear-gradient(315deg,#349adb 49%, transparent 50%);
    top: auto;
    left: auto;
    bottom: -20px;
    right: -20px;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
    top: 0;
    left: 0;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
    bottom: 0;
    right: 0;
}
.vertical-tab .tab-content{
    display: table-cell;
    padding: 10px 20px;
    font-size: 15px;
    color: #0e0e0e;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: justify;
    vertical-align: top;
    border-top: 3px solid #349adb;
    border-bottom: 3px solid #349adb;
    position: relative;
}
.vertical-tab .tab-content:before,
.vertical-tab .tab-content:after{
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg,#349adb 49%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
}
.vertical-tab .tab-content:after{
    background: linear-gradient(315deg,#349adb 49%, transparent 50%);
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}
.vertical-tab .tab-content h3{
    font-size: 25px;
    color: #59bd0a;
    
}
/*****************************CSS MOBILE*************************************************************/
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
    }
    .vertical-tab .nav-tabs li{ margin-bottom: 10px; }
    .vertical-tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .vertical-tab .nav-tabs li a{ padding: 10px; }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 5px 5px;
		background-color: white;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}


@media (max-width: 639px) and (min-width: 320px){
.essai {
	    margin-top: 15px;
}
.flag {
display: none;
}
h2{
    font-size: 20px;
}
.iconh{
width:15px; height:15px;
}
p{
font-size: 15px;
}
.ph{
    font-size: 15px;
}
li {
    font-size: 15px;
}
}

@media only screen and (min-width: 1224px){
h2 {
    font-size: 30px;
}
.iconh{
width:20px; height:20px;
}
p{
font-size: 18px;
}
.ph{
    font-size: 17px;
}
li {
    font-size: 18px;   
}
.active {
background-color: white;}
}
 /*****************************CSS MOBILE*************************************************************/
.ph{
text-align: justify;margin-left: 10px;margin-right: 10px;
}


.pai {
    color: #125688;
    font-size: 25px;
    font-weight: bold;
}
.card-body{
	background:white;
	padding-top: 4px;
}	
.card-body h4{
	
}
.comp {
    color: #2b76b9;
    font-weight: bold;
	font-size: 24px;
}

li{    font-family: 'Convergence';
       text-align: left;
}

@media (max-width: 1224px) and (min-width: 320px){
.ver{    display: none;}
.mask{display: none;}
}

	